@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');

:root {
    --jumbotron-padding-y: 3rem;
}

body {
    font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

main {
    margin-top: 6em;
}

header {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12);
}

:focus {
    outline: -webkit-focus-ring-color auto 0px !important;
}

.navbar-nav a:hover {
    color: #0056b3;
    text-decoration: none !important;
}

.navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
    color: #ffffff;
    text-decoration: none;
    background-color: #0081ba;
}

.three-h2 {
    min-height: 80px;
}

.three-title a {
    color: #ff0;
    font-weight: 400;
}

.bg-dark-blue {
    background-color: #002f46 !important;
}

.bg-light-blue {
    background-color: #0081ba !important;
}

.dark-red-bg {
    background-color: #8a0021;
    color: #f2f2f2;
}

.dropdown-item {
    font-size: 14px;
    padding: 0.5rem 1.5rem;
}

.dropdown-toggle::after {
    border: 0px !important;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f107" !important; /* the desired FontAwesome icon */
    vertical-align: 0; /* to center vertically */
}

.carousel-caption {
    position: absolute;
    right: 15%;
    top: 20%;
    bottom: 10%;
    left: 15%;
    z-index: 10;
    padding-top: 4%;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    background: rgba(0, 0, 0, 0.55);
    border-radius: 8px;
}

.slider-btn {
    line-height: 20px;
    font-weight: 500;
    background: rgba(0, 47, 70, 0.9);
    /*min-width: 188px;*/
}

.slider-btn small {
    font-size: 70%;
}

@media (max-width: 992px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }

    .carousel-caption {
        position: absolute;
        right: 5%;
        top: 1%;
        bottom: 1%;
        left: 5%;
        z-index: 10;
        padding-top: 10px;
        padding-bottom: 10px;
        color: #fff;
        text-align: center;
        background: rgba(0, 0, 0, 0.55);
        border-radius: 8px;
    }

    .hp-video-title {
        font-size: 20px;
    }
}


.hoverEffect {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: box-shadow .3s ease-out .1s, transform .3s ease-out .1s, opacity .2s ease-out .1s;
    -moz-transition: box-shadow .3s ease-out .1s, transform .3s ease-out .1s, opacity .2s ease-out .1s;
    -ms-transition: box-shadow .3s ease-out .1s, transform .3s ease-out .1s, opacity .2s ease-out .1s;
    transition: box-shadow .3s ease-out .1s, transform .3s ease-out .1s, opacity .2s ease-out .1s;
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.hoverEffect:hover {
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    -moz-transform: translate(0, -4px);
    -ms-transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    transform: translate(0, -4px);
}

.border-radius-15 {
    border-radius: 15px;
}

.shadow-0 {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, .2), 0 0 0 0 rgba(0, 0, 0, .14), 0 0 0 0 rgba(0, 0, 0, .12)
}

.shadow-1 {
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

.shadow-2 {
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12)
}

.shadow-3 {
    box-shadow: 0 3px 3px -2px rgba(0, 0, 0, .2), 0 3px 4px 0 rgba(0, 0, 0, .14), 0 1px 8px 0 rgba(0, 0, 0, .12)
}

.shadow-4 {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12)
}

.shadow-5 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 5px 8px 0 rgba(0, 0, 0, .14), 0 1px 14px 0 rgba(0, 0, 0, .12)
}

.shadow-6 {
    box-shadow: 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14), 0 1px 18px 0 rgba(0, 0, 0, .12)
}

.shadow-7 {
    box-shadow: 0 4px 5px -2px rgba(0, 0, 0, .2), 0 7px 10px 1px rgba(0, 0, 0, .14), 0 2px 16px 1px rgba(0, 0, 0, .12)
}

.shadow-8 {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12)
}

.shadow-9 {
    box-shadow: 0 5px 6px -3px rgba(0, 0, 0, .2), 0 9px 12px 1px rgba(0, 0, 0, .14), 0 3px 16px 2px rgba(0, 0, 0, .12)
}

.shadow-10 {
    box-shadow: 0 6px 6px -3px rgba(0, 0, 0, .2), 0 10px 14px 1px rgba(0, 0, 0, .14), 0 4px 18px 3px rgba(0, 0, 0, .12)
}

