/*

New Event

http://www.templatemo.com/tm-486-new-event

*/

body {
    background: #ffffff;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
    font-weight: 400;
}


/*---------------------------------------
    Typorgraphy              
-----------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h3, h5 {
    font-weight: 500;
}

h1 {
    font-size: 40px;
    letter-spacing: 2px;
}

h2 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
    line-height: 36px;
}

h5 {
    letter-spacing: 1px;
    padding-top: 10px;
}

p {
    color: #707070;
    font-size: 14px;
    line-height: 24px;
}

a {
    text-decoration: none !important;
    outline: none;
}


/*---------------------------------------
    General               
-----------------------------------------*/
.section-title {
    margin-bottom: 32px;
}

#overview,
#register {
    padding-top: 14rem;
    padding-bottom: 7rem;
}

#detail, #video,
#speakers,
#program,
#sponsors,
#contact, footer {
    padding-top: 10rem;
    padding-bottom: 10rem;
}

#detail,
#speakers, #sponsors, #overview
footer {
    text-align: center;
}

    #overview h3,
    #detail h3, #video h3,
    #register h3,
    #venue h3,
    #contact h3 {
        padding-bottom: 12px;
    }

#intro .btn,
#contact .btn {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 0px;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 12px;
    padding: 14px 42px;
    margin-top: 42px;
    margin-right: 12px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

#intro .btn-danger,
#contact .btn-danger {
    background: #f2545f;
    border-color: transparent;
}

#contact .btn {
    border-radius: 100px;
}

#intro .btn-danger:hover {
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
}

#contact .btn-danger:hover {
    background: #222;
}

#intro .btn-default:hover {
    background: #ffffff;
    color: #333333;
    border-color: transparent;
}

.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}

.landingparallax-section {
    background-attachment: fixed !important;
}

.servicesparallax-section {
    background-attachment: fixed !important;
}



/*---------------------------------------
    Preloader section              
-----------------------------------------*/
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    background: none repeat scroll 0 0 #ffffff;
}

.sk-rotating-plane {
    width: 50px;
    height: 50px;
    background-color: #222;
    -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
    animation: sk-rotatePlane 1.2s infinite ease-in-out;
}

@-webkit-keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}

@keyframes sk-rotatePlane {
    0% {
        -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
        transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    }

    50% {
        -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
        transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    }

    100% {
        -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
        transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    }
}



/*---------------------------------------
    Navigation Links section              
-----------------------------------------*/
.custom-navbar {
    margin-bottom: 0;
    background-color: #101010;
}

    .custom-navbar .navbar-brand {
        color: #ffffff;
        font-weight: 600;
        font-size: 3rem;
        line-height: 40px;
    }

    .custom-navbar .nav li a {
        color: #ddd;
        font-size: 12px;
        font-weight: 500;
        letter-spacing: 0.6px;
        text-transform: uppercase;
        line-height: 40px;
        transition: all 0.4s ease-in-out;
    }

        .custom-navbar .nav li a:hover {
            background: transparent;
            color: #66ccff;
        }

    .custom-navbar .navbar-nav > li > a:hover,
    .custom-navbar .navbar-nav > li > a:focus {
        background-color: transparent;
    }

    .custom-navbar .nav li.active > a {
        background-color: transparent;
        color: #66ccff;
    }

    .custom-navbar .navbar-toggle {
        border: none;
        padding-top: 10px;
    }

    .custom-navbar .navbar-toggle {
        background-color: transparent;
    }

        .custom-navbar .navbar-toggle .icon-bar {
            background: #ffffff;
            border-color: transparent;
        }

@media(min-width:768px) {
    .custom-navbar {
        padding: 20px 0;
        border-bottom: 0;
    }

        .custom-navbar.top-nav-collapse {
            background: #101010;
            padding: 0;
        }
}

/*---------------------------------------
    Footer section              
-----------------------------------------*/
#footer {
    background: url('../images/RANDR/pw_maze_black_2X.png') repeat fixed;
    background-position: center center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}


/*---------------------------------------
    Landing section              
-----------------------------------------*/
#landing {
    background: url('../images/RANDR/pw_maze_black_2X.png') repeat fixed;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: Gotham
}

    #landing h3 {
        letter-spacing: 2px;
    }


