

/* home   page  */







@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');







@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

:root {
    --primary-color: #9d8189;
    --secondary-color: #6c757d;
    --tertiary-color: #fcf2ea;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

* {
    font-family: 'Poppins';
    font-style: normal;
}

h1 {
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 44px;

}

h2 {
    font-weight: 700;
    line-height: 40px;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    text-align: center;

}

h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;

}


h4 {
    font-weight: 700;
    font-size: 15px;

}



h5 {
    font-weight: 700;
    font-size: 16px;

}


p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}


.mainbanner {
    height: 700px;
    background-color: var(--tertiary-color);
    box-shadow: 2px 2px 2px 2px var(--tertiary-color);

}

.mbannertxt {
    padding-top: 5%;
}

.bannerpara {
    font-weight: 500;
    font-size: 42px;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 1%;
    margin-top: 7%;
    color: var(--primary-color)
}


.banner_sec_para {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
    text-transform: uppercase;
    margin-left: 1%;
    margin-top: 5%;
    color: var(--secondary-color);

}

.btn-to-menu
{
    background-color: #dc3435;
    border: none;
    animation: shadow-pulse 2s infinite;
    float: right;
    margin-top: 8px;
    margin-right: 10px;
}

.contact_f
{
    margin-left: 00px;
}


.formdiv {
    /*position: absolute; */
    top: 100px;
    /* right: 70px; */
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 30px 20px;
    color: #000;
    margin-top: 25px;

    border-radius: 8px
}

.common_form {
    position: relative;
    z-index: 9;
}

.common_form .commRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.select,
.input {
    width: 100%;
    height: 35px;
    padding: 6px 0 6px 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    font-family: initial;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.common_form .deadline_date {
    width: 60%;
}

.common_form .deadline_time .select {
    border-radius: 0 5px 5px 0;
}

.com_o_f_submit {
    border-radius: 80px;
    background-color: var(--primary-color);
    padding: 0.75rem 2rem;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 30px auto 0;
    border: solid 2px var(--dyelltwo);
}

.fullWidth {
    margin-bottom: 10px;
}

.common_form .colDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_form .deadline_time .select {
    border-radius: 0 5px 5px 0;
}

.common_form .deadline_time {
    width: 40%;
}

.common_form .deadline_date {
    width: 60%;
}

.common_form .range-slider {

    padding: 12px;
}

.common_form .fullWidth {
    margin-bottom: 10px;
    position: relative;
}

.common_form .range-slider__range {
    /*-webkit-appearance: none;*/
    width: 100%;
    height: 10px;
    border-radius: 5px;
    /*background: linear-gradient(90deg, rgb(26, 188, 156) 81%, rgb(215, 220, 223) 81.1%);*/
    outline: none;
    padding: 0;
    margin: 0;
}

.common_form .range-slider__value {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 60px;
    color: #000;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    margin-left: 8px;
}

.checkbox+label {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-left: 6px;
    color: #969696;
    padding: 0px 0 0 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: sans-serif;
}


/*----- Banner End---*/


.why__need__us {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
}

.why__need__us__content {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: left;
}

.why__need__us__image {
    width: 100%;
}

.why__need__us__image img {
    right: 10%;
    object-fit: cover;
}

.why__need__us__p {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}

.why__need__us__p p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 30px;
    color: black;
    font-weight: 100;
    min-width: 450px;
    line-height: 30px;
}

.why__need__us__cto {

    background: #dc3545;
    border-radius: 40px;
    padding: 15px 50px;
    color: white;
    text-decoration: none;

}

.why__need__us__cto:hover {
    background: #b02a37;

}

/* ----Service section start----- */
.services-container {
    background-color: #fbfbfb;
    padding-top: 47px;
    padding-bottom: 47px;
}

.__heading-container {
    text-align: center;
}

.services-container .row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.services-container .content-container {
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 15px;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    display: flex;
    flex-direction: column;
}



.services-container .content-container .__icon-container {
    display: block;
    height: 60px;
    width: 70px;
    margin: 0 auto 20px;
}

.services-container .content-container h3 {
    font-size: 16px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 5px;
}

.services-container .content-container p {
    font-size: 14px;
    text-align: justify;
    height: 100%;
    margin-top: 0;
    margin-bottom: 1rem;
}

.container .content-container a {
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 8px 0;
    width: 120px;
    text-align: center;
    font-size: 13px;
    display: inline-block;
    margin: 0 auto;
    background: 0 0;
    color: #000;
    position: relative;

}

a {
    outline: none;

}


.stats-inner .spinner {
    font-size: 4em !important;
}

/* ---working */
#working-type {
    width: 100%;
    background-color: var(--tertiary-color);
    position: relative;
}

#working-type h3 {
    padding-top: 20px;

}



#working-type img {
    margin-top: 50px;
    width: 100%;
}













/* design */


:root {
    --primary-color: #dc3435;
}


body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

* {
    font-family: 'Poppins';
    font-style: normal;
}

h1 {
    font-weight: 700;
    font-size: 26px;
    color: #FFFFFF;
    line-height: 44px;

}

h2 {
    font-weight: 700;
    line-height: 40px;
    font-size: 30px;
    line-height: 45px;
    color: #000000;
    text-align: center;

}

h3 {
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    text-transform: capitalize;

}


h4 {
    font-weight: 700;
    font-size: 15px;

}



h5 {
    font-weight: 700;
    font-size: 16px;

}


p {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
}

ul li {
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
}


.mainbanner {
    height: 700px;
    background-color: #fcf2ea;
    box-shadow: 2px 2px 2px 2px #fcf2ea;
}

.mbannertxt {
    padding-top: 5%;
}

.bannerpara {
    font-weight: 500;
    font-size: 42px;
    line-height: 45px;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-left: 1%;
    margin-top: 7%;
    color: #9d8189
}


.banner_sec_para {

    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 17px;
    text-transform: uppercase;
    margin-left: 1%;
    margin-top: 5%;
    color: #6c757d;

}





.formdiv {
    /*position: absolute; */
    top: 100px;
    /* right: 70px; */
    width: 100%;
    background: #fff;
    z-index: 9;
    padding: 30px 20px;
    color: #000;
    margin-top: 25px;

    border-radius: 8px
}

.common_form {
    position: relative;
    z-index: 9;
}

