/**
 * @file
 * Subtheme specific CSS.
 */

body {
    margin: 0 !important;
    padding: 0 !important;
    background-color: white;
		background: #ffffff !important;
}

body {
    font-family: "DIN Next LT Pro Regular";
}

.container-fluid {
    margin: 0 !important;
    padding: 0 !important;
}

img {
    display: inline-block;
    height: auto;
    max-width: 100%;
}

.img1 {
    max-width: 90% !important;
}

.blue_font {
    color: #0066B3 !important;
    text-decoration: none;
}

.black_font {
    color: #202020;
}

.font-weight-bold {
    font-weight: 500;
}

.main {
    padding: 80px !important;
}

.main1 {
    margin-top: 20px !important;
    padding: 20px 0 !important;
}

.common_container {
    margin: 0 auto !important;
    padding: 0;
}

.idea_container {
    max-width: 100%;
}

/*common ends*/

/*Header Image*/
.full {
    width: 100%;

}

.full_vh {
    width: 100%;
    height: calc(100vh - 100px) !important;
}

.container2 {
    position: relative;
    width: 100%;
    height: 100%;
}

.container2 img {
    width: 100%;
    height: 100%;
}

.top-left {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 78%;
}

.top-left img {
    width: 20%;
}

.logo_txt_width {
    width: 70%;
}

.logo_txt {
    font-size: 40px;
    color: white;
    padding-left: 20px;
}

/*Header Image ends*/

/*Menu*/

/* .logo {
    padding: 12px 40px 0 0 !important;
	margin-left:1.7rem !important;
	width: 7.82rem !important;
	margin-bottom: 1.5rem !important;
}

.logo img {
    height: auto;
    margin-right: 20px;
} */

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
    margin-top: 0.8rem;
}

.navbar-brand {
    margin: 0 !important;
    padding: 0 !important;
}

