/* start style of scrollbar */

.scrollbar::-webkit-scrollbar-track {

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

  border-radius: 0;

  background-color: #494334;

  border: 3px solid #494334;

  margin: 5px 20px;



}

.event_name {
  display: none !important;
  transition: all .5s ease-in-out;

}

.selected .event_name {
  font-size: 20px;
  display: block !important;
  text-align: center;
  color: #fff;
  font-weight: 100;
  transition: all .5s ease-in-out;
}

.selected a:hover {
    text-decoration: none;
}


.scrollbar::-webkit-scrollbar {

  height: 5px;

  width: 3px;

  padding-right: 20px;

}



.scrollbar::-webkit-scrollbar-thumb {

  border-radius: 0;

  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);

  background: #D9AD68;

  /* Old browsers */

  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bdbcbc', endColorstr='#ecebeb', GradientType=1);

  /* IE6-9 */

  border: 1px solid #D9AD68;

}



.scrollbar {

  color: #606060;

}



img.cad_logo {

  position: absolute;

  top: 4%;

  left: 2%;

  z-index: 2;

}



img.ThirL_logo,

.txt_res_top {

  display: none;

}

.sign_out_s {

  color: #131f3a;

  font-size: 30px;

}

/* end style of scrollbar */



/* start style of login page  */

html,

body {

  height: 100%;

}



