/*
Theme Name: Drox
Theme URI: http://themewar.com/wp/drox/
Author: ThemeWar
Author URI: http://themewar.com/
Description: Drox - Agency & Portfolio Responsive WordPress Theme
Version: 1.0
License: 
License URI: 
Text Domain: drox
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/
html, body{
    margin: 0;
    padding: 0;
}
body{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 21px;
    color: #999999;
    letter-spacing: 0;
    font-weight: 400;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'Poppins', sans-serif;
    color: #232931;
    font-weight: 600;
    letter-spacing: 0;
    margin: 0 0 15px;
    line-height: 1.2;
}
a{
    color: #1fb4cc;
    transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -webkit-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
}
a:hover{
    color: #232931;
    text-decoration: none;
}
a:focus{
    outline: 0;
    text-shadow: none;
    box-shadow: none;
}
.drox_btn{
    display: inline-block;
    background: #1fb4cc;
    color: #FFF;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    
    transition: all ease 700ms;
    -moz-transition: all ease 700ms;
    -webkit-transition: all ease 700ms;
    -ms-transition: all ease 700ms;
    -o-transition: all ease 700ms;
}
.drox_btn i{
    margin-left: 5px;
}
.drox_btn.white_black{
    color: #000000;
    background: #FFF;
}
.drox_btn b{
    position: relative;
    z-index: 2;
    font-weight: 600;
}
.drox_btn:hover{
    color: #FFF;
}
.drox_btn span {
    background: #232931;
    border-radius: 50%;
    display: block;
    height: 0;
    position: absolute;
    transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -moz-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -webkit-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -ms-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    -o-transition: width 0.6s ease 0s, height 0.6s ease 0s;
    width: 0;
    z-index: 1;
}
.drox_btn.white_black span{
    background: #232931;
}
.drox_btn:hover span {
    height: 562.5px;
    width: 562.5px;
}

.drox_btn_bounce{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    cursor: pointer;
    background: #232931;
    text-decoration: none;
    color: #FFF;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 3px;
    overflow: hidden;
}
.drox_btn_bounce i{
    margin-left: 5px;
}
.drox_btn_bounce:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1fb4cc;
    
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.drox_btn_bounce.to_right:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.drox_btn_bounce.to_left:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.drox_btn_bounce.to_bottom:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.drox_btn_bounce.to_top:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.drox_btn_bounce:hover{
    color: #FFF;
}
.drox_btn_bounce:hover:before, .drox_btn_bounce:focus:before, .drox_btn_bounce:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.drox_btn_sweep {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    cursor: pointer;
    background: #232931;
    text-decoration: none;
    color: #FFF;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 3px;
    overflow: hidden;
}
.drox_btn_sweep i{
    margin-left: 5px;
}
.drox_btn_sweep:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #1fb4cc;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.drox_btn_sweep.to_right:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
}
.drox_btn_sweep.to_left:before{
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.drox_btn_sweep.to_bottom:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
}
.drox_btn_sweep.to_top:before{
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.drox_btn_sweep:hover{
    color: #FFF;
}
.drox_btn_sweep:hover:before, .drox_btn_sweep:focus:before, .drox_btn_sweep:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.drox_btn_shutter{
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    
    cursor: pointer;
    background: #1fb4cc;
    text-decoration: none;
    color: #FFF;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 35px;
    border-radius: 3px;
    overflow: hidden;
}
.drox_btn_shutter.out_horiz{
    background: #232931;
}
.drox_btn_shutter.out_vert{
    background: #232931;
}
.drox_btn_shutter i{
    margin-left: 5px;
}
.drox_btn_shutter:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #232931;
    
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.drox_btn_shutter.in_horiz:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.drox_btn_shutter.out_horiz:before {
    background: #1fb4cc;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.drox_btn_shutter.in_vert:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.drox_btn_shutter.out_vert:before {
    background: #1fb4cc;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
}
.drox_btn_shutter:hover{
    color: #FFF;
}
.drox_btn_shutter.in_horiz:hover:before, .drox_btn_shutter.in_horiz:focus:before, .drox_btn_shutter.in_horiz:active:before {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
}
.drox_btn_shutter.out_horiz:hover:before, .drox_btn_shutter.out_horiz:focus:before, .drox_btn_shutter.out_horiz:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.drox_btn_shutter.in_vert:hover:before, .drox_btn_shutter.in_vert:focus:before, .drox_btn_shutter.in_vert:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}
.drox_btn_shutter.out_vert:hover:before, .drox_btn_shutter.out_vert:focus:before, .drox_btn_shutter.out_vert:active:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
}


.sec_titles{
    font-size: 36px;
    line-height: 46px;
    text-transform: capitalize;
    margin: 0 0 79px;
}
.noPadding{
    padding: 0;
}
.noPaddingLeft{
    padding-left: 0;
}
.noPaddingRight{
    padding-right: 0;
}
.noPaddingTop{
    padding-top: 0;
}