
body {
	font-family: 'Tajawal', sans-serif !important;
	font-size: 18px;
	font-weight: 300;
    color: white;
	overflow-x: hidden;
    min-height: 100vh;
    height: 100%;
    position: relative;
    background: #0084cc0d;
    background-image: url(../img/pencil20.jpg);
/*    background-repeat: no-repeat;*/
    background-size: cover;
}



ul { margin: 0; padding: 0; }

a, button { transition: all 0.3s ease; }
button:focus { outline: none; }
a:focus {
	text-decoration: none;
	outline: none;
}

a {	color: #bdbdbd;  }

a:hover { color: #6cb5ef; text-decoration: none;}

h1,h2,h3 { font-weight: 300; }

p {
    font-size: 1rem;
    line-height: 2.2;
}

p:last-child { margin-bottom: 0; }

.btn:hover{
    color: #6cb5ef
    border-color: #33ccff;
}
option {
    background-color: #005288;
}
.form-control:focus {
    border-color: #6cb5ef;
}
.tm-bg-transparent-black {
    background-color: rgba(0,0,0,0.25);    
    padding: 10px;
}

.tm-contact-box-pad { padding: 60px 55px; }
.tm-border-white { border: 3px solid white; border-radius: 35px 10px 35px 0; }
.media { align-items: center; }

.tm-font-big { font-size: 1.3rem; }

.row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: auto;
	margin-left: auto;
}

.services {
    float: left;
    padding: 8px;
    display: inline-block;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    margin-top: 10px;
}

.services:hover {color: white;}
.services i {
    margin: 5px;
    display: inline-block;
    color: #fff;
}
.services i:hover {color: white;}
.services span {
    display: inline-block;
    color: #fff;
    font-weight:700
}


.tm-main {
    height: 100%;
    min-height: 100vh;
    padding: 0;
}

.tm-main-row {
  height: 100%;
  min-height: 100vh;
  position: relative;
}


.login {
    background-image: url(../img/10.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.login .jumbotron {
    /* background-color: #005288;*/
    background-color: #2e3094;
    margin: 5rem auto;
    padding: 4rem 5rem 6rem;
    max-width: 85%;
    border-radius: 1rem;
    box-shadow: 0px 0px 0px 0px rgb(255 255 255 / 40%), 0px 4px 30px #2c2b6e;
    
}
.login .jumbotron h1{
    text-align: center;
    /*color: #bdbdbd;*/
    color: white;
    font-size: 34px;
}

.login .jumbotron .btn{
/*
    background-color: transparent;
    border-color: #bdbdbd;
    border: 2px solid;
    border-radius: 8px;
    color: white;
    padding: 9px 20px;
    font-size: 22px;
*/
    padding: 5px 20px;
    font-size: 19px;
    font-weight: 600;
    color: white;
    border-radius: 12px;
    float: left;
    border: 1px solid white;
}
.login .jumbotron .btn:hover {
    color: #6cb5ef;
}


.login .jumbotron .form-control i {
    width: 26px;
    text-align: right;
}

.login .jumbotron .form-control input {
    border: none;
    outline: none;
    background: none;
    color: white;
    font-size: 18px;
    width: 80%;
    margin: 0 10px;
    text-align: right;
}


.logooo img {
    /* padding: 4rem 5rem 8rem; */
    max-width: 20%;
    border-radius: 1rem;
    margin-right: 2rem;
    margin-top: 2rem;
}


.jumbotron {
    background-color: rgba(0,0,0,0.6);

}

.jumbotron h1 {
    text-align: center;
   
}

.myjumbotron {
   /* background-color: #005288;*/
   background-color: #0052888f;
    margin: 5rem auto;
    padding: 4rem 5rem 6rem;
    max-width: 85%;
    border-radius: 1rem;
    
}


.myjumbotron h1 {
text-align: center;
/*color: #bdbdbd;*/
    color: white;
}

.myjumbotron h2 {
    text-align: center;
    /*color: #bdbdbd;*/
    color: white;
}

.myjumbotron label {
    text-align: right;
   /*color: #bdbdbd;*/
    color: white;
    margin-top: 10px;
    margin-bottom: 7px;
    margin-right: 4px
}

.myjumbotron ul li {
    margin-top: 15px;
    /*color: #bdbdbd;*/
    color: white;
    list-style :initial
}

.myjumbotron .btn{
    background-color: transparent;
    border-color: white;
    border: 2px solid;
    border-radius: 11px;
   /*color: #bdbdbd;*/
    color: white;
    padding: 10px 30px;
    font-size: 25px;
    float: left;
}
.myjumbotron .btn:hover{
    color: #33ccff;
    border-color: #33ccff;
}


.title {
    text-align: center;
    border: 3px solid white;
    border-radius: 35px 10px 35px 0;
    padding: 20px;
}

.pos {
    text-align: center
    
}

#tmMainNavToggle { display: none; }

.brand {
    position: relative;
    top: -7rem;
    right: 0rem;
}

.brand img {
    width: 231px;
    height: 107px;
}

.sidebar {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 33px;
    cursor: default;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    color: white;
    min-height: 100%;
    z-index: 1000;
    
}

.tm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    padding: 50px 70px;
    width: 100%;
    position: relative;
}

.tm-nav-fa-icon {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    border: 1px solid white;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: 15px;
}

.tm-main-nav { font-size: 1.6rem; }
.tm-main-nav li { list-style: none; }
.tm-main-nav a {
    background-image: url(../img/nav-item.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    color: white;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 40px 0;
    padding-bottom: 35px;
    padding-right: 17px;
}

.tm-main-nav a:hover,
.tm-main-nav a:focus,
.tm-main-nav a.active {
    background-image: url(../img/nav-item-highlight.png);
    color: #33ccff;
    text-decoration: none;    
}

.tm-main-nav a:hover .tm-nav-fa-icon,
.tm-main-nav a:focus .tm-nav-fa-icon,
.tm-main-nav a.active .tm-nav-fa-icon {
    border-color: #33ccff;
}

.fa-menu {
	width: 50px;
	height: 50px;
}

.tm-btn {
    padding: 25px 58px;
    font-size: 1.3rem;
    font-weight: 600;
    background: transparent;
    border-color: white;
    color: white;
    cursor: pointer;
    margin: 22px;
}

.tm-btn:hover,
.tm-btn:focus {
    color: #00abec;
    border-color: #00abec;
}

.tm-btn-frm {
        background-color: rgba(0,0,0,0.25);
    padding: 30px;
    border: 3px solid #bdbdbd;
    border-radius: 15px;
    color: #bdbdbd;
    width: 100%;
    margin: 15px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
}
.tm-btn-frm:hover,
.tm-btn-frm:focus {
    color: #00abec;
    border-color: #00abec;
}


.tm-btn-submit {
    border-radius: 0;
    display: block;
    padding: 15px 43px;
}

.back {
    background-color: transparent;
    border-color: #3e41c7;
    border: 2px solid;
    border-radius: 11px;
    float: right;
    margin: 20px;
    padding: 5px;
    
}

.back .btn {
    color: #bdbdbd !important;
    font-size: 2rem;
}

.back:hover,
.back i:hover,
.back:focus{
    color: #3e41c7;
    border-color: #3e41c7;
}

.tm-text-shadow {
    text-shadow: 0px 3px 2px rgba(50, 50, 50, 1);
    background-color: rgba(0,0,0,0.25); 
}

.tm-section {
    max-width: 100%;
    width: auto;
    background: transparent;    
}

.col-md-6.tm-contact-col { margin-bottom: 0; }


#tm-section-1 { max-width: 1100px; }
#tm-section-2 { max-width: 1100px; }
#tm-section-3 { max-width: 1100px; }

.tm-icon-media {
  margin-right: 1.5rem;
  margin-bottom: 0;
}

address { font-size: 1rem; }
.form-control { 
    background: transparent;
    border:none;
    border-bottom: 1px solid #fff;
    color: #bdbdbd;
    font-weight: 300;
    border-radius: 0;
    margin-bottom: 38px;
}

.form-control:focus {
    background: transparent;
    color: white;
    border-color: #6cb5ef;
    box-shadow: none;
}

::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

::-moz-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}

:-ms-input-placeholder {
    color: rgba(255, 255, 255, 1) !important;
    opacity: 1.0;
}


/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/* -------- Media Query -----------*/
@media (max-width: 575.98px) {
    .brand {
    position: relative;
    top: -4rem;
    right: 0rem;
}

    .brand img {
        width: 231px;
        height: 107px;
    }
    
    
   .logooo img {
        padding: 2rem;
        margin-right: 15px;
        margin-top: 0;
}

    .login .jumbotron {
        margin: 4rem auto;
        padding: 3rem 3rem 5rem;
        max-width: 100%;

    }
    .login .jumbotron h1{
        font-size: 26px
    }

    .login .jumbotron .btn{
        font-size: 15px;
        font-weight: bold;
    }
    .jumbotron {
        margin-top: 30px;
    }
    .login .jumbotron .form-control input {
        margin: 0
    }
    .jumbotron h1 {
        font-size: 30px;

    }
    
    .myjumbotron {
        padding: 6rem 1.5rem;
        }


    .myjumbotron h1 {
        font-size: 1.5rem;
        }

    .myjumbotron h2 {
        font-size: 1.5rem;
        }
    
    .myjumbotron h4 {
        font-size: 1.5rem;
        }

    .myjumbotron ul li {
        margin-right: 13px;
        
        }

    .title {
        text-align: center;
        border: 3px solid white;
        border-radius: 35px 10px 35px 0;
        padding: 20px;
    }

    .pos {
        text-align: center
    }
    
    .tm-section {
   margin-right: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .tm-content { padding: 50px 30px; }
    


    .login .jumbotron {
        background-color: rgba(0,0,0,0.6);
        margin: 5rem auto;
        padding: 4rem 5rem 8rem;
        max-width: 65%;
        border-radius: 1rem;

    }
    .login .jumbotron h1{
        text-align: center;
        color: #bdbdbd;
    }

    .login .jumbotron .btn{
        background-color: transparent;
        border-color: #3e41c7;
        border: 2px solid;
        border-radius: 11px;
        color: #bdbdbd;
        padding: 10px 30px;
        font-size: 25px;
        float: left;
    }
    .tm-btn-frm {
        background-color: rgba(0,0,0,0.25);
    padding: 30px;
    border: 3px solid #bdbdbd;
    border-radius: 15px;
    color: #bdbdbd;
    width: 100%;
    margin: 15px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
    }
    .tm-btn-frm:hover,
    .tm-btn-frm:focus {
        color: #3e41c7;
        border-color: #3e41c7;
    }
    .jumbotron {
    background-color: rgba(0,0,0,0.6);

}

.jumbotron h1 {
    text-align: center;
   
}



.title {
    text-align: center;
    border: 3px solid white;
    border-radius: 35px 10px 35px 0;
    padding: 20px;
}

.pos {
    text-align: center
    
}


.brand {
    position: relative;
    top: -9rem;
    right: 0rem;
}

.brand img {
    width: 231px;
    height: 107px;
}
    
    .tm-section {
    margin-left: auto;
    }
    
}

@media (max-width: 991px) {    

    /*  Nav toggle
        https://www.youtube.com/watch?v=uyT3NSHhke8
    */

    .tm-main-row { position: relative; }

    #tmMainNavToggle { 
        display: block;
        position: absolute;
        left: -60px;
        top: 0;
    }
    
    .menu-icon {
        padding: 10px 15px;
        background: #000000c4;
        border: 1px solid;
        color: #3e41c7;
        cursor: pointer;
        margin-top: 4px;
        margin-left: 4px;
        border-radius: 5px;
        width: 60px;
        height: 50px;
        z-index: 1001;
    }
    
    #tmSideBar {
        width: 300px;
        position: absolute;
        min-height: 100vh;
        height: auto;
        right: -300px;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

    #tmSideBar.show { right: 0; }

    .sidebar {
        background: black;
        padding: 20px;
    }

    .tm-main-nav a {
      padding-bottom: 20px;
      margin: 20px 0 25px 0;
    }

    .tm-section { margin-left: auto; }

    .title {
    text-align: center;
    border: 3px solid white;
    border-radius: 35px 10px 35px 0;
    padding: 20px;
}
    
}


@media (min-width: 768px) and (max-width: 991.98px) {
  


.tm-content {
    padding: 0;
    position: relative;
    right: 5rem;
    
}
    
    .login .jumbotron {

        padding: 5rem 4rem 8rem;
        max-width: 100%;

    }
    .login .jumbotron h1{
        font-size: 30px;
    }

    .login .jumbotron .btn{
        font-size: 20px;
    }

    .tm-btn-frm {
        background-color: rgba(0,0,0,0.25);
        padding: 30px;
        border: 3px solid #bdbdbd;
        border-radius: 15px;
        color: #bdbdbd;
        width: 100%;
        margin: 15px;
        font-size: 25px;
        font-weight: bold;
        font-family: 'Almarai', sans-serif;
    }
    .tm-btn-frm:hover,
    .tm-btn-frm:focus {
        color: #3e41c7;
        border-color: #3e41c7;
    }
    .tm-section {
        margin-left: auto;
    }
        .jumbotron {
        background-color: rgba(0,0,0,0.6);

    }

    .jumbotron h1 {
        text-align: center;

    }

    .myjumbotron h1 {
        font-size: 1.8rem;
        }

    .myjumbotron h2 {
        font-size: 1.8rem;

        }

    .myjumbotron label {
        text-align: right;
        color: #596d7f;
        margin-top: 10px;
        margin-bottom: 7px;
        margin-right: 4px
        }

    .myjumbotron ul li {
        margin-top: 15px;
        color: #596d7f;
        list-style :initial
        }


    .title {
        text-align: center;
        border: 3px solid white;
        border-radius: 35px 10px 35px 0;
        padding: 20px;
    }

    .pos {
        text-align: center

    }

   

    .brand {
        position: relative;
        top: -9rem;
        right: 0rem;
    }

    .brand img {
        width: 231px;
        height: 107px;
    }

    }


@media (max-width: 600px) {
    .tm-contact-box-pad { padding: 30px 25px; }

    .footer-link {      
      margin: 0 auto;
      width: 90%;
    }
}

@media (max-width: 500px), (max-width: 809px) and (min-width: 767px) {
  .media { flex-direction: column; }
  .tm-icon-media {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
    
    .tm-btn-frm {
    font-size: 18px;
}
.tm-btn-frm:hover,
.tm-btn-frm:focus {
    color: #3e41c7;
    border-color: #3e41c7;
}
.tm-section {
    margin-left: auto;
}
}



@media (min-width: 1550px) and (max-width: 2000px) {
.login {
    background-image: url(../img/10.png);
    background-repeat: no-repeat;
    background-size: cover;
}

.login .jumbotron {
  background-color: #00528887;
    margin: 9rem auto;
    padding: 5rem 5rem;
    max-width: 75%;
    border-radius: 1rem;
    min-height: 50%;
}
.login .jumbotron h1{
    text-align: center;
    color: #bdbdbd;
}

.login .jumbotron .btn{
    background-color: transparent;
    border-color: #3e41c7;
    border: 2px solid;
    border-radius: 11px;
    color: #bdbdbd;
    padding: 10px 30px;
    font-size: 25px;
    float: left;
}
    
    .tm-btn-frm {
    background-color: rgba(0,0,0,0.25);
    padding: 30px;
    border: 3px solid #bdbdbd;
    border-radius: 15px;
    color: #bdbdbd;
    width: 100%;
    margin: 15px;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Almarai', sans-serif;
}
.tm-btn-frm:hover,
.tm-btn-frm:focus {
    color: #3e41c7;
    border-color: #3e41c7;
}
.tm-section {
    margin-left: auto;
}
   
    .sidebar {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 33px;
    cursor: default;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    color: white;
    min-height: 100%;
    z-index: 1000;
    
}

.tm-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -webkit-box-align: center;
    -ms-flex-align: center;
            align-items: center;
    padding: 50px 70px;
    width: 100%;
    position: relative;
}
    
}


@media (max-width: 1800px) {
  .tm-section { margin-right: auto; }
    
  .tm-nav-fa-icon { margin-right: 25px; }

  .tm-main-nav a {
    margin: 20px 0 35px 0;
    padding-right: 10px;
  }

 /* .tm-content { padding: 50px 5%; }*/
   
    
}

@media (max-width: 1400px) {

    .tm-main-nav { font-size: 1.4rem; }
    .tm-main-nav a { padding-right: 10px; }
    .tm-nav-fa-icon { margin-right: 25px; }

   
}



/*@media (max-width: 1340px) {
  .tm-content {
    padding: 50px;
    margin: 0 auto;
  }
}*/



@media (min-width: 992px) and (max-width:1199px ) {
  .col-md-6.tm-contact-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
 

    .login .jumbotron {

    max-width: 100%;

    }
    .login .jumbotron h1{
    font-size: 30px;
    }

    .login .jumbotron .btn{
    font-size: 20px;
    }
    
    .tm-btn-frm {
    font-size: 18px;
 
    }
    
.tm-btn-frm:hover,
.tm-btn-frm:focus {
    color: #3e41c7;
    border-color: #3e41c7;
}

    .tm-section {
    margin-left: auto;
}
    
    .sidebar {
   
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 50px 33px;
    cursor: default;
    z-index: 100;
    background: rgba(0,0,0,0.6);
    color: white;
    min-height: 100%;
    z-index: 1000;
    
}


}
@media (max-width: 1800px) {
  .tm-section { margin-right: auto; }
}

@media (max-width: 1724px) {
  .tm-nav-fa-icon { margin-right: 25px; }

  .tm-main-nav a {
    margin: 20px 0 35px 0;
    padding-right: 10px;
  }

  /*.tm-content { padding: 50px 5%; }*/
}

@media (max-width: 1400px) {

    .tm-main-nav { font-size: 1.4rem; }
    .tm-main-nav a { padding-right: 10px; }
    .tm-nav-fa-icon { margin-right: 25px; }

   /* .sidebar {
      padding: 60px 30px;
    }*/
}

/*@media (max-width: 1340px) {
  .tm-content {
    padding: 50px;
    margin: 0 auto;
  }
}*/

@media (max-width: 1199px) {
  .col-md-6.tm-contact-col {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 30px;
  }
}





@media (max-width: 600px) {
    .tm-contact-box-pad { padding: 30px 25px; }

}

@media (max-width: 500px), (max-width: 809px) and (min-width: 767px) {
  .media { flex-direction: column; }
  .tm-icon-media {
    margin-right: 0;
    margin-bottom: 1.5rem;
  }
}