.img-responsivelanding {
    top: 584px;
    left: 566px;
    height: 60px;
    opacity: 1;
}

.landingButton {
    border-radius: 23px;
    border: none;
    /* top: 742px; */
    /* left: 718px; */
    width: 40%;
    height: 76px;
    visibility: visible;
    border: none;
    color: white;
    text-align: center;
    background-color: #57b273;
    padding: 27px 32px;
    font-size: 16pt;
    text-transform: uppercase;
}

    .landingButton:hover {
        background-color: #b1d8bd;
        color: black;
        text-transform: uppercase;
        -moz-transition: opacity 2s; /* Firefox */
        -webkit-transition: opacity 2s; /* Safari and Chrome */
        -o-transition: opacity 2s; /* Opera */
        transition: opacity 2s;
    }

        .landingButton:hover span {
            display: none
        }

        .landingButton:hover:before {
            content: "Let's Work Together";
        }


.aboutButton {
    border-radius: 23px;
    border: none;
    width: 220px;
    height: 58px;
    visibility: visible;
    border: none;
    color: white;
    text-align: center;
    background-color: #57b273;
    padding: 18px 32px;
    font-size: 19px;
    text-transform: uppercase;
    /* margin-right: 324px; */
    float: left;
}

    .aboutButton:hover {
        background-color: #b1d8bd;
        color: white;
        text-transform: uppercase;
        -moz-transition: opacity 2s; /* Firefox */
        -webkit-transition: opacity 2s; /* Safari and Chrome */
        -o-transition: opacity 2s; /* Opera */
        transition: opacity 2s;
    }

/*---------------------------------------
    LandingMobile section              
-----------------------------------------*/
#landingMobile {
    background: url('../images/RANDR/pw_maze_black_2X.png') repeat fixed;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
    font-family: Gotham
}

    #landingMobile h3 {
        letter-spacing: 2px;
    }


.img-responsivelandingMobile {
    top: 584px;
    left: 566px;
    height: 60px;
    opacity: 1;
}

.landingButtonMobile {
    border-radius: 23px;
    border: none;
    /* top: 742px; */
    /* left: 718px; */
    width: 60%;
    height: 76px;
    visibility: visible;
    border: none;
    color: white;
    text-align: center;
    background-color: #57b273;
    padding: 27px 32px;
    font-size: 16pt;
    text-transform: uppercase;
}

    .landingButtonMobile:hover {
        background-color: #b1d8bd;
        color: black;
        text-transform: uppercase;
        -moz-transition: opacity 2s; /* Firefox */
        -webkit-transition: opacity 2s; /* Safari and Chrome */
        -o-transition: opacity 2s; /* Opera */
        transition: opacity 2s;
    }

        .landingButtonMobile:hover span {
            display: none
        }

        .landingButtonMobile:hover:before {
            content: "Let's Work Together";
        }


.aboutButtonMobile {
    border-radius: 23px;
    border: none;
    width: 220px;
    height: 58px;
    visibility: visible;
    border: none;
    color: white;
    text-align: center;
    background-color: #57b273;
    padding: 18px 32px;
    font-size: 19px;
    text-transform: uppercase;
    /* margin-right: 324px; */
    float: left;
}

    .aboutButtonMobile:hover {
        background-color: #b1d8bd;
        color: white;
        text-transform: uppercase;
        -moz-transition: opacity 2s; /* Firefox */
        -webkit-transition: opacity 2s; /* Safari and Chrome */
        -o-transition: opacity 2s; /* Opera */
        transition: opacity 2s;
    }


/*---------------------------------------
    LandingSwitch section              
-----------------------------------------*/

@media (max-width: 980px) {
    #landingMobile {
        display: flex !important;
    }

    #landing {
        display: none !important;
    }
}

@media (min-width: 981px) {
    #landingMobile {
        display: none !important;
    }

    #landing {
        display: flex !important;
    }
}

/*---------------------------------------
    Intro section              
-----------------------------------------*/
#intro {
    background: url('../images/intro-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

    #intro h3 {
        letter-spacing: 2px;
    }



/*---------------------------------------
   Overview  section              
-----------------------------------------*/
#overview img {
    position: relative;
    padding-bottom: 32px;
}



