/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

html,
button,
input,
select,
textarea {
    color: #222;
}

html, body {
    /*height: 100%;*/
    -webkit-overflow-scrolling: touch;
}

html {
    font-size: 1em;
    line-height: 1.4;
    -webkit-overflow-scrolling: touch;
}

.scroll-wrapper {
    height: 100%;
    overflow-y: auto;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}
.hide {
    display: none !important;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

pre.subtle {
    border: 0;
    background: #fff;
    box-shadow: 0 4px 25px rgba(0,0,0,0.15);
}

.text-center {
    text-align: center;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/*@font-face {
    font-family: "WeblySleek UI";
    src: url("/fonts/ws-ui.eot");
    src: local('☺︎'),url("/fonts/ws-ui.woff") format("woff");
    font-weight: 400;
}

@font-face {
    font-family: "WeblySleek UI";
    src: url("/fonts/ws-ui-semibold.eot");
    src: local('☺︎'),url("/fonts/ws-ui-semibold.woff") format("woff");
    font-weight: 700;
}

@font-face {
    font-family: "WeblySleek UI";
    src: url("/fonts/ws-ui-light.eot");
    src: local('☺︎'),url("/fonts/ws-ui-light.woff") format("woff");
    font-weight: 100;
}*/

/* Header And Footer */
.header{
    width: 100%;
    background: #fff;
    position: relative;
    border-bottom: 1px solid #eee;

}
.header-region{
    margin: 0px 20px;
    height: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.header .left-header img{
    height: 35px;
}
.header .right-header{
    font-size: 16px;
}
.header .right-header a{
    text-decoration: none;
    outline: none;
    border: 1px solid #26ba6a;
    border-radius: 2rem;
    padding: 4px 15px !important;
    margin-bottom: 12px;
    color: #26ba6a;
    transition: 0.5s ease;
}
.header .right-header a:hover{
    background: #26ba6a;
    color: #fff;
}
.form-body-wrapper{
    background: white;
    height: calc(100vh - 71px);
    overflow: auto;
}
.flex-center{
    display: flex;
    justify-content: center;
}
/* ----------------- */


.heading-bold {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
    color: #444;
}

.margintop0 {
    margin-top: 0px !important;
}

.heading {
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2;
    color: #444;
}

.text-bold {
    font-weight: 500;
}

.carousel-indicators {
    bottom: -50px !important;
}

    .carousel-indicators li {
        width: 15px;
        height: 15px;
        /*border:1px solid #bdc3c7;*/
        background-color: #f5f5f5;
    }

    .carousel-indicators .active {
        background-color: #4ebaec;
        width: 15px;
        height: 15px;
    }

.text-area p {
    text-align: center;
    font-size: 17px;
    font-weight: 500;
}

.text-oem p {
    text-align: center;
    font-size: 19px;
    font-weight: 500;
}

.text-blue p {
    color: #3b9ddc;
    font-size: 33px;
    line-height: 1.5em;
    text-align: left;
    font-weight: 300;
    margin-top: 25px;
}

h1 {
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
    margin: .3rem 0;
}

    h1.small {
        font-size: 40px;
    }

    h1.large {
        font-size: 60px;
    }

    h1.big {
        font-size: 70px;
    }

h3 {
    color: #7f8c8d;
    font-size: 20px;
    font-weight: 700;
    margin: .3rem 0;
    line-height: 1.8;
}

h4, h5, h6 {
    color: #444;
    font-size: 16px;
    font-weight: bold;
}

    h3:not(:first-child),
    h4:not(:first-child) {
        margin-top: 1em;
    }



.columns.bordered .cell {
    border-left: 1px solid #ccc;
}

    .columns.bordered .cell:first-child {
        border-left: none;
    }




    .content:after {
        content: ".";
        visibility: hidden;
        display: block;
        height: 0;
        clear: both;
    }

    .content.alternate {
        background-color: #f5f5f5;
    }

    .content.invert {
        background: #28bc6a;
        color: #fff;
    }

    .content.with-gradient {
        padding: 60px 40px;
        background: -webkit-linear-gradient(#ecf0f1,#fff 80px);
        background: -moz-linear-gradient(#ecf0f1,#fff 80px);
        background: -ms-linear-gradient(#ecf0f1,#fff 80px);
        background: linear-gradient(#ecf0f1,#fff 80px);
    }

        .content.with-gradient.first {
            background: #fff;
        }

    .content with-gradient second {
        padding: 60px 40px;
        background-color: #f5f5f5;
    }

    .content.clouds {
        background-image: url(../clouds%402x.html);
        background-size: cover;
        min-height: 325px;
        padding-bottom: 0;
    }

.btn-primary {
    background-color: #26ba6a;
    color: #eff0f3;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
}

.btn-default {
    background-color: #f5f5f5;
    color: #ffff;
    font-size: 14px;
    border-radius: 3px;
    letter-spacing: 1.33px;
    text-transform: uppercase;
}

.more:after {
    content: "";
    position: relative;
    display: inline-block;
    margin-left: 6px;
    vertical-align: baseline;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 6px;
    border-color: transparent transparent transparent #3498db;
}

.subtitle {
    text-transform: uppercase;
    color: #7f8c8d;
    letter-spacing: .2em;
    font-size: 15px;
}

.no-gap {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.top-spacing {
    margin-top: 20px !important;
}

.top-gap {
    margin-top: 40px !important;
}

.gap {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
}

.bottom-spacing {
    margin-bottom: 20px !important;
}

.bottom-gap {
    margin-bottom: 40px !important;
}

.dark-heading h3 {
    color: #2c3e50;
}

.text-left {
    text-align: left;
}

.feature {
    line-height: 1.6;
}

    .feature.small {
        font-size: 18px;
    }


.inline {
    display: inline-block;
    vertical-align: middle;
}

hr {
    border: 0;
    background: #bdc3c7;
    height: 1px;
    margin: 40px 0;
    padding: 0;
}

    hr.subtle {
        background: -webkit-radial-gradient(#7f8c8d,rgba(127,140,141,0) 60%);
        background: -moz-radial-gradient(#7f8c8d,rgba(127,140,141,0) 60%);
        background: radial-gradient(#7f8c8d,rgba(127,140,141,0) 60%);
    }

.img-semi-show {
    margin-bottom: -180px;
}

.float-none {
    float: none !important;
}



.headertel {
    padding-right: 0px !important;
}

.link {
    padding-left: 21px;
}

@media(max-width:768px) {
    .columns.bordered .cell;

{
    border-left: none;
}

.content {
    padding: 30px 20px;
}

h1 {
    font-size: 36px;
}

    h1.small {
        font-size: 32px;
    }

    h1.big {
        font-size: 36px;
    }

h3 {
    font-size: 20px;
}

hr {
    margin: 20px 0;
}

.content.with-gradient {
    padding: 30px 10px;
    background: #fff;
}

.content-alternate.with-gradient {
    padding: 30px 10px;
    background-color: #f5f5f5;
}

.navbar-toggle {
    display: inline-block;
}

.navbar-header {
    float: none;
}

.navbar-collapse.collapse {
    display: none !important;
}

    .navbar-collapse.collapse.in {
        display: block !important;
    }

.navbar-left,
.navbar-right {
    float: none !important;
}

.hidden-xs {
    display: none !important;
}

.visible-xs {
    display: block !important;
}

.bottom-gap {
    margin-bottom: 20px !important;
}

.top-gap {
    margin-top: 20px !important;
}

.text-center-sm {
    text-align: center;
}

.text-center {
    text-align: center;
}

.img-semi-show {
    margin-bottom: 0;
}

}

/* ==========================================================================
   Header
   ========================================================================== */



#top-container .navbar-default {
    background-color: #3F4041;
    border-color: transparent;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 16px;
    margin-bottom: 0px;
}

#top-container .navbar-toggle {
    border: none;
    padding: 0;
    margin-bottom: 0;
    color: #bdc3c7;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-size: 13px;
    width: 70px;
    margin-right: 0;
    text-align: right;
    background: none;
    margin-top: 17px !important;
}

    #top-container .navbar-toggle .menu-open:after {
        content: "";
        position: relative;
        top: 10px;
        margin-left: 5px;
        vertical-align: bottom;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 5px 0 5px;
        border-color: #bdc3c7 transparent transparent transparent;
    }

    #top-container .navbar-toggle.collapsed .menu-close {
        display: none;
    }

    #top-container .navbar-toggle:not(.collapsed) .menu-open {
        display: none;
    }

#top-container .navbar-header {
    padding: 20px;
    padding-top: 1px;
    padding-bottom: 0px;
}

/*#top-container .navbar-brand {
    display: block;
    /*background-image:url(/img/header/dronahq-logo1.png);*/ /*('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAJIAAAAiCAYAAAC0sYD7AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuM4zml1AAAAjUSURBVHhe7Zt5bBRVHMdRBC/UekPEA49UQGFbEOORaFS8E694JPqHf6jEKwqagGeiUesRTfBGo/H8Q/2DeJbulqASD4IKAnJIpIqg0O62BdpSWsv4+b35dXZn5m13y+5SSuebfDPvd7z3dvZ9982bN7ODIkSIECFChAGC8bPrymLx+nPgLRWJ1LSKeMP0WKJxRj6siKemx+IN91fUpqbEauovqayuH6HNRhgomPDZ+v0QQlUskWqtiCe3IyKnUMbiyQ7a+vC0eS3DtZsIuzNcESXn2cRQJNad+lVypHYXYXcFM8czlsEvKpnpvrn2Y2ewdhlhd8P4eU1lDHR7cOB7y9HxlDMW2mIuk10TE00V2q2B4zh7bt++/S74ZA98HN4KTyd/P6064MD5H6DfRyYnadgH/McG8oTWKwLfaRmxG+B7cCV2s5DyEvVdh32QpmcHi+nz7QOfm5VwDOK58sdm5726rc7URZtl5rHmCpn5HtRuDfiAg/mgiznmBHmCtRSvhXtqEwMGnPsI80VkAN8UDftA6Gw3Iw1yT9ewB3xXwXpNyQpyNsArtJodsXjqdtug58OJc1POt/UddOR2OPP31lxCela7NaBK3kLqBvldcKo2MWDAORdVSNgyC3VqOCfI3Qav1+phxBINM2yDnovlzES/NPo/x84QkoA6m+CA2lqQ89XT94Bvh4SEeRj2ZjfiB/6tsF1NH/A3wMO1GT9iNclHbIPeE0Us9y7Zos2nUQwhYS+H0zL4ImzQcCZu1mYGBPgOiiYkynep2wO+BRzO5XgUHEn5Ao62H/lt2owfDO6jtkHviScyGy1MdWi7aRRJSF9o2AO+M+B/mmKA/ZyGJX4EvDOD5eqXL+UB0n0njz0YTiAmC/lP4WI4H74vudC670V8LOzu43ry9uC4LzyN8gyOn8BF8DsogzVEqxpg74X/LHg3nAWr4VLlHPgalHXL/lrFA75iCuktdRtgb+JwsIY94D8atrhZHt7RsB+9EdJ4eBIiOq4m5VT/3e4sYH2UyRm/bimJkHDLnUWrm+EC+3kNywnLQHrAlgF5GZppk+Ormtrd1uewS2I2EJNL5x0U99BqBvimuBkmpxU+D/9WVwjEqrSqAfZoqCvK7CBlFTxWqxlgF1NIs9VtgL2Ig+9cBeIjts4kKbA/1bAf+QrpJPjoshZn5aZOZ8HGbc5ChLOxrcvHquUtpZqRDoS+XwZ2ViEFQXy25FGUGaHG9fYM8gQ3mA4U2J6Q8gH5IuRhWl36H4ovPJVbQF61VjPALqWQfuEQEpKAWPGENIG7s6VN6YX1ssYO54/NviuNQQkvbYUK6XsO8us6D/pmBEy5G5E9k7WW2BoO3heM3VshyR1mpVY3wJbL6Gb4K5wL41D69925YMuseIhWk3o2Ia2AtTAROC7UFA/4+lZIsslYs2GbNuOiPwmJmOyBTKUoQnrO9brAXg9PkDYwZXP0TjeSBr6xphNAOSQkfAIRRxV8WwwNGWBeqtUNsI/AHdoHw38J9C63lDuhWesJKIeE1BtQv2+FdOl3zU5X4KreH4SETwQkA+/thmN/6UZdYL+iIQNsWThv0LAB9jUalrhPSNj/wkkUzSBQlt1n3wYf9mWmcg6QGrolx/aeBFDuv0I6BVat9K1xDX5DSGssQnpx15qRyjTsgbxajRlgBxfDe8M6DRtg36hhiQeFtFRDBriG4QsKMS8hkXco3E2FxGXtocVbnOq17T6+uarVeXd1W8h/z885H5HsNCFpyAfy+lxIuE7G9wH8B/rg1kgDV49Cwid7bBdZOE1TPODrOyHJ+ugFZpkgss1IT63Yde7aNOQDeX0qJMojYEpDOUFuLiH1n7u2K39oprK2orCtkSTlwvlN1ja6WYCQDodtmmKA3R+FdLe6PeCTu7MmivLEPbhQ31lCWsohdAOAT8bnH5OkwM4ipETPj0hkVvopsIttE1Itd3Yn1iStbXRzR4SES/ZeprvRNPA9rinyxeQrpOAX+IGGDHCVQXmNwgM5l2tY6hcqpNfVbYD9JoehcAgcjt2rNRK+HRXSTHUbYHfAiRr2gO8ciWmagdTVsB8M7oO2Qc/kmfManb9a0sIJCmnVpk7zJoCtbibzFFILXJnBJAz+UgXnazNywvkK6SENG2BLX/IUXB6llON6x424wCc4WqtL/UKFFHw0YR7zUJSth0kwOOuWSkhXq9sDPvkuXoI3Yd7M8RW41Y26wBZ4PywfGNx7bIMe5Bj49po2Z33rf86ihg5nRVOns47yy6tbzd2drU6Q+QgpH1BnOYd9tBn5YvIV0ikwtLOMrx2GXqnAN1+rGmAXKiR57ucBW/aK5MciC29b/yUREuYQbHmJrVegjqylhmozflTWJq+yDbqNp8Lja1LO6NqUUw5HUZbnb7ZcG1mIP6HdGvChei0k8v+C47QJA+y8hIRbNiWfgqE7pCBIkbVLcFe6UCGNg+G7lCwgtyRCEmCPgb71T08gV54pnqzVw5iQaDymIp7ssg180Tln48XarQEfLKeQiAvkkcJqzKehbX8oLyEJCEmfU6HsaocEhUvWCz9AbxC7ga8gIQmwH4bBdYfcGn/NMXjpK5mQBPhGwo9g+J2gNOQm4H1ofw8pE1xyPrcOfDEZT9bJv1W0Sw980OHwmGzkBORVhkMp76VVQiAmC1ZfPQ1lBW3uD2Vdcjt8kjryGsiNcBRl658U8A/rbl9Iru/lOnwy4x0VyNlXwwaaM5aj9PcYvAYeKX64j9TJoHcZoSyvvmTGhN4D4UzQ3t6WXOslCb98HnkNR15feR0G16P3aWpujKtpGsVA11sFUATG4qm2WG1ysnYXYRcFopHtjz9VQwbYspayr4tsmDi3oZyZaQmCKsqfIz3GU+sq5qR8l7QIuy4Qjm+vC1veYOjd+I1Z5gyN1TZPjiUan0FUswohApo5Pl5/3aSvkgdq8xH6AdCOPDyWNyYNKMud5SwNR4iQPxDOs2hIFtlvwErKA+7vXxGKAIQjO/yhd7gjRCgRBg36H0H5nJa2WAMZAAAAAElFTkSuQmCC')*/
/*background-repeat: no-repeat;
    text-decoration: none;
    color: transparent;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
}*/

#top-container .navbar-brand .img-dhq-logo {
    display: block;
    text-decoration: none;
    color: transparent;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    height: 34px;
    width: 145px;
}


#top-container .navbar-nav {
    padding: 17px 0;
    padding-top: 10px;
}

#top-container .navbar-default .navbar-collapse {
    border: none;
}

#top-container .navbar-nav > li {
    float: none;
    list-style: none;
    display: inline-block;
    padding: 0;
    margin: 0;
}

    #top-container .navbar-nav > li > a:not(.btn) {
        color: #bdc3c7;
        text-decoration: none;
        padding: 9px 12px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 3px;
        font-weight: 600;
        line-height: 20px;
        -moz-transition: background 50ms linear,color 50ms linear;
        -o-transition: background 50ms linear,color 50ms linear;
        -webkit-transition: background 50ms linear,color 50ms linear;
        transition: background 50ms linear,color 50ms linear;
    }

    #top-container .navbar-nav > li > a:hover,
    #top-container .navbar-nav > li > a:focus {
        color: #fff;
        background: #58595A;
        outline: 0;
    }

    #top-container .navbar-nav > li > a.btn {
        padding-right: 6px !important;
        padding: 9px 12px;
        padding-bottom: 7px;
        color: #fff;
        background-color: #28bc6a;
        border-color: #24a75e;
        border-radius: 3px;
        font-size: 14px;
    }

        #top-container .navbar-nav > li > a.btn:hover {
            color: #fff;
            background-color:#1f9252 !important;
            border-color: #197542;
        }

