  * {
    margin: 0;
    padding: 0;
  }
  
  body {
    font-family: Quicksand;
    background-color: #FAFAFA;
  }
  
  .banner {
    padding: 10px 0px 10px 0px;
    background-image: linear-gradient(#108A7B, #076E60);
  }
  
  .banner p {
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
  
  }
  
  #logo {
    margin-left: 10%;
  }
  
  .collapse {
    position: absolute;
    right: 15%;
    color: #052B4A;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0em;
    text-align: center;
  }
  
  .navbar {
    background: #052B4A;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  
  .show {
    position: inherit;
  }
  
  .nav-item a {
    color: #052B4A;
    margin: 20px;
  }
  
  .dropdown-item {
    width: fit-content !important;
  }
  
  /* footer  */
  .site-footer {
    background-color: #011A2E;
    padding: 45px 0 20px;
    font-size: 15px;
    line-height: 24px;
    color: #a9a9a9;
  }
  
  .site-footer hr {
    border: solid 1px #19E5A8;
    opacity: 0.5
  }
  
  .site-footer hr.small {
    margin: 20px 0
  }
  
  .site-footer h6 {
    font-weight: 700;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px
  }
  
  .site-footer a {
    color: #737373;
  }
  
  .site-footer a:hover {
    color: #3366cc;
    text-decoration: none;
  }
  
  .footer-links {
    padding-left: 0;
    list-style: none
  }
  
  .footer-links li {
    display: block
  }
  
  .footer-links a {
    /* color:#737373; */
    color: #fff;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0em;
    text-align: left;
    text-decoration: none;
  }
  
  .footer-links a:active,
  .footer-links a:focus,
  .footer-links a:hover {
    color: #3366cc;
    text-decoration: none;
  }
  
  .footer-links.inline li {
    display: inline-block
  }
  
  .site-footer .social-icons {
    text-align: right
  }
  
  .site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #33353d
  }
  
  .copyright-text {
    margin: 0;
    font-size: 10px;
    text-align: justify;
  }
  
  @media (max-width:991px) {
    .site-footer [class^=col-] {
      margin-bottom: 30px
    }
  }
  
  @media (max-width:767px) {
    .site-footer {
      padding-bottom: 0;
      padding-left: 10px;
    }
  
    .site-footer .site-footer .social-icons {
      text-align: center
    }
  }
  
  .social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
  }
  
  .social-icons li {
    display: inline-block;
    margin-bottom: 4px
  }
  
  .social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 13px
  }
  
  .social-icons a {
    background-color: #eceeef;
    color: #fff;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
  }
  
  .social-icons a:active,
  .social-icons a:focus,
  .social-icons a:hover {
    color: #fff;
    background-color: #29aafe
  }
  
  .social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
  }
  
  .social-icons a.facebook:hover {
    background-color: #3b5998
  }
  
  .social-icons a.linkedin:hover {
    background-color: #007bb6
  }
  
  .social-icons a.instagram:hover {
    background-color: #e00a55
  }
  
  @media (max-width:767px) {
    .social-icons li.title {
      display: block;
      margin-right: 0;
      font-weight: 600
    }
  }

  /* main  */
  @media (max-width:780px){
    .xs-column-reverse {
        display: flex;
        flex-direction: column-reverse;
      }
    .t-img{
        width:auto !important;
        margin: 0 auto;
    }
    .t h3{
        text-align: center !important;
    }
  }
.text{
    width: 75%;
    margin:0 auto;
}
.text h1{
    text-transform:none;
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 70px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.text span{
    color: #FFF;
    font-family: Source Sans Pro;
    font-size: 70px;
    font-style: italic;
    font-weight: 300;
    line-height: normal;
    filter: drop-shadow(10px 10px 26px white);
}
.text p{
    color: #FFF;
    font-family: Quicksand;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tile{
    justify-content: space-evenly;
    padding:20px;
    width:75%;
    margin:30px auto !important;
    border-radius: 30px;
    border: 0.5px solid #1962EE;
    background: #FFF;
    box-shadow: -1px 4px 35px 0px rgba(0, 0, 0, 0.25);
}
.t h3{
    color: #2468A1;
    font-family: Source Sans Pro;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.t p{
    text-align: justify;
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.t-img img{
height:120px;
}
hr{
    opacity: 1 !important;
    border:none !important;
    background: #A7A7A7;
    width: 40%;
    height: 2px;
    margin: 60px auto 0 auto !important;
}
section {
    margin:0 auto;
    padding: 30px 0;
    overflow: hidden;
  }

  .technology{
    width: 75%;
    margin: 0 auto;
  }
  .technology h2{
    text-align: center;
    color: #000;
    font-family: Source Sans Pro;
    font-size: 45.23px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .technology p{
    text-align: justify;
    color: #000;
    font-family: Quicksand;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }
  /* slider  */
.slider{
    background-color: #fff;
}
.slide{
    margin:auto 10px !important;
}
.slick-slide {
    margin: 0px 20px;
}

.slick-slide img {
    width: 100%;
}

.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
 /* login signup */
 @media (max-width:737px) {
  .modal-content{
  width: 100% !important;
}
}
 .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  margin:0px;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.5);
}
button#openModalBtn {
    background-color: #0B3A61;
    color: white;
    padding: 10px 20px;
    font-size: 14px;
    letter-spacing: 1.8px;
    border-radius: 5px;
    border: 2px solid #0B3A61;
    cursor: pointer;
}
button#openModalBtn:hover {
    background-color: transparent;
    color: #0B3A61;
}

.modal-content {
  background-color: #fefefe;
  margin: 1% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 450px;
}

.modal-content .close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.tab {
  overflow: hidden;
}

.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 10px 15px;
  transition: 0.3s;
  font-size: 18px;
  width: 48%;
}