.shadow-11 {
    box-shadow: 0 6px 7px -4px rgba(0, 0, 0, .2), 0 11px 15px 1px rgba(0, 0, 0, .14), 0 4px 20px 3px rgba(0, 0, 0, .12)
}

.shadow-12 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 12px 17px 2px rgba(0, 0, 0, .14), 0 5px 22px 4px rgba(0, 0, 0, .12)
}

.shadow-13 {
    box-shadow: 0 7px 8px -4px rgba(0, 0, 0, .2), 0 13px 19px 2px rgba(0, 0, 0, .14), 0 5px 24px 4px rgba(0, 0, 0, .12)
}

.shadow-14 {
    box-shadow: 0 7px 9px -4px rgba(0, 0, 0, .2), 0 14px 21px 2px rgba(0, 0, 0, .14), 0 5px 26px 4px rgba(0, 0, 0, .12)
}

.shadow-15 {
    box-shadow: 0 8px 9px -5px rgba(0, 0, 0, .2), 0 15px 22px 2px rgba(0, 0, 0, .14), 0 6px 28px 5px rgba(0, 0, 0, .12)
}

.shadow-16 {
    box-shadow: 0 8px 10px -5px rgba(0, 0, 0, .2), 0 16px 24px 2px rgba(0, 0, 0, .14), 0 6px 30px 5px rgba(0, 0, 0, .12)
}

.shadow-17 {
    box-shadow: 0 8px 11px -5px rgba(0, 0, 0, .2), 0 17px 26px 2px rgba(0, 0, 0, .14), 0 6px 32px 5px rgba(0, 0, 0, .12)
}

.shadow-18 {
    box-shadow: 0 9px 11px -5px rgba(0, 0, 0, .2), 0 18px 28px 2px rgba(0, 0, 0, .14), 0 7px 34px 6px rgba(0, 0, 0, .12)
}

.shadow-19 {
    box-shadow: 0 9px 12px -6px rgba(0, 0, 0, .2), 0 19px 29px 2px rgba(0, 0, 0, .14), 0 7px 36px 6px rgba(0, 0, 0, .12)
}

.shadow-20 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 20px 31px 3px rgba(0, 0, 0, .14), 0 8px 38px 7px rgba(0, 0, 0, .12)
}

.shadow-21 {
    box-shadow: 0 10px 13px -6px rgba(0, 0, 0, .2), 0 21px 33px 3px rgba(0, 0, 0, .14), 0 8px 40px 7px rgba(0, 0, 0, .12)
}

.shadow-22 {
    box-shadow: 0 10px 14px -6px rgba(0, 0, 0, .2), 0 22px 35px 3px rgba(0, 0, 0, .14), 0 8px 42px 7px rgba(0, 0, 0, .12)
}

.shadow-23 {
    box-shadow: 0 11px 14px -7px rgba(0, 0, 0, .2), 0 23px 36px 3px rgba(0, 0, 0, .14), 0 9px 44px 8px rgba(0, 0, 0, .12)
}

.shadow-24 {
    box-shadow: 0 11px 15px -7px rgba(0, 0, 0, .2), 0 24px 38px 3px rgba(0, 0, 0, .14), 0 9px 46px 8px rgba(0, 0, 0, .12)
}


.quote {
    font-size: 28px;
    font-style: italic;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #9C27B0;
}


/*Social media Icons CSS Start*/
.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social.btn-lg {
    padding-left: 61px
}

.btn-social.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social.btn-sm {
    padding-left: 38px
}

.btn-social.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social.btn-xs {
    padding-left: 30px
}

.btn-social.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 40px;
    width: 40px;
    padding: 0
}

.btn-social-icon :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 40px;
    font-size: 1.3em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2)
}

.btn-social-icon.btn-lg {
    padding-left: 61px
}

.btn-social-icon.btn-lg :first-child {
    line-height: 45px;
    width: 45px;
    font-size: 1.8em
}

.btn-social-icon.btn-sm {
    padding-left: 38px
}

.btn-social-icon.btn-sm :first-child {
    line-height: 28px;
    width: 28px;
    font-size: 1.4em
}

.btn-social-icon.btn-xs {
    padding-left: 30px
}