#top-container .navbar-default .navbar-nav > li > .navbar-btn {
    margin-left: 15px;
}

@media(min-width:1260px) {
    #top-container .navbar-header;

{
    padding-left: 0;
}

}

@media(max-width:768px) {
    #top-container .navbar-collapse;

{
    padding: 0;
}

#top-container .navbar-nav {
    background: #3F4041;
    clear: both;
    padding: 0;
    margin: 0;
}

    #top-container .navbar-nav > li {
        display: block;
        height: 51px;
    }

    #top-container .navbar-nav li > a {
        display: block;
        -moz-border-radius: 0;
        -webkit-border-radius: 0;
        border-radius: 0;
        padding: 15px 20px;
        border-top: 1px solid #233140;
    }

}

/* ==========================================================================
   1st Fold
   ========================================================================== */

.main-container {
    /*height: 500px;*/
    height: auto;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

    .main-container.plugin {
        background: #3F4041 url("../plugin-main.html") no-repeat center center;
        height: 460px;
    }

    .main-container.home {
        background: #3F4041 url("../home-slider.html") center;
    }

    .main-container.sdk {
        background: #3F4041 url("../home-slider-2.html") center;
    }

    .main-container.cms {
        background-image: url(../cms-main.html);
        height: 460px;
        background-position: center center;
    }

    .main-container.about-us {
        background-image: url(https://placekitten.com/1600/550);
        height: 550px;
        background-position: center center;
    }

    .main-container.pricing {
        background: #3F4041;
        height: 500px;
    }

        .main-container.pricing .main-text {
            margin-top: 85px;
            margin-bottom: 65px;
        }

        .main-container.pricing h1 {
            font-weight: bold;
            font-size: 4em;
            text-transform: uppercase;
        }

        .main-container.pricing .feature {
            font-size: 1.2em;
        }

    .main-container.plugin .main-text .hgroup {
        margin-bottom: 1em;
        text-shadow: 0 2px 4px rgba(0,0,0,0.4);
    }

    .main-container.home .main-text {
        text-align: left;
        margin-top: 70px;
        margin-bottom: 60px;
    }

        .main-container.home .main-text h1 {
            text-shadow: 0 3px 6px rgba(0,0,0,0.2);
            font-weight: 600;
        }

        .main-container.home .main-text h4 {
            color: #fff;
            line-height: 18px;
            font-size: 18px;
            font-weight: normal;
        }

        .main-container.home .main-text p {
            margin-top: 20px;
        }

        .main-container.home .main-text .btn-primary {
            background-color: #28bc6a;
            color: #eff0f3;
            font-size: 14px;
            border-radius: 3px;
            letter-spacing: 1.5px;
        }

        .main-container.home .main-text p span {
            display: inline-block;
            margin-top: 5px;
            font-size: 14px;
            line-height: 17px;
            color: #fff;
        }


    .main-container .client-logo p {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 0.2em;
        text-align: center;
        font-size: 15px;
        font-weight: normal;
        color: #fff;
    }

.prototype {
    background-color: #f5f5f5;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.prototype-features {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 41px;
}

.code {
    background-color: #f5f5f5;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.code-features {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 41px;
}

.library {
    background-color: #f5f5f5;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.library-features {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 41px;
}

.sync {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.sync-features {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 41px;
}

.templates {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.templates-features {
    display: flex;
    justify-content: center;
    text-align: center;
    padding-top: 41px;
}

.trystudio {
    background: #4ebaec;
}

.plugin .container .main-text {
    margin-top: 41px !important;
}




.palette {
    background-color: #ffffff;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
}

.palette-features {
    display: flex;
    justify-content: center;
    text-align: center;
    /*padding-top:41px;*/
}

#hero-word-switcher {
    position: relative;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: width 400ms cubic-bezier(0.215,0.61,0.355,1);
    -moz-transition: width 400ms cubic-bezier(0.215,0.61,0.355,1);
    -ms-transition: width 400ms cubic-bezier(0.215,0.61,0.355,1);
    transition: width 400ms cubic-bezier(0.215,0.61,0.355,1);
    white-space: nowrap;
    margin-right: -5px;
}

    #hero-word-switcher.in strong {
        -webkit-animation: leave-word 300ms cubic-bezier(0.215,0.61,0.355,1);
        -webkit-transform-origin: center 35px;
        -moz-animation: leave-word 300ms cubic-bezier(0.215,0.61,0.355,1);
        -moz-transform-origin: center 35px;
        transform-origin: center 35px;
    }




@-webkit-keyframes leave-word {
    0% {
        -webkit-transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -webkit-transform: rotateX(-90deg);
        visibility: visible;
        opacity: 0;
    }
}

@-moz-keyframes leave-word {
    0% {
        -moz-transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }

    100% {
        -moz-transform: rotateX(-90deg);
        visibility: visible;
        opacity: 0;
    }
}

@keyframes leave-word {
    0% {
        transform: rotateX(0deg);
        visibility: visible;
        opacity: 1;
    }

    100% {
        transform: rotateX(-90deg);
        visibility: visible;
        opacity: 0;
    }
}

#hero-word-switcher.in strong.active {
    -webkit-animation: enter-word 300ms 100ms cubic-bezier(0.215,0.61,0.355,1);
    -moz-animation: enter-word 300ms 100ms cubic-bezier(0.215,0.61,0.355,1);
    animation: enter-word 300ms 100ms cubic-bezier(0.215,0.61,0.355,1);
}

@-webkit-keyframes enter-word {
    0% {
        -webkit-transform: rotateX(90deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -webkit-transform: rotateX(0deg);
    }
}

@-moz-keyframes enter-word {
    0% {
        -moz-transform: rotateX(90deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        -moz-transform: rotateX(0deg);
    }
}

@keyframes enter-word {
    0% {
        transform: rotateX(90deg);
        opacity: 0;
    }

    100% {
        opacity: 1;
        transform: rotateX(0deg);
    }
}

#hero-word-switcher strong {
    visibility: hidden;
    position: absolute;
    left: 0;
}

    #hero-word-switcher strong.active {
        visibility: visible;
    }

/*@media (max-width:1300px) {
    .main-container {
        height: 430px;
    }*/

/*.main-container.home {
            height: 500px;
        }*/

.main-container.home .main-text {
    margin-top: 60px;
    margin-bottom: 80px;
}

}