/*---------------------------------------
    Detail section              
-----------------------------------------*/
#detail {
    background: #222;
    color: #ffffff;
}

    #detail .fa {
        color: #f2545f;
        font-size: 48px;
    }



/*---------------------------------------
    Video section              
-----------------------------------------*/
#video iframe {
    border: none;
}



/*---------------------------------------
   Speakers section              
-----------------------------------------*/
#speakers {
    background: #f9f9f9;
}

    #speakers h3 {
        font-size: 18px;
        margin-bottom: 0px;
    }

    #speakers h6 {
        color: #666;
        margin-top: 4px;
    }

    #speakers img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }

    #speakers .col-md-3 {
        display: block;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 20px;
        margin-bottom: 22px;
    }

    #speakers .speakers-wrapper {
        background: #ffffff;
        padding-bottom: 22px;
    }



/*---------------------------------------
   Program section              
-----------------------------------------*/
#program h4 {
    color: #808080;
    font-size: 12px;
}

#program h3 {
    margin-top: 16px;
}

#program .program-divider {
    border: 1px solid #f9f9f9;
    margin-top: 32px;
    margin-bottom: 42px;
}

#program span {
    padding-right: 12px;
}

#program img {
    border-radius: 50%;
}

.nav-tabs {
    margin-bottom: 20px;
}

    .nav-tabs > li {
        float: left;
        margin-bottom: -1px;
    }

        .nav-tabs > li > a {
            color: #000000;
            font-weight: 600;
            margin-right: 2px;
            line-height: 1.42857143;
            border: none;
            border-radius: 0px;
        }

            .nav-tabs > li > a:hover {
                background-color: transparent;
            }

        .nav-tabs > li.active > a,
        .nav-tabs > li.active > a:hover,
        .nav-tabs > li.active > a:focus {
            color: #f2545f;
            cursor: default;
            background-color: transparent;
            border: 1px solid transparent;
            border-bottom-color: #999;
        }

.tab-content {
    padding-top: 20px;
}



/*---------------------------------------
    Regsiter section              
-----------------------------------------*/
#register {
    background: url('../images/register-bg.jpg') 50% 0 repeat-y fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    color: #ffffff;
}

    #register .form-control {
        background: none;
        border: 0px solid white;
        border-radius: 0px;
        color: white;
        margin-bottom: 16px;
        background-color: white !important;
    }

    #register input {
        height: 45px;
    }

        #register input[type="submit"] {
            background: #f2545f;
            border-radius: 100px;
            border: none;
            color: #ffffff;
            letter-spacing: 2px;
            height: 50px;
            margin-top: 12px;
            transition: all 0.4s ease-in-out;
        }

            #register input[type="submit"]:hover {
                background: #ffffff;
                color: #222;
            }



/*---------------------------------------
   Faq section              
-----------------------------------------*/
#faq {
    background: #f9f9f9;
    padding-top: 8rem;
    padding-bottom: 8rem;
}

    #faq .panel-group {
        margin-top: 32px;
    }

        #faq .panel-group .panel {
            margin-bottom: 8px;
        }

    #faq .panel-default {
        border: none;
    }

        #faq .panel-default > .panel-heading {
            background: #f0f0f0;
            color: #505050;
        }

    #faq .panel-heading {
        border: none;
        padding-top: 8px;
        padding-bottom: 6px;
    }

    #faq .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top: none;
        padding-top: 22px;
        padding-left: 32px;
        padding-bottom: 22px;
    }

    #faq .panel-heading .panel-title a[data-toggle="collapse"] {
        font-size: 18px;
        font-weight: 500;
        position: relative;
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px 15px;
    }

        #faq .panel-heading .panel-title a[data-toggle="collapse"]::after {
            content: "-";
            display: block;
            position: absolute;
            line-height: 1;
            right: 1em;
            top: 50%;
            transform: translateY(-50%);
        }

        #faq .panel-heading .panel-title a[data-toggle="collapse"].collapsed::after {
            content: "+";
        }



/*---------------------------------------
   Venue section              
-----------------------------------------*/
#venue {
    background: url('../images/venue-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
    padding-top: 7rem;
    padding-bottom: 7rem;
}

    #venue p {
        padding-top: 12px;
        padding-bottom: 18px;
    }