.btn-social-icon.btn-xs :first-child {
    line-height: 20px;
    width: 20px;
    font-size: 1.2em
}

.btn-social-icon :first-child {
    border: none;
    text-align: center;
    width: 100% !important
}

.btn-social-icon.btn-lg {
    height: 45px;
    width: 45px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-sm {
    height: 30px;
    width: 30px;
    padding-left: 0;
    padding-right: 0
}

.btn-social-icon.btn-xs {
    height: 22px;
    width: 22px;
    padding-left: 0;
    padding-right: 0
}

.btn-bitbucket {
    color: #fff !important;
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:hover, .btn-bitbucket:focus, .btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
    color: #fff;
    background-color: #183c60;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-bitbucket:active, .btn-bitbucket.active, .open .dropdown-toggle.btn-bitbucket {
    background-image: none
}

.btn-bitbucket.disabled, .btn-bitbucket[disabled], fieldset[disabled] .btn-bitbucket, .btn-bitbucket.disabled:hover, .btn-bitbucket[disabled]:hover, fieldset[disabled] .btn-bitbucket:hover, .btn-bitbucket.disabled:focus, .btn-bitbucket[disabled]:focus, fieldset[disabled] .btn-bitbucket:focus, .btn-bitbucket.disabled:active, .btn-bitbucket[disabled]:active, fieldset[disabled] .btn-bitbucket:active, .btn-bitbucket.disabled.active, .btn-bitbucket[disabled].active, fieldset[disabled] .btn-bitbucket.active {
    background-color: #205081;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox {
    color: #fff !important;
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:hover, .btn-dropbox:focus, .btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
    color: #fff;
    background-color: #0d70b7;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-dropbox:active, .btn-dropbox.active, .open .dropdown-toggle.btn-dropbox {
    background-image: none
}

.btn-dropbox.disabled, .btn-dropbox[disabled], fieldset[disabled] .btn-dropbox, .btn-dropbox.disabled:hover, .btn-dropbox[disabled]:hover, fieldset[disabled] .btn-dropbox:hover, .btn-dropbox.disabled:focus, .btn-dropbox[disabled]:focus, fieldset[disabled] .btn-dropbox:focus, .btn-dropbox.disabled:active, .btn-dropbox[disabled]:active, fieldset[disabled] .btn-dropbox:active, .btn-dropbox.disabled.active, .btn-dropbox[disabled].active, fieldset[disabled] .btn-dropbox.active {
    background-color: #1087dd;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook {
    color: #fff !important;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #30487b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:active, .btn-facebook.active, .open .dropdown-toggle.btn-facebook {
    background-image: none
}

.btn-facebook.disabled, .btn-facebook[disabled], fieldset[disabled] .btn-facebook, .btn-facebook.disabled:hover, .btn-facebook[disabled]:hover, fieldset[disabled] .btn-facebook:hover, .btn-facebook.disabled:focus, .btn-facebook[disabled]:focus, fieldset[disabled] .btn-facebook:focus, .btn-facebook.disabled:active, .btn-facebook[disabled]:active, fieldset[disabled] .btn-facebook:active, .btn-facebook.disabled.active, .btn-facebook[disabled].active, fieldset[disabled] .btn-facebook.active {
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr {
    color: #fff !important;
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:hover, .btn-flickr:focus, .btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
    color: #fff;
    background-color: #d6006f;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-flickr:active, .btn-flickr.active, .open .dropdown-toggle.btn-flickr {
    background-image: none
}

.btn-flickr.disabled, .btn-flickr[disabled], fieldset[disabled] .btn-flickr, .btn-flickr.disabled:hover, .btn-flickr[disabled]:hover, fieldset[disabled] .btn-flickr:hover, .btn-flickr.disabled:focus, .btn-flickr[disabled]:focus, fieldset[disabled] .btn-flickr:focus, .btn-flickr.disabled:active, .btn-flickr[disabled]:active, fieldset[disabled] .btn-flickr:active, .btn-flickr.disabled.active, .btn-flickr[disabled].active, fieldset[disabled] .btn-flickr.active {
    background-color: #ff0084;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare {
    color: #fff !important;
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:hover, .btn-foursquare:focus, .btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
    color: #fff;
    background-color: #005888;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-foursquare:active, .btn-foursquare.active, .open .dropdown-toggle.btn-foursquare {
    background-image: none
}

.btn-foursquare.disabled, .btn-foursquare[disabled], fieldset[disabled] .btn-foursquare, .btn-foursquare.disabled:hover, .btn-foursquare[disabled]:hover, fieldset[disabled] .btn-foursquare:hover, .btn-foursquare.disabled:focus, .btn-foursquare[disabled]:focus, fieldset[disabled] .btn-foursquare:focus, .btn-foursquare.disabled:active, .btn-foursquare[disabled]:active, fieldset[disabled] .btn-foursquare:active, .btn-foursquare.disabled.active, .btn-foursquare[disabled].active, fieldset[disabled] .btn-foursquare.active {
    background-color: #0072b1;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github {
    color: #fff !important;
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:hover, .btn-github:focus, .btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
    color: #fff;
    background-color: #303030;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-github:active, .btn-github.active, .open .dropdown-toggle.btn-github {
    background-image: none
}

.btn-github.disabled, .btn-github[disabled], fieldset[disabled] .btn-github, .btn-github.disabled:hover, .btn-github[disabled]:hover, fieldset[disabled] .btn-github:hover, .btn-github.disabled:focus, .btn-github[disabled]:focus, fieldset[disabled] .btn-github:focus, .btn-github.disabled:active, .btn-github[disabled]:active, fieldset[disabled] .btn-github:active, .btn-github.disabled.active, .btn-github[disabled].active, fieldset[disabled] .btn-github.active {
    background-color: #444;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus {
    color: #fff !important;
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:hover, .btn-google-plus:focus, .btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
    color: #fff;
    background-color: #ca3523;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-google-plus:active, .btn-google-plus.active, .open .dropdown-toggle.btn-google-plus {
    background-image: none
}

.btn-google-plus.disabled, .btn-google-plus[disabled], fieldset[disabled] .btn-google-plus, .btn-google-plus.disabled:hover, .btn-google-plus[disabled]:hover, fieldset[disabled] .btn-google-plus:hover, .btn-google-plus.disabled:focus, .btn-google-plus[disabled]:focus, fieldset[disabled] .btn-google-plus:focus, .btn-google-plus.disabled:active, .btn-google-plus[disabled]:active, fieldset[disabled] .btn-google-plus:active, .btn-google-plus.disabled.active, .btn-google-plus[disabled].active, fieldset[disabled] .btn-google-plus.active {
    background-color: #dd4b39;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram {
    color: #fff !important;
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:hover, .btn-instagram:focus, .btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
    color: #fff;
    background-color: #335d7e;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-instagram:active, .btn-instagram.active, .open .dropdown-toggle.btn-instagram {
    background-image: none
}

.btn-instagram.disabled, .btn-instagram[disabled], fieldset[disabled] .btn-instagram, .btn-instagram.disabled:hover, .btn-instagram[disabled]:hover, fieldset[disabled] .btn-instagram:hover, .btn-instagram.disabled:focus, .btn-instagram[disabled]:focus, fieldset[disabled] .btn-instagram:focus, .btn-instagram.disabled:active, .btn-instagram[disabled]:active, fieldset[disabled] .btn-instagram:active, .btn-instagram.disabled.active, .btn-instagram[disabled].active, fieldset[disabled] .btn-instagram.active {
    background-color: #3f729b;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin {
    color: #fff !important;
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:hover, .btn-linkedin:focus, .btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
    color: #fff;
    background-color: #005f8d;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-linkedin:active, .btn-linkedin.active, .open .dropdown-toggle.btn-linkedin {
    background-image: none
}

.btn-linkedin.disabled, .btn-linkedin[disabled], fieldset[disabled] .btn-linkedin, .btn-linkedin.disabled:hover, .btn-linkedin[disabled]:hover, fieldset[disabled] .btn-linkedin:hover, .btn-linkedin.disabled:focus, .btn-linkedin[disabled]:focus, fieldset[disabled] .btn-linkedin:focus, .btn-linkedin.disabled:active, .btn-linkedin[disabled]:active, fieldset[disabled] .btn-linkedin:active, .btn-linkedin.disabled.active, .btn-linkedin[disabled].active, fieldset[disabled] .btn-linkedin.active {
    background-color: #007bb6;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr {
    color: #fff !important;
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:hover, .btn-tumblr:focus, .btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
    color: #fff;
    background-color: #1f3346;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-tumblr:active, .btn-tumblr.active, .open .dropdown-toggle.btn-tumblr {
    background-image: none
}

.btn-tumblr.disabled, .btn-tumblr[disabled], fieldset[disabled] .btn-tumblr, .btn-tumblr.disabled:hover, .btn-tumblr[disabled]:hover, fieldset[disabled] .btn-tumblr:hover, .btn-tumblr.disabled:focus, .btn-tumblr[disabled]:focus, fieldset[disabled] .btn-tumblr:focus, .btn-tumblr.disabled:active, .btn-tumblr[disabled]:active, fieldset[disabled] .btn-tumblr:active, .btn-tumblr.disabled.active, .btn-tumblr[disabled].active, fieldset[disabled] .btn-tumblr.active {
    background-color: #2c4762;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter {
    color: #fff !important;
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
    color: #fff;
    background-color: #309aea;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-twitter:active, .btn-twitter.active, .open .dropdown-toggle.btn-twitter {
    background-image: none
}

.btn-twitter.disabled, .btn-twitter[disabled], fieldset[disabled] .btn-twitter, .btn-twitter.disabled:hover, .btn-twitter[disabled]:hover, fieldset[disabled] .btn-twitter:hover, .btn-twitter.disabled:focus, .btn-twitter[disabled]:focus, fieldset[disabled] .btn-twitter:focus, .btn-twitter.disabled:active, .btn-twitter[disabled]:active, fieldset[disabled] .btn-twitter:active, .btn-twitter.disabled.active, .btn-twitter[disabled].active, fieldset[disabled] .btn-twitter.active {
    background-color: #55acee;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk {
    color: #fff !important;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #4a6a89;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:active, .btn-vk.active, .open .dropdown-toggle.btn-vk {
    background-image: none
}

.btn-vk.disabled, .btn-vk[disabled], fieldset[disabled] .btn-vk, .btn-vk.disabled:hover, .btn-vk[disabled]:hover, fieldset[disabled] .btn-vk:hover, .btn-vk.disabled:focus, .btn-vk[disabled]:focus, fieldset[disabled] .btn-vk:focus, .btn-vk.disabled:active, .btn-vk[disabled]:active, fieldset[disabled] .btn-vk:active, .btn-vk.disabled.active, .btn-vk[disabled].active, fieldset[disabled] .btn-vk.active {
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

/*Social media Icons CSS End*/


/*Accordion Icon Start*/
[data-toggle="collapse"] .fa:before {
    content: "\f107";
    font-size: 36px;
    font: normal normal normal 14px/1 FontAwesome;
}

[data-toggle="collapse"].collapsed .fa:before {
    content: "\f054";
    font-size: 36px;
    font: normal normal normal 14px/1 FontAwesome;
}

/*Accordion Icon End*/

@media (min-width: 768px) {

}

.footer-menu a {
    color: #ffffff;
    font-size: 14px;
    text-decoration: none;
    font-weight: 300;
}

.footer-menu a:hover {
    text-decoration: underline;
}

.footer-menu ul {
    list-style: none;
    padding-left: 0px;
}

footer {
    padding-top: 3rem;
    padding-bottom: 3rem;
}

footer p {
    margin-bottom: .25rem;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}


/*Bootstrap NavBar Menu Dropdowns Start*/
.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, 0);
}

.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}