@media(max-width:768px) {
    .main-container, .main-container.home;

{
    height: auto;
}

.main-container.home h1 {
    font-size: 31px;
}

}

/* ==========================================================================
   2nd Fold
   ========================================================================== */
#register .container,
#quotes .container,
.feature-explain .container,
#case-study .container {
    padding-left: 0;
    padding-right: 0;
}

#case-study .cell {
    padding: 30px;
    padding-top: 0px;
    padding-bottom: 0;
    margin-bottom: 10px;
}

    #case-study .cell .detail {
        padding: 30px;
        margin: -30px -30px 0 -30px;
        padding-top: 30px;
        padding-bottom: 0;
    }

#case-study h1 {
    color: #444;
    font-weight: normal;
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
}

#case-study .actions {
    margin-top: 30px;
    text-align: center;
}

    #case-study .actions a {
        margin-top: -4px;
        margin-right: 4px;
    }

#case-study .media {
    text-align: center;
}

    #case-study .media img {
        display: inline-block;
    }

#platform-feature .feature-grid {
    margin-bottom: -40px;
}

#call-to-actions .cell,
#quotes .cell,
.feature-grid .cell {
    margin-bottom: 40px;
}

.feature-grid .media img {
    margin: 0 auto;
}

.feature-grid h4 {
    color: #28bc6a;
}

.feature-grid.dark h4 {
    color: #2c3e50;
}

.feature-grid p {
    font-size: 14px;
    color: #7f8c8d;
}

.actions .link {
    margin-left: 10px;
}

@media(max-width:768px) {
    #call-to-actions .cell, #quotes .cell, .feature-grid .cell;

{
    margin-bottom: 20px;
}

.feature-grid .cell:last-child {
    margin-bottom: 0;
}

#platform-feature .feature-grid {
    margin-bottom: 0px;
}

}

#quotes .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
}

#quotes blockquote {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    font-size: 19px;
    color: #4e5758;
    line-height: 1.6;
    text-indent: -0.35em;
}

#quotes .author {
    margin-top: 30px;
}

    #quotes .author img {
        display: block;
        float: left;
        border-radius: 8px;
        margin-top: -6px;
        margin-right: 15px;
        width: 60px;
        height: 60px;
    }

    #quotes .author .name {
        font-weight: bold;
        display: block;
    }

    #quotes .author em {
        font-style: normal;
        display: block;
        color: #7f8c8d;
    }

@media(max-width:768px) {
    #quotes .author;

{
    margin-top: 10px;
}

#quotes .author img {
    width: 30px;
    height: 30px;
    margin-top: 0;
}

#quotes .author .name {
    display: inline-block;
}

#quotes .author em {
    display: inline;
}

#logo-wall .container {
    padding: 0;
}

}

.img-shadow {
    border-radius: 4px;
    box-shadow: 0 9px 20px rgba(0,0,0,0.4);
}

#cms .feature1 {
    font-size: 22px;
    color: #fff;
}

#contact-us .feature {
    font-size: 22px;
}

.icon {
    float: left;
    vertical-align: middle;
    display: block;
}

#plugin .icon {
    float: none;
    margin-bottom: 10px;
}

#cms-feature .feature-set h3 {
    line-height: 50px;
    margin: 0 0 0 56px;
    font-weight: normal;
}

#contact-us .control-label sup {
    color: #b10000;
    font-size: 18px;
    line-height: 1;
    vertical-align: middle;
    top: 0;
}

@media(min-width:992px) {
    #why-drona-cms .description-area;

{
    top: 0;
    width: 280px;
    position: absolute;
    cursor: default;
}

#why-drona-cms .description-area.left {
    left: -20px;
    text-align: right;
}

#why-drona-cms .description-area.right {
    left: auto;
    right: -20px;
}

#why-drona-cms .description-area ul {
    position: relative;
    height: 388px;
}

#why-drona-cms .description-area ul,
#why-drona-cms .description-area li {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
}

    #why-drona-cms .description-area ul li {
        position: absolute;
    }

        #why-drona-cms .description-area ul li:first-child {
            top: 20px;
        }

        #why-drona-cms .description-area ul li:last-child {
            bottom: 20px;
        }

}

@media (min-width:992px) and (max-width:1260px) {
    #why-drona-cms .description-area {
        width: 230px;
    }

        #why-drona-cms .description-area.left {
            left: -25px;
        }

        #why-drona-cms .description-area.right {
            right: -25px;
        }
}

@media (min-width:1260px + 200px) {
    #why-drona-cms .description-area {
        width: 340px;
    }

        #why-drona-cms .description-area.left {
            left: -80px;
        }

        #why-drona-cms .description-area.right {
            right: -80px;
        }
}

#why-drona-cms h4 {
    color: #2c3e50;
}

@media(max-width:992px) {
    #why-drona-cms pre;

{
    margin-bottom: 40px;
}

#why-drona-cms .description-area:after {
    content: ".";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

#why-drona-cms .description-area ul,
#why-drona-cms .description-area li {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
}

#why-drona-cms .description-area li {
    padding: 0 20px;
    width: 50%;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

    #why-drona-cms .description-area li:nth-child(2n+1) {
        margin-left: 0 !important;
        clear: left;
    }

}

@media (max-width:768px) {
    #why-drona-cms pre {
        margin-bottom: 20px;
    }

    #why-drona-cms .description-area ul {
        margin-left: 0;
        margin-right: 0;
    }

    #why-drona-cms .description-area li {
        padding: 0;
        width: auto;
        float: none;
    }

        #why-drona-cms .description-area li:nth-child(2n+1) {
            margin-left: 0 !important;
            clear: left;
        }

    #why-drona-cms .description-area + .description-area {
        margin-top: 0;
    }

    #why-drona-cms .description-area h4 {
        margin-top: 20px;
    }
}

@media(max-width:768px) {
    #cms .feature, #contact-us .feature;

{
    font-size: 20px;
}

}

.pricing-table {
    padding: 0;
    position: relative;
    margin: 0;
}

@media (min-width: 68.75em) {
    .pricing-table {
        border-right: solid 1px #eff0f3;
    }
}

.pricing-table li {
    list-style-type: none;
}

.pricing-table > li {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: solid 1px #eff0f3;
}

    .pricing-table > li:last-child {
        margin-bottom: 0em;
        padding-bottom: 0em;
        border-bottom: 0;
    }

@media (min-width: 68.75em) {
    .pricing-table > li:first-child {
        border-left: none;
    }
}

@media (min-width: 47.5em) {
    .pricing-table > li {
        float: left;
        padding: 2em;
        border: solid 1px #eff0f3;
        width: 47%;
    }

        .pricing-table > li:last-child {
            padding-bottom: 2em;
            border-bottom: solid 1px #eff0f3;
        }
}

@media (min-width: 68.75em) {
    .pricing-table > li {
        width: 33%;
        padding: 5em 3em;
        margin: 0;
        border: 0;
        min-height: 31em;
    }

        .pricing-table > li:before {
            content: '';
            position: absolute;
            width: 1px;
            margin-left: -3.55rem;
            top: 0;
            bottom: 0;
            background-color: #eff0f3;
        }

        .pricing-table > li:last-child {
            border-bottom: 0;
        }
}

@media (min-width: 68.75em) {
    .pricing-table > li:first-child {
        border-left: none;
    }
}

@media (min-width: 47.5em) {
    .pricing-table > li:nth-child(even) {
        margin-left: 2em;
    }
}

@media (min-width: 68.75em) {
    .pricing-table > li:nth-child(even) {
        margin-left: 0;
    }
}

.pricing-table > li .pricing-table_title {
    color: #8DC63F;
    margin-bottom: 1.8em;
    font-size: 20px;
    line-height: 1.27778;
}

    .pricing-table > li .pricing-table_title span {
        color: #3d4351;
        font-size: 14px;
        font-size: 0.93333rem;
        line-height: 1.64286;
        margin-left: 0.6em;
    }

@media (min-width: 68.75em) {
    .pricing-table > li .pricing-table_title span {
        font-size: 11px;
        font-size: 0.73333rem;
        line-height: 2.09091;
    }
}

.pricing-table > li .pricing-table_price {
    font-size: 38px;
    line-height: 0.6em;
    margin-bottom: 0.4em;
}

@media (min-width: 53.75em) {
    .pricing-table > li .pricing-table_price {
        font-size: 36px;
        font-size: 2.4rem;
        line-height: 1.27778;
        line-height: 0.6em;
        margin-bottom: 0.4em;
    }
}

.pricing-table > li .pricing-table_price span {
    font-weight: 700;
    font-size: 20px;
    text-transform: uppercase;
    margin-left: 0.4em;
    line-height: 0;
}

.pricing-table > li .pricing-table_price-details {
    font-size: 15px;
    height: 3.5em;
    border-bottom: 1px solid #EFF0F3;
    color: #A1A8B9;
    line-height: 1.4em;
    margin-bottom: 1.3em;
}

@media (min-width: 68.75em) {
    .pricing-table > li .pricing-table_price-details {
        height: 3.5em;
        border-bottom: solid 1px #eff0f3;
    }
}

@media (min-width: 68.75em) {
    .pricing-table > li .pricing-table_price-details span {
        display: block;
    }
}

@media (min-width: 68.75em) {
    .pricing-table > li .pricing-table_price-details {
        font-size: 14px;
        font-size: 0.93333rem;
        line-height: 1.64286;
    }
}

.pricing-table > li .pricing-table_plan-details {
    padding: 0;
}

    .pricing-table > li .pricing-table_plan-details li {
        background-image: url("https://studio.dronahq.com/static/img/tick.svg");
        background-size: 20px auto;
        background-position: left center;
        background-repeat: no-repeat;
        padding-left: 2em;
        line-height: 2em;
        position: relative;
    }

        .pricing-table > li .pricing-table_plan-details li .tooltip {
            position: absolute;
            background-color: rgba(141, 198, 63, 0.92);
            color: #FFF;
            z-index: 10;
            bottom: 2.6em;
            padding: 1em;
            font-size: 1.06667rem;
            line-height: 1.4em;
            left: 0px;
            font-family: 'Montserrat', sans-serif;
            border-radius: 3px;
        }