/*---------------------------------------
   Sponsors section              
-----------------------------------------*/
#sponsors img {
    margin-top: 18px;
}



/*---------------------------------------
   Contact section              
-----------------------------------------*/
#contact {
    background: url('../images/contact-bg.jpg') 50% 0 repeat-y fixed;
    background-size: cover;
    background-position: center center;
}

    #contact .contact_des {
        padding-top: 3rem;
        padding-right: 2rem;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 5rem 5rem 12rem 5rem;
    }

    #contact .form-control {
        background: transparent;
        border: none;
        border-bottom: 1px solid #f0f0f0;
        border-radius: 0px;
        box-shadow: none;
        margin-bottom: 16px;
        transition: all 0.4s ease-in-out;
    }

        #contact .form-control:focus {
            border-bottom-color: #999;
        }

    #contact input {
        height: 45px;
    }

        #contact input[type="submit"] {
            background: #222;
            border-radius: 100px;
            border: none;
            color: #ffffff;
            letter-spacing: 2px;
            height: 50px;
            margin-top: 12px;
            transition: all 0.4s ease-in-out;
        }

            #contact input[type="submit"]:hover {
                background: #f2545f;
            }



/*---------------------------------------
   Footer section              
-----------------------------------------*/
footer {
    background-attachment: fixed;
}



/* Back top */
.go-top {
    background-color: #222;
    bottom: 2em;
    right: 2em;
    color: #ffffff;
    font-size: 32px;
    display: none;
    position: fixed;
    text-decoration: none;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    transition: all 0.4s ease-in-out;
}

    .go-top:hover {
        background: #57B273;
        color: #ffffff;
    }


/*---------------------------------------
   Social icon             
-----------------------------------------*/
.social-icon {
    position: relative;
    padding: 0;
    margin: 0;
}

    .social-icon li {
        display: inline-block;
        list-style: none;
    }

        .social-icon li a {
            color: #666;
            border-radius: 100px;
            font-size: 16px;
            text-decoration: none;
            transition: all 0.4s ease-in-out;
            width: 50px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            vertical-align: middle;
        }

            .social-icon li a:hover {
                background: #f2545f;
                color: #ffffff;
            }



/*---------------------------------------
   Responsive styles            
-----------------------------------------*/
@media (max-width: 980px) {

    p {
        font-size: 13px;
    }

    .custom-navbar .navbar-brand {
        font-size: 2rem;
    }

    .custom-navbar .nav li a {
        font-size: 11px;
        line-height: 20px;
    }

    #intro {
        height: 65vh;
    }

    #video iframe {
        margin-top: 42px;
    }

    #contact .contact_detail {
        background: #ffffff;
        padding: 10rem 3rem 10rem 5rem;
    }
}

@media (max-width: 768px) {

    .custom-navbar .navbar-brand {
        line-height: 20px;
    }

    #overview img,
    #detail .col-md-4,
    #register form {
        padding-top: 32px;
    }

    .nav-tabs > li > a {
        font-size: 13px;
    }

    #program img {
        padding-bottom: 32px;
    }

    #sponsors img {
        padding-top: 22px;
    }

    #contact .contact_detail {
        margin-top: 82px;
    }
}