.ul {
    width: 100%;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.li {
    display: flex;
    align-items: center;
    /* flex-grow: 1; */
    /* flex-shrink: 1; */
    font-size: 20px;
    letter-spacing: 0px;
    line-height: 33px;
    padding: 0px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "DIN Next LT Pro Medium";
}

.navbar {
    padding: 0;
    padding-bottom: 0;
    flex-wrap: nowrap!important;
    justify-content: center!important;		
}

.navbar-nav {
    display: flex;
    justify-content: space-between
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0rem !important;
    padding-left: 0rem !important;
}

.nav-link {
    color: #202020 !important;
}

.active {
    color: #F26722 !important
}

.blue_font {
    color: #0066B3 !important;
    text-decoration: none;
}

.registeryourint {
    display: block;
    padding: 9px 20px;
    position: relative;
    width: 200px;
    color: white;
    z-index: 1;
}

.register_flex {
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow {
    width: 11px;
    height: 16px;
    margin-right: 10px;
}

/*Menu ends*/

/*** Banner new starts ****/
.banner_head_text {
    display: flex;
}

.banner_text p {
    margin: 25px 0;
    color: #F8FAF9 !important;
    font-size: 76px;
    font-family: "DIN Next LT Pro Medium";
    margin: 0;
}

/**** Banner new ends ***/

/*infra new starts */
.container_orange {
    position: relative;
    text-align: center;
    color: white;
}

.top-left_orange {
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: left;
    font-size: 72px;
    line-height: 50px;
}

.hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 78%;
}

.h1 {
    font-family: "DINNextLTPro-Light";
    margin: 10px;
    font-size: 65px;
    line-height: 80px;
}

.hero-image {
    background-image: url("images/orange_bg.png");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*infra new emds */

/**** PROGRAMS circle STARTS *****/

.program_text {
    display: flex;
}

.program_text p {
    margin: 0;
    color: #F8FAF9 !important;
    font-size: 60px;
    font-family: "DIN Next LT Pro Medium";
}

.porgram_flex {
    display: flex;
    margin: 0;
    justify-content: center;
}

.idea_innerdottedcircles {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0;
}

.idea_bigcircle_image {
    /* display: flex; */
    position: relative;
}

.inner_dotted_circle {
    display: flex;
    position: absolute;
    flex-direction: column;
    /* margin-bottom: -67px; */
}

.dotted_cicle_text {
    width: 55%;
}

.cicle_row1 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.cicle_row2 {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 45px;
    width: 99%;
    flex-wrap: wrap;
}

.cicle_row3 {
    display: flex;
    align-items: center;
    justify-content: center;
}

.dotted_rotate1 {
    transform: rotate(120deg);
}

.dotted_rotate2 {
    transform: rotate(244deg);
}

.dotted_rotate3 {
    transform: rotate(2deg);
    margin-top: -31px;
}

.idea_circles_image_text {
    margin-top: -33px;
}

.idea_circles {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 -7px;
}

.idea_circles_image {
    position: relative;
}

.rotate {
    /*-webkit-transform: scaleY(-1);
   transform: scaleY(-1);*/
    transform: scaleY(-1);
}


.idea_circles_text {
    position: absolute;
}

.idea_circles_text p {
    color: white !important;
    font-size: 14px;
    font-family: "DIN Next LT Pro Regular";
    margin: 0;
    line-height: 1;

}

/***** PROGRAM circle ENDS *******/

/* Program and service starts */
.grid-container1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
    padding: 0 0 10px;
}

.grid-container1>div {
    text-align: center;
    padding: 0 0 30px;
    text-align: center;
}

.item1 {
    grid-area: 1 /1 / span 2 / span 2;
}

/*The syntax is grid-row-start / grid-column-start / grid-row-end / grid-column-end.*/

.res_text {
    font-size: 64px;
    color: #0066B3;
    font-weight: 600;
    font-family: "DIN Next LT Pro Medium";
    text-align: center;
    margin: 40px 0 20px 0;
}

.res_text1 {
    font-family: "DIN Next LT Pro Regular";
    font-size: 30px;
    color: #202020;
    margin: 30px 0;
    line-height: 1.2;
    font-weight: 600;
}

/* Program and service ends */

/* domain starts*/
.domain_img_text {
    text-align: center;
    padding: 0 0 50px;
}

.box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.box1 {
    width: 29%;
    height: 100%;
    margin: 20px;
}

.box1 img {
    width: 100%;
    height: 100%;
}

.content_img {
    position: relative;
    width: 100%;
    height: 100%;
    float: left;
    margin-bottom: 30px;
}

.content_img div {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* background: linear-gradient(rgba(0, 0, 0, 0.5),
            rgba(0, 0, 0, 0.5)); */
    background: rgba(0, 0, 0, 0.8);
    color: white;

    opacity: 0;
    visibility: visible;
    -webkit-transition: visibility 1s, opacity 0.2s linear;
    transition: visibility 1s, opacity 0.2s linear;
}

.content_img:hover {
    cursor: pointer;
}

.content_img:hover div {
    width: 100%;
    height: 100%;
    padding: 0;
    visibility: visible;
    opacity: 0.8;
}

.hover_text p {
    line-height: 2;
    padding: 10%;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: "DINRegular";
    font-size: 20px;
}

/*domain ends */

/*************COMMON BANNER STARTS *****************/

.banner-container_orange {
    position: relative;
    text-align: center;
    color: white;
}

.top-left_orange {
    position: absolute;
    top: 10%;
    left: 10%;
    text-align: left;
    font-size: 72px;
    line-height: 50px;
}

.banner-hero-text {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    width: 78%;
}

.banner-h1 {
    font-family: "DIN Next LT Pro Medium";
    margin: 10px;
    font-size: 70px;
    line-height: 80px;
}

/*************COMMON BANNER ENDS *****************/

/************* ABOUT US STARTS ********************/
/* about us*/
.res_text2 {
    font-family: "DINNextLTPro-Light";
    font-size: 36px;
    color: #202020;
    margin: 30px 0;
    line-height: 54px;
}

.about_img_text {
    text-align: center;
    padding: 10px 50px 50px 50px;
}

/* about us*/
/* Vision Mission starts */
.float_right {
    float: right;
}

.text_right {
    text-align: right;
}

.clear {
    clear: both;
}

.vision_mission {
    background-color: #1366B3;
    padding: 80px !important;
}

.vision_head_text {
    display: flex;
}

.vision_text p {
    margin-top: 25px;
    color: #F8FAF9 !important;
    font-size: 64px;
    font-family: "DIN Next LT Pro Medium";
}

.vision_text_des {
    color: #F8FAF9;
    font-size: 54px;
    line-height: 72px;
    font-family: "DINNextLTPro-Light";
}

.hr_ruler {
    padding: 50px 0;
    color: #F8FAF9 !important;
}

hr:not([size]) {
    height: 2px;
}

/*************** ABOUT US ENDS **************/

/************* CONTACT US STARTS***************/

/* contact_US starts */
.contact_form {
    display: flex;
    justify-items: center;
}

.contact_flex {
    display: flex;
    justify-content: center;
}

.contact_seventy {
    width: 59%;
    margin-right: 2%;
}

.contact_thirty {
    width: 39%;
}

.border {
    margin-top: 32px;
    border: 1px solid #DFDFDF;
    padding: 40px;
}

.contact_display {
    display: flex;
}

.contact_grid {
    display: grid;
    grid-template-columns: 2fr;
    grid-gap: 30px;
}

.contact_address_head {
    font-family: "DIN Next LT Pro Medium";
    color: #FF844B;
    font-size: 33px
}

.contact_address {
    font-family: "DIN Next LT Pro Regular";
    color: #1E1E1E;
    font-size: 20px;
    line-height: 30px;
}

.contact-grid-container-col {
    display: grid;
    grid-template-columns: 92px repeat(1, 1fr);
    justify-items: stretch;
}

.contact-grid-container-row {
    display: grid;
    grid-template-rows: 60px repeat(1, 1fr);
    margin-bottom: 50px;
}

/*forms*/
.label {
    color: #202020;
    font-size: 20px;
    margin-bottom: 3px;
    font-family: "DIN Next LT Pro Regular";
    font-weight: bold;
}

.input {
    border-radius: initial;
    border-color: #6FA3D2;
    font-size: 14px;
    color: #B0B1B2;
    font-family: "DIN Next LT Pro Regular";
    padding: 12px !important;
}

.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    margin: 25px 0 56px 0;
    font-family: "DIN Next LT Pro Medium";
    font-size: 20px;
    background-color: #F26722;
    width: 300px;
    height: 70px;
    border-radius: 5px;
    color: white;
}