.pricing-cta {
    border-top: solid 1px #eff0f3;
}

@media (min-width: 47.5em) {
    .pricing-cta {
        border: 0;
    }
}

@media (min-width: 68.75em) {
    .pricing-cta {
        border-top: solid 1px #eff0f3;
    }
}

@media (min-width: 47.5em) {
    .pricing-cta .container {
        padding-top: 0;
    }
}

.pricing-cta .pricing-cta_heading {
    font-size: 20px;
    line-height: 1.15;
    line-height: 1.4em;
    margin-bottom: 1.6em;
}

@media (min-width: 68.75em) {
    .pricing-cta .pricing-cta_heading {
        font-size: 22px;
        line-height: 1.04545;
    }
}

.section-heading-underline:after {
    content: "";
    height: 3px;
    width: 100px;
    margin: 0.8em auto 0px;
    display: block;
    background: none repeat scroll 0% 0% #E1E2E5;
}

.pricing-faq h2,
.pricing-key-pointer h2 {
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 45px;
}

.pricing-key-pointer_key-item {
    margin-top: 30px;
}

    .pricing-key-pointer_key-item:after {
        content: "";
        width: 100px;
        height: 3px;
        display: inline-block;
        background: none repeat scroll 0% 0% #E1E2E5;
        margin-top: 1.2em;
    }

    .pricing-key-pointer_key-item .key-item-icon {
        width: 77px;
        margin: 0 auto;
        color: #77d065;
    }

    .pricing-key-pointer_key-item .key-item-title {
        text-transform: uppercase;
        color: #333;
    }

.pricing-call-to-action {
    position: relative;
    background-color: #000;
    color: #fff;
    padding: 7em 2em;
    background-image: url("../product-hero8.html");
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    opacity: 0.9;
}

    .pricing-call-to-action .call-to-action_heading {
        font-size: 28px;
        line-height: 1.76923;
        margin-bottom: 0.2em;
        text-transform: uppercase;
    }

    .pricing-call-to-action .call-to-action_sub-heading {
        font-size: 21px;
        line-height: 1.6em;
        margin: 0px auto 1.7em;
        display: block;
    }

.faq-list .faq-list_question {
    text-align: left;
    font-size: 20px;
    line-height: 1.6em;
    margin-bottom: 0.6em;
    color: #333;
}

#about-us #stats-section p {
    color: #cce5f6;
    font-size: 18px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#about-us #stats-section strong {
    color: #fff;
    font-size: 60px;
    font-weight: 100;
    display: block;
    line-height: normal;
}

#about-us .local-business h2.name {
    font-size: 21px;
}

#leadership-team img {
    border-radius: 100%;
    height: auto;
    display: block;
}

#leadership-team h2 {
    margin: .3rem 0;
}
/* ==========================================================================
   Footer
   ========================================================================== */

#global-footer {
    overflow: hidden;
    background-repeat: no-repeat;
    background-color: #3F4041;
    background-size: 70%;
    background-position: -40% 20%;
    padding-top: 60px;
    position: relative;
}

.icon-logo {
    float: left;
    margin-top: 6px;
    width: 70px;
    height: 72px;
    background: url("../icon-72.html") no-repeat center;
    display: block;
}

#global-footer ul, #global-footer li {
    list-style: none;
    padding: 0;
    border: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    line-height: normal;
}

#global-footer .navigation {
    padding-left: 70px;
    padding-right: 70px;
}

    #global-footer .navigation > ul {
        padding-bottom: 40px;
        display: table;
        width: 100%;
    }

        #global-footer .navigation > ul > li {
            display: table-cell;
            width: 200px;
            padding-left: 40px;
            font-size: 18px;
            color: #bdc3c7;
        }

            #global-footer .navigation > ul > li ul {
                margin-top: .4em;
            }

                #global-footer .navigation > ul > li ul li {
                    line-height: 1.6;
                }

                    #global-footer .navigation > ul > li ul li a {
                        color: #bdc3c7;
                        font-size: 15px;
                        text-decoration: none;
                        -webkit-transition: color 100ms linear;
                        -moz-transition: color 100ms linear;
                        -ms-transition: color 100ms linear;
                        transition: color 100ms linear;
                    }

#global-footer .social-icons {
    margin-bottom: 40px;
}

    #global-footer .social-icons a {
        display: inline-block;
        overflow: hidden;
        width: 40px;
        height: 40px;
        margin: 0 10px;
        font-size: 37px;
        color: #fff;
    }

#global-footer footer {
    margin-top: 60px;
    background: rgba(82, 85, 89, 0.5);
    clear: both;
    padding: 30px;
    margin: 0;
    font-size: 14px;
    color: #ecf0f1;
}

    #global-footer footer a {
        color: inherit;
        padding: 0 10px;
    }

.social-section a {
    border: 1px solid transparent;
    border-radius: 50px;
    text-align: center;
    font-size: 18px !important;
}

    .social-section a i {
        font-size: 16px !important;
    }

    .social-section a:hover {
        background-color: rgba(255, 255, 255, 0.14);
        color: #bdc3c7;
    }

    .social-section a.facebook {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 1px 11px;
        text-align: center;
    }

    .social-section a.twitter {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 5px 10px;
        text-align: center;
    }

    .social-section a.linkedin {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 5px 10px;
        text-align: center;
    }

    .social-section a.facebook:hover {
        border: 1px solid #ccc;
        padding: 3px 11px;
    }

    .social-section a.twitter:hover {
        border: 1px solid #ccc;
        padding: 4px 10px;
    }

    .social-section a.linkedin:hover {
        border: 1px solid #ccc;
        padding: 4px 10px;
    }

.social-section {
    margin-left: -10px !important;
}

    .social-section a:hover {
        border: 1px solid #ccc;
        border-radius: 50px;
    }


@media(max-width:768px) {
    #global-footer;

{
    background: #3F4041;
    padding-top: 20px;
}

#global-footer footer {
    padding: 0;
}

    #global-footer footer .contact,
    #global-footer footer .legal {
        float: none !important;
        padding: 20px 0;
        text-align: center;
    }

    #global-footer footer .legal {
        padding-top: 0;
    }

}
/* ==========================================================================
   Media Queries
   ========================================================================== */

.invert .page-title h1 {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    font-size: 60px;
}

#register .page-title h1 {
    font-size: 40px;
    color: #28bc6a;
}

#register .page-title p {
    font-size: 15px;
}

.page-title h1 {
    font-size: 70px;
    color: #3498db;
}

.page-title p {
    font-size: 22px;
    color: #7f8c8d;
    line-height: 1.6;
}

.width-10 {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 95px;
}

.width-9 {
    margin: 0 auto;
    width: 75%;
}

.width-8 {
    margin: 0 auto;
    width: 66.667%;
}

.width-6 {
    margin: 0 auto;
    width: 50%;
}

.width-4 {
    margin: 0 auto;
    width: 33.333%;
}

.width-5 {
    margin: 0 auto;
    width: 41.667%;
}

@media(max-width:992px) {
    .width-1-on-tablet;

{
    margin: 0 auto;
    width: 8.333%;
}

.width-2-on-tablet {
    margin: 0 auto;
    width: 16.667%;
}

.width-3-on-tablet {
    margin: 0 auto;
    width: 25%;
}

.width-4-on-tablet {
    margin: 0 auto;
    width: 33.333%;
}

.width-5-on-tablet {
    margin: 0 auto;
    width: 41.667%;
}

.width-6-on-tablet {
    margin: 0 auto;
    width: 50%;
}

.width-7-on-tablet {
    margin: 0 auto;
    width: 58.333%;
}

.width-8-on-tablet {
    margin: 0 auto;
    width: 66.667%;
}

.width-9-on-tablet {
    margin: 0 auto;
    width: 75%;
}

.width-10-on-tablet {
    margin: 0 auto;
    width: 83.333%;
}

.width-11-on-tablet {
    margin: 0 auto;
    width: 91.667%;
}

.width-12-on-tablet {
    margin: 0 auto;
    width: 100%;
}

}

#signup-detail {
    padding-left: 35px;
}

    #signup-form h3,
    #signup-detail h3 {
        color: #28bc6a;
        font-weight: normal;
    }

    #signup-detail ul {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
        line-height: normal;
    }

    #signup-detail li {
        margin-bottom: 5px;
        clear: left;
    }

        #signup-detail li img {
            width: 64px !important;
            height: 64px !important;
            display: block;
            float: left;
            margin-right: 15px;
        }

        #signup-detail li .description {
            height: 64px;
            display: table-cell;
            vertical-align: middle;
        }

            #signup-detail li .description .text-muted {
                font-size: 14px;
            }

            #signup-detail li .description .badge {
                border-radius: 3px;
                padding: 2px 6px;
                background: #999;
                color: #FFF;
                font-size: 14px;
                line-height: normal;
            }


#signup-form {
    /* border-right: 1px solid #ccc; */
}

    #signup-form .input-group {
        margin-bottom: 15px;
        display: block;
    }

    #signup-form .form-control {
        -ms-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        width: 100%;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        border: 1px solid #bbb !important;
        font: inherit;
        font-size: 15px;
        float: none;
        height: 42px;
        position: static;
		background-color:#fff !important;
		color:#444;
		
    }
    input::placeholder {
      color: #bbb !important;
      
    }
    #signup-form textarea.form-control {
        height: auto;
    }

    #contact-us .intl-tel-input,
    #signup-form .intl-tel-input {
        width: 100%;
    }



#btnSignup {
    display: block;
    width: 100%;
    border-color: #26ba6a;
	font-weight:600;
	padding: 9px 34px;
	 text-transform: unset !important;
}

#spSignupMsg, #termsError, .red-color {
    color: red;
    font-size: 13px;
}

.has-error .form-control:focus,
.has-error .form-control {
    outline: 0;
    border-color: #b10000 !important;
    -moz-box-shadow: 0 0 5px #b10000;
    -webkit-box-shadow: 0 0 5px #b10000;
    box-shadow: 0 0 5px #b10000;
}

.has-success .form-control :focus,
.has-success .form-control {
    outline: 0;
    border-color: #3db23f !important;
    -webkit-box-shadow: 0 0 5px #3db23f;
    -moz-box-shadow: 0 0 5px #3db23f;
    box-shadow: 0 0 5px #3db23f;
}

.show-on-error {
    display: none;
    font-size: 14px;
}

.form-group.has-error .show-on-error,
.input-group.has-error .show-on-error {
    display: block;
}

@media(max-width:768px) {
    .page-title h1;

{
    font-size: 36px;
}

.width-10 {
    padding: 0;
}

.width-8, .width-9 {
    width: auto;
}

#signup-form {
    border-right: 0;
    padding: 0;
}

#signup-detail {
    padding-left: 0;
}

}

.dark-blue-headings h1, .dark-blue-headings h2, .dark-blue-headings h3,
.dark-blue {
    color: #444;
}

.blue {
    color: #444;
}

.bg-blue {
    background-color: #2980b9;
    color: white;
}

.green {
    color: #28bc6a;
}

.purple {
    color: #777;
}

.light-green {
    color: #77d065;
}

