﻿.campage-margin {
    margin: 0px;
}
.ld-row > * {
    padding: 0 0px;
}
.ld-container{
    padding:0px;

}
.container, .container-90-100 {
    width: 100%;
}

.camfrm-bg {
    /*background-color: rgba(243,244,245,1);*/
    width: 100%;
}
    .camfrm-bg .ld-col-6 {
        width: 50%;
    }
    .camfrm-bg .leftcol {
        float: right;
    }

    .camfrm-bg .rightcol {
        float: left;
    }
.camfrm-placement input[type=text] {
    border: 1px solid rgba(238,39,55,1);
    width: 100%;
    padding: 10px 15px;
    margin: 12px 0;
    box-sizing: border-box;
    /*border-radius: 15px;*/
    color: rgba(12,35,64,1);
    /*background-color:transparent;*/
    font-weight:400;
}
.camfrm-placement input[type=text]::placeholder {
    color: rgba(12,35,64,1);
    opacity:1;

}

.camfrm-placement input[type=email] {
    border: 1px solid rgba(238,39,55,1);
    width: 100%;
    padding: 10px 15px;
    margin: 12px 0;
    box-sizing: border-box;
    /*border-radius: 15px;*/
    color: rgba(12,35,64,1);
}

    .camfrm-placement input[type=email]::placeholder {
        color: rgba(12,35,64,1);
        opacity: 1;
    }

input[type=submit] {
    border: 1px solid rgba(243,244,245,1);
    /*border-radius: 20px;*/
    /*text-transform: uppercase;*/
    font-family: 'TheSansArabic', 'Open Sans', Arial, Helvetica, sans-serif;
}
.btnOrange {
    font-weight: 900;
    font-size:22px;
    margin:0 12rem;
    background: rgba(238,39,55,1);
    color: rgb(255,255,255);
    -webkit-transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
    transition: color 0.2s linear,background 0.2s linear,border-color 0.2s linear, text-shadow 0.2s linear;
}
    .btnOrange:hover {
        background: rgba(12,35,64,1);
        border: 1px solid rgba(238,39,55,1);
    }
.camfrm-placement {
    padding: 2rem 0rem 1rem 2rem;
}
.camfrm-bg-width {
    padding: 0px 0px;
}


.hero {
    width: 100%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    position: relative;
}

/*footer Message*/
.footerbgclr {
    background-color: rgba(16,24,32,1);
}
.hero-message {
    /*color: #fff;
    /*text-shadow: #343a40 2px 2px;*/
    padding: 0rem 0rem 4rem 0rem;
    min-width: 100%;
    min-height: 10em;
    position: relative;
}
    .hero-message::before {
        content: "";
        display: block;
        position: absolute;
        margin-left: 0;
        min-width: 100%;
        min-height: 12em;
        z-index: -1;
        opacity: 0;
        background-color: #343a40;
    }

.hero-message .camfooter1 {
    padding-top: 4rem;
}

    .hero-message .footer1 {
        font-size: 26px;
        font-weight: 800;
        color: #ffffff;
        line-height: 1.5;
        letter-spacing:1px;
    }
    .hero-message .footerCss1 {
        font-size: 24px;
        font-weight: lighter;
        color: rgba(246,246,246,1);
    }

        .hero-message .footerCss1 a {
            font-size: 21px;
            font-weight: lighter;
            color: #ce9f2b;
        }

    .hero-message .footerCss2 {
        font-weight: 600;
        color: #ffffff;
    }

        .hero-message .footerCss2 a {
            font-weight: bold;
            /*color: rgba(243,195,0,1);*/
        }