@media (max-width: 980px) {
    .NavMenuStylingRightDrop {
        width: 80%;
        float: right;
        position: fixed;
        z-index: 1;
        right: 0px;
        top: 69px;
    }

    .MobTest {
        color: white !important;
        background-color: black !important;
        text-decoration: underline !important;
        text-underline-position: under;
        text-decoration-color: #57B273 !important;
        text-decoration-style: solid !important;
        padding-bottom: 5px !important;
        margin-right: 10px !important;
    }

    #intro {
        height: 100vh;
    }

    #MobileLine {
        max-width: 0 !important;
    }

    #overview {
        padding-bottom: 3rem !important;
        padding-top: 5rem !important;
    }

    #MobileImage {
        width: 60vw !important;
        height: 60vw !important;
    }

    #MobileRow {
        display: block !important;
    }


    #MobileP {
        font-size: 20px !important;
        line-height: 28px !important;
        text-align: center !important;
    }


    #MobileView {
        display: block !important;
    }

    #mobile {
        display: none !important;
    }

    #brand {
        display: none !important;
    }

    #FoundersP {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: table !important;
        text-align: center !important;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }

    #FoundersH {
        font-size: 40px !important;
    }

    #FoundersImage {
        width: 80px !important;
        height: 80px !important;
    }

    #FoundersText {
        font-size: 14px !important;
    }

    #FoundersTable {
        width: unset !important;
    }

    #PortHeading2 {
        font-size: 22px !important;
    }

    #PortHeading3 {
        font-size: 16px !important;
        line-height: 24px !important;
    }

    #PortPara {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    #imagePortMob {
        position: relative;
        background: url(../images/RANDR/SVGImages/FeaturedProjectsBackgroundBlocks.svg) no-repeat;
        background-repeat: no-repeat;
        background-position: 100% 200px !important;
        background-size: 100px;
    }

    #QuoteMob {
        font-size: 16px !important;
        line-height: 20px !important;
        text-align: center;
    }

    #MobileViewSponMob {
        display: grid;
    }

    #MobileViewSpon {
        display: none;
    }

    #DetailsMobile {
        display: flex;
    }

    #DetailsWeb {
        display: none;
    }

    .g-recaptcha {
        transform: scale(1);
        transform-origin: 0 0;
    }

    #ContactHeadingMobile {
        font-size: 30px !important;
        font-weight: 100 !important;
    }

    #AgileMobile {
        font-size: 20px !important;
        line-height: 24px !important;
        text-align: center !important;
    }

    #GetToKnowUsMob {
        text-align: center !important;
        float: none !important;
        display: block !important;
        margin: 0 auto !important;
    }

    #ImageMobile {
        display: block;
    }

    #ImageWeb {
        display: none;
    }

    .IndexMob {
        text-align: center !important;
    }

    #IndexHeading {
        font-size: 40px !important;
    }

    .TeamMobView {
        display: flex !important;
    }

    .TeamWebView {
        display: none !important;
    }

    #Withdiamonds {
        text-align: center !important;
    }

    .aboutButton {
        text-align: center !important;
        float: none !important;
    }
    #PortWeb {
        display: none;
    }
    #PortMobile {
        display: block;
    }
}

@media (min-width: 981px) {
    #PortWeb {
        display: block;
    }

    #PortMobile {
        display: none;
    }
    .TeamMobView {
        display: none !important;
    }

    .TeamWebView {
        display: flex !important;
    }

    #ImageWeb {
        display: block;
    }

    #ImageMobile {
        display: none;
    }

    #MobileView {
        display: none !important;
    }

    #mobile {
        display: flex !important;
    }

    #brand {
        display: flex !important;
    }

    #MobileViewSponMob {
        display: none;
    }

    #MobileViewSpon {
        display: grid;
    }

    #DetailsMobile {
        display: none;
    }

    #DetailsWeb {
        display: flex;
    }

    .shrinkDiamonds {
        /*transform: scale(0.70);
        transform-origin: 0 0;*/
    }

    .MoveDiamondsLeft {
        left: -150px;
    }
}


.square {
    width: 130px;
    height: 130px;
    transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
    border-radius: 24px;
    background-color: #555;
    opacity: 1
}

.image {
    position: relative;
    background: url('../images/RANDR/ServicesBG.svg') no-repeat;
    background-repeat: no-repeat;
    background-position: 0% 140px !important;
    background-size: 841px;
    /*    height: 652px;*/
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}

#PortImg {
    height: 150px;
    width: 150px;
}