.grey {
    color: #7f8c8d;
}

.white:hover,
.white {
    color: #fff;
}

.itemsstudio {
    background-color: #4ebaec;
    color: #444;
}

cite {
    font-style: normal;
}

blockquote {
    border-left: 4px solid #7f8c8d;
    display: block;
    padding: .2em 0 .2em 1em;
    margin-left: .5em;
    color: #7f8c8d;
    font-size: 18px;
    line-height: 1.6;
}

.customer-block {
    padding: 20px;
}

    .customer-block .logo {
        line-height: 40px;
        height: 40px;
    }

        .customer-block .logo img {
            max-width: 60%;
            max-height: 52px;
        }

    .customer-block .top-gap {
        margin-top: 25px !important;
        line-height: 1.8;
    }

        .customer-block .top-gap footer {
            margin-top: 20px;
            font-size: 15px;
            color: #7f8c8d;
        }

#platform .logo-strip {
    padding-top: 40px;
    padding-bottom: 40px;
}

#platform-detail {
    color: #4e5758;
    padding-left: 0;
    padding-right: 0;
}

#platform .circles-title h3 {
    font-weight: normal;
    margin-left: 10px;
    color: #4e5758;
}

#customer_quote .carousel-control {
    width: 0;
    color: #3F4041;
}

    #customer_quote .carousel-control .fa-angle-left,
    #customer_quote .carousel-control .fa-angle-right {
        position: absolute;
        top: 50%;
        z-index: 5;
        display: inline-block;
        margin-top: -40px;
    }

    #customer_quote .carousel-control.left,
    #customer_quote .carousel-control.right {
        background: none;
    }

#customer_quote .carousel-inner .item {
    height: 399px;
}

#customer_quote .carousel-indicators {
    bottom: -20px;
}

    #customer_quote .carousel-indicators li {
        border: 1px solid #7f8c8d;
    }

    #customer_quote .carousel-indicators .active {
        background-color: #7f8c8d;
    }

#customer_quote .carousel-inner blockquote {
    border-left: none;
    color: #7f8c8d;
    font-size: 20px;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

#platform .experts {
    background-image: url("../jump-start.html");
    height: 420px;
    background-color: #2c3e50;
    background-size: cover;
    background-position: center center;
    color: #fff;
    margin-left: -20px;
    margin-right: -10px;
}

#jump-start .content {
    padding: 0 0 15px;
    font-size: 13px;
}

#feature-nav {
    height: 100px;
    background: #2980b9;
    padding-bottom: 0;
    position: relative;
}

    #feature-nav.is_stuck {
        z-index: 101;
    }

    #feature-nav .arrow {
        width: 0;
        height: 0;
        position: absolute;
        bottom: 0;
        opacity: 0;
        border: solid transparent;
        border-width: 8px 10px;
        border-color: transparent;
        border-bottom-color: #fff;
        -webkit-transition: left 200ms cubic-bezier(0.215,0.61,0.355,1),background 200ms linear;
        -moz-transition: left 200ms cubic-bezier(0.215,0.61,0.355,1),background 200ms linear;
        -ms-transition: left 200ms cubic-bezier(0.215,0.61,0.355,1),background 200ms linear;
        transition: left 200ms cubic-bezier(0.215,0.61,0.355,1),background 200ms linear;
    }

        #feature-nav .arrow.alternate {
            border-bottom-color: #ecf0f1;
        }

    #feature-nav.is_stuck .arrow {
        opacity: 1;
    }

    #feature-nav ul, #feature-nav li {
        list-style: none;
        padding: 0;
        border: 0;
        margin: 0;
        font: inherit;
        color: inherit;
        line-height: normal;
    }

    #feature-nav ul {
        width: 48%;
        margin: 0 auto;
        display: table;
    }

    #feature-nav li {
        display: table-cell;
        text-align: center;
        width: 33.3333333%;
    }

        #feature-nav li a {
            color: #fff;
            text-decoration: none;
            display: block;
            max-width: 80%;
            margin: 0 auto;
            padding: 12px 0 20px;
            opacity: .7;
            -webkit-transition: opacity 100ms linear;
            -moz-transition: opacity 100ms linear;
            -ms-transition: opacity 100ms linear;
            transition: opacity 100ms linear;
        }

    #feature-nav ul li a:hover, #feature-nav ul li a.active {
        opacity: 1;
    }

    #feature-nav.is_stuck.compact img {
        opacity: 0;
    }

    #feature-nav ul li a img {
        -webkit-transition: opacity 100ms linear;
        -moz-transition: opacity 100ms linear;
        -ms-transition: opacity 100ms linear;
        transition: opacity 100ms linear;
    }

#feature-padding {
    background: #2980b9;
    height: 20px;
}

#feature-sections h3 {
    font-weight: normal;
    color: #444;
}

@media(max-width: 768px) {
    #feature-nav ul;

{
    width: 100%;
}

}


.nexus-5-frame {
    background-image: url("../nexus-5-frame.html");
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 201.5px;
    height: 396px;
    background-size: 201.5px 396px;
}

.iphone-5s-frame {
    background-image: url("../iphone-5s-frame.html");
    margin: 0 auto;
    background-repeat: no-repeat;
    background-size: contain;
    overflow: hidden;
    box-sizing: border-box;
    width: 190px;
    height: 399px;
    background-size: 190px 399px;
}

    .iphone-5s-frame .screen,
    .nexus-5-frame .screen {
        display: block;
        width: 100%;
        height: auto;
        position: relative;
        padding: 0;
        box-sizing: border-box;
    }

        .iphone-5s-frame .screen img,
        .nexus-5-frame .screen img {
            box-sizing: border-box;
            display: block;
            width: 100%;
            height: 100%;
        }

.macbook-pro-frame {
    margin: 0 auto;
    background-image: url("../macbook-pro-frame.html");
    background-repeat: no-repeat;
    background-size: contain;
    width: 1000px;
    height: 585px;
    overflow: hidden;
}

    .macbook-pro-frame .screen {
        display: block;
        width: 761px;
        height: 476px;
        position: relative;
        margin: 35px 0 0 120px;
    }

@media(min-width:768px) {
    #jump-start .container;

{
    margin-top: 95px;
    max-width: 525px;
}

#jump-start .content {
    padding-right: 0;
    height: 420px;
    padding-left: 85px;
    font-size: 16px;
}

.nexus-5-frame .screen {
    padding: 18% 4% 16% 4%;
}

.iphone-5s-frame .screen {
    padding: 30% 7% 30% 8%;
}

}

@media (max-width: 768px) {
    /*#customer_quote .carousel-inner .item {
        height: 1008px;
    }*/

    #customer_quote .carousel-control.left,
    #customer_quote .carousel-control.right {
        display: none;
    }

    #customer_quote .carousel-indicators li {
        width: 12px;
        height: 12px;
    }

    #customer_quote .carousel-indicators .active {
        width: 15px;
        height: 15px;
    }



    .iphone-5s-frame,
    .nexus-5-frame {
        background: none;
    }

    .macbook-pro-frame {
        background: 0;
        width: auto;
        height: auto;
    }
}

.grey-board {
    border: 1px solid #CCC;
    background-color: #F5F5F5;
    font-size: 13px;
    padding: 20px 10px 10px 20px;
}

/* ==========================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
}

@media print, (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%;
    }

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    width: 1px;
}

    .visuallyhidden.focusable:active,
    .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto;
    }

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

        a[href]:after {
            content: " (" attr(href) ")";
        }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.social-section a {
    border: 1px solid transparent;
    border-radius: 50px;
    text-align: center;
    font-size: 18px !important;
}

    .social-section a i {
        font-size: 16px !important;
    }

    .social-section a:hover {
        background-color: rgba(255, 255, 255, 0.14);
        color: #bdc3c7;
    }

    .social-section a.facebook {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 1px 11px;
        text-align: center;
    }

    .social-section a.twitter {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 5px 10px;
        text-align: center;
    }

    .social-section a.linkedin {
        border: 1px solid transparent;
        border-radius: 50px;
        padding: 5px 10px;
        text-align: center;
    }

    .social-section a.facebook:hover {
        border: 1px solid #ccc;
        padding: 3px 11px;
    }

    .social-section a.twitter:hover {
        border: 1px solid #ccc;
        padding: 4px 10px;
    }

    .social-section a.linkedin:hover {
        border: 1px solid #ccc;
        padding: 4px 10px;
    }

.social-section {
    margin-left: -10px !important;
}

    .social-section a:hover {
        border: 1px solid #ccc;
        border-radius: 50px;
    }

.team-social {
    text-align: center;
    padding: 25px;
}

    .team-social a {
        padding: 10px 13px;
        margin: 5px;
        border-radius: 50%;
        color: #fff;
    }


        .team-social a.linkedin {
            background-color: #0975b5;
        }

        .team-social a.twitter {
            background-color: #00acee;
        }

.casestudy-section h3 {
    vertical-align: text-top;
    display: inline;
    margin-top: 0px;
}

.casestudy-section .casestudy-logo {
    width: 120px;
    float: left;
    padding: 0px 5px;
}

.description-section > div img {
    width: 128px;
    margin: 0 auto;
    margin: 15px auto;
}

@media (min-width:1024px) {
    .description-section .imageDiv-step {
        height: 150px;
        overflow: hidden;
    }

    #case-study .cell {
        min-height: 300px;
    }

    #carousal-inner {
        height: 450px;
    }
}

description-section h2 {
    color: #444;
    font-weight: normal;
}

.description-section .cell {
    margin-bottom: 30px;
}

#case-study .feature-img {
    height: 230px;
}

    #case-study .feature-img img {
        width: 160px;
    }

.casestudy-section .col-lg-3, .casestudy-section .col-md-3, .casestudy-section .col-sm-3,
.casestudy-section .col-lg-9, .casestudy-section .col-md-9, .casestudy-section .col-sm-9 {
    padding: 0;
}

.casestudy-section h3 {
    line-height: 10px;
    margin-top: 20px;
}


#global-footer .social-icons a {
    margin: 0 auto;
    width: 55px;
    display: initial;
}

.cursor-none {
    cursor: default !important;
}

.remove-border {
    border: none !important;
}

@media (max-width:768px) {
    .description-section p {
        height: auto;
    }

    .columns.bordered .cell, .columns.bordered .cell:hover {
        border: none;
    }

    #top-container .navbar-nav > li {
        height: auto !important;
    }

    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 420px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

.navbar-default .navbar-nav > .open > a {
    background: #58595A;
    color: white !important;
    border-radius: 4px 4px 0 0 !important;
}

.dropdown-menu {
    background-color: #58595A;
    padding: 0;
    border-radius: 5px;
}

    .dropdown-menu li a {
        background-color: #58595A;
        color: #bdc3c7;
        padding: 10px 12px;
        font-size: 16px;
        font-weight: 600;
    }

        .dropdown-menu li a:hover {
            color: #fff;
            background: #3F4041;
        }

.case-study-main .carousel {
    padding-bottom: 70px;
}

.case-study-main #customer_quote {
    overflow: hidden;
}

.case-study-main .carousel-indicators {
    bottom: -15px !important;
}

.case-study-main .carousel-control.right {
    right: 20px;
}

.case-study-main #customer_quote .carousel-inner .item {
    height: auto !important;
}

.dropdown-menu {
    border: 0;
}

.top-contact {
    background: #494a4d;
    padding: 1px 50px;
}

    .top-contact a {
        color: #ecf0f1;
        font-size: 12px;
        padding: 0 10px;
    }

@media (max-width:768px) {
    .top-contact {
        background: #494a4d;
        padding: 1px 10px;
    }

        .top-contact.col-lg-12 {
            padding: 1px 10px !important;
        }

        .top-contact a {
            font-size: 13px;
        }
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #bdc3c7;
    }

    .feature-grid .col-md-4 {
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 20px;
    }
}

/* partner section*/
.partner-section h3 {
    margin-top: 0;
    margin-bottom: 25px;
}