@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}

/*Bootstrap NavBar Menu Dropdowns End*/


.portfolio-box img {
    box-shadow: 6px 15px 84px #cfcfcf;
}


.navbar .dropdown-toggle, .navbar .dropdown-menu a {
    cursor: pointer;
}

.navbar .dropdown-item.active, .navbar .dropdown-item:active {
    color: inherit;
    text-decoration: none;
    background-color: inherit;
}


@media (min-width: 767px) {
    .navbar .dropdown-toggle:not(.nav-link)::after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .5em;
        vertical-align: 0;
        border-bottom: .3em solid transparent;
        border-top: .3em solid transparent;
        border-left: .3em solid;
    }
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.trustpilot-widget {
    margin-top: 26px;
    margin-bottom: 13px;
    padding-left: 20px;
    padding-right: 20px;
}

.header-list-margin {
    margin: 0 auto;
}

.header-list-margin ul {
    float: left;
    width: 100%;
    margin: 0;
    padding: 0;
}

.header-list-margin ul li {
    list-style-type: none;
    border: 1px solid #ffffff;
    background: #002f46;
    padding: 18px 22px;
    cursor: pointer;
    transition: all 250ms ease-in;
    border-radius: 5px;
}

.header-list-margin ul li.clear {
    /*opacity: 0.5;*/
    background: #0081ba;
}