.imagePort {
    position: relative;
    background: url(../images/RANDR/SVGImages/FeaturedProjectsBackgroundBlocks.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: 100% 260px !important;
    background-size: 741px;
    background-attachment: local !important;
    /* height: 652px; */
}

.imageSer {
    position: relative;
    background: url(../images/RANDR/NewSvg/ServicesBG.svg) no-repeat;
    background-repeat: no-repeat;
    background-position: left !important;
    background-size: auto;
    background-attachment: local !important;
}

#containerShadow {
    text-align: center;
    margin: 1em 4em;
    border: 0pt;
    -moz-box-shadow: 5px 5px 15px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.one {
    text-align: center;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding: 1vw;
    overflow: hidden;
    display: inline-block;
    -webkit-box-shadow: 0px 0px 8px 5px rgba(0,0,0,0.6);
    box-shadow: 0px 0px 3px 6px #00000029;
}
/*---------------------------------------
    Contact section              
-----------------------------------------*/
.main-section.contact {
    padding: 90px 0 100px;
}

.main-section.contact {
    background: url(../img/bg-map.png) left 190px no-repeat;
}

.contact-info-box {
    font-size: 15px;
    margin: 0 0 14px 68px;
    padding-left: 0;
}

    .contact-info-box h3 {
        font-size: 15px;
        font-weight: 400;
        float: left;
        width: 102px;
        margin-right: 12px;
        line-height: 28px;
    }

        .contact-info-box h3 i {
            font-style: normal;
            font-size: 18px;
            color: #222222;
            font-family: 'FontAwesome';
            font-weight: normal;
            margin-right: 7px;
        }

    .contact-info-box span {
        line-height: 28px;
        display: block;
        overflow: hidden;
    }

.social-link {
    padding: 35px 0;
    margin: 0 0 0 68px;
    display: block;
    overflow: hidden;
    list-style: none;
}

    .social-link li {
        float: left;
        margin-right: 8px;
    }

        .social-link li a {
            display: block;
            width: 50px;
            height: 50px;
            text-align: center;
            line-height: 50px;
            font-size: 25px;
            color: #fff;
            background: #222222;
            border-radius: 50%;
            transition: all 0.3s ease-in-out;
        }

            .social-link li a:hover, .social-link li a:focus {
                text-decoration: none;
            }

.twitter a:hover {
    background: #55acee;
}

.facebook a:hover {
    background: #3b5998;
}

.pinterest a:hover {
    background: #cb2026;
}

.gplus a:hover {
    background: #dd4b39;
}

.dribbble a:hover {
    background: #ea4c89;
}

.form {
    margin: 0 30px 0 30px;
}

.input-text {
    padding: 15px 16px;
    width: 100%;
    height: 50px;
    display: block;
    font-size: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    border-left: none;
    border-right: none;
    border-top: none;
}

    .input-text:focus {
        outline: 0;
        /*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);*/
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
    }

    .input-text.text-area {
        height: 165px;
        resize: none;
        overflow: auto;
    }

.input-btn {
    width: 175px;
    height: 50px;
    background: #7cc576;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    border: 0px;
    transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

    .input-btn:hover {
        background: #111;
        color: #fff;
    }

.validation {
    color: red;
    display: none;
    margin: 0 0 20px;
    font-weight: 400;
    font-size: 13px;
}

#sendmessage {
    color: #7cc576;
    border: 1px solid #7cc576;
    display: none;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

#errormessage {
    color: red;
    display: none;
    border: 1px solid red;
    text-align: center;
    padding: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

    #sendmessage.show, #errormessage.show, .show {
        display: block;
    }

blockquote {
    border: none;
    font-family: GothamBook;
    margin-bottom: -30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}

    blockquote p:before {
        content: "\201C";
        font-weight: bold;
        font-size: 8vw;
        color: #57B273;
        position: absolute;
        left: -0.5em;
        font-family: 'GothamBook';
    }

    blockquote p:after {
        content: "\201D";
        font-weight: bold;
        font-size: 8vw;
        color: #57B273;
        position: absolute;
        bottom: 0.4em;
        right: 0;
        font-family: 'GothamBook';
    }

blockquoteMob {
    border: none;
    font-family: GothamBook;
    margin-bottom: -30px;
    position: relative;
    margin: 0 auto;
    padding-left: 0.4em;
}

.box {
    height: 200px;
    width: 200px;
    float: left;
    display: inline-block;
    overflow: hidden;
    margin-left: 41px;
    margin-right: 40px;
    margin-top: 43px;
    background: transparent;
    text-decoration: none;
    color: black;
    background-color: #EBEBEB;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    border-radius: 25px;
}

    .box:hover {
        color: white;
        background-color: #57b273;
        font-size: 18px;
        /*                padding: 10px;*/
        box-shadow: 10px 10px 10px 0 #888888;
    }

.text {
    width: 200px;
    height: 200px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: GothamMedium;
    font-size: 15px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase;
}

    .text:hover {
        font-size: 18px;
    }

/*
    We select the 5th box, and then we increment that by 7, so we select the 12th one, then 19th etc etc.
    And we add a left margin of 186px, this is so the borders of the boxes overlap making it into a smooth grid.
    We also need to move every 5th box upwords by64px, so they fill the gaps between the row above.
*/

.container > div:nth-child(6n+4) {
    margin-left: 181px;
}

.container > div:nth-child(n+4) {
    margin-top: -40px;
}

.clear::after {
    content: '';
    display: table;
    clear: both;
}

#SendMessageBtn {
    border-radius: 20px;
}