.common_form .commRow {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.select,
.input {
    width: 100%;
    height: 35px;
    padding: 6px 0 6px 6px;
    font-size: 13px;
    line-height: 1.5;
    color: #495057;
    font-family: initial;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.common_form .commRow .col_50 {
    width: 48%;
}

.common_form .deadline_date {
    width: 60%;
}

.common_form .deadline_time .select {
    border-radius: 0 5px 5px 0;
}

.com_o_f_submit {
    border-radius: 80px;
    background-color: var(--primary-color);
    padding: 0.75rem 2rem;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    display: block;
    margin: 30px auto 0;
    border: solid 2px var(--dyelltwo);
}

.fullWidth {
    margin-bottom: 10px;
}

.common_form .colDiv {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.common_form .deadline_time .select {
    border-radius: 0 5px 5px 0;
}

.common_form .deadline_time {
    width: 40%;
}

.common_form .deadline_date {
    width: 60%;
}

.common_form .range-slider {

    padding: 12px;
}

.common_form .fullWidth {
    margin-bottom: 10px;
    position: relative;
}

.common_form .range-slider__range {
    /*-webkit-appearance: none;*/
    width: 100%;
    height: 10px;
    border-radius: 5px;
    /*background: linear-gradient(90deg, rgb(26, 188, 156) 81%, rgb(215, 220, 223) 81.1%);*/
    outline: none;
    padding: 0;
    margin: 0;
}

.common_form .range-slider__value {
    display: inline-block;
    position: absolute;
    top: 8px;
    right: 11px;
    width: 60px;
    color: #000;
    line-height: 20px;
    text-align: center;
    border-radius: 3px;
    background: #fff;
    padding: 5px 10px;
    margin-left: 8px;
}

.checkbox+label {
    font-size: 12px;
    font-weight: normal;
    line-height: 14px;
    padding-left: 6px;
    color: #969696;
    padding: 0px 0 0 6px;
    display: inline-block;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 0;
    font-family: sans-serif;
}


/*----- Banner End---*/


.why__need__us {
    width: 100%;
    text-align: left;
    margin-top: 20px;
    margin-bottom: 60px;
}

.why__need__us__content {
    display: flex;
    flex-direction: row;
    width: 100%;
    text-align: left;
}

.why__need__us__image {
    width: 100%;
}

.why__need__us__image img {
    right: 10%;
    object-fit: cover;
}

.why__need__us__p {
    flex-direction: column;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    text-align: left;
    justify-content: center;
}

.why__need__us__p p {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 18px;
    margin-top: 30px;
    color: black;
    font-weight: 100;
    min-width: 450px;
    line-height: 30px;
}

.why__need__us__cto {

    background: #dc3545;
    border-radius: 40px;
    padding: 15px 50px;
    color: white;
    text-decoration: none;

}

.why__need__us__cto:hover {
    background: #b02a37;

}





























































.top-bar-style2{
    position: relative;
    display: block;
    background: #2b293e;
    padding: 15px 50px;
}
.top-style2 {
    display: flow-root;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}
.top-style2-left{
    position: relative;
    display: block;    
}
.top-style2-left p{
    position: relative;
    display: inline-block;
    float: left;
    color: #dc3435;
    font-size: 15px;
    font-weight: 500;
    line-height: 30px;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.top-style2-left p span:before{
    position: relative;
    top: 3px;
    color: #00a2ff;
    font-size: 20px;
    line-height: 20px;
    display: inline-block;
    padding-right: 9px;
}
.top-style2-left ul{
    position: relative;
    display: inline-block;
    float: left;
    padding-left: 20px;
}
.top-style2-left ul li{
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 16px;
    margin-right: 15px;
    color: #7c7e84;
    font-size: 15px;
    line-height: 30px;
}
.top-style2-left ul li:last-child{
    padding-right: 0;
    margin-right: 0;
}
.top-style2-left ul li:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";
}
.top-style2-left ul li:last-child:before{
    display: none;
}
.top-style2-right {
    position: relative;
    display: block;
    overflow: hidden;
    float: right;
}
.top-style2-right .top-right-menu {
    position: relative;
    display: inline-block;
    float: left;
    padding-right: 20px;
    margin-right: 20px;
}
.top-style2-right .top-right-menu:before{
    position: absolute;
    top: 7px;
    right: 0;
    width: 1px;
    height: 15px;
    background: #404043;
    content: "";    
}
.top-style2-right .top-right-menu li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;
}
.top-style2-right .top-right-menu li:last-child{
    padding-right: 0;
}
.top-style2-right .top-right-menu li a{
    color: #7c7e84;
    font-size: 15px; 
    transition: all 500ms ease;
}
.top-style2-right .top-right-menu li a:hover{
    color: #00a2ff;
}

.top-style2-right .topbar-social-links{
    position: relative;
    display: inline-block;
    float: right;    
}
.top-style2-right .topbar-social-links li{
    position: relative;
    display: inline-block;
    float: left;
    line-height: 30px;
    padding-right: 30px;    
}
.top-style2-right .topbar-social-links li:last-child{
    padding-right: 0;
}
.top-style2-right .topbar-social-links li a i{
    color: #7c7e84;
    font-size: 14px;
    transition: all 500ms ease;
}
.top-style2-right .topbar-social-links li a:hover i{
    color: #00a2ff;
}










/* menu bar */

#header {
    width: 100%;
    display: block;
    padding-top: 0;
    position: relative;
} 

.header-wrapper {
    top: 0;
    right: 0;
    left: 0;
}

.bluestone-color {
    color: #2a7bba
}

.bg-lightgrey {
    background-color: #f8f9fb
}

.sahmenu html,.sahmenu body,.sahmenu iframe,.sahmenu h1,.sahmenu h2,.sahmenu h3,.sahmenu h4,.sahmenu h5,.sahmenu h6 {
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: antialiased;
    font-smooth: antialiased;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-font-smoothing: subpixel-antialiased;
    font-smoothing: subpixel-antialiased;
    font-smooth: subpixel-antialiased
}

.sahmenu .cl {
    clear: both
}

.sahmenu img,object,embed,video {
    border: 0 none;
    max-width: 100%
}

.sahmenu a:focus {
    outline: none
}

.sahmenu:before,.sahmenu:after {
    content: "";
    display: table
}

.sahmenu:after {
    clear: both
}

.sahmenucontainer {
    background-size: cover;
    background-image: url(../../../../../../../../themes/studentsuk/assets/images/bg01.webp);
    overflow: hidden;
    background-position: 50% 0;
    background-repeat: no-repeat
}

.sahmainfull {
    width: 100%;
    height: auto;
    background-color: #fff!important;
    z-index: 999;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.sahmainwp {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0 15px;
    position: relative
}

.desktoplogo {
    padding: 0;
    margin: 0;
    float: left;
    line-height: 70px
}

.desktoplogo img {
    vertical-align: middle
}

.sahmenu {
    padding: 0;
    float: right;
    display: block
}

.sahmenu>.sahmenu-list {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    display: block;
    padding: 0
}

.sahmenu>.sahmenu-list>li {
    text-align: center;
    display: block;
    padding: 0;
    margin: 0;
    float: left
}

.sahmenu>.sahmenu-list>li>a {
    display: block;
    color: inherit;
    font-family: inherit;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: .5px;
    padding: 10px 32px 10px 18px;
    line-height: 50px;
    1text-transform: uppercase;
    text-decoration: none;
    position: relative
}

.sahmenu>.sahmenu-list>li>a.last-link {
    padding: 10px 0 10px 0
}

.sahmenu>.sahmenu-list>li>a.callusbtn {
    font-size: 15px
}

.sahmenu>.sahmenu-list>li>a.callusbtn i {
    font-size: 13px;
    margin-top: 1px;
    margin-right: 1px
}

.tra-menu .sahmenu>.sahmenu-list>li>a,.aqua-menu .sahmenu>.sahmenu-list>li>a,.blue-menu .sahmenu>.sahmenu-list>li>a {
    color: #fff
}

.white-menu .sahmenu>.sahmenu-list>li>a {
    color: #444
}

.tra-menu .sahmenu.dark-txt>.sahmenu-list>li>a {
    color: inherit
}

.sahmenu>.sahmenu-list>li:last-child>a {
    border-right: 0
}

.sahmenu>.sahmenu-list>li:hover>a {
    color: #f0f0f0
}

.white-menu .sahmenu>.sahmenu-list>li:hover>a {
    color: #171819
}

.sahmenu>.sahmenu-list>li a.menuhomeicon {
    padding-left: 29px;
    padding-right: 29px
}

.sahmenu>.sahmenu-list>li>a i {
    display: inline-block;
    font-size: 16px;
    line-height: inherit;
    margin-right: 12px;
    vertical-align: top
}

.sahmenu>.sahmenu-list>li>a.menuhomeicon i {
    margin-right: 0;
    font-size: 15px
}

.sahmenu>.sahmenu-list>li>a .saharrow:after {
    border-left: 4px solid rgba(0,0,0,0);
    border-right: 4px solid rgba(0,0,0,0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 15px;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0
}

.sahmenu>.sahmenu-list>li.rightmenu {
    float: right;
}

.sahmenu>.sahmenu-list>li.rightmenu a {
    padding: 0 30px 0 20px;
    border-right: none
}

.sahmenu>.sahmenu-list>li.rightmenu a i {
    font-size: 15px
}

.sahmenu>.sahmenu-list>li.rightmenu {
    float: right
}

.sahmenu>.sahmenu-list>li.rightmenu:before,.sahmenu-list>li.rightmenu:after {
    content: "";
    display: table
}

.sahmenu>.sahmenu-list>li.rightmenu:after {
    clear: both
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch {
    float: right;
    width: 210px;
    height: 39px;
    position: relative;
    margin: 16px 0 0 0
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch .searchicon {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input {
    width: 100%;
    position: relative;
    float: right;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    border: 0;
    padding: 0;
    margin: 0;
    text-indent: 15px;
    height: 39px;
    z-index: 2;
    outline: none;
    color: #333;
    background-color: #efefef;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    font-size: 12px
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input::placeholder {
    color: #a9a9a9
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input:focus {
    color: #333;
    width: 220px
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input:focus~.btnstyle i {
    color: #000;
    opacity: 1
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input:focus~.searchicon {
    opacity: 1;
    z-index: 3;
    color: #FFF
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch .btnstyle {
    top: 0;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40px;
    line-height: 30px;
    z-index: 1;
    cursor: pointer;
    opacity: .3;
    color: #333;
    z-index: 1000;
    background-color: transparent;
    border: solid 0;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch .btnstyle i {
    line-height: 37px;
    margin: 0;
    padding: 0;
    text-align: center
}

.sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch .btnstyle:hover i {
    opacity: 1
}

.sahmenu>.sahmenu-list>li.rightmenu {
    zoom:1}

.sahmenu>.sahmenu-list>li>ul.sub-menu {
    position: absolute;
    top: 70px;
    z-index: 1000;
    margin: 0;
    padding: 9px 15px;
    min-width: 200px;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dashed silver
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li:last-child {
    border-bottom: none
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>a {
    position: relative;
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: 0;
    border-right: 0 solid;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>a:hover {
    padding: 9px 9px 9px 20px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>a>i {
    position: absolute;
    top: 12px;
    right: 0
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    padding: 0 15px;
    list-style: none;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block;
    border-bottom: 1px dashed silver
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:last-child {
    border-bottom: none
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
    position: relative;
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    padding: 8px 15px 8px 23px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    position: absolute;
    top: 12px;
    right: 12px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    min-width: 200px;
    position: absolute;
    left: 100%;
    top: 0;
    margin: 0;
    list-style: none;
    padding: 0;
    background-color: #fff;
    border: solid 1px #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
    position: relative;
    margin: 0;
    padding: 0;
    display: block
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
    background-image: none;
    border-right: 0 none;
    text-align: left;
    display: block;
    padding: 9px;
    text-transform: none;
    color: #888;
    font-size: 16px;
    font-family: inherit;
    line-height: 22px;
    font-weight: 400;
    letter-spacing: normal;
    border-right: 0 solid;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
    padding: 9px 9px 9px 20px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
    margin-left: 9px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu {
    width: 100%;
    left: 0;
    position: absolute;
    top: 70px;
    color: #000;
    z-index: 1000;
    margin: 0;
    text-align: left;
    padding: 20px 30px;
    border: solid 1px #eee;
    background-color: #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu.halfmenu {
    padding: 20px 20px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .title {
    padding: 9px 5px 9px 0;
    color: #222;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 7px 0;
    text-align: left;
    height: 39px;
}

.decoration_t a
{
 text-decoration: none!important;
}

.sahmegamenu h5.h5-xs {
    font-size: 1.05rem;
    font-weight: 700;
    margin-top: 18px
}

.sahmegamenu h5.h5-xs a {
    color: #555
}

.sahmegamenu h5.h5-xs a:hover {
    color: #272829;
    text-decoration: underline
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .carousel-control-next {
    opacity: .8
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .carousel-control-prev {
    opacity: .8
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .sahmwnutxt {
    width: 100%;
    color: inherit;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    margin-top: 0
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .link-list li {
    display: block;
    text-align: center;
    white-space: nowrap;
    text-align: left;
    margin-bottom: 0px!important
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .link-list li.title,.sahmenu>.sahmenu-list>li>.sahmegamenu .link-list li:last-child {
    border-bottom: none
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .link-list li a {
    line-height: 18px;
    border-right: none;
    text-align: left;
    padding: 15px 0;
    background: #fff;
    background-image: none;
    border-right: 0 none;
    display: block;
    background-color: #fff;
    color: inherit;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .link-list li a:hover {
    padding: 15px 0 15px 10px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .mrgtop {
    margin-top: 15px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .show-grid div {
    padding-bottom: 10px;
    padding-top: 10px;
    background-color: #dbdbdb;
    border: 1px solid #e7e7e7;
    color: #6a6a6a;
    margin: 2px 0;
    font-size: 13px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu.halfmenu {
    width: 40%;
    right: auto;
    left: auto
}

.sahmenu>.sahmenu-list>li>.sahmegamenu.halfdiv {
    width: 35%;
    right: auto;
    left: auto
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form {
    width: 100%;
    display: block
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form input[type="text"] {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form textarea {
    width: 100%;
    border: 1px solid #e2e2e2;
    color: #000;
    font-size: 13px;
    padding: 8px 5px;
    margin-bottom: 8px;
    min-height: 122px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form input[type="submit"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    margin-right: 15px;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form input[type="button"] {
    width: 25%;
    display: block;
    height: 32px;
    float: right;
    border: none;
    cursor: pointer;
    background-color: #e1e1e1;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .carousel-inner .item img {
    width: 100%
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .carousel-caption {
    bottom: 0;
    background-color: rgba(0,0,0,.7);
    font-size: 13px;
    height: 31px;
    left: 0;
    padding: 7px 0;
    right: 0;
    width: 100%
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .typography-text {
    padding: 0 0;
    font-size: 14px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .typography-text ul {
    padding: 0 0;
    margin: 0
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .typography-text p {
    text-align: justify;
    line-height: 24px;
    color: #656565
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .typography-text ul li {
    display: block;
    padding: 2px 0;
    line-height: 22px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .typography-text ul li a {
    color: #656565
}

.sahmobileheader {
    display: none
}

.overlapblackbg {
    opacity: 0;
    visibility: hidden
}

.sahmenu .sahmenu-click {
    display: none
}

.sahmenu .sahmenu-click02 {
    display: none
}

.hometext {
    display: none
}

/* media 1 */




.headerwp {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0
}

.posrlt {
    position: relative
}

.sahmainfull {
    width: 100%;
    height: auto;
    z-index: 1031;
    -webkit-transition: all 450ms ease-in-out;
    -moz-transition: all 450ms ease-in-out;
    -o-transition: all 450ms ease-in-out;
    -ms-transition: all 450ms ease-in-out;
    transition: all 450ms ease-in-out
}

.tra-menu .sahmainfull {
    background-color: transparent!important;
    padding: 20px 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.white-menu .sahmainfull {
    background-color: #fff!important;
    padding: 0 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.sahmenu>.sahmenu-list>li>a {
    display: block;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    margin: 0 6px;
    padding: 10px 10px;
    line-height: 50px;
    text-decoration: none
}

.navbar-dark .sahmenu>.sahmenu-list>li>a {
    color: #444
}

.navbar-light .sahmenu>.sahmenu-list>li>a {
    color: #fff
}

.sahmenu>.sahmenu-list>li>a .saharrow:after {
    border-left: 4px solid rgba(0,0,0,0);
    border-right: 4px solid rgba(0,0,0,0);
    border-top: 4px solid;
    content: "";
    float: right;
    right: 0;
    height: 0;
    margin: 0 0 0 14px;
    position: absolute;
    text-align: right;
    top: 33px;
    width: 0
}

.sahmenu>.sahmenu-list>li a.btn {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    text-transform: none;
    letter-spacing: .25px;
    border: 2px solid transparent;
    margin-top: 0;
    margin-left: 10px;
    padding: 6px 30px;
    color: #fff;
    background-color: #fbdf07;
    border-color: #fff
}

.sahmenu>.sahmenu-list>li a.animate-btn {
    animation: shadow-pulse 2s infinite;
    margin-top: 10px
}

@keyframes shadow-pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2)
    }

    100% {
        box-shadow: 0 0 0 35px rgba(0,0,0,0)
    }
}

.sahmenu>.sahmenu-list>li a.btn:hover {
    opacity: 1!important;
    background-color: #bb2d3b!important;
    color: #ffffff!important
}

.sahmenu>.sahmenu-list>li a.last-link-number {
    font-family: inherit;
    font-size: 18px;
    font-weight: 900;
    margin-left: 16px
}

.sahmenu>.sahmenu-list>li a.last-link-number i {
    position: relative;
    font-size: 16px;
    margin-right: 1px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>a {
    font-size: 16px;
    padding: 11px 9px
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>a:hover {
    padding: 11px 9px 11px 15px
}

.sahmenu>.sahmenu-list>li>.sahmegamenu .title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 800;
    font-family: inherit;
    letter-spacing: 0
}

.sahmegamenu .latest-news li {
    padding: 15px 0;
    border-bottom: 1px dashed silver
}

.sahmegamenu .latest-news li:first-child {
    padding: 0 0 15px
}

.sahmegamenu .latest-news li:last-child {
    padding: 15px 0 0;
    border-bottom: 0
}

.sahmegamenu .latest-news img {
    text-align: center;
    float: left;
    width: 85px;
    height: 85px
}

.sahmegamenu .post-summary {
    overflow: hidden;
    padding-left: 20px
}

.sahmegamenu .post-summary a {
    color: inherit!important;
    font-size: 16px;
    font-family: inherit;
    font-weight: 400
}

.sahmegamenu h5.h5-md a {
    color: #333!important;
    margin-bottom: 0
}

.sahmegamenu .latest-news .post-summary a:hover {
    color: #333!important;
    text-decoration: underline
}

.sahmegamenu .latest-news p {
    color: inherit;
    font-size: 15px;
    font-weight: 300;
    margin-top: 6px;
    margin-bottom: 0
}

.tra-menu .sahmainfull.scroll {
    background-color: #fff!important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.white-menu .sahmainfull.scroll {
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.tra-menu.dark-scroll .sahmainfull.scroll {
    background-color: #35344c!important;
    padding: 3px 0;
    -webkit-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    -moz-box-shadow: 0 2px 3px rgba(96,96,96,.1);
    box-shadow: 0 2px 3px rgba(96,96,96,.1)
}

.scroll .btn-tra-white {
    color: #FFFF!important;
    background-color: transparent;
    border-color: #FFF!important
}

.scroll .tra-white-hover:hover {
    color: #fff!important;
    background-color: #444;
    border-color: #444!important
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.primary-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.primary-scroll a {
    color: #20ab5c
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.blue-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.blue-scroll a {
    color: #12a5ea
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.carrot-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.carrot-scroll a {
    color: #e67e22
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.dodgerblue-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.dodgerblue-scroll a {
    color: #2980b9
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.green-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.green-scroll a {
    color: #20ab5c
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.magneta-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.magneta-scroll a {
    color: #8e3178
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.olive-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.olive-scroll a {
    color: #7ba323
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.orange-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.orange-scroll a {
    color: #ff4500
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.red-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.red-scroll a {
    color: #ef3f54
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.teal-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.teal-scroll a {
    color: #008080
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li.purple-scroll a,.tra-menu.navbar-dark .scroll .sahmenu>.sahmenu-list>li.purple-scroll a {
    color: #6b507d
}

.tra-menu.navbar-light .scroll .sahmenu>.sahmenu-list>li a {
    color: #444
}

.tra-menu.navbar-light.dark-scroll .scroll .sahmenu>.sahmenu-list>li a,.tra-menu.navbar-dark.dark-scroll .scroll .sahmenu>.sahmenu-list>li a {
    color: #fff
}

.tra-menu.navbar-light.dark-scroll .scroll .sahmenu>.sahmenu-list .sub-menu li a,.tra-menu.navbar-dark.dark-scroll .scroll .sahmenu>.sahmenu-list .sub-menu li a,.tra-menu.navbar-light.dark-scroll .scroll .sahmenu>.sahmenu-list li .sahmegamenu a,.tra-menu.navbar-dark.dark-scroll .scroll .sahmenu>.sahmenu-list li .sahmegamenu a {
    color: #666
}

.logo-white,.logo-black {
    margin-left: -35.9px;
    display: block
}

.navbar-light .logo-black,.navbar-dark .logo-white,.tra-menu.navbar-light .scroll .logo-white,.tra-menu.navbar-light.dark-scroll .scroll .logo-black,.tra-menu.navbar-dark.dark-scroll .scroll .logo-black {
    display: none
}

.tra-menu.navbar-light .scroll .logo-black,.tra-menu.navbar-light.dark-scroll .scroll .logo-white,.tra-menu.navbar-dark.dark-scroll .scroll .logo-white {
    display: block
}

.sahmenu>.sahmenu-list>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s,opacity 0.3s;
    -ms-transition: -ms-transform 0.3s,opacity 0.3s;
    -moz-transition: -moz-transform 0.3s,opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sahmenu>.sahmenu-list>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s,opacity 0.4s;
    -ms-transition: -ms-transform 0.4s,opacity 0.4s;
    -moz-transition: -moz-transform 0.4s,opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s,opacity 0.4s;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.4s,opacity 0.4s;
    -ms-transition: -ms-transform 0.4s,opacity 0.4s;
    -moz-transition: -moz-transform 0.4s,opacity 0.4s;
    -webkit-transition: -webkit-transform 0.4s,opacity 0.4s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

.sahmenu>.sahmenu-list>li>.sahmegamenu {
    opacity: 0;
    visibility: hidden;
    -o-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -moz-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    -o-transition: -o-transform 0.3s,opacity 0.3s;
    -ms-transition: -ms-transform 0.3s,opacity 0.3s;
    -moz-transition: -moz-transform 0.3s,opacity 0.3s;
    -webkit-transition: -webkit-transform 0.3s,opacity 0.3s;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-75deg);
    -o-transform: rotateX(-75deg);
    -moz-transform: rotateX(-75deg);
    -webkit-transform: rotateX(-75deg)
}

.sahmenu>.sahmenu-list>li:hover>.sahmegamenu {
    opacity: 1;
    visibility: visible;
    transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg)
}

#sah-banner {
    padding-top: 150px;
    position: relative;
    z-index: 3
}

#sah-banner .sah-banner-txt {
    margin-top: -40px
}

#sah-banner h3 {
    font-size: 40PX;
    line-height: 1.2;
    margin-bottom: 25px
}

.sah-banner-txt p {
    font-size: 20px;
    margin-bottom: 35px;
    color: #fff;
    line-height: 32px
}

.bg-scroll {
    background-attachment: fixed!important
}

.bg-fixed,.bg-scroll {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.sah-banner-img {
    margin-bottom: -50px;
    padding-left: 20px;
    position: relative;
    z-index: 999
}

.white-overlay-top {
    background-image: url(../../../../../../../../themes/studentsuk/assets/images/white-overlay-top.webp);
    height: 56px
}

#scrollUp {
    display: none;
    width: 40px;
    height: 45px;
    position: fixed;
    bottom: 20px;
    right: 40px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-image: url(../../../../../../../../themes/studentsuk/assets/images/back-to-top.png);
    background-repeat: no-repeat;
    background-position: 50% 48%;
    background-color: rgba(35,35,35,.65);
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    transition: all 250ms linear
}





  


/*==================== 
	Footer 
====================== */

.footer-top { padding: 60px 0; background: #fcf2ea; text-align: left; color: #000; }
.footer-top h3 { padding-bottom: 10px; color: #9d8189; }

.footer-about img.logo-footer { max-width: 154px; height: 50px; margin-top: 0; margin-bottom: 18px; }
.footer-about p a { border: 0; }
.footer-about p a:hover, .footer-about p a:focus { border: 0; }

.footer-contact p { word-wrap: break-word; }
.footer-contact i { padding-right: 10px; font-size: 18px; color: #000; }
.footer-contact p a { border: 0; }
.footer-contact p a:hover, .footer-contact p a:focus { border: 0; }

.footer-links a { color: #000; border: 0; text-decoration: none; }
.footer-links a:hover, .footer-links a:focus { color: #9d8189; }

.footer-bottom { padding: 15px 0 17px 0; background: #2f2d41; text-align: left; color: #fcf2ea; }

.footer-social { padding-top: 3px; text-align: right; }
.footer-social a { margin-left: 20px; color: #7c7e84; border: 0; }
.footer-social a:hover, .footer-social a:focus { color: #00a2ff; border: 0; }
.footer-social i { font-size: 24px; vertical-align: middle; }

.footer-copyright { padding-top: 5px; }
.footer-copyright a { color: #9d8189; border: 0; }
.footer-copyright a:hover, .footer-copyright a:focus { color: #000; border: 0; }




/* slider */


#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 60px;
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    position: relative;
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-top: 20px;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    cursor: pointer;
    border: 1px solid #ccc;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    opacity: 0.4;
    overflow: hidden;
    transition: all .4s ease-in;
    vertical-align: middle;
}
#quote-carousel .carousel-indicators .active {
    width: 128px;
    height: 128px;
    opacity: 1;
    transition: all .2s;
}
.item blockquote {
    border-left: none;
    margin: 0;
}
.item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px;
}







@media screen and (max-width: 992px) {

    .mainbanner {
        height: auto;
    }
}





@media (min-width:992px) {
    .__heading-container {
        max-width: 960px;
    }

    .services-container .content-container:hover {
        transform: translateY(-10px);
        box-shadow: 1px 1px 20px 1px #ced4da;

    }

    .services-container .content-container:hover h3 {
        color: var(--primary-color);
    }

    .services-container .content-container:hover a {
        background-color: var(--primary-color);
        color: #fff;
    }


}


@media screen and (max-width: 992px) {

    .mainbanner {
        height: auto;
    }
}


@media only screen and (max-width: 767px)
{


.top-bar-style2 {
    padding: 20px 20px;
}    
.top-style2-left {
    overflow: hidden;
    text-align: center;
}    
.top-style2-left p {
    display: block;
    float: none;
}  
.top-style2-left ul {
    display: block;
    overflow: hidden;
    float: none;
    padding-left: 0;
}    
.top-style2-left ul li {
    display: inline-block;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin: 0 10px;
}
.top-style2-left ul li:before {
    display: none;
}    
    
.top-style2-right {
    overflow: hidden;
    float: none;
    text-align: center;
    padding-top: 11px;
} 
.top-style2-right .top-right-menu {
    display: block;
    overflow: hidden;
    float: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}    
.top-style2-right .top-right-menu:before {
    display: none;
} 
.top-style2-right .top-right-menu li {
    float: none;
    padding-right: 0px;
    margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
    display: block;
    float: none;
    overflow: hidden;
    text-align: center;
}    
.top-style2-right .topbar-social-links li {
    float: none;
    padding-right: 0;
    margin: 0 13px;
} 

}






@media only screen and (min-width: 992px) and (max-width: 1199px) 
{

    .top-bar-style2 {
    padding: 20px 20px;
}    
.top-style2-left {
    overflow: hidden;
    text-align: center;
}    
.top-style2-left p {
    display: block;
    float: none;
}  
.top-style2-left ul {
    display: block;
    overflow: hidden;
    float: none;
    padding-left: 0;
}    
.top-style2-left ul li {
    display: inline-block;
    float: none;
    padding-right: 16px;
    margin-right: 15px;
} 
    
.top-style2-right {
    overflow: hidden;
    float: none;
    text-align: center;
    padding-top: 11px;
} 
.top-style2-right .top-right-menu {
    display: block;
    overflow: hidden;
    float: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}    
.top-style2-right .top-right-menu:before {
    display: none;
} 
.top-style2-right .top-right-menu li {
    float: none;
    padding-right: 0px;
    margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
    display: block;
    float: none;
    overflow: hidden;
    text-align: center;
}    
.top-style2-right .topbar-social-links li {
    float: none;
    padding-right: 0;
    margin: 0 13px;
}    
}


@media only screen and (min-width: 768px) and (max-width: 991px) 
{
    .top-bar-style2 {
    padding: 20px 20px;
}    
.top-style2-left {
    overflow: hidden;
    text-align: center;
}    
.top-style2-left p {
    display: block;
    float: none;
}  
.top-style2-left ul {
    display: block;
    overflow: hidden;
    float: none;
    padding-left: 0;
}    
.top-style2-left ul li {
    display: inline-block;
    float: none;
    padding-right: 16px;
    margin-right: 15px;
} 
    
.top-style2-right {
    overflow: hidden;
    float: none;
    text-align: center;
    padding-top: 11px;
} 
.top-style2-right .top-right-menu {
    display: block;
    overflow: hidden;
    float: none;
    padding-right: 0;
    margin-right: 0;
    text-align: center;
}    
.top-style2-right .top-right-menu:before {
    display: none;
} 
.top-style2-right .top-right-menu li {
    float: none;
    padding-right: 0px;
    margin: 0 5px;
}    
.top-style2-right .topbar-social-links {
    display: block;
    float: none;
    overflow: hidden;
    text-align: center;
}    
.top-style2-right .topbar-social-links li {
    float: none;
    padding-right: 0;
    margin: 0 13px;
}
}



@media only screen and (max-width: 992px) {
    html {
        overflow:hidden;
        height: 100%;
        -webkit-overflow-scrolling: touch;
    }
    

    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    body.sahactive {
        overflow: hidden;

    }

    .desktoplogo {
        display: none;
    }

    .sahmainfull {
        height: 0;
    }

    .sahmenucontainer {
        background-attachment: local;
        background-position: 33% 0%;
    }

    .sahmenu {
        width: 100%;
        background: rgba(0,0,0,0) none repeat scroll 0 0;
        left: 0;
        overflow-y: hidden;
        padding: 0;
        top: 0;
        visibility: hidden;
        position: fixed;
        margin: 0;
    }

    .sahmenu>.sahmenu-list {
        height: auto;
        min-height: 100%;
        width: 240px;
        width: 300px;
        background: #fff;
        padding-bottom: 0;
        margin-left: -240px;
        margin-left: -300px;
        display: block;
        text-align: center;
        -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;
    }

    .sahmenu>.sahmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right;
    }

    @supports (-webkit-overflow-scrolling:touch) {
        .sahmenu>.sahmenu-list>li:last-child {
            padding-bottom: 110px
        }
    }

    .sahmenu>.sahmenu-list>li>a {
        padding: 12px 32px 12px 17px;
        font-size: 15px;
        text-align: left;
        border-right: solid 0;
        background-color: transparent;
        color: #666;
        line-height: 25px;
        border-bottom: 1px solid;
        border-bottom-color: rgba(0,0,0,.13);
        position: static
    }

    .sahmenu>.sahmenu-list>li a.menuhomeicon {
        padding-left: 17px;
        padding-right: 17px;
        border-top: solid 1px rgba(0,0,0,.13)
    }

    .sahmenu>.sahmenu-list>li>a.menuhomeicon i {
        margin-right: 2px;
        font-size: 13px
    }

    .sahmenu>.sahmenu-list>li>a>i {
        font-size: 14px;
        color: #bfbfbf
    }

    .sahmenu>.sahmenu-list>li>a .saharrow:after {
        display: none
    }

    .sahmenu>.sahmenu-list>li:hover>a {
        background-color: rgba(0,0,0,.08);
        text-decoration: none
    }

    .sahmenu>.sahmenu-list>li>a>.hometext {
        display: inline-block
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu {
        display: none;
        position: relative;
        top: 0;
        background-color: #fff;
        border: none;
        padding: 0;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 16px;
        color: #383838
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>a>i {
        display: none
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu li:hover>a {
        background-color: #e7e7e7;
        color: #666
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0 0 0 0;
        padding: 0;
        position: relative
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 26px;
        color: #383838
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
        display: none
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li:hover>a {
        color: #000
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu {
        width: 100%;
        position: static;
        left: 100%;
        top: 0;
        display: none;
        margin: 0;
        padding: 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        -webkit-transform-style: flat
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li {
        margin: 0 0 0 0
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a {
        line-height: 20px;
        font-size: 13px;
        padding: 10px 0 10px 34px;
        color: #383838
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li span+a {
        padding-right: 30px
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a>i {
        display: none
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a:hover {
        background-color: #e7e7e7;
        color: #666;
        text-decoration: underline
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li>ul.sub-menu>li>ul.sub-menu>li>a.active {
        color: #000
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu {
        color: #666;
        display: none;
        position: relative;
        top: 0;
        padding: 10px 0;
        border: solid 0;
        transform: none;
        opacity: 1;
        visibility: visible;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        -webkit-transition: inherit;
        -moz-transition: inherit;
        transition: inherit;
        border-bottom: 1px solid rgba(0,0,0,.13);
        -webkit-transform-style: flat
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu.halfmenu {
        width: 100%;
        margin: 0;
        padding: 5px 0 10px 0
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .title {
        color: #666;
        font-size: 15px;
        padding: 10px 8px 10px 0
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu>ul {
        width: 100%;
        margin: 0;
        padding: 0;
        font-size: 15px
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu>ul>li>a {
        padding: 9px 14px;
        line-height: normal;
        font-size: 13px;
        background-color: #e7e7e7;
        color: #666
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu>ul>li>a:hover {
        background-color: #000
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu ul li.title {
        line-height: 26px;
        color: #666;
        margin: 0;
        font-size: 15px;
        padding: 7px 0;
        background-color: transparent
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu.halfdiv {
        width: 100%
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form {
        padding: 5px 0 62px 0
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .show-grid div {
        margin: 0
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form input[type="button"] {
        width: 46%
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form input[type="submit"] {
        width: 46%
    }

    .sahmenu>.sahmenu-list>li>.sahmegamenu .menu_form textarea {
        min-height: 100px
    }

    .sahmobileheader {
        width: 100%;
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 10002;
        height: 54px;
        background-color: #eaecf0;
        text-align: center;
        -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;
        box-shadow: 0 0 1px rgba(0,0,0,.3);
    }

    .sahactive .sahmobileheader {
        -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
    }

    .sahmobileheader .smllogo {
        display: inline-block;
        margin-top: 4px
    }

    .sahmobileheader .smllogo img {
        height: 40px;
        width: 130px;
        float: initial;
        background: #fff;
        border-radius: 5px
    }

    .sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch {
        width: 86%;
        margin: 7% 7%;
        padding: 0
    }

    .sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input {
        border-radius: 50px
    }

    .sahmenu>.sahmenu-list>li.rightmenu>.topmenusearch input:focus {
        width: 100%
    }

    .callusbtn {
        color: #a9a9a9;
        font-size: 18px;
        position: absolute;
        right: 5px;
        top: 0;
        transition: all 0.4s ease-in-out 0s;
        z-index: 102;
        padding: 12px 14px
    }

    .callusbtn i {
        vertical-align: top;
        margin-top: 4px
    }

    .callusbtn:hover i {
        color: #a9a9a9
    }

    .sahanimated-arrow {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 102;
        -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -o-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out
    }

    .sahanimated-arrow {
        cursor: pointer;
        padding: 16px 35px 16px 0;
        margin: 7px 0 0 15px
    }

    .sahanimated-arrow span,.sahanimated-arrow span:before,.sahanimated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 22px;
        background: #a9a9a9;
        position: absolute;
        display: block;
        content: ''
    }

    .sahanimated-arrow span:before {
        top: -7px;
        width: 26px
    }

    .sahanimated-arrow span:after {
        bottom: -7px;
        width: 20px
    }

    .sahanimated-arrow span,.sahanimated-arrow span:before,.sahanimated-arrow span:after {
        transition: all 500ms ease-in-out
    }

    .sahactive .sahanimated-arrow span:after {
        width: 23px
    }

    .sahactive .sahanimated-arrow span {
        background-color: transparent
    }

    .sahactive .sahanimated-arrow span:before,.sahactive .sahanimated-arrow.active span:after {
        top: 7px
    }

    .sahactive .sahanimated-arrow span:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        bottom: 0
    }

    .sahactive .sahanimated-arrow span:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg)
    }

    .overlapblackbg {
        right: 0;
        width: calc(100% - 240px);
        width: calc(100% - 300px);
        height: 100vh;
        min-height: 100%;
        position: fixed;
        top: 0;
        opacity: 0;
        visibility: hidden;
        background-color: rgba(0,0,0,.45);
        cursor: pointer
    }

    .sahactive .sahmenu .overlapblackbg {
        opacity: 1;
        visibility: visible;
        -webkit-transition: opacity 1.5s ease-in-out;
        -moz-transition: opacity 1.5s ease-in-out;
        -ms-transition: opacity 1.5s ease-in-out;
        -o-transition: opacity 1.5s ease-in-out
    }

    .sahmenucontainer {
        -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
    }

    .sahactive .sahmenucontainer {
        margin-left: 240px;
        margin-left: 300px;
        -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
    }

    .sahactive .sahmenu {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        visibility: visible;
        z-index: 1000;
        top: 0
    }

    .sahactive .sahmenu>.sahmenu-list {
        -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;
        margin-left: 0
    }

    .sahmenu>.sahmenu-list>li>.sahmenu-click {
        height: 49px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .sahmenu>.sahmenu-list>li .sahmenu-click.sah-activearrow>i {
        transform: rotate(-45deg);
        margin-top: 23px
    }

    .sahmenu>.sahmenu-list>li>.sahmenu-click>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 18px 18px 0 0
    }

    .sahmenu>.sahmenu-list>li>.sahmenu-click>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0,0,0,.4);
        transition: 0.2s ease;
        display: block;
        transform-origin: 100% 0
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li .sahmenu-click02 {
        height: 41px;
        position: absolute;
        top: 0;
        right: 0;
        display: block;
        cursor: pointer;
        width: 100%
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li .sahmenu-click02>i {
        display: block;
        height: 8px;
        width: 8px;
        float: right;
        transform: rotate(-225deg);
        margin: 14px 18px 0 0
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li .sahmenu-click02>i:before {
        content: "";
        width: 100%;
        height: 100%;
        border-width: 1.5px 1.5px 0 0;
        border-style: solid;
        border-color: rgba(0,0,0,.4);
        transition: 0.2s ease;
        display: block;
        transform-origin: 100% 0
    }

    .sahmenu>.sahmenu-list>li>ul.sub-menu>li .sahmenu-click02>i.sahmenu-rotate {
        transform: rotate(-45deg);
        margin-top: 19px
    }
}

@media only screen and (min-width: 992px) and (max-width:1162px) {
    .desktoplogo {
        margin-left:12px
    }

    .sahmenu>.sahmenu-list>li>a {
        padding-left: 16px;
        padding-right: 16px
    }

    .sahmenu>.sahmenu-list>li a.menuhomeicon {
        padding-left: 22px;
        padding-right: 22px
    }
}


@media only screen and (max-width: 991.95px) and (min-width:321px) {
    .sahmobileheader .smllogo-white,.dark-scroll .sahmobileheader .smllogo-black {
        display:none
    }

    .sahmobileheader {
        height: 52px;
        background-color: #fffff!important;
        box-shadow: 0 0 2px rgba(50,50,50,.4);
        top: 0;
        position: absolute;
    }

    .sahanimated-arrow {
        padding: 28px 28px 14px 14px;
        margin: 0;
        width: 50px;
        height: 100%;
        background: #fff
    }

    .callusbtn i {
        vertical-align: top;
        margin-top: 4px
    }

    .callusbtn {
        font-size: 22px;
        padding: 24px 20px
    }

    .sahanimated-arrow span,.sahanimated-arrow span:before,.sahanimated-arrow span:after {
        cursor: pointer;
        height: 3px;
        width: 22px;
        background: #00247d;
        position: absolute;
        display: block;
        content: ''
    }

    .sahactive .sahmobileheader {
        -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
    }

    .sahmenu>.sahmenu-list>li {
        width: 100%;
        display: block;
        float: none;
        border-right: none;
        background-color: transparent;
        position: relative;
        white-space: inherit;
        clear: right
    }

    .tra-menu .sahmenu>.sahmenu-list>li>a {
        color: #666;
        font-weight: 600
    }

    .sahmenu>.sahmenu-list>li a.btn.btn-tra-white {
        background-color: #517082;
        border-color: #517082;
        color: #fff
    }

    .sahmenu>.sahmenu-list>li a.btn {
        height: 60px;
        line-height: 60px;
        padding: 0 17px;
        margin: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0
    }
}

.view-all-services {
    position: absolute;
    top: 35%;
    left: -75px;
    transform: rotate(90deg)
}

.view-all-services .btn {
    border: none!important;
    border-radius: 30px 30px 0 0
}


/* footer   */



@media only screen and (min-width: 992px) and (max-width: 1199px) 
{
    .footer-top 
    {
        padding: 40px 0; 
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) 
{
    .footer-top { padding: 40px 0; }
	.footer-contact i { padding-right: 5px; }
}

@media only screen and (max-width: 767px) 
{
    .footer-top { padding: 40px 0; text-align: center; }
	.footer-contact i { padding-right: 5px; }
	.footer-bottom, .footer-social { text-align: center; }
	.footer-social a { margin: 0 10px; }
}
/* footer end  */


@media only screen and (max-width: 1024px) and (min-width: 992px)
{
    #count1, #count2, #count3, #count4
    {
        font-size: 50px!important;
    }
} 


@media only screen and (max-width: 987px) and (min-width: 768px)
{
    .mbannertxt h1
    {
        font-size: 40px;
    }
    #banner_sec_ul
    {
        margin-left: 25px;
    }
    #count1, #count2, #count3, #count4
    {
        font-size: 50px!important;
    }

    .why__need__us__image
    {
        margin-top: 100px;
    }
    .why__need__us__cto
    {
        margin-left: -160px;
    }
}

@media only screen and (max-width: 767px) and (min-width: 554px)
{
    #count1, #count2, #count3, #count4
    {
        font-size: 40px;
    }
    
    .mbannertxt h1
    {
        font-size: 30px;
    }
    .mbannertxt h3
    {
        font-size: 18px;
    }
}

@media only screen and (max-width: 555px) and (min-width: 321px)
{
    .mbannertxt h1 
    {
        font-size: 30px;
        margin-top: 45px;
        line-height: 1.7ch;
    }
    .mbannertxt h3
    {
        line-height: 2ch;
    }
    #count1, #count2, #count3, #count4
    {
        font-size: 45px;
    } 
}

 /* header and footer  */
 @media only screen and (max-width: 1142px) and (min-width: 986px)
 {
    .logo_img
    {
        margin-left: 150px;
    }  
 }

@media only screen and (max-width: 987px) and (min-width: 768px)
{

       
        .image_1_h
        {
            margin-left: 150px;
        }
        .footer-copyright
        {
            width: 65%;
        }
        .footer-social
        {
            width: 35%;
        }
        .contact_f
        {
            margin-left: 00px;
        }
        .footer-social i
        {
            font-size: 22px
        }
}

@media only screen and (max-width: 767px) and (min-width: 554px)
{
    .image_1_h
    {
        margin-left: 130px;
    }
    .footer-social i
    {
        font-size: 18px
    }
}
@media only screen and (max-width: 555px) and (min-width: 321px)
{
    .image_1_h
    {
        margin-left: 105px;
    }
    .btn-to-menu
    {
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .footer-social i
    {
        font-size: 15px
    }
}

@media only screen and (max-width: 320px) and (min-width: 200px)
{
    .image_1_h
    {
        display: none;
    }
    .top-bar-style2
    {
        margin-top: 45px;
    }
    
    .footer-social i
    {
        font-size: 15px
    }
    .btn-to-menu
    {
        font-size: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    form p
    {
        font-size: 10px;
    }
    .mbannertxt h1 
    {
        font-size: 30px;
        margin-top: 15px;
        line-height: 1.5ch;
    }
    .mbannertxt h3
    {
        font-size: 15px;
    }
    .mbannertxt h3
    {
        line-height: 3ch;
    }
    #count1, #count2, #count3, #count4
    {
        font-size: 35px;
    } 
}


/* Home page end */



/*  ~~~~~~~~~~~~~ samples ~~~~~~~~~~ */

:root {
    --primary-color: #9d8189;
    --secondary-color: #6c757d;
    --tertiary-color: #fcf2ea;
}

#aboutbanner h3 {
    color: #dc3435;
    font-size: 30px;
}


#aboutbanner .aboutbreadcrumb {
    color: var(--primary-color);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 7px;
    font-family: 'Poppins', sans-serif;
}

#aboutbanner .title {
    position: relative;
    display: block;
    color: var(--secondary-color);
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

#aboutbanner .title span {
    font-weight: 400;
}

/* ---services */

#assignment-services {
    margin: 75px 0 40px 0;
}

#assignment-services .container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

#assignment-services .section_heading .section_main_title {
    width: 80%;
    font-size: 30px;
    margin: auto;
    font-weight: 500;
    text-transform: capitalize;
    line-height: 36px;
    color: #dc3435;
}

#assignment-services .section_heading .section_top_content {
    margin-bottom: 50px;
    color: #495057;
    padding: 0 8%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: center;
}


#assignment-services .section_heading {
    width: 100%;
    margin: auto;
}


#assignment-services .services-boxes .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

#assignment-services .service-left-image-box i {
    border: 2px solid #cf142b;
    width: 75px;
    height: 75px;
    line-height: 75px;
    text-align: center;
    font-size: 40px;
    float: left;
    opacity: .9;
    color: #cf142b;
    margin-right: 20px;
    padding: 0;
    border-radius: 50%;
}

#assignment-services .service-left-image-box .service-txt {
    display: table;
    margin-bottom: 15px;
}

#assignment-services .service-left-image-box .service-txt h3 {
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 20px;
    color: #212529;
}

#assignment-services .service-left-image-box .service-txt p {
    line-height: 26px;
    color: #303030;
    font-size: 16px;
    text-align: justify;
    margin-top: 0;
}

#assignment-services .service-left-image-box .service-txt {
    display: table;
    margin-bottom: 15px;
}

#brand {
    position: relative;
    display: block;
    background: #f6f6f6;
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: -75px;
}

#brand h3 {
    color: #dc3435;
    font-size: 30px;
}


.brandslide {
    width: 162px;
    margin-right: 30px;
}











@media (min-width: 1200px) {
    #assignment-services .container {
        max-width: 1140px;
    }
}

/* ---------Sample-nurrsing */
.single-service-area {
    position: relative;
    display: block;
    padding: 110px 0 110px;
}

.single-service-top {
    position: relative;
    display: block;
}

.single-service-image-box {
    position: relative;
    display: block;
}

.single-service-image-box img {
    width: 100%;
}

.single-service-top .text {
    position: relative;
    display: block;
    padding-top: 41px;
    padding-bottom: 26px;
}

.single-service-top .text h2 {
    color: #bc3435;
    font-size: 30px;
    line-height: 40px;
    font-weight: 700;
    text-transform: uppercase;
}

.single-service-top .text .inner {
    position: relative;
    display: block;
    padding-top: 14px;
}

.how-work-box {
    position: relative;
    display: block;
    padding-top: 80px;
}

.how-work-box .image-box {
    position: relative;
    display: block;
}

.how-work-box .image-box img {
    width: 100%;
}

.how-work-box .how-works-content {
    position: relative;
    display: block;
}

.how-work-box .how-works-content h3 {
    color: #bc3435;
    font-size: 24px;
    font-weight: 700;
    margin-top: -5px;
    text-transform: uppercase;
}

.how-work-box .how-works-content ul {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 28px;
}

.how-work-box .how-works-content ul li {
    position: relative;
    display: block;
    padding-left: 20px;
    margin-bottom: 26px;
}

.how-work-box .how-works-content ul li:last-child {
    margin-bottom: 0;
}

.how-work-box .how-works-content ul li .icon {
    position: absolute;
    top: 6px;
    left: 1px;
}

.how-work-box .how-works-content ul li .icon span:before {
    color: red;
    font-size: 20px;
}

.how-work-box .how-works-content ul li .text {
    position: relative;
    display: block;
    padding-left: 20px;
}

.how-work-box .how-works-content ul li .text span {
    color: red;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.how-work-box .how-works-content ul li .text h3 {
    color: #27282c;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    margin: 2px 0 12px;
}

.how-work-box .how-works-content ul li .text p {
    margin: 0;
}

.how-work-box .icon-tick {
    color: #bc3435
}



.single-service-sidebar {
    position: relative;
    display: block;
    max-width: 340px;
    width: 100%;
    z-index: 1;
}



.single-service-sidebar .single-sidebar {
    position: relative;
    display: block;
    margin-bottom: 50px;
}

.single-service-sidebar .service-pages {
    position: relative;
    display: block;
    border: 1px solid #ededed;
    border-bottom: none;
}

.single-service-sidebar .service-pages li {
    position: relative;
    display: block;
    height: 64px;
    border-bottom: 1px solid #ededed;
    transition: all 500ms ease;
    z-index: 5;
}

.single-service-sidebar .service-pages li.active,
.single-service-sidebar .service-pages li:hover {
    -webkit-box-shadow: 0px 4px 7px 0px #ededed;
    box-shadow: 0px 4px 7px 0px #ededed;
}

.single-service-sidebar .service-pages li:before {
    position: absolute;
    top: 20px;
    left: -1px;
    bottom: 20px;
    width: 3px;
    background: #bc3435;
    content: "";
    z-index: 3;
    opacity: 0;
    transition: all 700ms ease 300ms;
    transform: translateX(0%) translateY(0%) scaleY(0.1);
}

.single-service-sidebar .service-pages li.active:before,
.single-service-sidebar .service-pages li:hover:before {
    opacity: 1;
    transform: translateX(0%) translateY(0%) scaleY(1.0);
    transition: all 700ms ease 100ms;
}

.single-service-sidebar .service-pages li a {
    position: relative;
    display: block;
    padding-left: 30px;
    color: #27282c;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    transition: all 500ms ease;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
}

.single-service-sidebar .service-pages li a .title {
    position: relative;
    display: block;
    z-index: 1;
}

.single-service-sidebar .service-pages li a .title .overlay-title {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
}

.single-service-sidebar .service-pages li a .title .overlay-title h3 {
    color: #bc3435;
    font-size: 20px;
    line-height: 63px;
    transform: scale(0.5);
    opacity: 0;
    transition: all 300ms ease 100ms;
}

.single-service-sidebar .service-pages li a .title h3.static {
    font-size: 15px;
    transform: scale(1.0);
    line-height: 63px;
    transition: all 300ms ease 100ms;
}

.single-service-sidebar .service-pages li.active a .title .overlay-title h3,
.single-service-sidebar .service-pages li:hover a .title .overlay-title h3 {
    opacity: 1;
    transform: scale(1.0);
}

.single-service-sidebar .service-pages li.active a .title h3.static,
.single-service-sidebar .service-pages li:hover a .title h3.static {
    opacity: 0;
}

.sidebar-contact-box {
    position: relative;
    display: block;
    padding-bottom: 50px;
    border: 1px solid var(--primary-color);
    border-radius: 40px;
}

.sidebar-contact-box .inner-content {
    position: relative;
    display: block;
    padding: 48px 40px 50px;
    z-index: 1;
}


.sidebar-contact-box .inner-content h3 {
    color: var(--primary-color);
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 22px;
}

.sidebar-contact-box .inner-content .bottom-box {
    position: relative;
    display: block;
    border-top: 1px solid #404043;
    padding-top: 25px;
}

.sidebar-contact-box .inner-content .bottom-box h2 {
    color: var(--primary-color);
    font-size: 24px;
    font-weight: 400;
    margin: 0 0 3px;

}

.sidebar-contact-box .inner-content .bottom-box span {
    color: var(--primary-color);
}

.sidebar-contact-box .inner-content .button {
    position: relative;
    display: block;
    padding-top: 32px;
}

.sidebar-contact-box .inner-content .button a {

    display: block;
    color: #bc3435;
    text-decoration: none;
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: -40px;
}

.single-service-sidebar .service-pack-download {
    position: relative;
    display: block;
}

.single-service-sidebar .service-pack-download li {
    position: relative;
    display: block;
    background: red;
    transition: all 500ms ease;
    padding: 17px 30px 17px;
}

.single-service-sidebar .service-pack-download li .title-holder {
    position: relative;
    display: block;
    float: left;
}

.single-service-sidebar .service-pack-download li .title-holder a {
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.single-service-sidebar .service-pack-download li .title-holder a span {
    font-size: 14px;
    font-weight: 400;
}

.single-service-sidebar .service-pack-download li .icon-holder {
    position: relative;
    display: block;
    float: right;
}

.single-service-sidebar .service-pack-download li .icon-holder i {
    position: relative;
    top: 2px;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
}






/* kbjhdfiydgf */