.header-list-margin ul li:hover {
    background: #17204B;
    opacity: 1;
}

.header-list-margin ul li:nth-child(3n) {
    margin-right: 0;
}

.header-list-title {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 5px;
}

.header-list-sub {
    float: left;
    width: 100%;
    color: #FFFFFF;
    font-size: 15px;
}

.header-list-textwrap {
    float: left;
    width: 100%;
}

.header-list-text {
    float: left;
    width: 100%;
    border-left: 2px solid #0d8fc9;
    margin-top: 10px;
    margin-bottom: 15px;
    transition: all 500ms ease-in-out;
}

.header-list-text-title {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 8px;
    margin-top: 10px;
    float: left;
    width: calc(100% - 30px);
    padding-left: 15px;
    color: #17204B;
}

.header-list-text-sub {
    color: #444;
    line-height: 20px;
    font-size: 15px;
    float: left;
    width: calc(100% - 30px);
    padding-left: 15px;
    padding-bottom: 10px;
}

.form-fixed {
    position: fixed;
    width: 420px;
    max-height: 500px;
    overflow: scroll;
    background: #FFFFFF;
    top: 100px;
    left: 50%;
    margin-left: -200px;
    border: 3px solid #0d8fc9;
    border-radius: 6px;
    z-index: 9999;
}