@media (max-width: 1281px) {
    .shrinkDiamonds {
        display: none !important;
    }
}

@media (min-width: 1280px) {
    .shrinkDiamonds {
        display: block !important;
    }
}

input:-webkit-autofill {
    background-color: #ffffff !important;
}


/*Navigation*/
.navbar {
    position: fixed;
    min-height: 100px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    width: 100%;
    z-index: 999;
}

.navbar-brand-centered {
    position: absolute;
    left: 50%;
    display: block;
    width: 160px;
    text-align: center;
    background-color: transparent;
}

.navbar > .container .navbar-brand-centered,
.navbar > .container-fluid .navbar-brand-centered {
    margin-left: -80px;
}

@media (min-width: 600px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -9% !important;
        margin-left: -8% !important;
    }
}


@media (min-width: 768px) {
    .container > .navbar-header, .container-fluid > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-collapse {
        margin-right: -13% !important;
        margin-left: -8% !important;
    }
}

@media (min-width: 768px) {
    .navbar-nav {
        float: left;
        margin: 13px !important;
    }

    .navbar {
        border-radius: 0px !important;
    }
}

ul li {
    display: inline-block;
    position: relative;
}

    ul li:hover:before {
        content: "";
        position: absolute;
        top: 60px;
        background: #57B273;
        width: 8px;
        height: 8px;
        border-radius: 100%;
        left: calc(50% - 5px);
    }

/*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #555;
    content: "";
    position: absolute !important;
    top: 35px !important;
    background: #57B273 !important;
    width: 8px !important;
    height: 8px;
    border-radius: 100% !important;
    left: calc(50% - 8px) !important;
}*/


.activeNav .ul li .ul li:hover:before {
    content: "";
    position: absolute;
    top: 35px;
    background: #57B273;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    left: calc(50% - 8px);
}

.containerMenu img {
    width: 90px;
    height: auto;
    margin-top: -5%;
}