.bg_login {

  background: url("../images/bg_login.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

}



.content_right {

  width: 70%;

}

.bg_menu .content_right {

  width: 100%;

}

.bg_menu .sign_out_s {

  position: absolute;

  top: 4%;

  right: 2%;

}

.con_of_logo {

  text-align: center;

  margin-bottom: 30px;

}



.con_of_form label {

  font-family: 'Nexa Bold';

  font-size: 17px;

  color: #4D4D4D;

  margin-bottom: 5px;

  margin-left: 5px;



}



.con_of_form .form-control,

.con_of_form select {

  color: #808080;

  font-family: 'Nexa Bold';

  font-size: 12px;

  /* background-color: #131f3a; */

  height: 42px;

}



.form-control.is-invalid,

.was-validated .form-control:invalid {

  border-color: #141414;

  background-image: initial;

}



.notHaveAccount {

  color: #4D4D4D;

  font-family: 'Nexa Bold';

  font-size: 14px;

  text-align: center;

}



.notHaveAccount a {

  color: #4D4D4D;

  font-family: 'Nexa Bold';

  text-transform: uppercase;

  font-weight: bold;

  font-size: 15px;

  text-decoration: underline;



}



.img_width_70 {

  width: 70%;

}



.con_of_form .invalid-feedback {

  color: #131f3a;

  font-family: 'Nexa Bold';

}



.sign_in_intial {

  outline: none !important;

  box-shadow: initial !important;

  text-align: right;

  width: 100%;

}




.sign_in_btn {

  background-color: #4B63AE;

  border-color: #4B63AE;

  border-radius: 0;

  width: 100%;

}



/* End style of login page  */







/* start style of menu page */

.bg_menu {

  background: url("../images/Landing/bg_landing_page-01.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

}

.height-40 {

  height: 40%;

}

.header_sec {

  width: 100%;

  height: 20%;

}

.calc_height {

  height: calc(100% - 20%);

  overflow: auto;

}



.related_it_img {

  position: absolute;

  top: 40%;

  left: 15%;

  -webkit-transform: translateY(-50%);

  -ms-transform: translateY(-50%);

  transform: translateY(-50%);

}

.related_it_img.last_one {

  left: 30%;

}

.con_of_each_sec {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: end;

      -ms-flex-align: end;

          align-items: flex-end;

  -webkit-box-pack: center;

      -ms-flex-pack: center;

          justify-content: center;

}

.con_of_each_sec .text_it {

  color: #DDD4C5;

  font-family: 'Nexa Light';

  font-size: 20px;

  text-transform: uppercase;

  line-height: 22px;

  margin-bottom: 2%;

  margin-left: 2%;

}

.bg_menu a:hover {

  color: #aba499;

  text-decoration: none;

}

.row_bg{

  background: #0000006e;

  padding: 2rem 0;

  margin-top: 3rem;

}

.con_ball_blac {

    position: absolute;

    left: 130%;

    top: -7%;

}

/* End style of menu page */





/* start style of page number 1 */



.bg_page_1 {

  background: url("../images/bg_page_1.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  overflow: auto;

}



.con_of_sec_p_1 {

  background: #0e0a08c9;

  border-top: 4px solid;

  border-bottom: 4px solid;

  -o-border-image: -o-linear-gradient(left, #AB7E3D, #D8C690, #936837, #D9AD68, #A57A44);

  border-image: -webkit-gradient(linear, left top, right top, from(#AB7E3D), color-stop(#D8C690), color-stop(#936837), color-stop(#D9AD68), to(#A57A44));

  border-image: linear-gradient(to right, #AB7E3D, #D8C690, #936837, #D9AD68, #A57A44);

  border-image-slice: 1;

  position: relative;

  z-index: 2;

}



.text_1 {

  color: #131f3a;

  font-family: 'Nexa Light';

  font-size: 19px;

  line-height: 21px;

}



.con_of_overlay {

  display: none;

  font-family: 'Nexa Light';

  position: absolute;

  top: 0;

  left: 0;

  background: #92949761;

  width: 100%;

  height: 100%;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  text-align: center;

  font-size: 30px;

  color: #131f3a;

  text-transform: uppercase;

  line-height: 31px;

  cursor: pointer;

  transition: 0.5s;

  padding-top: 35px;


}

.bg_page_3 .con_of_overlay {

  max-width: 90%;

  left: 50%;

  -webkit-transform: translateX(-50%);

  transform: translateX(-50%);

}



.on_hover:hover .con_of_overlay {

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  transition: 0.5s;

}



.each_list .txt_ang {

  color: #131f3a;

  font-size: 17px;

  padding-right: .5rem;

}



.each_list i {

  color: #131f3a;

}



.con_of_all_list.text-right {

  border-bottom: 1px dashed #11112e;

  padding-bottom: 1rem;

  margin-bottom: 2rem;

}



.con_header {

  color: #DDD4C5;

  text-transform: uppercase;

  font-size: 37px;

  font-family: 'Nexa Bold';

}



.con_header h3 {

  font-family: 'Nexa Light';

  font-size: 19px;

  letter-spacing: 6px;

  margin-bottom: 0;

}

.con_header h1 {

  line-height: 36px;

}

.container.con_of_footer {

  position: absolute;

  bottom: 0;

  left: 15%;

  z-index: 1;

}

.animateBall img {

  -webkit-animation: moverTop 4s infinite ease-in-out;

  animation: moverTop 4s infinite ease-in-out;

  animation-delay: 0s;

}

.golden_ball {

  position: absolute;

  left: 5%;

  bottom: 5%;

  z-index: 2;

}

.mrg_top_min{

  margin-top: -3rem;

}

@-webkit-keyframes moverTop {

  0% {

      transform: translateY(0);

  }



  50% {

      transform: translateY(25px);

  }



  100% {

      transform: translateY(0);

  }

}



@keyframes moverTop {

  0% {

      transform: translateY(0);

  }



  50% {

      transform: translateY(30px);

  }



  100% {

      transform: translateY(0);

  }

}

/* start style of page number 1 */





/* start style of page number 2 */

.bg_page_2 {

  background: url("../images/bg_page_2.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  overflow: auto;

  overflow-x: hidden;

}

/* start style of page number 2 */







/* start style of page number 3 */

.bg_page_3 {

  background: url("../images/bg_page_3.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  overflow: auto;

  overflow-x: hidden;

}

/* .bg_page_3 .golden_ball {

  left: initial;

  right: 5%;

} */

.bg_page_3 .each_event_img img {

  max-width: 90%;

}

.bg_page_3 .each_event_img {

  text-align: center;

}



/* start style of page number 3 */





/* start style of page number 4 */

.bg_page_4 {

  background: url("../images/bg_page_4.png") no-repeat center center fixed;

  -webkit-background-size: cover;

  -moz-background-size: cover;

  -o-background-size: cover;

  background-size: cover;

  overflow: auto;

  overflow-x: hidden;

}

.text-center {

    text-align: center!important;

    display: flex;

    justify-content: center;

    align-items: center;

}



/* start style of page number 4 */







/* start style of hover icons */





.caption-style-4 .li_div{

  position: relative;

  overflow: hidden;

  display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

            flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

            align-items: center;

}

.caption-style-4 .li_div:hover .caption{

  display: block;



}

.each_one {

  width: 100%;

  overflow: hidden;

}

.caption-style-4 .li_div:hover img{

  display: block;

  transform: scale(1.15,1.15);

  -webkit-transform:scale(1.15,1.15);

  -moz-transform:scale(1.15,1.15);

  -ms-transform:scale(1.15,1.15);

  -o-transform:scale(1.15,1.15);

}

.caption-style-4 img{

  margin: 0px;

  padding: 0px;

  float: left;

  z-index: 0;

}

.caption-style-4 .caption{

  cursor: default;

  display: none;

  width: 100%;

  height: 100%;

  -webkit-transition:all 0.45s ease-in-out;

  -moz-transition:all 0.45s ease-in-out;

  -o-transition:all 0.45s ease-in-out;

  -ms-transition:all 0.45s ease-in-out;

  transition:all 0.45s ease-in-out;

}

.caption-style-4 img{

  -webkit-transition:all 0.25s ease-in-out;

  -moz-transition:all 0.25s ease-in-out;

  -o-transition:all 0.25s ease-in-out;

  -ms-transition:all 0.25s ease-in-out;

  transition:all 0.25s ease-in-out;

}

.caption-style-4 .blur{

  background-color: rgba(0,0,0,0.65);

  height: 100%;

  width: 100%;

  z-index: 5;

}

.caption-style-4 .caption-text h1{

  text-transform: uppercase;

  font-size: 24px;

}

.caption-style-4 .caption-text{

  z-index: 10;

  color: #131f3a;

  text-align: center;

  top:100px;

}

.caption-text p {

  font-size: 12px;

  font-family: 'Nexa Light';

  padding-top: .5rem;

  line-height: 13px;



}

.con_of_btns {

  height: 100px;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

/* End style of hover icons */

div#form_msg {

  color: #d72432;

  font-family: 'Nexa Light';

  font-size: 12px;

  text-align: center;

  line-height: 13px;

  margin-bottom: 5px;

}

@media only screen and (max-width: 1600px) {

  /* .bg_menu .content_right {

    width: 100%;

  } */



}



@media only screen and (max-width: 1400px) {

  .container.con_of_footer {

    left: 0;

  }



  .container.con_of_footer img {

    width: 50%;

  }



}



@media only screen and (max-width: 1200px) {

  .d_flex_sty {

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

  }



  .content_right {

    padding-right: 2%;

  }



  .container.con_of_footer img {

    width: 40%;

  }

}





@media only screen and (max-width: 768px) {

  .content_right {

    width: 85%;

    margin: auto;

    background: #00000099;

    padding: 4%;

    border-radius: 5px;

    

  }

  .golden_ball {

    display: none;

  }



  .res_hide {

    display: none;

  }

  .con_header {

    width: 55%;

  }

  .bg_login {

    background: url("../images/bg_responsive.png") no-repeat center center fixed;

    -webkit-background-size: cover;

    -moz-background-size: cover;

    -o-background-size: cover;

    background-size: cover;

  }



  img.ThirL_logo {

    display: block;

    position: absolute;

    bottom: 2%;

    width: 60px;

    right: 3%;

    z-index: 3;



  }



  .txt_res_top {

    display: block;

  }



  .con_of_img {

    width: 100%;

  }

  .txt_btn { 

    font-size: 100%;

  }



  .con_of_all_img {

    -webkit-box-orient: vertical;

    -webkit-box-direction: normal;

    -ms-flex-direction: column;

    flex-direction: column;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }



  .each_event_img {

    margin: 0 !important;

    margin-bottom: 1rem !important;

    margin-top: 1rem !important;



  }

  .logo_right img {

    width: 50%;

  }

  .logo_left img {

    width: 100%;

  }

  .con_of_btns .each_one img {

    width: 60%;

  }

  .container.con_of_footer {

    position: initial;

    margin-top: 20px;

  }

  .itt_of_footer {

    text-align: center;

  }

  .bg_page_3 .con_of_sec_p_1 {

    min-height: 46vh;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }

  .bg_page_4 .con_of_sec_p_1 {

    min-height: 46vh;

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

  }

  .con_svg_lan img {

    height: initial!important;

    width: 80%;

  }

  .height-40 {

      height: 25%;

  }

  .con_of_each_sec {

    padding-bottom: 2rem;

  }

  .header_sec {

    height: 12%;

  }

  .calc_height {

    height: calc(100% - 12%);

  }

  .caption-text p {

    font-size: 9px;

    font-family: 'Nexa Bold';

    line-height: 10px;

}


  .selected .event_name {
    font-size: 20px !important;
    padding-top: .5rem!important;
  }

  #carousel {
    top: 60% !important;
  }

  #carousel div img {
    height: 350px;
  }

  #carousel div.hideLeft,
  #carousel div.prevLeftSecond,
  #carousel div.prev,
  #carousel div.selected,
  #carousel div.next,
  #carousel div.nextRightSecond,
  #carousel div.hideRight {
    transform: translateY(0) translateX(-50%) !important;
  }

}

@media (min-width: 450px) and (max-width: 850px)  and (orientation:landscape){
  .carouselpop {
    height: 90% !important;
  }
    #carousel div.hideLeft img,
  #carousel div.prevLeftSecond img,
  #carousel div.prev img,
  #carousel div.next img,
  #carousel div.nextRightSecond img,
  #carousel div.hideRight img{
        width: 270px !important;
  }
  #carousel div.selected img {
    width: 300px !important;
  }
  #carousel div img {
    height: 300px !important;
  }
  .carouselpop {
    height: 93% !important;
  }
  .selected .event_name {
      padding-top: .1rem!important;
  }
    #carousel div.hideLeft,
  #carousel div.prevLeftSecond,
  #carousel div.prev,
  #carousel div.selected,
  #carousel div.next,
  #carousel div.nextRightSecond,
  #carousel div.hideRight {
    transform: translateY(0) translateX(-50%) !important;
  }
  #carousel {
    top: 65% !important;
  }
}



@media only screen and (max-width: 500px) {
  .con_of_btns .each_one img {
    width: 90%;
  }

  #carousel {
    top: 70% !important;
  }

  #carousel div img {
    height: 300px !important;
  }
}