/*.maskgal {
    position: relative;
    z-index: -1;
}*/
.secheadgallery {
    /*background: rgba(0,148,144,1);*/
    display: block;
    padding: 0.5rem 2rem 0.5rem 2rem;
    color: rgba(12,35,64,1);
    text-decoration: none;
    text-align: center;
    border: 1px solid rgba(235,39,55,1);
    font-size: 30px;
    font-weight: 800;
    letter-spacing: 1px;
    position: absolute;
    z-index: 1;
    margin:0.5rem 22rem;
}
.camgal-bg {
    background: url('/images/default-source/campaigns/spring/galleryopt2Ar.png') no-repeat center center;
    background-size: cover;
    /*padding: 32px 0px;*/
    /*padding: 1.4rem 3rem 1.5rem 2rem;*/
    border: 0px solid #000000;
    width: 100%;
    height: 560px;
}
    .camgal-bg .slick-dotted.slick-slider {
        margin-right: 0rem;
        margin-left: 0rem;
        margin-top: 0.7rem;
    }
    .camgal-bg img {
        height:500px;
    }
    .camgal-bg .slick-prev{
        padding-left:120px;
    }
        .camgal-bg .slick-prev::before {
            /*content: url("https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/leftarrow.png?sfvrsn=3a883bf0_2") !important;*/
            /*display: inline-block;
            width: 18px;
            height: 25px;
            margin-right: 5px;*/
            content: "";
            /*background: url("https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/redleft.png") no-repeat 0 0;
            background-size: 100%;*/
        }
        .camgal-bg .slick-next::before {
            /*content: url("https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/leftarrow.png?sfvrsn=3a883bf0_2") !important;*/
            /*display: inline-block;
            width: 18px;
            height: 26px;
            margin-right: 5px;*/
            content: "";
            /*background: url("https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/redright.png") no-repeat 0 0;
            background-size: 100%;*/
        }

.galleryframe {
        height: 470px;
    }

.logoframe {
    height: 170px;
}

/*Select box*/

div .select-css {
    display: block;
    border: 1px solid red;
    /*font-size: 16px;
    font-family: sans-serif;*/
    font-weight: 400;
    color: rgba(0,148,144,1);
    line-height: 1.3;
    padding: 10px 5px;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
    margin-bottom: 10px;
    border-color: rgba(238,39,55,1);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
    /*border-radius: 15px;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    /*appearance: none;
    background-color: #fff;*/
    background-image: url('https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/dropdownarrow.png'), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
    background-repeat: no-repeat, repeat;
    background-position: left .7em top 50%, 0 0;
    background-size: 1.5em auto, 100%;
    background-color: transparent;
}

    .select-css::-ms-expand {
        display: block;
    }

    .select-css:hover {
        border-color: rgba(238,39,55,1);
        color: rgba(0,148,144,1);
    }

    .select-css:focus {
        border-color: rgba(238,39,55,1);
        box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
        box-shadow: 0 0 0 3px -moz-mac-focusring;
        color: rgba(12,35,64,1);
        outline: none;
    }

    .select-css option {
        font-weight: normal;
        color: rgba(12,35,64,1);
        padding: 10px 15px;
    }
.ld-container > div .select-css {
    color: rgba(12,35,64,1);
}


/*Programs*/

.camprg-bg {
    background-color: rgba(12,35,64,1);
    height:350px;
    width:100%;
}
.camprg-head {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 36px;
    font-weight:800;
    border: 1px solid #fff;
    margin: 2rem 22rem;
 
}
.camprogram{
    margin:2rem auto;
}
.camprogram .leftcol{
    float:left;
    text-align:right;
}
    .camprogram .leftcol .btnug {
        margin-left: 10rem;
        margin-right: 0.5rem;
        background-color: rgba(238,39,55,1);
        border: none;
        color: white;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        /*border-radius: 20px 0px 0px 20px;*/
        font-size: 32px;
        font-weight: 900;
    }
    .camprogram .leftcol .ugprogs {
        margin: 1rem 2rem 16rem 12rem;
        
    }