@media screen and (max-width : 320px) {
    .containerMenu img {
        width: 32%;
        margin-left: -80%;
    }

    .navbar {
        position: relative;
        min-height: 68px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

    .navbar-toggle {
        position: relative !important;
        float: right !important;
        padding: 9px 10px !important;
        margin-top: 8px !important;
        margin-right: 15px !important;
        margin-bottom: 8px !important;
        background-color: transparent !important;
        background-image: none !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
    }

    .full-text {
        display: block !important;
        margin-top: -22%;
        margin-left: -139px;
        font-family: GothamMedium;
        color: white;
    }

    .navbarMobile {
        display: block !important;
    }

    .landing-text {
        display: block !important;
        margin-top: -22%;
        margin-left: -139px;
        font-family: GothamMedium;
        color: #000
    }

    .navbar.navbar-default {
        background-color: white !important
    }

    .menuColor {
        color: #262424
    }

    .a {
        border-bottom: 2pt solid #57B273;
        padding-bottom: 5px;
    }

    .ColorChange {
        background-color: #DDDDDD;
    }

    .activebackground{
        background-color:black
    }

    .sectionPort-title {
        margin-bottom: -39px;
    }

    .navbar-toggle.blurEffect {
        filter: blur(5px);
    }
}

@media screen and (min-width : 481px) {
    .NotSelectedMenu {
        color: #FFFFFF;
    }
}

@media screen and (max-width : 480px) {
    .containerMenu img {
        width: 32%;
        margin-left: -80%;
    }

    .navbar {
        position: relative;
        min-height: 68px;
        margin-bottom: 20px;
        border: 1px solid transparent;
    }

    .navbar-toggle {
        position: relative !important;
        float: right !important;
        padding: 9px 10px !important;
        margin-top: 14px !important;
        margin-right: 15px !important;
        margin-bottom: 19px !important;
        background-color: transparent !important;
        background-image: none !important;
        border: 1px solid transparent !important;
        border-radius: 4px !important;
    }

    .full-text {
        display: block !important;
        margin-top: -22%;
        margin-left: -139px;
        font-family: GothamMedium;
        color: white;
    }

    .navbarMobile {
        display: block !important;
    }

    .landing-text {
        display: block !important;
        margin-top: -22%;
        margin-left: -139px;
        font-family: GothamMedium;
        color: white;
    }

    .menuColor {
        color: black
    }

    .ColorChange {
        background-color: #DDDDDD;
    }

    .NotSelectedMenu {
        color: black !important;
    }

    .NavMenuStyling {
        background-color: #DDDDDD !important;
    }

    .a {
        font-size: 28px;
    }

    a:active {
        color: white !important;
        background-color: black !important;
        text-decoration: underline !important;
        text-decoration-color: #57B273 !important;
        text-decoration-style: solid !important;
        text-underline-position: under;
        padding-bottom: 5px !important;
        margin-right: 10px !important;
    }

    a:target {
        color: white !important;
        background-color: black !important;
        text-decoration: underline !important;
        text-decoration-color: #57B273 !important;
        text-decoration-style: solid !important;
        text-underline-position: under;
        padding-bottom: 5px !important;
        margin-right: 10px !important;
    }

   

    .highlightMenu {
        background-color:black
    }

    .sectionPort-title {
        margin-bottom: -39px;
    }

    .navbar-collapse.blurEffect {
        filter: blur(5px);
    }

    .navbar-collapse {
        position: absolute;
        top: 67px;
        left: 23%;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        transition: all 0.8s ease;
    }

        .navbar-collapse.collapsing {
            height: auto !important;
            margin-left: 50%;
            left: 50%;
            transition: all 0.2s ease;
        }

        .navbar-collapse.show {
            left: 0;
        }


    ul li:hover:before{
        display:none
    }

}

.NavMenuStyling {
    background-color: #262424;
}


.ColorChange {
    display: none;
}

.full-text {
    display: none;
}

.navbarMobile {
    display: none;
}

.highlightMenu {
    display: none;
}

.landingBody {
    background: url(../images/RANDR/pw_maze_black_2X.png) repeat fixed;
    background-position: center center;
}

button[disabled]#SendMessageBtn,
button[disabled]#SendMessageBtn:hover,
button[disabled]#SendMessageBtn:active,
button[disabled]#SendMessageBtn:focus {
    background: #CCCCCC;
    box-shadow: none;
    outline: none;
    opacity: 0.5;
    text-decoration: none;
}

.texttest {
    width: 125px;
    height: 125px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-family: GothamMedium;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    text-transform: uppercase;
}

    .texttest:hover {
        font-size: 15px;
    }

.rotate {
    transform: rotate(45deg);
    width: 125px;
    height: 125px;
    color: black;
    background-color: #EBEBEB;
    border-radius: 25px;
}

    .rotate:hover {
        color: white;
        background-color: #57b273;
        font-size: 15px;
        /*                padding: 10px;*/
        box-shadow: 10px 10px 10px 0 #888888;
    }

@media(max-width: 1400px) {
    #Shrinker {
        transform: scale(0.8);
    }
}



.mySlides {
    display: none;
}

.imgslide {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dotWeb {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.dotMobile {
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #717171;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 2.5s;
    animation-name: fade;
    animation-duration: 2.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .text {
        font-size: 11px
    }

    img {
        width: 50px !important;
        height: 25px !important;
    }
}


.dropdown {

    overflow: hidden;
}

    .dropdown .dropbtn {
        font-size: 16px;
        border: none;
        outline: none;
        color: white;
        padding: 14px 16px;
        background-color: inherit;
        font-family: inherit;
        margin: 0;
    }

    .navbar a:hover, .dropdown:hover .dropbtn {

    }

.dropdown-content {
    display: none;
    background-color: #f9f9f9;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    margin-top: 8%;
}

    .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
    }

        .dropdown-content a:hover {
            background-color: #57B273;
        }

.dropdown:hover .dropdown-content {
    display: block;
}