/***********  ahmed start 25/8/2020  *************/
    
    #carousel {
        position: relative;
        height: 460px;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
    }
    
    #carousel div {
        position: absolute;
        transition: transform 1s, left 1s, opacity 1s, z-index 0s;
        opacity: 1;
    }
    
    #carousel div img {
        width: 400px;
        transition: width 1s;
    }
    
    #carousel div.hideLeft {
        left: 0%;
        opacity: 0;
        transform: translateY(50%) translateX(-50%);
    }
    
    #carousel div.hideLeft img {
        width: 200px;
    }
    
    #carousel div.hideRight {
        left: 100%;
        opacity: 0;
        transform: translateY(50%) translateX(-50%);
    }
    
    #carousel div.hideRight img {
        width: 200px;
    }
    
    #carousel div.prev {
        z-index: 5;
        left: 30%;
        transform: translateY(50px) translateX(-50%);
    }
    
    #carousel div.prev img {
        width: 300px;
    }
    
    #carousel div.prevLeftSecond {
        z-index: 4;
        left: 15%;
        transform: translateY(50%) translateX(-50%);
        opacity: .7;
    }
    
    #carousel div.prevLeftSecond img {
        width: 200px;
    }
    
    #carousel div.selected {
        z-index: 10;
        left: 50%;
        transform: translateY(0px) translateX(-50%);
    }
    
    #carousel div.next {
        z-index: 5;
        left: 70%;
        transform: translateY(50px) translateX(-50%);
    }
    
    #carousel div.next img {
        width: 300px;
    }
    
    #carousel div.nextRightSecond {
        z-index: 4;
        left: 85%;
        transform: translateY(50%) translateX(-50%);
        opacity: .7;
    }
    
    #carousel div.nextRightSecond img {
        width: 200px;
    }
    
    .buttons {
        position: fixed;
        left: 50%;
        transform: translateX(-50%);
        bottom: 10px;
    }
    /**************     custom     **************/
    .carouselpop button{
      outline:0px
    }
    .carouselpop {
    position: fixed;
    z-index: 1000000;
    height: 75%;
    width: 90%;
    top: 50%;
    left: 50%;
    background: #000000e3;
    transform: translate(-50%, -50%);
    box-shadow: 1px 1px 22px -1px #f7f7f75c;
    overflow: hidden;
    border: 7px solid black;
    display:none;
    padding: 15px;
    border-radius: 10px;
}

