.sectionpage {
    padding: 40px 0 10px 0;
    background: #eee;
}

.centered {
    left: 50%;
    transform: translate(-50%, -50%);
}

/*--------Ijaz----*/

.ij-ul1 li {
    list-style: none;
    display: inline
}

.ij-p {
    color: #626262;
}

.margintop50 {
    margin-top: 50px
}

.margintop37 {
    margin-top: 37px
}

.margintop150 {
    margin-top: 200px
}

.margintop220 {
    margin-top: 220px
}

.tab-container {
    padding-top: 15%;
    cursor: url(/images/cursor1.png), auto;
}

.sectionImage {
    width: 650px !important;
}

/*-----page 2----*/

.bgletter {
    background-size: 75% 75%;
    margin-bottom: 3rem;
}

.border-grey {
    border: 1px solid #8a8b8b4f;
    padding: 10px;
    height:560px;
    overflow-y:scroll;
}

.blacknav li {
    cursor: url(/images/cursor1.png), auto;
}

.marginbottom0 {
    margin-bottom: 0 !important;
}

.text-blue {
    color: #3ab8cb;
    font-family: IRANYekanRegular;
    font-weight: 300 !important;
    font-size: 30px;
    margin-left: 30px
}

.arb-text {
    color: #3ab8cb;
    font-family: IRANYekanRegular;
    font-size: 80px
}

.marginslider {
    margin-top: -100px;
    cursor: pointer;
}

#slider {
    cursor: pointer;
}

.basicLink:hover, .basicLink:focus {
    text-decoration: none;
    color: #3ab8cb;
}

.basicLink {
    color: #626262;
   -webkit-text-decoration-color: #3ab8cbb4;
    text-decoration-color: #3ab8cbb4;
   -moz-text-decoration-color: #3ab8cbb4;
}

/* .video video{
    width: auto!important;
    border: 2px solid #8a8b8b4f!important;
}

.video {
    margin-left: 65px!important;
} */


/* Handle */

::-webkit-scrollbar-thumb {
    background: rgba(102, 102, 102, 0.589);
    border-radius: 10px;
}


/* Handle on hover */

::-webkit-scrollbar-thumb:hover {
    background: rgba(102, 102, 102, 0.616);
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    border-radius: 50px!important;
    -webkit-border-radius: 50px!important;
    -moz-border-radius: 50px!important;
    -ms-border-radius: 50px!important;
    -o-border-radius: 50px!important;
    width: 11px!important;
    height: 11px!important;
}

.at-bs-content{
  display: table;
}

.at-bs-content-cell{
  display: table-cell;
}

@media (max-width: 992px) {
    .st1 {
        font-size: 150px!important;
    }
    .tab-container img,
    .object-fit_contain {
        max-width: 400px!important;
    }
    .tab-container {
        padding-top: 40%;
    }
    .dropdown .btn {
        background: none !important;
        border: 1px solid #707070;
        position: fixed;
        left: 10px;
        top: 10px;
        z-index: 999;
        color: #707070
    }
    .nav-dropdown {
        right: 10px;
        top: 50px !important;
        background: #077A8B !important;
        position: fixed !important;
    }
    .nav-dropdown li a {
        color: #fff !important;
        padding: 10px !important
    }
    .nav-dropdown li a:hover {
        background: #0C96AA !important;
        padding: 10px !important
    }

    /* For mobile phones: */
    .margintop100,
    .margintop150 {
        margin-top: 10px
    }
    .border-grey {
        margin-top: 20px;
        height: 600px!important;
    }
    .marginslider {
        margin-top: 0px;
        margin-bottom: 60px
    }
    .text-blue {
        font-size: 25px;
        margin-left: 10px
    }

    .headingSectionLeft {
        display: none;
    }

    .at-bs-content{
      height: inherit!important;
    }

    .at-bs-content-cell{
      vertical-align: middle;
    }
}

/* 992px and up */
@media (min-width: 992px) {

  .at-bs-content-cell{
    vertical-align: bottom;
  }

}

@media (min-width:1920px) and (max-width:2559px) {
    .ij-p {
        font-size: 33px;
    }
    .border-grey,
    .bgletter,
    .headingSectionLeft {
        -height: 800px;
    }
    .headingSectionLeft p {
        font-size: 27px;
    }
    .bigfont {
        font-size: 900px;
    }
}

@media (min-width:2560px) {
    .ij-p {
        font-size: 27px;
    }
    .border-grey,
    .bgletter,
    .headingSectionLeft {
        -height: 800px;
    }
    .bigfont {
        font-size: 900px;
    }
    .marginslider {
        margin-top: -250px;
    }
}

---