.camprogram .rightcol {
    float: right;
}
    .camprogram .rightcol .btnpg {
        margin-right: 10rem;
        margin-left: 0.5rem;
        background-color: rgba(238,39,55,1);
        border: none;
        color: white;
        padding: 8px;
        text-align: center;
        text-decoration: none;
        /*border-radius: 0px 20px 20px 0px;*/
        font-size: 32px;
        font-weight: 900;
    }
    .camprogram .rightcol .pgprogs {
        margin: 1rem 12rem 0rem 2rem;
    }
    .camprogram .select-cssprg {
        display: block;
        border: 1px solid red;
        /*font-size: 16px;
    font-family: sans-serif;*/
        font-weight: 800;
        color: rgba(238,39,55,1);
        line-height: 1.3;
        padding: 10px 5px;
        width: 100%;
        max-width: 100%;
        box-sizing: border-box;
        margin-bottom: 10px;
        border-color: rgba(238,39,55,1);
        box-shadow: 0 1px 0 1px rgba(0,0,0,.04);
        /*border-radius: 15px;*/
        -moz-appearance: none;
        -webkit-appearance: none;
        /*appearance: none;
    background-color: #fff;*/
        background-image: url('https://cdn.adu.ac.ae/images-container/images/default-source/campaigns/spring/dropdownarrow.png'), linear-gradient(to bottom, #ffffff 0%,#ffffff 100%);
        background-repeat: no-repeat, repeat;
        background-position: left .7em top 50%, 0 0;
        background-size: 1.5em auto, 100%;
        background-color: transparent;
        letter-spacing: 0.5px;
    }
        .camprogram .select-cssprg::-ms-expand {
            display: block;
        }
        .camprogram .select-cssprg:hover {
            border-color: rgba(238,39,55,1);
            color: rgba(238,39,55,1);
        }
        .camprogram .select-cssprg:focus {
            border-color: rgba(238,39,55,1);
            box-shadow: 0 0 1px 3px rgba(59, 153, 252, .7);
            box-shadow: 0 0 0 3px -moz-mac-focusring;
            color: rgba(238,39,55,1);
            outline: none;
        }
        .camprogram .select-cssprg option {
            font-weight: normal;
            color: rgba(12,35,64,1);
            padding: 10px 15px;
        }

/*Email Styles*/

.headtext1 {
    font-size: 20px;
    font-weight: 800;
    font-family: Arial, Helvetica, sans-serif;
    padding: 20px 0px;
    color: #000000;
    text-transform: uppercase;
    transform: scale(1.1, 1.3);
    margin:auto;
    text-align:center;
}
.p-email {
    font-size: 14px;
}
.stemail a {
    font-weight: lighter;
    color: #ce9f2b;
    font-size: 14px;
}
.stemailul {
    list-style: circle;
    padding: inherit;
    padding-left: 55px;
    font-size: 14px;
}

.camexplr {
    margin: 10rem auto;
}

    .camexplr .leftcol {
        float: left;
        text-align: right;
    }

        .camexplr .leftcol .btnApply {
            margin-left: 10rem;
            background-color: rgba(243,195,0,1);
            border: none;
            color: white;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 20px 0px 0px 20px;
            font-size: 30px;
            font-weight: 900;
            text-transform:uppercase;
        }
        .camexplr .leftcol .btnApply a{
            font-size: 30px;

        }


    .camexplr .rightcol {
        float: right;
    }

        .camexplr .rightcol .btnVirtual {
            margin-right: 10rem;
            background-color: rgba(0,148,144,1);
            border: none;
            color: white;
            padding: 10px;
            text-align: center;
            text-decoration: none;
            border-radius: 0px 20px 20px 0px;
            font-size: 30px;
            font-weight: 900;
            text-transform: uppercase;
        }
        .camexplr .rightcol .btnVirtual a{
            font-size: 30px;
        }
.arrow1 {
    border: solid rgba(0,148,144,1);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;

}

.arrow2 {
    border: solid rgba(243,195,0,1);
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}



/*For Videos*/

.secheadvdo {
    /*background: rgba(0,148,144,1);*/
    display: block;
    padding: 4rem 2rem 0rem 0rem;
    color: #fff;
    text-decoration: none;
    /*text-align: center;*/
    border: 0px solid #000;
    font-size: 36px;
    font-weight: 900;
    /*letter-spacing: 1px;*/
    margin-bottom: 1rem;
    line-height:normal;
}

.camvdo-bg {
    background: url('/images/default-source/campaigns/spring/vdobgaropt2.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 474px;
}
    .camvdo-bg .slick-dotted.slick-slider {
        margin-right: 2rem;
        margin-left: 2rem;
        margin-top: 3rem;
    }
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}




/*Accreditation*/

.ld-col-4 {
    width: 40%;
}
.ld-col-8 {
    width: 55%;
    margin-left:1rem;
}
.camacc-bg {
    background: url('/images/default-source/campaigns/spring/accbg2Ar.png') no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 400px;
}

.camacc {
    margin: 2rem auto;
}
    .camacc .leftcol {
        float: right;
        padding-left: 1.5rem;
        padding-top: 1rem;
        padding-right:1.5rem;
    }
    .camacc .rightcol {
        float: left;
    }
.secheadacc {
    display: block;
    color: rgba(238,39,55,1);
    text-decoration: none;
    border: 0px solid #000;
    font-size: 34px;
    font-weight: 900;
    margin-bottom: 1rem;
    letter-spacing:0.5px;
}
.sectextacc {
    color: rgb(77, 77, 76);
    font-size: 16px;
    font-weight: lighter;
    letter-spacing: 0.5px;
    line-height: 21px;
}
.logoframediv{

    margin-top:10rem;
}
[lang="ar"] .camacc-bg .adu-carousel .slick-prev::before {
    /*content: '→';*
    /*content: url("https://cdn.adu.ac.ae/images-container/images/default-source/graduation/arrow1-1.png");*/
    content: "";
}

[lang="ar"] .camacc-bg .adu-carousel .slick-next::before {
    /*content: '←';*/
    /*content: url("https://cdn.adu.ac.ae/images-container/images/default-source/graduation/arrow2-1.png");*/
    content:"";
}


/* ApplyNow*/
.camapply-bg {
    /*background-color: rgba(12,35,64,1);*/
    height: 220px;
    width: 100%;
}

.camapply-head {
    text-align: center;
    padding: 10px;
    color: #000000;
    font-size: 30px;
    font-weight: 800;
    /*border: 1px solid rgba(238,39,55,1);*/
    margin: 2rem 7rem;
}

.camapply {
    margin: 2rem auto;
}

    .camapply .leftcolapply {
        float: right;
        text-align: left;
    }

        .camapply .leftcolapply .btnapply {
            margin-left: 0.5rem;
            margin-right: 8rem;
            background-color: rgba(238,39,55,1);
            border: none;
            color: #ffffff;
            padding: 8px;
            text-align: center;
            text-decoration: none;
            /*border-radius: 20px 0px 0px 20px;*/
            font-size: 26px;
            font-weight: 700;
            position:relative;
        }
            .camapply .leftcolapply .btnapply:after {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                right: 20rem;
                top: 50%;
                margin-top: -10px;
                border-width: 10px 10px 10px 0px;
                border-style: solid;
                border-color: transparent #ffffff;
            }
            .camapply .leftcolapply .btnapply a {
                font-size: 26px;
            }
    .camapply .rightcolopen {
        float: left;
    }

        .camapply .rightcolopen .btnopen {
            margin-right: 0.5rem;
            margin-left: 8rem;
            background-color: rgba(238,39,55,1);
            border: none;
            color: #ffffff;
            padding: 8px;
            text-align: center;
            text-decoration: none;
            /*border-radius: 0px 20px 20px 0px;*/
            font-size: 26px;
            font-weight: 700;
            position:relative;
        }
            .camapply .rightcolopen .btnopen:after {
                content: "";
                width: 0;
                height: 0;
                position: absolute;
                right: 20rem;
                top: 50%;
                margin-top: -10px;
                border-width: 10px 10px 10px 0px;
                border-style: solid;
                border-color: transparent #ffffff;
            }
            .camapply .rightcolopen .btnopen a {
                font-size: 26px;
            }

/*Head Video*/

.camhead{
    margin:0;
}
    .camhead .ld-col-4 {
        width: 40%;
    }

    .camhead .ld-col-8 {
        width: 60%;
    }
    .camhead .leftcol {
        float: right;
    }
    .camhead .rightcol {
        float: left;
    }
    .camhead .rc {
        width: 100%;
        height: 402px;
        /*-moz-border-radius: 40px;*/
        /*border-radius: 40px;*/
        overflow: hidden;
    }
.camhead .vdodiv {
    margin: 0;
}
#aduheadvdo {
    width: 75%;
    margin: 0 auto;
}

    #aduheadvdo iframe {
        width: 100%;
        height: 75%;
        margin: 0 auto;
    }
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

    .embed-responsive::before {
        display: block;
        content: ""
    }

    .embed-responsive .embed-responsive-item,
    .embed-responsive embed,
    .embed-responsive iframe,
    .embed-responsive object,
    .embed-responsive video {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0
    }

.embed-responsive-21by9::before {
    padding-top: 42.857143%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

body .slick-dots li.slick-active button::before {
    color: #EE2737;
}

.gfg {
    /*margin: 3%;*/
    position: relative;
    /*width: 1200px;*/
    padding-bottom: 110px;
}

/*This CSS code is defining the styles for a container that holds text*/
.text-container {
    position: absolute;
    max-width: 90%;
    color: rgb(255, 255, 255);
    left: 50%;
    background-color: #ee2737;
    padding: 0 1rem;
    transform: translate(-50%, -50%);
    border-radius: 12px;
    width: 90%;
    padding: 2rem;
}

.banner-text {
    font-size: 32px;
    font-weight: 1000;
    line-height: 3rem;
    padding-top: 42px;
    padding-left: 8px;
    padding-top: 18px;
}