button#carouselpop {
    outline:0px;
    margin: auto;
    display: block;
    margin-top: 14px;
    color: #fff;
    background: transparent;
    border-radius: 8px;
    text-transform: capitalize;
    font-family: 'Nexa Bold';
    letter-spacing: 1px;
    font-size: 18px;
    border: 0;
}

.carouselpop .closepop {
    color: #fff;
    font-size: 35px;
    display: block;
    position: absolute;
    right: 2%;
    top: -1%;
    cursor: pointer;
    font-weight: 100;
}
.fa-times {
  font-size: .8em;
}

.carouselpop .buttons button {
    color: #010101;
    background: #af8f5c;
}

button#next {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    right: 0;
}

button#prev {
    position: absolute;
    top: 50%;
    background: transparent;
    border: 0;
    left: 0;
}
.fa-chevron-left,
.fa-chevron-right {
  color: #e95b69;
    font-size: 2em;
}

.body::before {
    content: " ";
    height: 109%;
    width: 100%;
    top: 0;
    background: #000000d1;
    z-index: 1000;
    left: 0;
    display: block;
    position: absolute;
}

/********** start nav *********/

.menucont  nav.navbar {
    width: 100%;
    margin-bottom: 60px;
    margin-top: 20px;
}

.menucont  .navbar-dark .navbar-nav .nav-link {
    color: #fff;
}