.form-fixed-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}

.form-data-input {
    padding: 25px;
}

.form-data-input .form-group {
    margin-bottom: 12px;
}

.form-data-input .form-group input {
    /*width: calc(100% - 30px);*/
    height: 38px;
    padding: 0 15px;
    font-size: 15px;
}

.form-data-input .form-group textarea {
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    min-height: 100px;
    padding: 0 15px;
    margin-bottom: 16px;
    padding-top: 10px;
    font-size: 14px;
}

.form-data-input .form-group select {
    width: 100%;
    height: 38px;
}

.form-data-input .form-group label {
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
}

.trading-submit {
    float: left;
    width: calc(100% + 3px);
    height: 40px;
    background: #0d8fc9;
    color: #FFFFFF;
    font-size: 15px;
    border: 0;
    margin-top: 20px;
    margin-bottom: 23px;
    cursor: pointer;
}

.form-fixed-close {
    position: absolute;
    right: 0px;
    color: #FFFFFF;
    background: #0d8fc9;
    padding: 0px 6px 0 7px;
    font-size: 20px;
    cursor: pointer;
}

.form-fixed-close:hover {
    background: #17204B;
}

.trading-form-title {
    text-align: center;
    margin-top: 20px;
    font-weight: 600;
    font-size: 23px;
    border-bottom: 1px solid #0d8fc9;
    padding-bottom: 20px;
}

.response_msg {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

#tp-widget-reviews .wrapper-top .tp-widget-review {
    border: 1px solid #0081ba !important;
    border-radius: 8px !important;
}


/*Side sticky menu Start*/
.sticky-container {
    /*background-color: #333;*/
    padding: 0px;
    margin: 0px;
    position: fixed;
    right: -260px;
    top: 180px;
    width: 310px;
    z-index: 999;
}

.sticky li {
    list-style-type: none;
    background-color: #002f46;
    color: #efefef;
    height: 45px;
    padding: 0px;
    margin: 0px 0px 5px 0px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    cursor: pointer;
}

.sticky li:hover {
    margin-left: -175px;
}