.card-body {
    padding: 0;
}

.card {
    border: none;
}

/*forms*/
/************* CONTACT US ENDS ***************/

/*************service starts***************/
.service_container {
    display: flex;
}

.service_container1 {
    display: flex;
    flex-direction: row-reverse;
}

.service_content_headtext {
    text-align: left;
    font-family: "DIN Next LT Pro Medium";
    font-size: 64px;
    letter-spacing: 0px;
    color: #0066B3;
    line-height: 1;
}

.service_content_text {
    text-align: left;
    font-family: "Helvetica";
    font-size: 24px;
    letter-spacing: 0px;
    color: #202020;
}

.content_flex {
    display: flex;
    align-items: center;
}

.content_flex p {
    margin: 0 !important;
    padding: 0 !important;
}

.download_btn {
    background-color: #F26722;
    border-radius: 5px;
    font-family: "Helvetica";
    font-size: 20px;
    width: 207px;
    padding: 17px;
    text-align: center;
    color: #ffffff;
    margin-top: 40px;
    border: none;
}

.service_content {
    margin: 0 30px 0 0;
    width: 50%;
}

.service_content1 {
    margin: 0 0 0 30px;
    width: 50%;
}

.service_image {
    width: 50%;
}

.offer_btn {
    text-align: center;
    font-family: "DINNextLTPro-Light";
    font-size: 14px;
    letter-spacing: 0px;
    color: #F26722;
    text-transform: uppercase;
    opacity: 1;
    border: 1px solid #F26722;
    padding: 5px 50px;
    background-color: white;
    border-radius: 5px;
    margin-left: 20px;
}

.offer_btn1 {
    color: #0066B3;
    border: 1px solid #0066B3;
}

.mb-5 {
    margin-bottom: 5rem !important;
}

.mt-5 {
    margin-top: 5rem !important;
}

/*************service ends***************/

/*tnc */
.tnc_headtext {
    font-family: "DIN Next LT Pro Regular";
    font-size: 30px;
    /* font-weight: bold; */
    padding-bottom: 10px;

}