.heading-underline h2 {
    /*text-decoration:underline;
    font-weight:400;*/
}

.thankyou {
    min-height: 350px;
    padding-top: 100px;
    margin: 0 auto;
}

    .thankyou h1 {
        margin-bottom: 20px;
    }

.main-container.studio {
    background-image: url(../banner_image_copy.html);
    background-position: center center;
    height: 600px;
}

    .main-container.studio h1 {
        text-shadow: 0 3px 6px rgba(0,0,0,0.2);
        font-weight: 600;
    }


.circle-shadow {
    height: 32px;
    width: 32px;
    margin: 0 auto;
    background-color: #5EAEFF;
    font-size: 3.5em;
    color: #FFF;
    line-height: 200px;
    text-align: center;
    box-shadow: 5px 5px 6px #808080;
    -moz-box-shadow: 5px 5px 6px #808080;
    -webkit-box-shadow: 5px 5px 6px #808080;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
}

.main-container.partner {
    background-image: url(../partner-2.html);
    height: 450px;
    background-position: center center;
}

.main-container.consulting {
    background-image: url(../consulting-services.html);
    height: 450px;
    background-position: center center;
}

.platform-main {
    background-image: url(../platform.html);
    height: 450px;
    background-position: center center;
}

.ready-app {
    background-image: url(../ready-app.html);
    height: 450px;
    background-position: center center;
}

.oempartner-main {
    background-image: url('../oem%20partner.html');
    height: 450px;
    background-position: center center;
}

.main-container.partner h3 {
    color: #fff;
}

.main-container.technologypartner {
    background-image: url(../cms-main.html);
    height: auto;
    background-position: center center;
}

.main-container.channelpartner {
    background-image: url(../cms-main.html);
    height: auto;
    background-position: center center;
}

.channelpartner input[type=text], .channelpartner input[type=password], .channelpartner input[type=email], .channelpartner select, .channelpartner button,
.technologypartner input[type=text], .technologypartner input[type=password], .technologypartner input[type=email], .technologypartner select, .technologypartner button,
.hr-section input[type=text], .hr-section input[type=password], .hr-section input[type=email], .hr-section select, .hr-section button {
    border-radius: 0;
    font-size: 14px;
}

.channelpartner .col-md-4, .channelpartner .col-sm-12,
.technologypartner .col-md-4, .technologypartner .col-sm-12 {
    padding: 0;
    margin-right: 0;
}

.channelpartner .col-md-8, .technologypartner .col-md-8 {
    padding-right: 25px;
}

.channelpartner .headert-text,
.technologypartner .headert-text {
    padding-left: 0;
}

    .channelpartner .headert-text,
    .technologypartner .headert-text p {
        color: #fff;
    }

        .channelpartner .headert-text h1 {
            font-size: 42px;
        }

        .channelpartner .headert-text p {
            color: #fff;
        }

.margin-bottom10 {
    margin-bottom: 10px;
}

.channelpartner .help-block, .technologypartner .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.channelpartner .form-group.has-error, .technologypartner .form-group.has-error {
    margin-bottom: 5px;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

.btnInverse {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

    .btnInverse:hover {
        background-color: #fff;
    }

.channel-details h4 {
    padding: 10px 0 15px 0;
    font-size: 18px;
}
/*HR*/
.main-container.hr-section {
    background: url("../extension11.html") no-repeat fixed top center;
    height: auto;
    background-position: center center;
}

.hr-top-padding {
    margin-top: 50px;
}

.hr-main-section li {
    font-size: 17px;
    margin-bottom: 5px;
    color: #777;
}

.hr-section .help-block {
    margin-bottom: 0;
    margin-top: 0;
}

.hr-section .form-group.has-error {
    margin-bottom: 5px;
}

@media (max-width:768px) {
    .hr-section .col-md-12, .hr-section .col-md-4 {
        padding: 0;
    }

    .hr-section .pull-right {
        float: none !important;
    }

    .hr-top-padding {
        margin-top: 50px;
    }
}

.bg-darkblue {
    background: url("../bg-darkblue.html") repeat-x fixed 0 0 #2F4050;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    padding: 30px 0 30px;
    width: 100%;
    height: 100%;
}

.xh-Bold {
    color: #fff;
    font-size: 36px/40px;
    margin: 0 0 35px;
}

#appExample .excerpt {
    color: #B3BFCF;
    font-size: 21px;
    line-height: 29px;
}

#appExample a.group1 {
    opacity: 0.8;
}
/*====================>-Loader-<===================*/

#preloader {
    background-color: #fff;
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: 200px;
    left: 50%;
    margin: -100px 0 0 -100px;
    position: absolute;
    top: 50%;
    width: 200px;
}

.spinner {
    margin: 100px auto 0;
    text-align: center;
    width: 70px;
}

    .spinner > div {
        -webkit-border-radius: 100px;
        -o-border-radius: 100px;
        border-radius: 100px;
        display: inline-block;
        height: 18px;
        width: 18px;
    }

    .spinner .bounce1 {
        -webkit-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out 0s normal both infinite bouncedelay;
    }

    .spinner .bounce2 {
        -webkit-animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out .16s normal both infinite bouncedelay;
    }

    .spinner .bounce3 {
        -webkit-animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
        -o-animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
        animation: 1.4s ease-in-out .32s normal both infinite bouncedelay;
    }

    .spinner > div {
        background-color: #2C3E50;
    }

@-moz-keyframes bouncedelay {
    0%, 80%, 100% {
        -moz-transform: scale(0);
    }

    40% {
        -moz-transform: scale(1);
    }
}

@-webkit-keyframes bouncedelay {
    0%, 80%, 100% {
        -webkit-transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
    }
}

@keyframes bouncedelay {
    0%, 80%, 100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.hr-form-section div.error input {
    border: 1px solid red;
    outline: 0;
    -moz-box-shadow: 0 0 5px #b10000;
    -webkit-box-shadow: 0 0 5px #b10000;
    box-shadow: 0 0 5px #b10000;
    color: red;
}

.hr-form-section p {
    color: red;
}

.hr-form-section .input-lg {
    border-radius: 0;
}

.html5-img-section img {
    max-height: 350px;
    padding: 15px 0;
    margin: 0px 0 0 0;
    width: 100%;
}

.html5-feature {
    margin-bottom: 35px;
    padding-bottom: 15px;
}

    .html5-feature .html5-feature-list {
        margin-bottom: 25px;
    }

        .html5-feature .html5-feature-list:last-child {
            margin-bottom: 0px;
        }

        .html5-feature .html5-feature-list h3 {
            /*text-decoration:underline;*/
            display: inline-block;
            margin-left: 0px;
            font-weight: bolder;
            margin-left: 0px;
            font-size: 24px;
            width: 80%;
            margin-top: auto;
            color: #444;
            padding: 0 5px 20px 0px;
            font-weight: 400;
        }

    .html5-feature h2 {
        margin-bottom: 20px;
        font-size: 43px;
        font-weight: 300;
        line-height: 1.2;
        margin-left: 139px;
    }

/*home page*/
.green-hr {
    border-top: 2px solid #26ba6a;
    width: 160px;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

#home-feature .drona-features, #partner-feature .drona-features {
    padding: 2px 35px 0 35px;
    text-align: center;
}

    #home-feature .drona-features > div, #partner-feature .drona-features > div {
        margin-bottom: 30px;
        padding-top: 0;
    }

        #home-feature .drona-features > div:nth-last-child(3),
        #home-feature .drona-features > div:nth-last-child(2),
        #home-feature .drona-features > div:nth-last-child(1) {
            margin-bottom: 0;
        }

    #home-feature .drona-features img, #partner-feature .drona-features img {
        /*width: 128px;
        height: 128px;*/
        margin: 0 auto;
        margin-bottom: 10px;
    }

#home-feature h4, #partner-feature h4 {
    color: #444;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900;
    color: #777777;
}

#home-feature h1 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
}


#quotes img {
    width: 75%;
    margin-bottom: 35px;
    min-height: 40px;
}

.partner-certificate h1 {
    margin-bottom: 20px;
}

.partner-certificate img {
    width: 180px;
    margin: 0 auto;
    margin-bottom: 0px;
}

.bg-white {
    background-color: #f5f5f5;
}

    .bg-white img {
        width: 80%;
        margin: 0 auto;
        padding: 30px 15px;
    }

.whyDronaPartner {
    background-color: #f5f5f5;
    color: #444;
}

    .whyDronaPartner ul {
        padding-left: 5px;
    }

.btn-submit-padding,
.bottom-link {
    padding: 10px 15px 15px 15px;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-left: 11px;
}

    .bottom-link a:hover, .bottom-link a:focus {
        text-decoration: none;
    }

.referrel-div {
    background-color: #30baed;
    color: #fff;
    padding: 5px 15px 15px 15px;
    width: 213px;
    margin: 0 auto;
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    border-radius: 4px;
    /* border: 1px solid #62b8ea; */
    box-shadow: 0px 1px 4px #80878a;
    background-image: url("../dronahq-d-white-outline.html");
    background-size: 40px;
    background-position: 10px 7px;
    background-repeat: no-repeat;
    padding-bottom: 10px;
    padding-left: 56px;
}

    .referrel-div:hover, .referrel-div:focus, .referrel-div:active {
        background-color: #32abd8;
        box-shadow: inset 0px -1px 4px #80878a;
    }

    .referrel-div small {
        display: block;
        font-size: 12px;
        color: #c1e6f9;
    }

.drona-features > div > h4 {
    min-height: 35px;
}

.last-child {
    margin-bottom: 0 !important;
}

.platform-section-blue-heading h3 {
    display: inline-block;
    margin-left: 0px;
    font-weight: bolder;
    margin-left: 0px;
    font-size: 24px;
    width: 80%;
    margin-top: auto;
    color: #444;
    padding: 0 5px 20px 5px;
    font-weight: 400;
}

.cosulting-service h2 {
    color: #28bc6a;
    margin-bottom: 25px;
}

.cosulting-service h4 {
    font-weight: 900;
}

.cosulting-service img {
    width: 100%;
}

.bg-green {
    background-color: #28bc6a;
    overflow-x: hidden;
}

    .bg-green p {
        color: #fff;
        margin-bottom: 15px;
    }

.width50 {
    width: 50%;
}

.width100 {
    width: 100%;
}

.moreRightPadding {
    padding-right: 30px;
}

.moreLeftPadding {
    padding-left: 30px;
}

.offWhite {
    background-color: #f5f5f5;
}