/* .menucont  .homelink {
  font-size: 24px;
  margin-top: -18px;
} */

.menucont  li.nav-item {
    text-align: right;
}

.menucont  div#navbarSupportedContent ul {
    background: black;
    padding: 30px;
    box-shadow: 0px 0px 10px 10px #4a4a4a;
    width: 300px;
}

.menucont  div#navbarSupportedContent {
    /* position: fixed; */
    /* top: 129px;
    right: 30px;
    z-index: 100; */
}

.menucont nav li.nav-item.active > a, .menucont nav .active button{
  color: #fff!important;
} 

.container-fluid.pt-4.menucont {
    padding: 0 5%;
    padding-top: 0.5rem!important;
}

.each_event_img.position-relative.on_hover img {
  border: 1px solid #11112e;
}

#carousel div::before {
  background: #231c119e;
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#carousel .selected::before {
  display:none;
}


/********* new protofolio cont ********/
.flexprot {
  width: 100%;
  height: calc( 100% - 31px);
  position: relative;
}

.portocont {
  width: 100%;
  display: flex;
}

.img {
  width: 100%;
  background-position: center;
  margin: 0 5px;
  background-repeat: no-repeat;
  border: 1px solid #fff;
  background-size: cover;
  position: relative;
  min-height: 170px;
}

.img a {
  width: 100%;
  height: 100%;
  position: absolute;
}

.img:hover .con_of_overlay{
  display:block
}

nav li.nav-item a {
  text-transform: capitalize;
}

:root {
  background: black;
}


/**********   end nav  ***********/

/* ------------ login ------------------ */
/* login */
.electa_icon {
  position: absolute;
  top: 15%;
  right: 0;
  max-width: 300px;
  width: 100%;
}
/* .img_login {
  max-width: 500px;
  width: 100%;
} */
#login_page .menucont nav.navbar {
  margin-bottom: 0;
}
.img_login {
  max-width: 760px;
  width: 100%;
}
#login {
  width: 80%;
}
#submit {
  background-color: #d72432;
    color: #fff;
    width: 8em;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    border-radius: 10px;
    text-transform: uppercase;
    font-weight: bold;
}
.electa_word {
    max-width: 500px;
    width: 100%;
    text-align: center;
}
.menucont div#navbarSupportedContent {
    position: absolute;
    right: 3%;
    top: 65%;
    z-index: 9999;
}

/* -----------------media --------------- */

@media(max-width:992px){
  .menucont div#navbarSupportedContent ul {
    background: #11112e;
    padding: 30px;
    box-shadow: 0px 0px 10px 10px #11112e45;
    width: 300px;
  }


}

@media(max-width:1200px){
  
  .carouselpop{
    padding: 35px;
  }
}

@media(min-width:992px){
  .menucont div#navbarSupportedContent ul {
    background: unset;
    padding: unset;
    box-shadow: unset;
    width: unset;
}
.menucont .navbar-dark .navbar-nav .nav-link{
  color: #11112e!important;
}
.menucont .navbar-dark .navbar-nav .active .nav-link{
  color: #fff!important;
}
.menucont div#navbarSupportedContent {
    position: unset;
    top: unset;
    right: unset;
    z-index: unset;
}
.menucont ul.navbar-nav.ml-auto a {
    font-size: 14px;
}
.menucont ul.navbar-nav.ml-auto a.homelink {
    font-size: unset!important;
    margin-top: 0px;
}
.portocont {
  width: 100%;
  /* height: 100%; */
  display: flex;
  margin-right: 6%;
}



}