.tab button:hover {
  background-color: #ddd;
}

.tab button.active {
  background-color: #0b3a61;
  color: white;
}

.tabcontent {
  display: none;
  padding: 0px 30px 30px 30px;
}

button[type="submit"] {
    padding: 15px 15px;
    background-color: #0B3A61;
    border: none;
    color: white;
    cursor: pointer;
    margin-top: 10px;
    width: 92.7%;
    font-size: 18px;
    border-radius: 5px;
}

input[type="text"],
input[type="password"], input[type="email"],input[type="date"], input[type="tel"] {
    width: 92.7%;
    padding: 10px 5px;
    margin: 5px 0;
    border-radius: 5px;
    border: 1px solid black;
}

input[type="submit"]:hover {
  /* background */
}

#popupModal h2 {
    font-family: SourceSansPro;
    font-size: 36px;
    margin: 30px 0px 10px 0px;
}
#popupModal p {
    font-size: 16px;
    line-height: 1.2;
}
input::placeholder {
    font-size: 16px;
    padding: 15px;
}
.tab .tablinks {
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
}

span.phone_error, .password_error {
    margin-top: -15px;
    margin-bottom: 15px;
}



/* profile menu */


.profile-dropdown{
  display: inline-block;
  position:relative;
  background:  #feffff;
  border: black 1px;
  border-radius: 100%;
  margin: auto;
  font-size: 1.3rem;
  -webkit-user-select: none;  /* Chrome all / Safari all */
  -moz-user-select: none;     /* Firefox all */
  -ms-user-select: none;      /* IE 10+ */
  user-select: none;          /* Likely future */
  
  * {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
  }
  
  input[type="checkbox"]{
    display:none;
    &:checked{
      & ~ ul{
        display:block;
        animation: pulse .5s;
      }
    }
  }
 
  img{
    display: inline-block;
    background: darken( #f2f2f2, 10%);
    height: 1.5rem;
    vertical-align:middle;
    margin-right: 1rem;
    margin-top: 1rem;
    margin: .5rem .5rem .5rem .5rem;
    border-radius: 60%;
  }
  
  span{
    display:inline-block;
    vertical-align: sub;
    margin-right:2rem;
    overflow:hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  
  .prof-ul{
    display:none;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #fff;
    position:absolute;
    top: 100%;
    right: 0;
    border-radius: 3px;
    z-index: 2000;

    li{
      a{
        color: black;
        display:block;
        padding: .75rem 1rem;
        text-decoration: none;
        font-size: 1rem;
        
        i{
          font-size: 1.3rem;
          vertical-align: middle;
          margin: 0 .75rem 0 -.25rem;
        }
        
        &:hover{
          background: darken( #f2f2f2, 5%);
        }
      }
      
      &:first-child a:hover{
        border-radius: 3px 3px 0 0;
      }
      
      &:last-child a:hover{
        border-radius: 0 0 3px 3px;
      }
    }
  }
  
  & > label {
    position: relative;
    height: 3.5rem;
    display: block;
    text-decoration: none;
    background: transparent;
    color: #333;
    box-sizing: border-box;
    padding: .9rem;
    float: right;
    border-radius: 0 3px 3px 0;

    i{
      color: darken( #f2f2f2, 25%);
      font-size: 1.75rem;
    }
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

.half{
  height: fit-content;
  margin-top: 18px;
}

.container{
  width: 80%;
  margin:4rem auto 2rem;
  
  .half{
    width: 50%;
    float:left;
    margin-bottom: 2rem;
  }
  
  &:after{
    content: '';
    display:table;
    clear:both;
  }
}

p.subtitle{
  color: rgba(0,0,0, .5);
  font-weight: bold;
  text-align:center;
  margin: .5rem 0 2rem;
  letter-spacing: .1rem;
}

.background{
  position:absolute;
  top:0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: .25;
  z-index: -1;
  background: url(https://ar1web-com.googlecode.com/svn/Bg/bg63.gif);
}
.prof-ul{
  width: max-content;
}
@media (max-width:500px) {
  .prof-ul{
    left:20px;
  }
}