.offWhite1 {
    background-color: #fff;
    padding: 60px 40px;
}

.cosulting-service h3 {
    color: #000 !important;
}

.marginTop20 {
    margin-top: 20px;
    color: #fff;
}

.margin-banner {
    width: 100%;
    display: block;
    margin: 3px auto;
    color: #fff;
    line-height: 1.4em;
    font-size: 25px;
    font-weight: 100;
    padding-left: 2px;
    margin-top: 34px;
}

.partnerUl li {
    list-style: none;
    padding-left: 30px;
    color: #777;
}

    .partnerUl li i {
        position: absolute;
        margin-left: -30px;
        margin-top: 8px;
        font-weight: 100;
    }

.partner-certificate .referral-list a, .partner-certificate .referral-list a:hover {
    text-decoration: none;
    color: #333;
}

.partner-certificate a p {
    margin-top: 10px;
}

.top50 {
    margin-top: 5%;
}

.platformPatch p {
    margin-bottom: 0;
    font-size: 23px;
    line-height: 30px;
    text-align: center;
}


.platformPatch {
    padding-top: 40px;
    padding-bottom: 40px;
}

.dockerPatch {
    padding: 0;
    text-align: center;
    padding: bottom;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

    .dockerPatch ul li {
        margin-bottom: 0;
        /*font-size: 14px;*/
        line-height: 30px;
        display: inline-block;
    }

        .dockerPatch ul li .nav-link {
            color: white;
        }

.scrollmenu {
    overflow: auto;
    white-space: nowrap;
}

    .scrollmenu a {
        display: inline-block;
        color: white;
        text-align: center;
        padding: 14px;
        text-decoration: none;
    }


.oemPatch p {
    margin-bottom: 0;
    font-size: 30px;
    line-height: 35px;
}

.section-inner-title {
    margin-bottom: 30px;
}

    .section-inner-title i {
        background-color: #1f5c7d;
        font-size: 18px;
        padding: 15px;
        color: #fff;
        border-radius: 50px;
    }

    .section-inner-title h3 {
        display: inline-block;
        color: #444;
        font-weight: bolder;
        font-size: 24px;
        width: 80%;
        margin-left: 1px;
        margin-top: auto;
        vertical-align: middle;
    }

.oemUl-list {
    color: #444;
    font-weight: 500;
    padding-left: 20px;
    margin-top: 25px;
    font-size: 20px;
}

    .oemUl-list li {
        margin-bottom: 17px;
        min-height: 45px;
    }

.platformUl-list {
    color: #28bc6a;
    font-weight: bolder;
    padding-left: 20px;
}

    .platformUl-list li {
        margin-bottom: 20px;
        min-height: 75px;
    }

        .platformUl-list li span {
            color: #777;
            font-weight: 400;
        }

.quoted-text {
    border-left: 3px solid #d4d3d3;
    padding: 5px 15px;
    font-style: italic;
}

    .quoted-text p {
        margin-bottom: 0;
    }

.green-heading {
    color: #28bc6a;
}

.small-img-new {
    width: 60%!important;
    margin-top: 0!important;
    margin-right: 20%!important;
    float: right;
    margin-left: 20%;
    margin-bottom: 6%;
}

.newImg {
    margin-bottom: 23%;
    margin-right: 0!important;
    float: right!important;
    /*margin-top: 6%!important;*/
        margin-top: 25%!important;  /*Align center*/
    width: 100%!important;
}

.small-img img {
    width: 70%;
    margin-right: 15%;
    /*width: 100%;*/
    float: right;
    margin-top: 6%;
}

.noStyle {
    padding-left: 20px;
    margin-top: 15px;
}

    .noStyle li {
        margin-bottom: 15px;
        color: #444;
    }

.noPadding {
    padding: 0 15px;
}

.topTwocol .col-md-6 {
    width: 45%;
}

.hr-top-padding ul {
    padding-left: 20px;
}

.remove-bottom-padding {
    padding-bottom: 0 !important;
}

.remove-top-padding {
    padding-top: 0 !important;
}

.color-white {
    color: #fff;
}

.about-photo {
    max-height: 250px;
    width: 250px;
    margin: 0 auto;
}

.border-right {
    border-right: 1px solid #ccc;
}

.label-left {
    text-align: left !important;
}

.form-horizontal h3 {
    color: #444 !important;
    margin-top: 0;
    padding-top: 0 !important;
}

.success {
    color: #28bc6a;
}

@media (max-width:767px) {
    #quotes .customer-testi > div {
        margin-bottom: 60px;
    }

    .green-hr {
        width: 100px;
    }

    .partner-certificate .referral-list > div {
        margin-bottom: 45px;
    }

    .width50 {
        width: 100%;
    }

    .top50 {
        margin-top: 1%;
    }

    .platformUl-list li {
        margin-bottom: 30px;
        min-height: inherit;
    }

    .topTwocol .col-md-6 {
        width: 100%;
    }

    .small-img img {
        width: 100%;
        float: none;
        margin-top: 6%;
    }

    .small-img-new {
        width: 100%!important;
        margin-top: 0!important;
        margin-right: 0%!important;
        float: right;
        margin-left: 0%;
        margin-bottom: 0%;
    }

    #signup .green-hr {
        margin-bottom: 30px;
    }

    .partner .top50 {
        margin-top: 32%;
    }

    .moreLeftPadding {
        padding: 0px;
    }

    .moreRightPadding {
        padding: 0px;
    }

    .bg-white img {
        width: 100%;
    }

    .cosulting-service .col-md-6 {
        margin-bottom: 25px;
    }
}

@media (min-width:768px) and (max-width:1024px) {
    #home-feature h4, #partner-feature h4 {
        min-height: 55px;
    }

    #global-footer footer a:first-child {
        padding-left: 0;
    }
}

@media (min-width:768px) and (max-width:991px) {
    .small-img img {
        width: 100%;
        float: none;
        margin-top: 6%;
    }

    .platformUl-list li {
        margin-bottom: 20px;
        min-height: 140px;
    }

    .referrel-div {
        width: 230px;
        font-size: 18px;
    }

    .referral-list {
        margin-left: -25px;
    }

    .cosulting-service .col-md-6 {
        margin-bottom: 25px;
    }

    .about-photo {
        max-height: 200px;
        width: 200px;
        margin: 0 auto;
    }

    #register .container {
        width: 100%;
    }
}

.multiselect-native-select a {
    border-bottom: 1px solid #d5d5d5 !important;
}

.multiselect-native-select a, .multiselect-native-select ul {
    background-color: #fff !important;
    color: #444 !important;
}

.multiselect-native-select ul {
    border: 1px solid #d5d5d5 !important;
}

.multiselect-native-select .btn-default {
    background-color: #fff !important;
    text-transform: capitalize !important;
    border: 1px solid #999 !important;
}

.multiselect-native-select .btn {
    padding: 15px;
    margin-top: 5px;
    margin-bottom: 10px;
}

.navbar-brand {
    padding-left: 0px;
    padding-top: 9px;
}

.not-found {
    text-align: center;
    font-size: 140px;
    font-weight: initial;
    color: #cccccc;
}

.container-404 .feature-grey {
    text-align: center;
    font-size: 29px;
    color: #5a5a5a;
}

.container-404 .small-feature {
    text-align: center;
    font-size: 18px;
    color: #666666;
}


.internal-server {
    text-align: center;
    font-size: 22px;
    color: #28bc6a;
}

.container-404 .server-home {
    margin-left: 318px;
}

.parent {
    background-color: #000;
    width: 473px;
}

#four {
    width: 300px;
    height: 200px;
    background-color: white;
    float: left;
    margin: 5px;
    border: 1px solid black;
}

#five {
    width: 300px;
    height: 200px;
    background-color: #FEF9E6;
    float: left;
    margin: 5px 5px 0 5px;
    border: 1px solid black;
}

#six {
    width: 300px;
    height: 200px;
    background-color: #FEF9E6;
    clear: both;
    float: left;
    margin: 5px 5px 0 5px;
    border: 1px solid black;
}

#seven {
    width: 300px;
    height: 200px;
    background-color: #FEF9E6;
    clear: both;
    float: right;
    margin: 5px 5px 0 5px;
    border: 1px solid black;
}


div.side, .info-box {
    /*width: 279px;*/
    height: 525px;
    background-color: white;
    border: 2px #cdcccc;
    /*width: 21%;*/
    /*float: left;*/
    /*margin-left: 10px;*/
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    position: relative;
}

.col-lg-3.side-container {
    padding-right: 5px !important;
    padding-left: 5px !important;
}

div#range {
    background-color: tomato;
    width: 216px;
    float: left;
}

.reseller-partner, .box-main-header {
    text-align: center;
    font-size: 28px;
    color: skyblue;
    font-weight: normal;
    padding-top: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #bdc3c7;
}

.divider {
    border: 0;
    background: #bdc3c7;
    /*height: 1px;*/
    margin-top: 26px;
    margin-bottom: 17px;
    padding: 0;
}

.text, .content-header {
    font-size: 17px;
    color: #28bc6a;
    font-weight: 500;
    padding-left: 27px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.list, .info {
    font-size: 13px;
    padding-bottom: 21px;
    color: #666666;
    line-height: 1.8em;
}

.padding-list, .info-listing {
    padding-left: 42px;
    padding-right: 10px;
}

btn .content-alternate.with-gradient.first {
    background-color: #f5f5f5;
}

.margin-top-button a {
    margin-top: 67px;
}

div.box-side {
    border: 2px #cdcccc;
    width: 50%;
    float: left;
}

div. p {
    text-align: center;
}

.box-side img {
    margin-left: 69px;
    margin-bottom: 18px;
}

.margin {
    font-size: 65px;
    font-weight: 100;
    line-height: 1.2;
    margin: .3rem 0;
}

.main-container.oempartner-main .container h1 {
    color: #ffff;
    line-height: 1.1em;
    font-size: 49px;
    font-weight: 100;
    margin-top: 0px;
    margin-bottom: 0px;
}

.btn-margin {
    margin-top: 18px;
}



/* media query starts from here */
@media only screen and (min-width:320px) and (max-width:640px) {
    .side-container:not(:last-child) {
        padding-bottom: 10px;
    }

    .info-box.side {
        height: auto;
    }

    .info-box .bottom-link {
        position: relative;
    }
}

@media only screen and (min-width:641) and (max-width:768px) {
    .side-container:not(:last-child) {
        padding-bottom: 10px;
    }

    .info-box.side {
        height: auto;
    }

    .info-box .bottom-link {
        position: relative;
    }
}

@media only screen and (min-width:768px) and (max-width:991px) {
    .side-container {
        width: 50%;
    }

        .side-container .info-box {
            height: 450px;
        }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .side-container .info-box {
        height: 630px;
    }
}

@media only screen and (min-width:769px) and (max-width:836px) {
    .side-container .info-box {
        height: 515px;
    }
}

@media only screen and (min-width:837px) and (max-width:1024px) {
    .side-container .info-box .box-main-header {
        font-size: 25px;
    }
}

@media only screen and (min-width:1025px) and (max-width:1124px) {
    .side-container .info-box {
        height: 615px;
    }

        .side-container .info-box .content-header {
            padding-left: 15px;
        }

        .side-container .info-box .info-listing {
            padding-left: 30px;
        }
}


.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #26ba6a;
    border-color: #26ba6a;
}