@media(max-width:678px){
  .caption-style-4 .caption{
    display:block!important;
  }
    .electa_word {
      max-width: 220px;
  }
}


/***********  ahmed end 25/8/2020  *************/



/***********  start electa  *******************/


.img_it.position-relative > img {
  visibility: hidden;
}

.row_bg {
  background: #00000000;
  padding: 2rem 0;
  margin-top: 3rem;
}

.calc_height {
  height: auto;
  overflow: auto;
}


.con_ball_blac.animateBall{
  display: none;
}

:root {
  background: #dae8eb;
}


.bg_menu {
  /* background: url(../images/Landing/bg_landing_page-01.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; */
  background: #dae8eb;
}

/* .row.height-40 {
  display: none;
} */

/* 
.container-fluid.calc_height.scrollbar {
  position: absolute;
  bottom: 0;
} */

@media only screen and (max-width: 768px){
  .con_svg_lan img {
      height: initial!important;
      width: 130%;
  }
}


.con_of_each_sec .text_it{
  visibility: hidden;
}

.calc_height {
  overflow: hidden;
}


.navbar-dark .navbar-toggler-icon{
  background-image: url(../images/menu.png)!important;
}


.golden_ball{
  display: none;
}


.blackBall.mrg_top_min.animateBall.ml-3{
  display: none;
}

.menucont nav.navbar {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -23px;
}

.con_of_sec_p_1 {
  background: unset;
  border-top: 4px solid;
  border-bottom: 4px solid;
  border-image: unset;
  border-image-slice: 1;
  position: relative;
  z-index: 2;
  border: 0;
}


.imagesgroup {
  width: 20vw;
  min-width: 150px;
  position: absolute;
  bottom: -1px;
}

.imagesgroup img:last-child {
  position: absolute;
  left: 0;
  bottom: 46vh;
  max-width: 100%;
}

.imagesgroup img:first-child {
  left: -1px;
  position: absolute;
  bottom: 0;
}

.upimg > img {
  max-width: 500px;
  min-width: 300px;
  width: 90%;
}

.upimg {
  display: flex;
  flex-wrap: wrap;
  min-width: 90vw;
  justify-content: space-around;
  margin: auto;
  flex-flow: wrap-reverse;
  align-items: center;
}

.fullscr{
  max-width: 100vw!important;
}

section{
  position: relative;
  min-height: 100vh;
}

.bg_page_2 .caption-text p, .bg_page_3 .caption-text p {
  color: white;
}

.aright{
  position: absolute;
  right: 0;
  width: 20vw;
  min-width: unset;
  max-width: 350px;
}

.mainmenu .con_of_each_sec {
  padding-right: 10vw;
}

/******************/

nav .btn.focus,nav .btn:focus {
  box-shadow: 0 0 0!important;
}

nav .dropdown-item.active, nav .dropdown-item:active {
  background-color: unset;
}

nav .dropdown-toggle{
  text-transform: capitalize;
}

nav button.navbar-toggler {
  outline: 0;
}

@media (min-width: 400px) and (max-width: 850px)  and (orientation:landscape){
  #login_page .col-md-8 {
    max-width: 58.66%;
  }
    #login_page .col-md-4 {
    max-width: 41.33%;
  }
  #login {
    width: 100%;
  }
  .electa_icon {
    max-width: 230px;
  }

}

@media (min-width: 768px) and (max-width: 1100px)  and (orientation:portrait){
  #login_page .col-md-8 {
    max-width: 100%;
    flex: unset;
  }
    #login_page .col-md-4 {
    max-width: 100%;
    flex: unset;
  }

}


@media(max-width:992px){
  nav .dropdown-toggle {
    color: white;
  }
  nav .dropdown-toggle:hover {
    color: white;
  }
  nav .dropdown-item {
    text-align: right;
  }
  nav li.nav-item a:hover {
    background: #11112ea8;
    color: white;
  }
}

/*******************/

@media(max-width:768px){
  .imagesgroup, .rightimg, .aright,.rightimg{
    display: none;
  }
  .mainmenu .con_of_each_sec {
    padding-right: 0;
    position: relative;
    right: 55px;
  }
}

@media(max-width:1111px){
  .rightimg{
    display: none;
  }
}

  @media(min-width:1400px){
  .img_login {
    max-width: 1000px;
    width: 100%;
  }
}

