





@import url('typography.css');


body{
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    color: #666666;
    font-weight: 300;
    line-height: 26px;
    letter-spacing: 0.5px;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}
ol,
 ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
section{position: relative; padding: 7.5rem 0; overflow: hidden;}
h1,
 h2,
 h3,
 h4,
 h5,
 h6{
    font-family: 'Raleway', sans-serif;
}
h1,
 h2,
 h3,
 h4,
 h5,
 h6{
    line-height: 1;
}
h1{
    font-size: 72px;
}
h2{
    font-size: 3rem;
}
p{
    margin: 0;
    padding: 0;
    font-size: 15px;
    color: #535353;
}
img{
    max-width: 100%;
}

a,
 a:active,
 a:focus,
 a:hover{
    text-decoration: none !important;
    outline: none;
}
a:focus,
 a:hover{
    color: #1f1f1f;
}
a,
 *::before,
 *::after,
 img,
 span,
 input,
 button,
 .navbar,
 .tp-bullet,
 .owl-dot,
 .owl-prev,
 .owl-next{
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
i::before,
 i::after{
    -webkit-transition: all .0s ease;
    -o-transition: all .0s ease;
    transition: all .0s ease;
}

.no-transition *{transition-timing-function:initial; -moz-transition-timing-function:initial; -webkit-transition-timing-function:initial; -o-transition-timing-function:initial; -ms-transition-timing-function:initial; transition-duration: 0s; -moz-transition-duration: 0s; -webkit-transition-duration: 0s; -o-transition-duration: 0s; -ms-transition-duration: 0s;}
::-webkit-scrollbar-track{background-color: #e9edf0;border-left: 1px solid #ededed;}
::-webkit-scrollbar{width: 7px;background-color: #0284d0;}
::-webkit-scrollbar-thumb{background:#0284d0;}

.wos-center{
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.wos-h-screen{
    min-height: 100vh !important;
}
.wos-section-tight{
    width: 100%;
}
.wos-section-tight{
    position: relative;
    overflow: hidden;
}


.wos-hover-zoom::before,

.wos-hover-zoom::after{
    content: "";
    background: #fff;
    height: 0;
    width: 0;
    z-index: 1;
    position: absolute;
    -webkit-transition-duration: 1.3s !important;
    -o-transition-duration: 1.3s;
    transition-duration: 1.3s !important;
}
.wos-hover-zoom::before{
    right: 0;
    opacity: 1;
    top: 0;
}
.wos-hover-zoom::after{
    bottom: 0;
    opacity: .7;
    left: 0;
}
.wos-hover-zoom:hover::after,
 .wos-hover-zoom:hover::before{
    height: 100%;
    opacity: 0;
    width: 100%;
}


.image{
    overflow: hidden;
}
a.image{
    display: block;
}
.image img{
    width: 100%;
    height: 100%;
    display: block;
}
.image,
 .image img{
    position: relative;
}
.wos-media-zoom img{
    transform: scale(1);
    transition: 1s;
}
.wos-media-zoom:hover img{
    transform: scale(1.2);
}

.wos-bg-mist{
    background-color: #f8f8f8;
}
.wos-bg-mist-2{
    background-color: #f2f2f2;
}
.wos-bg-blue{
    background-color: #0284d0;
}
.wos-bg-green{
    background-color: #28a745;
}
.wos-bg-ink{
    background-color: #1f1f1f;
}
.wos-nav-transparent{
    background-color: transparent;
}

.wos-overlay{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wos-op-50{ opacity: .5; }
.wos-op-70{ opacity: .7; }


.wos-text-ink{ color: #1f1f1f; }
.wos-text-light{color: #ffffff;}
.wos-text-green{color: #28a745;}
.wos-fs-sm{font-size: 14px;}
.wos-fs-md{font-size: 16px;}
.wos-fs-lg{font-size: 18px;}
.wos-slide-text{font-size: 60px;}
.wos-fw-semibold{font-weight: 600;}
button{
    cursor: pointer;
}
button:hover,
 button:active,
 button:focus{
    outline: none;
}
.wos-btn{
    padding: 9px 34px;
    width: auto;
    display: inline-block;
    font-weight: 400;
    line-height: 25px;
    font-size: 15px;
    text-transform: capitalize;
    text-align: center;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease !important;
}
nav .wos-btn{
    font-size: 14px;
    font-weight: 600;
    padding: 10px 20px;
    text-transform: uppercase;
}
.wos-btn-scale{
    border: none;
}
.wos-btn-scale:before{
    position: absolute;
    content: "";
    right: 0;
    left: -101%;
    width: 101%;
    height: 100%;
    background: #0284d0;
    z-index: -1;
    top: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
}
.wos-btn:hover.wos-btn-scale:before,
 .wos-btn:active.wos-btn-scale:before,
 .wos-btn:focus.wos-btn-scale:before{
    top: 0;
    left: 0;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    -moz-transition: all 0.7s;
    transition: all 0.7s;
}
.wos-btn-blue.wos-btn-scale:before{
    background: #28a745;
}
.wos-btn-green.wos-btn-scale:before{
    background: #0284d0;
}
.wos-btn-hover-blue:hover,
 .wos-btn-hover-blue:focus{
    border-color: #0284d0;
    background-color: #0284d0;
    color: #ffffff;
}
.wos-btn-hover-green:hover,
 .wos-btn-hover-green:focus{
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

.wos-btn-blue{
    border-color: #0284d0;
    background-color: #0284d0;
    color: #ffffff;
}

.wos-btn-green{
    border-color: #28a745;
    background-color: #28a745;
    color: #ffffff;
}

.wos-btn-white{
    background-color: #ffffff;
    color: #1f1f1f;
}
.rev_slider .wos-btn-ghost-alt,
 .rev_slider .wos-btn-outline{
    border: 2px solid;
}

.wos-btn-ghost{
    border: 1px solid #ffffff;
    background: transparent;
}
.wos-btn-white:hover,
 .wos-btn-white:focus{
    color: #ffffff;
}
.container.radius{
    border-radius: 36px;
}
.wos-header-stuck .container.radius{
    border-radius: 0;
}

.owl-dots .owl-dot{
    height: 11px;
    width: 11px;
    margin: 2px 10px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #e5e5e5 !important;
    cursor: pointer;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span{
    background:#e5e5e5;
}
.owl-dots .owl-dot.active{
    background: #28a745 !important;
}
.wos-team-grid.owl-team .item{
    margin-bottom: 40px;
}




.wos-burger-lines{
    transform: rotateY(180deg);
}
.wos-burger-btn{
    position: absolute;
    right: 30px;
}
.wos-burger{
    padding: 5px;
    width: 38px;
    cursor: pointer;
    z-index: 1;
}
.wos-burger span{
    background: #1f1f1f;
    width: 30px;
    height: 2px;
    display: block;
}
.wos-nav-transparent .wos-burger span,
 .wos-menu-outer.wos-burger span{
    background: #ffffff;
}
.wos-nav-transparent.wos-ink .wos-burger span,
 .wos-menu-only .wos-burger span{
    background: #1f1f1f;
}
.wos-header-stuck .wos-burger span,
 .wos-header-stuck .wos-menu-outer.wos-burger span,
 .wos-header-stuck .wos-menu-only .wos-burger span,
 .wos-menu-only.wos-ink .wos-burger span{
    background: #1f1f1f;
}
.wos-burger,
 .wos-burger span{
    -webkit-transition: 300ms linear all;
    -o-transition: 300ms linear all;
    transition: 300ms linear all;
}

.wos-burger span:nth-child(1){
    width: 25px;
}
.wos-burger span:nth-child(2){
    width: 15px;
    margin: 5px 0;
}
.wos-burger span:nth-child(3){
    width: 20px;
}
.wos-burger:hover span{
    width: 30px;
}

.wos-logo{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.wos-logo img{
    display: block;
}
.wos-header-stuck .navbar .wos-logo-light,

.navbar .wos-logo-dark{
    display: none;
}
.wos-header-stuck .navbar .wos-logo-dark,

.navbar .wos-logo-light{
    display: block;
}


.wos-nav{
    position: absolute;
    top: 0;
    z-index: 99;
    height: 112px;
    width: 100%;
    -webkit-transition: all .1s ease;
    -moz-transition: all .1s ease;
    -ms-transition: all .1s ease;
    -o-transition: all .1s ease;
    transition: all .1s ease;
}

.wos-nav .navbar-nav .nav-link{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    padding: 0.25rem 0 0;
    margin-right: 1rem;
    margin-left: 1rem;
    text-transform: uppercase;
}
.wos-header-stuck .navbar-nav .nav-link:hover,
 .wos-header-stuck .navbar-nav .nav-link.active{
    color: #ffffff;
}

.wos-nav-rule .navbar-nav .nav-link::after{
    content: '';
    display: block;
    width: 0;
    height: 5px;
    background: #0284d0;
    transition: width .3s;
    border-radius: 50px;
    transform-origin: right;
}
.wos-nav-rule .navbar-nav .nav-link.active::after{
    width: 100%;
}

.wos-header-stuck .wos-nav-transparent .navbar-nav .nav-link,
 .wos-header-stuck .wos-logo-center .navbar-nav .nav-link,

.wos-nav-transparent.wos-ink .navbar-nav .nav-link,
 .wos-logo-center.wos-ink .navbar-nav .nav-link,

.wos-bg-paper.wos-ink .navbar-nav .nav-link,
 .wos-header-stuck .wos-bg-paper.wos-ink .navbar-nav .nav-link{
    color: #1f1f1f;
}

.wos-header-stuck .wos-nav{
    height: 92px;
    position: fixed;
    background: #ffffff;
    -webkit-animation-name: animationFade;
    -o-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

.wos-header-stuck .wos-nav .navbar-nav .nav-link:hover{
    color: #0284d0;
}

@-webkit-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; transform: none; }
}
@-o-keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0); }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}
@keyframes animationFade {
    from { opacity: 0; -webkit-transform: translate3d(0, -100%, 0); transform: translate3d(0, -100%, 0);
    }
    to { opacity: 1; -webkit-transform: none; -o-transform: none; transform: none; }
}

header .wos-nav .wos-header-social{
    padding-left: 1rem;
}
header .wos-nav.wos-links-7 .wos-header-social{
    padding-left: 1rem;
    padding-right: 1rem;
}
header .wos-nav .wos-header-social a{
    font-size: 14px;
    color: #1f1f1f;
    height: 36px;
    width: 37px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}
header .wos-nav .wos-header-social a:hover{
    background: #ffffff;
}
header .wos-nav-transparent.wos-nav .wos-header-social a{
    color: #ffffff;
}
header .wos-nav-transparent.wos-ink.wos-nav .wos-header-social a{
    color: #1f1f1f;
}
header.wos-header-stuck .wos-nav .wos-header-social a,
 header.wos-header-stuck .wos-nav-transparent.wos-nav .wos-header-social a{
    color: #1f1f1f;
}
header.wos-header-stuck .wos-nav .wos-header-social a.wos-social-fb:hover{
    background: #4267B2;
    color: #ffffff !important;
}
header.wos-header-stuck .wos-nav .wos-header-social a.wos-social-tw:hover{
    background: #1DA1F2;
    color: #ffffff !important;
}
header.wos-header-stuck .wos-nav .wos-header-social a.wos-social-in:hover{
    background: #0077B5;
    color: #ffffff !important;
}
header.wos-header-stuck .wos-nav .wos-header-social a.wos-social-gg:hover{
    background: #DB4437;
    color: #ffffff !important;
}

header.wos-header-stuck .wos-nav .wos-header-social a:hover{
    background: transparent;
}



.wos-drawer{
    width: 35%;
    position: fixed;
    right: 0;
    top: 0;
    background: #0284d0;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    -o-transition: -o-transform .5s ease;
    transition: transform .5s ease;
    overflow: hidden;
}
.wos-drawer.left{
    left: 0; right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}
.wos-drawer.wos-drawer-before{
    width: 280px;
}
.wos-drawer.wos-drawer-open,

.wos-drawer.wos-drawer-before{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.wos-nav-pull .wos-drawer.wos-drawer-open{
    visibility: visible; opacity: 1;
}
.wos-drawer .navbar-brand{
    margin: 0 0 2.5rem 0;
}


#wos-drawer-backdrop{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}


.wos-drawer .wos-drawer-close{
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 15px;
    cursor: pointer;
}
.wos-drawer.wos-drawer-before .wos-drawer-close{
    display: none;
}
.wos-drawer .wos-drawer-close::before,
 .wos-drawer .wos-drawer-close::after{
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #fff;
    top: 5px;
}
.wos-drawer .wos-drawer-close:before{
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.wos-drawer .wos-drawer-close:after{
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.wos-drawer .wos-drawer-inner{
    padding: 3.5rem 5rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.wos-nav-pull.wos-push .wos-drawer .wos-drawer-inner{
    padding: 3.5rem 2.5rem;
}
.wos-drawer .wos-drawer-nav{
    margin-bottom: 20px;
    display: block;
}
.wos-drawer-nav .navbar-nav .nav-link{
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
}
.wos-drawer.wos-drawer-open .wos-drawer-nav .navbar-nav .nav-link{
    opacity: 1;
}
.wos-drawer-nav .navbar-nav .nav-link{
    display: inline-table;
    color: #fff;
    padding: 10px 0 10px 0 !important;
    font-size: 20px;
    font-weight: 500;
    line-height: normal;
    min-height: 50px;
    position: relative;
    text-transform: uppercase;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.wos-drawer-nav .navbar-nav .nav-link.active{
    background: transparent;
}
.wos-drawer p{
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}

.wos-social-list li.wos-anim-wrap a:hover{
    background-color: transparent;
    color: #ffffff;
}



.wos-drawer-icon .navbar-nav{
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.wos-drawer-rule{
    position: absolute;
    left: -20px;
    font-size: 11px;
    color: #ffffff !important;
    top: 13px;
    display: block;
    text-align: center;
    width: 20px;
    height: 50px;
    pointer-events: none;
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1);
    -webkit-transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
    transition-timing-function: cubic-bezier(1, 0.01, 0, 1.22);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(1).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(2).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(3).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(4).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(5).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(6).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(7).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(8).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 700%, 0);
    transform: translate3d(0, 700%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(9).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
}
.wos-drawer-icon .navbar-nav .nav-link:nth-child(10).active ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 900%, 0);
    transform: translate3d(0, 900%, 0);
}
.wos-drawer-icon .navbar-nav .nav-link:nth-child(1):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(2):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(3):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 200%, 0);
    transform: translate3d(0, 200%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(4):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 300%, 0);
    transform: translate3d(0, 300%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(5):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(6):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 500%, 0);
    transform: translate3d(0, 500%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(7):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 600%, 0);
    transform: translate3d(0, 600%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(8):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 700%, 0);
    transform: translate3d(0, 700%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(9):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 800%, 0);
    transform: translate3d(0, 800%, 0);
}

.wos-drawer-icon .navbar-nav .nav-link:nth-child(10):hover ~ .wos-drawer-rule{
    -webkit-transform: translate3d(0, 900%, 0);
    transform: translate3d(0, 900%, 0);
}

.rs-beforeafter-bounce-arrows .rs-main-slider-four-rs-964-rs-beforeafter-bounce-left{
    -webkit-animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
    animation: main-slider-four-rs-964-rs-beforeafter-bounce-left 1.50s ease-in-out infinite;
}
.wos-bullets.tp-bullets{
    z-index: 98;
}
.wos-bullets.tp-bullets{
    left: -25px !important;
}
.wos-bullets .tp-bullet.selected,
 .wos-bullets .tp-bullet:hover{
    background:transparent;
}
#banner-main .tp-bullet,
 .wos-bullet-bar .tp-bullet{
    border-radius: 36px;
}
#banner-main .tp-bullet:hover{
    background: #ffffff;
}

.wos-bullets .tp-bullet.selected .wos-anim-wrap,
 .wos-bullets .tp-bullet.selected .wos-anim-item{
    transform: none !important;
}
.wos-bullets .wos-anim-wrap{
    width: 25px;
}
.wos-bullets .tp-bullet{
    width: unset;
    height: 6px;
    position: relative;
    background:transparent;
    cursor: pointer;
    color: #1f1f1f;
}
.wos-bullets .tp-bullet-number{
    position: relative;
    text-align: left;
}
.wos-bullets .tp-bullet.selected:nth-child(4){
    padding-bottom: 4px;
    border-bottom: 2px solid;
}
 .tp-tabs,
 .tp-thumbs{
    top: 43% !important;
}
.wos-bullets .tp-bullet .tp-count{
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    position: relative;
}
.wos-bullets .tp-count:after{
    content: '';
    border-radius: 36px;
    height: 5px;
    width: 27px;
    display: block;
    position: absolute;
    background: #ffffff;
    top: 100%;
    visibility: visible;
    opacity: 1;
}
.wos-bullets .tp-count:before{
    content: '';
    border-radius: 50%;
    height: 5px;
    width: 5px;
    display: block;
    position: absolute;
    background: #ffffff;
    transform: translateX(-250%);
}
.wos-bullets .tp-bullet.selected .tp-count:before,
 .wos-bullets .tp-bullet.selected .tp-count:after{
    background: #28a745;
}

.wos-slide-action{
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    padding: 10px 0 !important;
    text-transform: capitalize;
}
.wos-slide-action > a{
    display: inline-block;
    letter-spacing: 2px;
}
.wos-slide-action h2{
    display: inline-block;
    vertical-align: bottom;
    font-size: 3.75rem;
}
.wos-slide-action span{
    display: inline-block;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    color: #ffffff;
    text-align: center !important;
    position: relative;
    font-size: 12px;
}
.wos-slide-action span i{
    line-height: 50px;
    font-size: 10px;
    margin-left: 2px;
}
.wos-slide-action span::before{
    content: '';
    border-radius: 50%;
    border: 3px solid;
    border-color: #ffffff;
    position: absolute;
    top: 5px; right: 5px;
    left: 5px; bottom: 5px;
    transition: .1s;
}
.wos-slide-action span:hover::before{
    opacity: 0;
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.wos-slide-action.play span:hover{
    background: #ffffff;
    -webkit-animation: pulse_effect2 1s infinite;
    -o-animation: pulse_effect2 1s infinite;
    animation: pulse_effect2 1s infinite;
}
.wos-slide-action.play span:hover i{
   color: #0284d0;
}
@-webkit-keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
@-o-keyframes pulse_effect2 {
    0% {
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        box-shadow: 0 0 0 20px rgba(100, 48, 148, 0.1);
    }
}
@keyframes pulse_effect2 {
    0% {
        -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
        box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.9);
    }
    25% {
        -webkit-box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
        box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.6);
    }
    70% {
        -webkit-box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3);
    }
    100% {
        -webkit-box-shadow: 0 0 0 60px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1);
    }
}
.wos-panel-blue{
    opacity: .7 !important;
}

.wos-heading{
    position: relative;
    margin-bottom: 4rem;
    text-align: center;
}
.wos-heading h5{
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    margin-bottom: 1.1rem;
    color: #1f1f1f;
}
.wos-heading h2{
    text-transform: capitalize;
    font-weight: 300;
    color: #1f1f1f;
    line-height: 1.2;
    max-width: 650px;
    margin-bottom: 1.5rem;
    margin-left: auto;
    margin-right: auto;
}
.wos-heading p{
    max-width: 720px;
    margin: 0 auto;
}

.wos-heading.wos-split-v2 h5{
    margin-bottom: 1.5rem;
}
.wos-heading.wos-split-v2 h2{
    text-transform: initial;
    font-size: 37px;
    font-weight: 500;
    max-width: 720px;
}
.wos-heading.wos-split-v2 p{
    color: #1f1f1f;
    max-width: 720px;
}

.wos-pill{
    border-radius: 5px;
    padding: 50px 15px 50px;
    background: #ffffff;
    text-align: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    transition: ease-in-out 0.3s;
}
.wos-pill:hover{
    background: #28a745;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}
.wos-pill .wos-about-icon i{
    color: #0284d0;
    font-size: 40px;
    transform: translateY(0);
    transition: ease-in-out 0.3s;
}
.wos-pill:hover .wos-about-icon i{
    transform: translateY(-10px);
}
.wos-pill h5{
    font-weight: 200;
    color: #1f1f1f;
    transition: ease-in-out 0.3s;
}
.wos-pill:hover i,
 .wos-pill:hover h5{
    color: #fff;
    transition: ease-in-out 0.3s;
}
.wos-about-icon-ghost{
    width: 100%;
    display: flex;
    justify-content: center;
}
.wos-about-icon-ghost i{
    position: absolute;
    color: #28a745;
    top: 30px;
    font-size: 120px;
    font-weight: 800;
    line-height: 1;
    text-transform: capitalize;
    opacity: 0;
    animation: scale .6s alternate infinite linear both;
}
@keyframes scale {
    from {
        transform: translateY(0);
    }
    to {
        transform: translateY(-10px)
    }
}
.wos-pill:hover .wos-about-icon-ghost i{
    opacity: .09;
}

.wos-pill.active{
    background: #28a745;
    -webkit-box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
    box-shadow: 0 0 10px -2px rgba(127, 123, 123, 0.9);
}
.wos-pill.active i,
 .wos-pill.active h5{
    color: #fff;
}
.wos-pill.active .wos-about-icon-ghost i{
    opacity: .09;
}
.wos-pill.active:hover{
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
}
.wos-pill.active:hover i{
    color: #0284d0;
}
.wos-pill.active:hover h5{
    color: #1f1f1f;
}
.wos-pill.active:hover .wos-about-icon-ghost i{
    opacity: .09;
}

.wos-pill.active.wos-pill-accent{
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
    box-shadow: 0 0 5px rgba(127, 123, 123, 0.1);
}
.wos-pill.active.wos-pill-accent i{
    color: #0284d0;
}
.wos-pill.active.wos-pill-accent h5{
    color: #1f1f1f;
}
.wos-pill.active.wos-pill-accent .wos-about-icon-ghost i{
    opacity: 0;
}
.wos-pill.active.wos-pill-accent:hover{
    background: #28a745;
}
.wos-pill.active.wos-pill-accent:hover i{
    color: #ffffff;
}
.wos-pill.active.wos-pill-accent:hover h5{
    color: #ffffff;
}
.wos-pill.active.wos-pill-accent:hover .wos-about-icon-ghost i{
    opacity: .09;
}




.wos-split-body{
    max-width: 460px;
    margin-left: auto;
    margin-right: 96px;
}
.wos-split-body .wos-heading h2{
    max-width: 100%;
    text-transform: initial;
}
.wos-split-body .wos-heading p{
    max-width: 100%;
    margin: 0;
}

.wos-bg-alt .wos-split-body .wos-heading h5,
 .wos-bg-alt .wos-split-body .wos-heading h2,
 .wos-bg-alt .wos-split-body h6{
    color: #ffffff;
}
.wos-bg-alt.wos-bg-blue .progress{
    background: #329ad7;
}

.wos-split-body.wos-split-v2{
    max-width: 460px;
    margin-left: 100px;
    margin-right: auto;
}
.wos-split-body.wos-split-v3{
    max-width: 600px;
    margin: 0 auto;
}


.wos-team-grid .item{
    text-align: center;
}
.wos-team-grid .item img{
    transform: scale(1);
    transition: 1s;
}
.wos-team-grid .item:hover img{
    transform: scale(1.2);
    transition: 1s;
}
.wos-team-photo{
    overflow: inherit;
}
.wos-team-body{
    padding: 20px 0 15px;
    background: #ffffff;
}

.wos-team-grid .wos-team-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    opacity: 0;
    z-index: 2;
    transition: 2s;
}
.wos-team-grid .wos-team-overlay:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: .7;
}
.wos-team-grid .item:hover .wos-team-overlay{
    opacity: 1;
    visibility: visible;
    transition: .5s;
}

.wos-team-grid .item:hover ul li{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    transition: .5s ease-in-out;
}
.wos-team-grid .item:hover .wos-team-body h5{
   color: #0284d0;
}
.wos-team-grid .item .wos-team-body:after{
    position: relative;
    content: '';
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
    display: table;
    height: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    bottom: -30px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    background: #28a745;
    visibility: hidden;
    opacity: 0;
}
.wos-team-grid .item:hover .wos-team-body:after{
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
}

.wos-team-grid ul li{
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-540%);
    transition: .5s ease-in-out;
}

.wos-team-grid ul li:first-child,
 .wos-team-grid .item:hover ul li:first-child{
    transition-delay: .2s;
}
.wos-team-grid ul li:nth-child(2),
 .wos-team-grid .item:hover ul li:nth-child(2){
    transition-delay: .3s;
}
.wos-team-grid ul li:nth-child(3),
 .wos-team-grid .item:hover ul li:nth-child(3){
    transition-delay: .4s;
}
.wos-team-grid ul li:nth-child(4),
 .wos-team-grid .item:hover ul li:nth-child(4){
    transition-delay: .5s;
}
.wos-team-grid ul li:nth-child(5),
 .wos-team-grid .item:hover ul li:nth-child(5){
    transition-delay: .6s;
}
.wos-team-grid ul li:nth-child(6),
 .wos-team-grid .item:hover ul li:nth-child(6){
    transition-delay: .7s;
}
.wos-team-grid ul li:nth-child(7),
 .wos-team-grid .item:hover ul li:nth-child(7){
    transition-delay: .8s;
}


.wos-client-carousel.owl-carousel .owl-item img{
    margin: 0 auto;
    cursor: pointer;
    width: 200px;
}
.select2-container--default .select2-selection--single{
    letter-spacing: .7px;
    font-weight: 300;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 44px;
    text-align: left;
    font-size: 15px;
    border: none;
    color: #1f1f1f;
    -webkit-transition: 300ms ease-in all;
    background: #f5f6f6;
    -o-transition: 300ms ease-in all;
    transition: 300ms ease-in all;
    padding: 0 15px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    font-size: 15px;
    color: #1f1f1f;
    font-weight: 400;
    padding-left: 0;
    padding-right: 0;
    line-height: 44px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 12px;
}
.select2-dropdown{
    z-index: 20;
}
.select2-results__option--highlighted[aria-selected]{
    background-color:#28a745 !important;
}
.select2{
    width: 100% !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b{
    border-color: #1f1f1f transparent transparent transparent;
    left: 0;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
    border-color: transparent transparent #1f1f1f transparent;
}
.select2-container,
 .select2-dropdown,
 .select2-search,
 .select2-results{
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}
.wos-request-fields input,

.wos-request-fields textarea{
    font-size: 15px;
    border: none;
    color: #1f1f1f !important;
    background: #f5f6f6;
}

.wos-request-fields input::-webkit-input-placeholder,
 .wos-request-fields textarea::-webkit-input-placeholder,

.wos-request-fields input:-moz-placeholder,
 .wos-request-fields textarea:-moz-placeholder,

.wos-request-fields input::-moz-placeholder,
 .wos-request-fields textarea::-moz-placeholder,

.wos-request-fields input:-ms-input-placeholder,
 .wos-request-fields textarea:-ms-input-placeholder,

.wos-request-fields input::placeholder,
 .wos-request-fields textarea::placeholder{
    color: #ffffff !important;
}
.wos-request-fields .form-control::placeholder{
    color: #1f1f1f;
    opacity: 1;
}
.wos-request-fields input:focus,
 .wos-request-fields textarea:focus{
    border-color: #dcdbdb;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #333333;
}
.wos-request-fields textarea{
    height: 120px;
    resize: none;
}
.alert-danger{
    border-radius: 36px;
}
.form-control{
    padding: 1.5rem .75rem;
}
.form-control.message{
    padding: 13px 10px 10px;
    height: 150px;
}
.form-control{
    box-shadow: none;
}
.wos-copyright,
 .wos-copyright a{
    font-size: 14px;
    color: #535353;
}
.wos-copyright a:hover,
 .wos-copyright a:focus{
    color: #0284d0;
}

.wos-search .form-control{
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
   
}
.wos-search .form-control{
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}
.wos-search .form-control:focus{
    border-color: #0284d0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}
.wos-search.wos-bg-alt .wos-search-addon{
    background-color: #28a745;
}
.wos-search.wos-bg-alt .wos-search-addon:hover{
    background-color: #0284d0;
}
.wos-search.wos-bg-alt .form-control:focus,
 .wos-search.wos-bg-alt textarea:focus{
    border-color: #ffffff;
}

.pagination li.active > a{
    color: #ffffff;
}
.pagination li.active > a{
    background: #0284d0 !important;
}

.wos-subscribe .form-control{
    background: #f6f6f6;
    border-color: #f6f6f6;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
    font-size: 14px;
    padding-top: 1.3rem;
    padding-bottom: 1.3rem;
    border-radius: 0;
    max-width: 250px;
    margin-bottom: 0;
}

.wos-subscribe .form-control:focus{
    border-color: #0284d0;
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}


.loader{
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 111111;
    background: #ffffff;
    overflow: hidden !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wos-spinner{
    position: relative;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-gap: 2px;
    height: 90px;
    margin: 0 50px 100px 0;
    width: 90px;
}

.wos-spinner li{
    position: relative;
    width: 100%;
    height: 100%;
    background: #28a745;
    transform: scale(0);
    transform-origin: center center;
    animation: loader-box-fade 2s infinite linear;
}
.wos-spinner li:nth-child(1),
 .wos-spinner li:nth-child(5),
 .wos-spinner li:nth-child(9){
    animation-delay: 0.4s;
}
.wos-spinner li:nth-child(4),
 .wos-spinner li:nth-child(8){
    animation-delay: 0.2s;
}
.wos-spinner li:nth-child(2),
 .wos-spinner li:nth-child(6){
    animation-delay: 0.6s;
}
.wos-spinner li:nth-child(3){
    animation-delay: 0.8s;
}
@keyframes loader-box-fade {
    0% {
        transform: scale(0);
    }
    40% {
        transform: scale(1);
    }
    80% {
        transform: scale(1);
    }
    100% {
        transform: scale(0);
    }
}


@media (max-width: 1280px) and (min-width: 992px) {

    .wos-figure{
        height: 580px;
    }
    .image img.wos-figure{
        height: 580px;
    }
}

@media screen and (max-width: 1199px) {
    h1{
        font-size: 3.56rem;
    }
    h2{
        font-size: 2.45rem;
    }
    h3{
        font-size: 1.65rem;
    }
    h4{
        font-size: 1.15rem;
    }
    h5{
        font-size: 1rem;
    }
    .wos-nav .navbar-nav .nav-link{
        padding-right: 0.1rem;
        padding-left: 0.1rem;
        margin-right: 1rem;
        margin-left: 1rem;
    }
    .wos-split-body{
        max-width: 400px;
        margin-right: 67px;
    }
    .wos-split-body.wos-split-v2{
        max-width: 400px;
        margin-left: 70px;
    }
    .wos-split-body.wos-split-v3{
        max-width: 400px;
    }
}
@media screen and (max-width: 991px) {
    h1{
        font-size: 2.95rem;
    }
    h2{
        font-size: 2.3rem;
    }
    h3{
        font-size: 1.4rem;
    }
    h4{
        font-size: 1.125rem;
    }
    #home.wos-h-screen{
        min-height: unset !important;
    }

    .wos-figure,
 .image img.wos-figure{
        height: auto;
        width: 100%;
    }
    .wos-split-body,
 .wos-split-body.wos-split-v2,
 .wos-split-body.wos-split-v3{
        padding: 7.5rem 0;
        max-width: 720px;
        margin: 0 auto;
    }

    .wos-drawer{
        width: 45%;
    }
}
@media screen and (max-width: 767px) {
    body{
        text-align: center;
    }

    h1{
        font-size: 2.65rem;
    }

    h2,
 .wos-heading.wos-split-v2 h2{
        font-size: 2.2rem;
    }

    h3{
        font-size: 1.375rem;
    }

    h4{
        font-size: 1.115rem;
    }
    p{
        font-size: 14px;
    }
    .wos-drawer{
        width: 380px;
    }

    section{
        padding: 4.5rem 0;
    }
    .wos-mb-xs{
        margin-bottom: 2rem !important;
    }
    .wos-pt-xs{
        padding-top: 25px;
    }
    .wos-btn{
        font-size: 13px;
        padding: 8px 28px;
    }

    .wos-split-body,
 .wos-split-body.wos-split-v2,
 .wos-split-body.wos-split-v3{
        max-width: 540px;
        padding: 4.5rem 0;
    }

    .wos-heading{
        margin-bottom: 2.5rem;
    }
    .wos-heading h2{
        margin-bottom: 1.2rem;
    }
}
@media screen and (max-width: 575px) {
    .wos-drawer .wos-drawer-inner{
        padding: 2.5rem 5rem 3.5rem;
    }
     h1,
 h2,
 h3,
 h4,
 h5,
 h6{
        line-height: 1.4;
    }
    .wos-heading h5{
        line-height: 1;
        margin-bottom: 1rem;
    }
    .wos-spinner{
        position: relative;
        display: grid;
        grid-template-columns: 33% 33% 33%;
        grid-gap: 2px;
        height: 70px;
        margin: 0 auto 45px auto;
        width: 70px
    }
}
@media screen and (max-width: 480px) {
    .wos-slide-action span{
        height: 45px;
        width: 45px;
        font-size: 11px;
    }
    .wos-slide-action span i{
        line-height: 45px;
    }

    .wos-drawer{
        width: 370px;
    }
}