.sticky li img {
    float: left;
    margin: 7px 10px;
    margin-right: 15px;
}

.sticky li p {
    padding: 0px;
    margin: 0px;
    text-transform: capitalize;
    line-height: 45px;
    font-size: 14px;
}

.sticky li a, .sticky li a:hover {
    color: #ffffff;
    text-decoration: none;
    font-size: 16px;
}

.sticky li:nth-child(2):hover > img {
    display: none;
}

.side-search-btn {
    position: absolute;
    right: -45px;
}

.sideSearch input, .sideSearch input:focus {
    border-radius: 0px;
    box-shadow: none;
    margin-right: 10px;
    margin: 8px;
}

.sideSearch .btn, .sideSearch .btn:focus {
    border-radius: 0px;
    box-shadow: none;
    outline: none;
    margin: 8px;
}

.sticky-container .svg {
    width: 30px;
}

.search-btn {
    position: absolute;
    right: 0px;
    z-index: 999999;
}

.cse .gsc-control-cse, .gsc-control-cse {
    border: 0px solid #fff;
}

.cse .gsc-control-cse, .gsc-control-cse {
    padding: 0em;
}

/*Side sticky menu End*/


@media (min-width: 576px) {
    .header-list-margin .modal-dialog {
        max-width: 400px;
    }
}

.modal-content {
    border: 7px solid rgba(0, 47, 70, 0.96);
}


@media (min-width: 1366px) {
    main {
        margin-top: 6em;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
        margin-top: auto;
        left: 50% !important;
        transform: translateX(-50%) !important;
        top: 100% !important;
        box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12);
        border-radius: 0px 0px 8px 8px;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

/*New Home Banner*/
.home-main-banner-content {
    text-align: -webkit-center;
    padding: 40px 0px;
    font-family: "Oswald", sans-serif;

}

.home-main-banner-content a {
    font-size: 30px;
    font-weight: 700;
    text-decoration: none;
    color: #212529;

}

.home-main-banner-content h4 {
    margin-bottom: 0px;
    font-weight: 900;
    font-size: 32px;
    font-family: Urbanist;
    text-transform: capitalize;
}

@media (max-width: 767px) {
    .home-main-banner-content h4 {
        font-size: 26px;
    }
}

.submit-contact-form-ajax label.error {
    color: red;
}

#form-success-message {
    color: green;
    font-size: 18px;
    font-family: 'Urbanist';
    text-transform: capitalize;
}

.dg_main_banner_right img {
    width: 30% !important;
}

@media (max-width: 768px) {
    .dg_main_banner_right img {
        width: 50% !important;
    }
}

@media (min-width: 991px) {
    .offer-block {
        height: 320px;
    }
}

@media (min-width: 820px) and (max-width: 990px) {
    .offer-block {
        height: 400px;
    }
}

.submit-contact-form-ajax .spinner, .submit-form-using-ajax .spinner {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-left-color: #ffffff; /* Color of the spinner */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.submit-contact-form-ajax .form-submit-btn .submit-button {
    border: 2px solid rgba(204, 5, 5, 1);
    border-radius: 5px;
    background-color: rgba(0, 47, 70, 1);
    color: #fff;
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 500;
    text-transform: capitalize;
    padding: 0 20px !important;
    height: 50px;
    display: flex;
    align-items: center;
    text-align: right;
    margin-left: auto;
}

.subscription-form-cstm .subscription-form #cstm-error-message p {
    color: red;
    text-align: center;
}

.submit-form-using-ajax .submit-button {
    width: 200px;
    border: 2px solid rgba(204, 5, 5, 1);
    border-radius: 0 5px 5px 0;
    background-color: rgba(0, 47, 70, 1);
    color: #fff;
    font-family: 'Urbanist';
    font-size: 16px;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 767px) {
    .offer-block .offer-form .form-fields {
        display: block;
    }

    .submit-form-using-ajax .submit-button {
        width: 100% !important;
        border-radius: 5px !important;
        height: 50px;
        margin-top: 20px;
    }

    .subscription-form-cstm .form-fields {
        display: block !important;
    }

    .subscription-form-cstm .form-fields input {
        border: 1px solid rgba(126, 137, 153, 0.5) !important;
    }
}