.tnc_headtext_sub {
    font-family: "DIN Next LT Pro Regular";
    font-size: 22px;
    font-weight: bold;
}

.tnc_text {
    font-family: "DIN Next LT Pro Regular" !important;
    font-size: 18px !important;
    margin-bottom: 25px !important;
}

.tnc_text_sub {
    margin-bottom: 5px !important;
}

.bullets {
    display: flex;
    align-items: flex-start;
    padding-bottom: 5px;
}

.bullet_point {
    font-size: 22px;
    font-weight: bold;
    padding-right: 10px
}

.bullet_text {
    line-height: 1.5;
}

/*tnc*/

/*footer starts*/
.footer_container {
    font-family: "DIN Next LT Pro Regular";
    margin: 0;
}

.footer_container>.container {
    display: flex;
    justify-content: center;
}

.footer_container img {
    width: 100%;
    height: 27px;
}

.grid-container2 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    justify-content: normal;
    text-align: left;
    justify-items: center;
}

.font_twenty {
    font-size: 20px;
}

.font_twentyfour {
    font-size: 24px;
}

.font_eighteen {
    font-size: 18px;
}

.display_footer_flex {
    display: flex;
}

.display_footer_flex1 {
    display: flex;
}

.contact_us img {
    width: 24px;
    height: 24px;
}

.footer_container {
    margin: 0;
}

/*footer end*/


/* Idea form */

.webform-submission-idea-form #edit-select-your-subdomain-s- #edit-subdomains .domain {
	font-size: 22px;
	font-weight: bold;
}

.idea_view_tabs .nav-tabs .nav-item.show .nav-link, .idea_view_tabs .nav-tabs .nav-link.active {
    color: #f26722;
    background-color: #fff;    
    font-family: Verdana Bold;
    letter-spacing: 0px; 
    text-transform:uppercase; 
    border-bottom: 2px solid #f26722;  
}
.idea_view_tabs .nav-tabs .nav-link {       
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    font: normal normal normal 13px/20px Verdana;
    letter-spacing: 0px;
    color: #1E1E1E;
    border: none;
    padding: 8px;
    letter-spacing:0px;
}

/* Idea form end */

/********************************media starts ********************/

/*** ends here ***/

.footer_container, 
.site-footer,
.idea_innercircle_three_text,
.idea_circles_text>p,
.service_content_text,
#accord-slider>.acc_domains,
.input,
.tnc_text,
.label, .tnc_headtext_sub {
    font-family: "verdana" !important;
}

.tnc_headtext
{font-family: "Verdana Bold" !important;}

html[dir='rtl'] .footer_container, 
html[dir='rtl'] .site-footer,
html[dir='rtl'] .idea_innercircle_three_text, 
html[dir='rtl'] .idea_circles_text>p,
html[dir='rtl'] .service_content_text,
html[dir='rtl'] #accord-slider>.acc_domains,
html[dir='rtl'] .input,
html[dir='rtl'] .tnc_text,
html[dir='rtl'] .label, html[dir='rtl'] .tnc_headtext_sub {
    font-family: "DINNextLTArabic-Medium";
}

html[dir='rtl'] .tnc_headtext
{font-family: "SimplifiedArabicBold" !important;}

.logo_txt {
    font-family: "DINRegular";
    padding-top: 20px;
    line-height: 1.3;
}
body.page-view-my-idea { overflow: auto !important; }

.page-user-2 .navbar-collapse, .page-view-review-ideas-lab7-admin .navbar-collapse{
	margin-top: 30px !important;
}
 /******font update*********/
 @font-face{
     font-family: "DINNextLTArabic-Medium";
     src: url("fonts/DINNextLTArabic-Medium.ttf");
}
.language_ar {
	  font-family: "DINNextLTArabic-Medium" !important;
}


.navbar .logo img {
    /* padding-top: 1rem; */
    /* margin-left: 10rem; */
}

.page-user-register .alert.alert-dismissible.show.fade.col-12.alert-danger {
    display: none !important;
}

.page-user-login .alert.alert-dismissible.show.fade.col-12.alert-danger {
    display: none !important;
}