.btn-primary.active {
    color: #fff;
    background-color: #26ba6a;
    border-color: #26ba6a;
}

.btn-default.active {
    color: #fff;
    background-color: #50b3eb;
    border-color: #50b3eb;
}

.btn-default.btn-white {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.btn-primary.btn-white {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#outer {
    width: 100%;
    text-align: center;
}

.inner {
    display: inline-block;
}

.boder-radius-left {
    border-left: none;
}

.affix {
    top: 0;
    width: 100%;
    z-index: 9999 !important;
    background-color: rgba(19, 19, 19, 0.62);
}

    .affix + .main-container {
        padding-top: 70px;
    }

.nav-color {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.50);
    border-color: rgba(8, 8, 8, 0.01)!important;
}

.main-container-docker {
    height: 500px;
    margin: 0;
    overflow: hidden;
    color: #fff;
    background-size: cover;
    position: relative;
    background-image: url(../docker-for-front-end-apps.html);
    background-position: center;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent!important;
    /*border-bottom: 3px solid #fff;*/
}

.container-docker {
    text-align: center;
    height: 75%;
    display: flex;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

.activeNav {
    color: #fff;
    border-bottom: 3px solid #fff;
    transition: none;
    background-color: transparent;
}

/*.video-image {
    position:absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}*/



@media (max-width:570px) {
    .width200px {
        width: 100%;
    }
}


::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color: #272822 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #272822 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #272822 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #272822 !important;
}



/* ----------- Non-Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 700px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 700px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

@media (min-width:1600px) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 700px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* ----------- iPad mini ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 650px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 500px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* ----------- iPad 1 and 2 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* ----------- iPad 3 and 4 ----------- */
/* Portrait and Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 500px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* Landscape */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 700px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* ----------- iPhone 4 and 4S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* ----------- iPhone 5 and 5S ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {

    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 220px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* Landscape */
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* ----------- iPhone 6 ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 250px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* Landscape */
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 410px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}

/* ----------- iPhone 6+ ----------- */

/* Portrait and Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Portrait */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: portrait) {
    .video-image {
        position: absolute;
        top: -150px;
    }
}

/* Landscape */
@media only screen and (min-device-width: 414px) and (max-device-width: 736px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
    .video-image {
        position: absolute;
        top: -150px;
    }

    .share-container.studio {
        background-image: url(../coffee-work-desk-mug-keyboard-162616.html);
        height: 450px;
        background-position: center center;
        display: flex;
        align-items: flex-end;
    }
}



.video-image {
    cursor: pointer;
}

.fixscrollclass {
    position: fixed;
    display: block;
    margin: auto;
    top: 0px;
    text-align: center;
    padding-top: 10px;
    z-index: 10;
    width: 100%;
    left: 0%;
    background-color: rgba(19, 19, 19, 0.62);
}

.imgstyle {
    height: 70px;
    width: 70px;
}

.imgstylescroll {
    height: 40px;
    width: 40px;
}

.heronav_section.affix {
    position: fixed;
    z-index: 9999;
    top: 0;
    background-color: rgba(19, 19, 19, 0.62);
    margin-top: 0px;
    left: 0px;
}

.heronav_section {
    background-color: rgba(0, 0, 0, 0.05);
    width: 100%;
    margin-top: -64px;
}

.affix {
    position: fixed;
}

.heronav_section ul {
    list-style: none;
    display: block;
    margin: auto;
    text-align: center;
    list-style-type: none;
    white-space: nowrap;
    overflow-x: auto;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.heronav_section ul li {
    display: inline-block;
}

.nav > li {
    position: relative;
    display: block;
}

.heronav_section ul li a {
    color: #ffffff !important;
}

.borderbottom_white {
    border-bottom: 3px solid #fff;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.cursorpointer {
    cursor: pointer;
}

.allheaders {
    font-size: 60px !important;
    font-weight: 900;
}

.headersubtitle {
    color: #6a7889;
    margin-top: 25px;
    font-size: 17px;
    letter-spacing: .06em;
}

.sharemsg {
    font-size: 24px;
    letter-spacing: .06em;
    font-weight: 900;
    color: #4ebaec;
}


.bluetext {
    color: #4ebaec;
    font-size: 18px;
    font-weight: 900;
}

.singleliner {
    color: #6a7889;
    font-size: 16px;
    letter-spacing: .06em;
}

.iconslist {
    font-size: 18px;
    letter-spacing: .06em;
    font-weight: bold;
}

.section2head {
    font-size: 40px;
    letter-spacing: .06em;
    font-weight: bold;
}

.section2subtitle {
    font-size: 20px;
    letter-spacing: .06em;
}

/*Menu*/

.dropbtn {
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 250px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .dropdown-content a:hover {
            background-color: #f1f1f1;
        }

.dropbtn:hover .dropdown-content {
    display: block;
}

.dropbtn:hover .dropbtn {
    background-color: #3e8e41;
}

.home-percent {
    font-size: 60px;
    font-weight: 700;
}


#home-feature2 .drona-features, #partner-feature .drona-features {
    padding: 2px 35px 0 35px;
    text-align: center;
}

    #home-feature2 .drona-features > div, #partner-feature .drona-features > div {
        margin-bottom: 30px;
        padding-top: 0;
    }

        #home-feature2 .drona-features > div:nth-last-child(3),
        #home-feature2 .drona-features > div:nth-last-child(2),
        #home-feature2 .drona-features > div:nth-last-child(1) {
            margin-bottom: 0;
        }

    #home-feature2 .drona-features img, #partner-feature .drona-features img {
        /*width: 128px;
        height: 128px;*/
        margin: 0 auto;
        margin-bottom: 10px;
    }

#home-feature2 h4, #partner-feature h4 {
    color: #444;
    margin-top: 20px;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 900;
    color: #777777;
}

#home-feature2 h1 {
    margin-bottom: 20px;
    font-weight: normal;
    font-size: 50px;
    font-weight: 100;
    line-height: 1.2;
}

@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
    .floatRight {
        float: right;
    }
}

.DHQConsole {
    color: #28bc6a;
    font-weight: bolder;
    padding-left: 20px;
}

    .DHQConsole li span {
        color: #777;
        font-weight: 400;
    }

@media only screen and (min-device-width: 320px) and (max-device-width: 640px) {
    #my-video {
        width: 100% !important;
        height: 80vh !important;
    }
}

@media only screen and (min-device-width: 641px) and (max-device-width: 768px) {
    #my-video {
        height: 50vh;
        width: 100% !important;
    }
}

@media only screen and (min-device-width: 769px) {
    #my-video {
        width: 70% !important;
        height: 70vh;
    }
}

@media only screen and (min-device-width: 768px) {
    #top-container .navbar-nav.navbar-right {
        padding-top: 15px;
        /*width: 400px;*/
        height: 27px;
        display: inline-flex;
        /*margin-right: -300px;*/
    }
}

.gartner_addition {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
    flex-direction: row;
}

    .gartner_addition p::before {
        content: 'DronaHQ featured in Hype Cycle for Rapid App Development Tool.';
    }

@media screen and (device-width: 360px) and (device-height: 640px) {
    .gartner_addition {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px 0px 10px;
    }

        .gartner_addition span img {
            width: 60px;
            height: 25px;
        }

        .gartner_addition span p {
            font-size: 13px;
        }

        .gartner_addition a .btn-default {
            font-size: 12px;
            letter-spacing: inherit;
        }
        
        .gartner_addition p::before {
            content: 'DronaHQ in Hype Cycle 2017.';
        }
}

@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (-webkit-min-device-pixel-ratio: 2) {
    .gartner_addition {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 10px 0px 10px;
    }

        .gartner_addition span img {
            width: 60px !important;
            height: 25px !important;
        }

        .gartner_addition span p {
            font-size: 14px !important;
        }

        .gartner_addition a .btn-default {
            font-size: 12px;
            letter-spacing: inherit;
        }

        .gartner_addition p::before {
            content: 'DronaHQ in Hype Cycle 2017.';
        }
}
.vcenter {
   display: inline-block;
   vertical-align: middle;
   float: none;
}


.heading-underline.dark-heading {
font-size:14px;
}


#email2::-webkit-input-placeholder {
    color: #afafaf!important;
}

#email2::-moz-placeholder { /* Firefox 19+ */
  color:  #afafaf!important;
}
#email2:-ms-input-placeholder { /* IE 10+ */
  color:  #afafaf!important;
}
#email2:-moz-placeholder { /* Firefox 18- */
  color:  #afafaf!important;
}

#email1::-webkit-input-placeholder {
    color: #afafaf!important;
}

#email1::-moz-placeholder { /* Firefox 19+ */
  color:  #afafaf!important;
}
#email1:-ms-input-placeholder { /* IE 10+ */
  color: #afafaf!important;
}
#email1:-moz-placeholder { /* Firefox 18- */
  color:  #afafaf!important;
}

.brand-name{
    font-weight: 200 !important;
    font-size: 4em;
}
.country-list .country-name {
    unicode-bidi: embed;
}

/* ************************************************************************************ */
/* Terms And Policy*/
/* ************************************************************************************ */
.main-terms-and-policy
{
    display: flex;
    justify-content: space-around;
    color: #666;
    font-size: .7rem;
    line-height: 1.71;  

    text-align: center;
    padding: 1.5rem 8px;
    background-color: #f1f1f1;
    border: solid 1px #e6e6e6;
    color: #666;
    overflow: hidden;
}
.main-terms-and-policy>.left-terms>a
{
    text-decoration: none;
    outline: 0;
    color: #666;
}
@media only screen and (max-width: 968px)
{
    .main-terms-and-policy
    {
        display: block;
        margin: 2rem auto 0; 
        text-align: center;
    }
    .left-terms
    {
        margin-bottom: 0.5rem;
    }
}

/* ************************************************************************************ */
/* Company Partners */   /* Block 4 */
/* ************************************************************************************ */

.main-partners-container 
{
    padding-top: 1rem;
}
.main-partners-container .text-head
{
    font-size: 2.1rem;
    font-weight: 600;    
    text-align: center;
    padding-bottom: 1.5rem;
    
    color: #3b566e;
}
.text-sub-head
{
    color: #8c9aa6;
    font-size: 1rem;
    font-weight: 400;
    text-align: center;
    padding-bottom: 1rem;
}
.main-partners-container .company-logo
{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 0.5rem 0.5rem 0rem;
}
.main-partners-container .company-logo>img
{
    margin: 0rem;    
    height: auto;
    max-width: 1140px;
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    border: 0;
    content:url("../png/customer-logo-wall.png");
}
@media only screen and (max-width : 768px)
{
    .main-partners-container .company-logo>img
    {
        content: url("../png/customer-logo-wall-tablet.png");
    }
}
@media only screen and (max-width: 475px) 
{
    .main-partners-container .text-head
    {
        font-size: 1.5rem;
        padding: 0 0.5rem 2rem 0.5rem !important;
    }
    .main-partners-container
    {
        margin: auto;
    }
    .main-partners-container .company-logo>img
    {
        content: url("../png/customer-logo-wall-mobile.png");
        /* max-width: 80% !important; */
    }
}

