html{ scroll-padding-top: 200px;scroll-behavior: smooth;}
body {
      font-family: "Titillium Web", sans-serif;
    font-weight: 400;
    color: #484848;
    font-size: 20px;
    line-height: 40px;
    /* background: #ffffff00; background: url(../images/home.jpg) no-repeat top center; */
    background-size: 100%;  
}

p {
    font-size: 20px;
    line-height: 40px;
    color: #484848;
    margin-bottom: 30px; text-align: justify;}
.text-gray{

    color: #eee;
}

h1,
h2,
h3,
h4,.h1,.h2,.h3,.h4 {
    font-size: 56px;
    line-height: 64px;
    margin-bottom: 20px;
    text-transform: capitalize;
    color: #0B4276;
    font-weight: 600;
}

a {
    color: #030303;
    text-decoration: none;
}

ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

img {
    image-rendering: -webkit-optimize-contrast; /* Safari optimization */
    image-rendering: crisp-edges;
}


/*alkhoory*/

/*whatsapp animation*/

.aniimg a {
    position: relative;
}
.quick-alo-ph-circle-fill.active {
    width: 80px;
    height: 80px;
    position: absolute;
    background-color: #a0a0a0;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid #ffffff8a;
    opacity: 1;
    -webkit-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -o-animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: quick-alo-circle-fill-anim 2.3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.quick-alo-ph-circle.active {
    width: 130px;
    height: 130px;
    position: absolute;
    background-color: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border: 2px solid rgba(30, 30, 30, .4);
    opacity: 1;
    -webkit-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -moz-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -ms-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -o-animation: quick-alo-circle-anim 3s infinite ease-in-out;
    animation: quick-alo-circle-anim 3s infinite ease-in-out;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.aniimg {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    right: 30px;
    bottom: 45px;
    z-index: 1000;
}
@-moz-keyframes quick-alo-circle-anim {

    0% {

        -moz-transform: rotate(0) scale(.5) skew(1deg);

        opacity: .1;

        -moz-opacity: .1;

        -webkit-opacity: .1;

        -o-opacity: .1

    }

    30% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .5;

        -moz-opacity: .5;

        -webkit-opacity: .5;

        -o-opacity: .5

    }

    100% {

        -moz-transform: rotate(0) scale(1) skew(1deg);

        opacity: .6;

        -moz-opacity: .6;

        -webkit-opacity: .6;

        -o-opacity: .1

    }

}



@-webkit-keyframes quick-alo-circle-anim {

    0% {

        -webkit-transform: rotate(0) scale(.5) skew(1deg);

        -webkit-opacity: .1

    }

    30% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        -webkit-opacity: .5

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        -webkit-opacity: .1

    }

}



@-o-keyframes quick-alo-circle-anim {

    0% {

        -o-transform: rotate(0) kscale(.5) skew(1deg);

        -o-opacity: .1

    }

    30% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        -o-opacity: .5

    }

    100% {

        -o-transform: rotate(0) scale(1) skew(1deg);

        -o-opacity: .1

    }

}



@-moz-keyframes quick-alo-circle-fill-anim {

    0% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -moz-transform: rotate(0) -moz-scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -moz-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-webkit-keyframes quick-alo-circle-fill-anim {

    0% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -webkit-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-o-keyframes quick-alo-circle-fill-anim {

    0% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

    50% {

        -o-transform: rotate(0) scale(1) skew(1deg);

        opacity: .2

    }

    100% {

        -o-transform: rotate(0) scale(.7) skew(1deg);

        opacity: .2

    }

}



@-moz-keyframes quick-alo-circle-img-anim {

    10% {

        transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -moz-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -moz-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -moz-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -moz-transform: rotate(0) scale(1) skew(1deg)

    }

}



@-webkit-keyframes quick-alo-circle-img-anim {

    0% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -webkit-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -webkit-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -webkit-transform: rotate(0) scale(1) skew(1deg)

    }

}



@-o-keyframes quick-alo-circle-img-anim {

    0% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

    10% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    20% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    30% {

        -o-transform: rotate(-25deg) scale(1) skew(1deg)

    }

    40% {

        -o-transform: rotate(25deg) scale(1) skew(1deg)

    }

    50% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

    100% {

        -o-transform: rotate(0) scale(1) skew(1deg)

    }

}

.wpcf7 form.init .wpcf7-response-output, .wpcf7 form.resetting .wpcf7-response-output, .wpcf7 form.submitting .wpcf7-response-output {
    color: #000 !important;
    font-size: 20px;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #46b450;
    color: #000;
}

.dflx {
    display: flex;
    align-items: center;
    justify-content: left;
}

.dflx-right {
    display: flex;
    align-items: center;
    justify-content: right;
}


::-webkit-input-placeholder { /* Edge */
    color: #A0A0A0;font-size: 20px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A0A0A0;font-size: 20px;font-size: 20px;
  }
  
  ::placeholder {
    color: #A0A0A0; font-size: 20px;
  }
 .fileCvr span.wpcf7-form-control-wrap span.wpcf7-form-control-wrap span {
    display: none;
}
.wpcf7-response-output {
    display: none !important;
}
/*======================================================================*/
header {
    position: fixed;
    z-index: 1111111;
    width: 100%;
    left: 0px;
    top: 0px; ;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; 
    background: transparent;
     
}

.header-bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0;
}

.logo img {
    max-width: 100%;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.btn-secondary {
    
    color: #B59445;
    background-color: #fff;
    border-color: #fff;
}
.btn-secondary:hover{

    background: #B59445;
    color: #fff;
}
img {
    max-width: 100%;
}

header.aniPos {
    background: #0B4276;
        border-bottom: 1px solid #fff;
}

header.aniPos .header-bottom {
    
    padding: 10px 0;
}
header.aniPos .logo img {
    width: 15%;
}

.mothBtn{text-align:center; padding-top:20px;}

ul.nav.nav-tabs.newsletTab li {
    width: 100%;
     
    border-radius: 0px !important;
    padding: 0px;
    border-bottom: 1px solid #0b4276;
}
ul.nav.nav-tabs.newsletTab li button.active {
    background: #0b4276;  border-radius: 7;
    color: #fff;
}
.col-lg-4.mrbt {
    margin-bottom: 13px;
}
ul.nav.nav-tabs.newsletTab li button {
    color: #0b4276;
    background-color: #fff;
    width: 100%;
    border-radius: 0;
    padding: 0px;
    font-weight: 600;
    border-bottom: 1px solid #0b4276;
}
ul.nav.nav-tabs.newsletTab {
    border: none;
}
.newscvr {
    min-height: 100px;
    background: #0b4276;
    text-align: center;
    display: flex;
    border-radius: 5px;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #fff;
    padding: 14px;
    position: relative;
}

.newscvr a {
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 7px;
    min-height: 97px;
}

.bracCvrcol {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
}
.brlsCvrnew p {
    width: 24%;
    display: inline-flex;
    margin-bottom: 50px;
    height: 100%;
    align-items: flex-start;
    justify-content: flex-start;
    flex-flow: row wrap;
    text-align: left;
}
.brlsCvrnew p a {
    display: contents;
}
.brlsCvrnew p strong {
    margin-bottom: -30px; width:100%;
}
@media (min-width: 1400px){
.container{
    max-width: 1185px;
}
}
@media (min-width: 1800px){
.container{
    max-width: 1480px;
}
}



.bannersec {
    margin-top: 0;
    height: 950px;
    display: flex !important;
    align-items: center;
    background-size: cover !important;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.bannerCont {
    text-align: left;
    max-width: 85%;
    margin: 0px;
}
.bannrHead {
    color: #fff;
    font-size: 80px;
    line-height: 96px;
    text-transform: uppercase;
    font-weight: 600;
        padding-bottom: 62px;
}
.btn {
    border-radius: 8px;
    font-size: 18px;
    line-height: normal;
    padding: 14px 32px;
    outline: 0 !important;
    box-shadow: none !important;
}
.btn-primary {
    color: #fff;
    background-color: #BDA588;
    border-color: #BDA588;
}
.btn-primary:hover{
    color: #BDA588;
    background-color: #fff;
    border-color: #BDA588;
}
.logo img {
    width: 20%;
     -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.logo svg{ shape-rendering: crispEdges;}

.grecaptcha-badge {
    visibility: hidden;
}
.subHead {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    padding-bottom: 15px;
}
.bannerCont{
    padding-top: 100px;
}
.headerRight {
    display: flex;
    align-items: center;
    justify-content: right;
}
section.ourGroup {
    padding: 153px 0 162px;
        position: relative;
        background: #0B4276;
}
label {
    color: #BDA588;
    font-weight: 600;
    padding-bottom: 15px;
    font-size: 18px;
    line-height: normal;
}
.ourSec {
    max-width: 1060px;
    margin: 0px auto 25px;
    background: url(../images/dot1.svg) no-repeat right 280px top 20px;
    text-align: center;

}
.ourSec .title.half{
    max-width: 690px;
    margin: 0px auto;
}
.cnMainHd:after {
    content: "";
    background: #b9b9b96e;
    position: absolute;
    right: 0;
    top: 50%;
    width: 2px;
    height: 80px;
    margin-top: -40px;
}
.cnMainHd {
    font-size: 56px;
    line-height: 64px;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #BDA588;
    text-transform: capitalize;
    position: relative;
}
.counterItm {
    padding: 10px 0 10px 110px;
}
.counHead {
    font-size: 56px;
    line-height: 48px;
    color: #BDA588;
    font-weight: 600;
    padding-bottom: 16px;
}
.couCont {
    font-size: 20px;
    line-height: 40px;
    color: #fff;text-transform:capitalize;
}
span.k {
    display: none;
}
.countRight .col-md-4:last-child span.k{

    display: inline-block;
}
.countDiv {
    padding-bottom: 172px;
    border-bottom: 1px solid #a4a4a445;
}
.viewAll {
    padding-top: 77px;
    /*padding-top: 67px;*/

}
.vwall {
    color: #BDA588;
    font-size: 18px;
    font-weight: 600;
    background: url(../images/arrow.svg) no-repeat right center;
    padding: 0px 40px 0 0;
    transition: all 0.5s;
}
.message {
    padding: 142px 0 0;
}
.msgRight {
    text-align: center;
        color: #fff;
}
.msgLeft {
    max-width: 800px;
    padding: 83px 0 0;
}
.chrName {
    font-size: 24px;
    line-height: 40px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    padding: 22px 0 12px;
}
section.ourGroup:before {
    content: "";
    background: url(../images/bg2.svg) no-repeat left bottom;
    background-size: 100%;
    width: 177px;
    height: 457px;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
}
section.ourGroup:after {
    content: "";
    background: url(../images/bg3.svg) no-repeat right top;
    background-size: 100%;
    width: 177px;
    height: 457px;
    display: block;
    position: absolute;
    right: 0;
    top: 250px;
}
section.activities {
    padding: 145px 0;
    background: url(../images/bg7.svg) no-repeat left bottom;
}
.titRight {
    display: flex;
    justify-content: right;
    align-items: center;
    padding-left: 133px;
}
.actvRow {
    padding-top: 60px;
}
.actvCvr img {
    border-radius: 16px;
    height: 357px;
    object-fit: cover;
    width: 100%;
}
.actvCvr {
    position: relative;
    margin: 0px 10px;
}
.actHead {
    font-size: 20px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    background: rgba(116,115,117,0.7);
    border-radius: 12px;
    text-align: center;
    display: inline-block;
    position: absolute;
    left: 50%;
    margin-left: -45%;
    bottom: 20px;
    width: 90%;
    padding: 8px;
}
section.company {
    text-align: center;
    padding: 0 0 195px;
    background: url(../images/bg8.svg) no-repeat right top -125px;
}
.title.half {
    max-width: 700px;
    margin: 0px auto;
}
.company .title {
    background: url(../images/dot2.svg) no-repeat left 65px top 20px;
}
.clntCvr img {
    margin: 0px auto;
    height: 96px;
    object-fit: contain;
}
.clntCvr {
    text-align: center;
    padding: 25px 0;
}
.company .slick-dots{

    bottom: -45px;
}
section.careers {
    padding: 150px 0;
    background: #0B4276;
    position: relative;
}
.carRight img {
    border-radius: 16px;
}
.carRight {
    text-align: right;
}
section.careers:before {
    content: "";
    background: url(../images/bg4.svg) no-repeat left top;
    background-size: 100%;
    width: 187px;
    height: 236px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
section.careers:after {
    content: "";
    background: url(../images/bg5.svg) no-repeat right bottom;
    background-size: 100%;
    width: 285px;
    height: 431px;
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
}
.carLeft {
    background: url(../images/dot1.svg) no-repeat right 273px top 25px;
    background-size: 50px;
}
section.newssec {
    padding: 145px 0 170px;
}

.has-bg {
    background: url(../images/dot2.svg) no-repeat right 85px top 20px;
    background-size: 50px;
    max-width: 800px;
    margin: 0px auto;
}
.newsRow {
    padding-top: 35px;
}
.newsImg img {
    width: 100%;
    border-radius: 16px;
    height: 230px;
    object-fit: cover;
}
.newsTitsec {
    padding: 22px 0 0;
}
.date {
    font-size: 18px;
    color: #484848;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 16px;
}
.newsHead {
    color: #0B4276;
    font-size: 20px;
    line-height: 40px;
    text-transform: capitalize;
    padding-bottom: 25px;
}
footer {
    padding: 95px 0;
    background: url(../images/bg6.svg) no-repeat bottom left, #FFF3E4;
    margin: 0px 35px 35px 35px;
    border-radius: 16px;
    background-size: 100%;
}
.footlogo:after {
    background: #0000003d;
    content: "";
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100px;
    height: 1px;
}
.footlogo {
    position: relative;
    padding-bottom: 65px;
}
ul.social li {
    margin-right: 24px;
}

ul.social {
    display: flex;
}
.copy {
    font-size: 16px;
    color: #484848;
    padding-top: 40px;
    text-transform: capitalize;
}
.ftrHead {
    font-size: 20px;
    line-height: 40px;
    color: #0B4276;
    font-weight: 600;
    text-transform: uppercase;
    padding-bottom: 25px;
}
ul.footmenu li a {
    color: #484848;
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
}
ul.footmenu li {
    margin-bottom: 15px;
}
ul.footmenu.\32 col {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
}
.ftrCn {
    margin-bottom: 20px;
}
.ftrCn img {
    display: block;
    margin-bottom: 10px;
}
section.activities .has-bg {
    background-position: right 170px top 20px;
}
.fxdSocial {
    position: absolute;
    right: 45px;
    top: 6.5%;
    z-index: 1000;
}
.fxdSocial ul {
    display: block;
}
.fxdSocial ul li {
    margin-bottom: 30px;
}
.fxdSocial ul li img {
    filter: brightness(0) invert(1);
    transition: all 0.5s;
}
.fxdSocial:before {
    content: "";
    background: #fff;
    position: absolute;
    top: -175px;
    right: 10px;
    width: 1px;
    height: 130px;
}
.fxdSocial ul.social li {
    margin-right: 0;
}
ul.footmenu li a:hover {
    color: #0B4276;
    font-weight: 600;
}
footer a:hover {
    color: #0B4276;
}
ul.social li img:hover {
    transform: scale(1.2);
}
.vwall:hover {
    /*
    padding: 10px 20px;
    background: #fff;
    border-radius: 12px;
    border: 1px solid #BDA588;*/
    color: #BDA588;
    text-decoration: underline;
}

/* Circle */
.image {
    position: relative;
    overflow: hidden;
}
.image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    background: rgba(255,255,255,.2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}
.image:hover::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}
@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}
#mega-menu-wrap-header_menu {
    background: transparent;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-toggle-on > a.mega-menu-link{background:transparent !important}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link{

display: inline-block;
    font-size: 18px;
    line-height: normal;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    bottom: 0;
    transition: 0.2s;
    -webkit-transition: 0.2s;
    position: relative;
    font-family: 'Titillium Web';
    height:auto;
    padding: 0px 35px 0 0;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover{
    
    color: #BDA588;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link{
    
    color: #BDA588 !important;
        background: transparent;
}

#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item h4.mega-block-title {
    
    font-family: 'Titillium Web';
    font-size: 16px;
    text-transform: capitalize;
    line-height: normal;
    
}
header ul.mega-sub-menu ul {
    position: inherit !important;
    width: auto !important;
    display: block !important;
    background: transparent !important;
    box-shadow: none !important;
    padding: 0 !important;
}

header ul.mega-sub-menu ul li a{
    
    font-size:14px;
    line-height:26px;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link:hover{
    
    background:transparent;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-megamenu > ul.mega-sub-menu {
    
    border-radius: 5px;
    background: #fff;
    
    top: 50px;
    padding: 20px;
    width: 1000px;
    left: inherit;
    right: 0;
    backdrop-filter: blur(5px) !important;
    box-shadow: 0 24px 64px rgba(8, 8, 52, .05);
}
header ul.menuList #mega-menu-wrap-header_menu li:last-child {
    padding-right: 10px;
}
.textwidget.custom-html-widget h4 a {
    font-size: 18px;
    line-height: normal;
    margin-bottom: 0px !important;
    text-transform: capitalize;
    color: #0B4276 !important;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.textwidget.custom-html-widget h4{
    margin-bottom:0;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
    padding: 0;
   
}
.mega-menu-column {
    margin-bottom: 20px !important;
}
.textwidget.custom-html-widget h4 img {
    margin-right: 10px;
}
header ul.mega-sub-menu .mega-menu-column .mega-menu-item ul {
    margin-left: 50px !important;
    list-style-type: disc !important;
    color: #000;
}
.ftrCn a {
    display: block;
}

/*end alkhoory*/
section.teams p {
    text-align: center;
}
.teamTopinCvr p {
    text-align: center;
}
section.ourGroup .ourSec p {
    text-align: center;
}
    .footlogo img {
        width: 26%;
    }
    .newsTop p{text-align:center;}
/*=======================================================================*/
section.section01.inner {
    height: 635px;
    background-size: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding-bottom: 6.4%;
}
section.aboutsection01 {
    padding: 108px 0px;
}
.abt01LeftImage {
    border-radius: 16px;
    overflow: hidden;
}
.abt01Right {
    padding-left: 7%;
}
section.abtinSec02 {
    padding: 35px 0px;
}
section.abtinSec02 {
    padding: 35px 0px;
}

.abtsec02Cvr {
    min-height: 531px;
    border-radius: 16px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center; background-size: cover;
}
.abtsec02Cvr p {
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: 500;
    max-width: 64%; margin-bottom: 0px;
}
.titleCvr {
    font-size: 32px;
    line-height: 42px;
    font-weight: 600;
}

section.abtinSec03 {
    padding:126px 0px 120px;
}

section.abtinSec03 .titleCvr {
    text-align: center;
    margin-bottom: 67px;
}
.Gpbox {
    text-align: center;
}

.gpName {
    font-size: 24px;
    line-height: 40px;
    color: #0B4276;
    font-weight: 600;
}
.Gpbox .clntCvr {
    margin-bottom: -8px;    padding-bottom: 5px;
}
.Gpbox {
    text-align: center;
    margin-bottom: 39px;
}
.clntCvr img {
    max-width: 305px;
}
section.cheirmanIn {
    padding: 80px 0px 80px; background-color: #0B4276;
}

section.cheirmanIn .message {
    padding-top: 0px;
}
.msgLeftin p {
    color: #EEEEEE;
}
.msgLeftin {
    max-width: 88%;
}
.msgRightin {
    text-align: center;
    padding-top: 27%;
}
.chrDesg {
    color: #fff;
}
section.history {
   padding: 123px 0px 160px;
    max-width: 100%;
    overflow: hidden;
}
.histRight {
    padding-left: 5.7%;
}
.hitoImg {
    border-radius: 16px;
    overflow: hidden;
}
h2.histoHd {
    padding-left: 10%;
}
.histoLeft {
    text-align: right;
    padding-right: 11%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    flex-direction: column;    position: relative;
    
}
.historyHead {
    font-size: 160px;
    line-height: 160px;
    color: #BDA588;
    font-weight: 600;
    margin-right: -1%;
    margin-bottom: 7px;
}
.histoLeft p {
    font-size: 24px;
    color: #000;margin-bottom: 0px;
}
.histoLeft:after {
    position: absolute;
    content: '';
    width: 1px;
    height: 78.5%;
    top: 50%;
    margin-top: -39.25%;
    right: 0%;
    background: #000;
}
section.history ul.nav.nav-tabs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: none;
    margin-top: 67px;background: #f0f0f0; position: relative;
}

section.history .nav-tabs .nav-link {
    border: none !important;
    font-size: 24px;
    padding: 45px 0px;
    font-weight: 700;
    color: #A0A0A0;
    position: relative;
    z-index: 21;
}
section.history button.nav-link.active {
    font-size: 40px;
    color: #0B4276; background: none !important;
}
section.history ul.nav.nav-tabs:after {
    width: 30%;
    height: 100%;
    left: -30%;
    top: 0px;
    background: #f0f0f0 url(../images/star.png) no-repeat right 20px center;
    content: '';
    position: absolute;
}
section.history ul.nav.nav-tabs:before {
    width: 30%;
    height: 100%;
    right: -30%;
    top: 0px;
    background: #f0f0f0 url(../images/star.png) no-repeat left 20px center;
    content: '';
    position: absolute;
}
section.visionMission {
    position: relative;
}

section.visionMission:after {
    width: 50%;
    height: 100%;
    position: absolute;
    left: 0px;
    content: '';
    top: 0px;
    background: #BDA588 url(../images/visionbg.png) no-repeat left 0% bottom;
    background-size: 35%;
}
section.visionMission:before {
    width: 50%;
    height: 100%;
    position: absolute;
    right: 0px;
    content: '';
    top: 0px;
    background: #0B4276 url(../images/missionbg.png) no-repeat right 0% bottom;
    background-size: 35%;
}
section.visionMission .col-lg-6:first-child .vismisCvr.visonCvr {
    padding-right: 13%;
}
.vismisCvr {
    padding: 20px 0px 20px;
    position: relative;
    z-index: 1;
    min-height: 444px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.vismisCvr.misonCvr {
    padding-left: 16.8%;
}

.vismisCvr h2 {
    color: #fff;
}

.vismisCvr p {
    color: #ffff;
}
section.teams {
    text-align: center;
    padding: 160px 0px;
}
.teamTop h3 {
    margin-bottom: 15px;
}
.teamPhoto {
    display: inline-block;
    border-radius: 16px;
    overflow: hidden;       margin-bottom: 15px;
}
.teamnm {
    font-size: 24px;
    line-height: 40px;
    color: #0B4276;
    text-transform: uppercase;
    font-weight: 700;
}
.contactForm .input-field, .contactForm textarea {
    color: #212529;
    padding-top: 11px;
}
.teamDesg {
    line-height: 53px;
}
.teamBottom {
    margin-top: 54px;
}
.teamTopin{text-align: center;}
.teamTopinCvrBtm ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;position: relative;
}

.teamTopinCvrBtm ul li {
    width: 16.65%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    border-bottom: 1px solid #BDA588;
    border-right: 1px solid #BDA588;
}
.teamTopinCvrBtm ul li img{max-height: 118px;}
.teamTopinCvrBtm ul li:nth-child(6n){border-right: 0px;}
.teamTopinCvrBtm ul:after {
    width: 100%;
    background: #fff;
    height: 1px;
    content: '';
    position: absolute;
    bottom: 0px;
}
.teamTopinCvrBtm {
    margin-top: 20px;
    margin-bottom: 157px;
}
section.activitiSec01 {
    text-align: center;
    padding: 100px 0px; 
    background: #0B4276 url(../images/career-right.png) no-repeat right bottom;
    text-align: center;
    background-size: 10.1%;
}
.activetpCnt a:hover {
    color: #0b4276;
}
section.activitiSec01 h1{color: #fff;}
section.activitiSec01 p{color: #fff;}
section.activitiSec01 p a{color: #BDA588;}
section.activitiSec01 p a:hover{color: #000;}
.activeRightin {
    position: relative;
    height: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
}
.activeLeftin {
    padding-right: 5%;
}
.actinImg {
    border-radius: 16px;
    overflow: hidden;
}
.activeRow {
    margin-bottom: 80px;
}
.activeRow:nth-child(2n) .row {
    flex-direction: row-reverse;
}
section.activitiSec02 {
    padding: 120px 0px 70px;
}
section.activeinsec02 {
    padding-bottom: 70px;
}
.activeinsec01{padding: 120px 0px 0px}
.activeinsec01 img{border-radius: 6px; margin: 30px 0px;}
ul.activitiUl {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-flow: row wrap;
}
.contactForm input.wpcf7-form-control.wpcf7-submit.has-spinner.vwall.carebtn {
    float: left;
    margin-top: 0px;
}

ul.activitiUl li {
    width: 25%;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eff7ff45;
    margin-bottom: 15px;
    margin-right: 2%;
    border: 1px solid #e3e3e3;
}
ul.activitiUl li picture {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.activetpCnt p:last-child {
    margin-bottom: 0px;
}
ul.activitiUl li:nth-child(3n) {
    margin-right: 0px;
}
ul.activitiUl li img {
    max-height: 90%;
}
.bradlfTitle {
    font-size: 24px;
    color: #484848;
    font-weight: 600;
}
.activeinsections p strong {
    font-size: 24px;
    color: #0B4276;
}
.activitTopcvt {
    margin-bottom: 30px;
}
.activeRightin .titleCvr {
    margin-bottom: 15px;
}
.activitTopcvtbt {
    margin-bottom: 20px;
}
.activetpCnt ul,.actvsnelist ul {
    margin: 0px 0px 30px;
    padding: 0px;
}

.activetpCnt ul li,.actvsnelist ul li {
    position: relative;
    padding-left: 35px;
    background: url(../images/star.png) no-repeat left 12px;
    margin-bottom: 10px;
}
.activetpCnt h3 {
    font-size: 26px;
    color: #484848;
}
.activetpCnt a {
    color: #BDA588;
}
.row.hide {
    display: none !important;
}
section.news.NewsInnr {
    padding: 120px 0px 80px;
}
.newsTop{text-align: center;}
.newsinnermarg {
    margin-bottom: 40px;
}
.socialShare {
    display: flex;
}
.socialShare span {
    display: flex;
    align-items: center;
}
.heateor_sss_sharing_ul a {
    margin-left: 6px !important;
    margin-right: 6px !important;
}
.newsdetin p strong {
    font-size: 22px;
}
.heateor_sss_sharing_container.heateor_sss_horizontal_sharing {
    margin-left: 10px;
}
span.newsdatein {
    margin-bottom: 20px;
    display: inline-block;
}
section.news.NewsInnrdetails {
    padding: 120px 0px 0px;
}
section.news.NewsInnrsec02 {
    padding: 50px 0px 0px;
}
.imgnewsin {
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
}
.newsfeatured {
    text-align: center;
    border-top: 1px solid #ccc;
    margin: 120px 0px 50px;
    padding-top: 60px;
}
section.featured {
    padding-bottom: 50px;
}
.careeHead {
    font-size: 32px;
    color: #0B4276;
    line-height: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}
ul {}

.jobdetbox ul {
    display: flex;
    align-items: center;
}
.textarea.input-field {
    padding-top: 20px;
}
.jobdetbox ul li {
    padding-left: 40px;
    margin-right: 30px;    font-weight: 600;
}

.jobdetbox {
    margin-bottom: 30px;
}
.jbtyp{background: url(../images/clock-three.png) no-repeat left center;}
.eperjb{background: url(../images/calendar-clock.png) no-repeat left center;}
.jbloc{background: url(../images/location-ico.png) no-repeat left center;}
a.vwall.carebtn {
    margin-top: 44px;
    display: inline-block; margin: 44px auto 0px;
}
.careerCvr {
    border-bottom: 1px solid #BDA588;
    margin-bottom: 25px;
}
section.careersTopCvr {
    padding: 120px 0px;
    background: #0B4276 url(../images/career-right.png) no-repeat right bottom;
    text-align: center;
    background-size: 10.1%;
}
section.careersTopCvr h1,section.careersTopCvr p{color: #fff;}
section.careersTopCvr a{color:#BDA588}
section.careersTopCvr a:hover {
    color: #3b74ab;
}
section.careerSec02 {
    padding: 120px 0px 50px;
    text-align: center;
}
.careersLeftIncnt p strong {
   
    margin-bottom: 0px;
    display: inline-block;
}
.careersLeftIncnt ul {
    margin: 0px 0px 30px;
    padding: 0px;
}
section.careersTopCvrin {
    padding: 120px 0px 100px;
}

.careersLeftIncnt ul li {
    position: relative;
    padding-left: 35px;
    background: url(../images/star.png) no-repeat left 12px;
    margin-bottom: 10px;text-align: justify;
}
.careersinner .col-lg-12:last-child .careerCvr {
    border-bottom: 0px;
}
.careeForm ul li {
    position: relative;
}

span.anim {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 12px;
    left: 2px;
    color: #A0A0A0;
    opacity: 0;
    font-size: 20px;    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
.input-field,textarea {
    width: 100%;
    border: none;
    border-bottom: 1px solid #A0A0A0;
    height: 60px;
    background: transparent;position: relative;z-index: 11;color: #fff; font-size: 20px;
}
.careeForm {
    background: #0B4276 url(../images/career-right.png) no-repeat right center; background-size: 30%;
    color: #fff; padding: 35px 28px;    margin-left: 10%; position: sticky; top: 150px;
}
.careeForm h1, .careeForm h2, .careeForm h3, .careeForm h4 {
    color: #fff;
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
    
}
.careeForm p{color: #fff;}
span.anim.active {
    opacity: 1;
    font-size: 16px;
    top: -13px;text-align:left;
}
:focus-visible {
    outline: none !important;
}

.fileCvr label {
    position: relative;
}
.contactLeftIncnt p {
    margin-bottom: 5px;
}
  
  .fileCvr input[type="file"]{
    display: none;
  }

  .fileCvr label{
    cursor:pointer;width: 100%;
  }
  
  .fileCvr #imageName {
    line-height: 20px;
    font-size: 19px;
    max-width: 96%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: #A0A0A0;
    font-weight: normal;
}
.fileCvr i {
    position: absolute;
    right: 0px;
    font-size: 24px;
    color: #fff;
    top: -1px;
}
li.filetype{ border-bottom: 1px solid #A0A0A0;}
.fileCvr p {
    margin-bottom: 0px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.vwall.carebtn {
    box-shadow: none !important;
    border: none !important;
    margin-top: 30px;
    float: right;
}
.contactForm {
    position: relative;
}
ul.socialcnt {
    display: flex;margin-top: 40px;
}
.contactForm p {
    position: relative;
}
.branchHead {
    color: #BDA588;
    font-size: 24px;
    font-weight: 600;
    line-height: 28px; 
    margin-bottom: 20px;
}
.brcnCvr {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;padding-top:15px;
}
.brlsCvr {
    width: 81%;
}
ul.socialcnt li a {
    width: 48px;
    height: 48px;
    display: inline-flex;
    border: 1px solid #BDA588;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    margin: 0px 7px;
}
ul.socialcnt li a:hover{background-color: #BDA588;}
ul.socialcnt li a:hover img{filter: invert(1) brightness(5);}
.contactRight {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
section.contactTopCvrin {
    padding: 120px 0px;
}
.contactLeftIncnt p {
    font-size: 18px;
    color: #BDA588;
}
.contactDet {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    margin-top: 45px;
}

.contactDet .ftrCn {
    width: 31%;color: #fff;
    font-size: 24px; margin-bottom: 0px;
}

.contactDet .ftrCn:last-child {
    width: 38%;
}
section.contactCvrBtm {
    padding: 120px 0px 120px;
    background: #0B4276;margin-bottom: 80px;
}
.contactLeftIncnt2 h1,.contactLeftIncnt2 h2,.contactLeftIncnt2 h3,.contactLeftIncnt2 h4{color: #fff;}
.contactLeftIncnt2 p {
    font-size: 18px;
    color: #BDA588;margin-bottom: 5px;
}
.contactDet .ftrCn span {
    color: #fff;
    width: 100%;
    display: block;
    position: relative;
    font-size: 20px;
    margin-bottom: 24px;
}
.contactDet .ftrCn span:after {
    position: absolute;
    content: '';
    width: 27px;
    height: 3px;
    background: #BDA588;
    left: 0px;
    bottom: -3px;
}

.contactDet .ftrCn a {
    width: 100%;
    display: block;
    color: #fff; font-size: 24px;
}
section.activeinsec01 a {
    color: #BDA588;
}
section.activeinsec01 a:hover{color: #0b4276;}
.map {
    width: 100%;
    margin-top: 80px;
    border-radius: 16px;
    overflow: hidden;
}

.map iframe {
    width: 100%;
    display: block;
}

.imgHover img {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.imgHover:hover img {
    transform: scale(1.05);
}
.thks p{color:#fff;}
.countRight .col-md-4:nth-child(2) span.plus {
    display: none !important;
}
/*=================================inner==================================*/
@media all and (max-width:1799px) {


.btn {
   font-size: 14px;
    line-height: 28px;
    padding: 10px 25px;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 45px;
    margin-bottom: 15px;
    line-height: 55px;
}

p {
    font-size: 16px;
    line-height: 32px;
}
body {
   
    font-size: 16px;
    line-height: 28px;
}
.header-bottom {
    
    padding: 20px 0;
}
.logo img {
    width: 22%;
}
.subHead {
    font-size: 14px;
}
.bannrHead {
    font-size: 64px;
    line-height: 80px;
    padding-bottom: 45px;
}
.bannersec {
    height: 760px;
}
.fxdSocial ul li img {
    width: 16px;
}
.fxdSocial {
    right: 48px;
}
.fxdSocial ul li {
    margin-bottom: 15px;
}
section.ourGroup {
    padding: 100px 0px;
}
label {
    padding-bottom: 8px;
    font-size: 14px;
}
.ourSec .title.half {
    max-width: 500px;
    margin: 0px auto;
}
.ourSec {
    max-width: 860px;
    margin: 0px auto 7px;
}
.cnMainHd {
    font-size: 52px;
    line-height: 54px;
}
.cnMainHd:after {
    right: -27px;
    height: 60px;
    margin-top: -30px;
}

.couCont {
    font-size: 16px;
    line-height: 32px;
}
.counHead {
    font-size: 45px;
    line-height: 42px;
    padding-bottom: 10px;
}
.counterItm {
    padding: 10px 0 10px 105px;
}
.viewAll {
    padding-top: 60px;
}
.vwall {
    font-size: 16px;
    padding: 0px 28px 0 0;
    background-size: 28px;
}
.countDiv {
    padding-bottom: 100px;
}
.message {
    padding: 100px 0 0;
}
.msgLeft {
    max-width: 660px;
    padding: 62px 0 0;
}
.msgLeft img {
    width: 48px;
}
.msgRight img {
    width: 80%;
}
.chrName {
    font-size: 20px;
    line-height: 32px;
    padding: 16px 0 7px;
}
section.ourGroup:before {
    
    background-size: 85%;
}
section.ourGroup:after {
    
    top: 190px;
    background-size: 85%;
}
.ourSec {
    background-position: right 230px top 15px;
    background-size: 40px;
}
section.activities {
    padding: 100px 0;
    background-size: 12%;
}
section.activities .has-bg {
    background-position: right 135px top 20px;
    background-size: 42px;
}
.actvRow {
    padding-top: 45px;
}
.actvCvr {
    margin: 0px 10px;
}
.actHead {
    font-size: 16px;
    line-height: 32px;
}
section.company {
    padding: 15px 0 120px;
    background-position: right top 0;
    background-size: 15%;
}
.company .title {
    background-position: left 117px top 15px;
    background-size: 42px;
}
.careeForm h1, .careeForm h2, .careeForm h3, .careeForm h4 {
    color: #fff;
    font-size: 26px;}
.clntCvr {
    padding: 10px 0;
}
.clntCvr img {
    height: 80px;
}
section.careers {
    padding: 100px 0 100px;
}
.carLeft {
    background-position: right 210px top 18px;
    background-size: 42px;
}
section.careers:before,section.careers:after {
    background-size: 80%;
    
}
section.newssec {
    padding: 123px 0 140px;
}
.has-bg {
    background-position: right 150px top 15px;
    background-size: 40px;
}
.newsRow {
    padding-top: 27px;
}
section.newssec {
    padding: 100px 0 100px;
}
.newsTitsec {
    padding: 15px 0 0;
}
.newsHead {
    font-size: 16px;
    line-height: 32px;
}
.date {
    font-size: 16px;
    padding-bottom: 10px;
}
footer {
    padding: 75px 0;
    margin: 0px 25px 25px 25px;
}
.footlogo img {
    width: 26%;
}
.footlogo {
    padding-bottom: 60px;
}
ul.social li {
    margin-right: 12px;
}
.copy {
    font-size: 14px;
    padding-top: 30px;
}
.ftrHead {
    font-size: 17px;
    line-height: 28px;
    padding-bottom: 20px;
}
ul.footmenu li {
    margin-bottom: 12px;
}
ul.footmenu li a {
    font-size: 18px;
    line-height: 32px;
}

.ftrCn img {
    width: 20px;
}
.fxdSocial:before{

    right: 10px;
}
.actvCvr img {
    height: 377px;
}
#mega-menu-wrap-header_menu #mega-menu-header_menu > li.mega-menu-item > a.mega-menu-link {
   
    font-size: 14px;
    line-height: 26px;
        padding: 0px 18px;
}


/*end 1799*/

section.section01.inner {
    height: 505px;}    
    section.aboutsection01 {
        padding: 89px 0px;
    }
    section.abtinSec02 {
        padding: 0px 0px;
    }
    .abtsec02Cvr {
        min-height: 423px;  }
    .abtsec02Cvr p {max-width: 67%;
        font-size: 26px;
        line-height: 38px;
    }
    .titleCvr {
        font-size: 26px;
        line-height:30px;
  
    }
    .gpName {
        font-size: 19px;
        line-height: 54px }
        .Gpbox {
            text-align: center;
            margin-bottom: 27px;
        }
        section.abtinSec03 {
            padding: 100px 0px 80px;
        }
        section.cheirmanIn {
            padding: 80px 0px 70px;
        }
            .historyHead {
                font-size: 126px;
                line-height: 132px;
            }
                .histoLeft p {
                    font-size: 19px;
                    line-height: 29px;
                    color: #000;
                    margin-bottom: 0px;
                }
section.history ul.nav.nav-tabs {margin-top: 55px; }
section.history .nav-tabs .nav-link { padding: 37px 0px; font-size: 19px}
section.history button.nav-link.active {  font-size: 31px; }
section.history {
    padding: 100px 0px 100px;
}
.vismisCvr{min-height: 352px;}
section.teams {
    text-align: center;
    padding: 100px 0px;
}
.teamBottom {
    margin-top: 40px;
}
.teamPhoto img {
    max-width: 275px;        width: 100%;
}
.teamnm {
    font-size: 20px;}
    .teamDesg {
        line-height: 39px;
    }
    .teamTopinCvrBtm {
        margin-top: 10px;
        margin-bottom: 72px;
    }
    .teamTopinCvrBtm ul li{height: 100px;}
    .teamTopinCvrBtm ul li img{max-height: 96px;}
    .activeinsec01 {
        padding: 80px 0px 0px;
    }
    .activeinsections p strong {
        font-size: 20px;}
        .bradlfTitle {
            font-size: 22px;}
            .newsfeatured {
                text-align: center;
                border-top: 1px solid #ccc;
                margin: 50px 0px 50px;
                padding-top: 60px;
            }
            section.activitiSec01 {
                 
                padding: 80px 0px 60px;}
                section.activitiSec02 {
                    padding: 90px 0px 30px;
                }
                section.news.NewsInnr {
                    padding: 80px 0px 50px;
                }
                section.news.NewsInnrdetails {
                    padding: 80px 0px 0px;
                }
                section.careersTopCvr {
                    padding: 80px 0px 50px;}
                    section.careerSec02 {
                        padding: 80px 0px 50px;}
                        section.careersTopCvrin {
                            padding: 80px 0px 80px;
                        }
                        section.contactTopCvrin {
                            padding: 80px 0px;
                        }
                        section.contactCvrBtm {
                            padding: 80px 0px;}
                            .activetpCnt ul li,.actvsnelist ul li {

    background: url(../images/star.png) no-repeat left 7px;
}
.careersLeftIncnt ul li {
    
    background: url(../images/star.png) no-repeat left 7px;
     
}
.contactDet .ftrCn a,.contactDet .ftrCn{font-size:18px; line-height:32px;}
}
@media all and (max-width:1537px) {
    .actvCvr img {
        height: 287px;
    }
}
@media all and (max-width:1490px) {

}

@media all and (max-width:1390px) {

    .counterItm {
        padding: 10px 0 10px 90px;
    }
    h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
        font-size: 40px;
        line-height: 50px;
    }
 
    section.section01.inner {
        height: 445px;
    } 
    section.news.NewsInnrdetails {
        padding: 80px 0px 0px;
    }  
    .socialShare {
        display: flex;
        margin-top: 30px;
    }
    .newsfeatured {
          margin: 40px 0px 50px;}
section.careersTopCvr{padding: 80px 0px 60px; }    
section.careerSec02 { padding: 80px 0px 50px;}
section.careersTopCvrin {
    padding: 80px 0px 60px;
}
section.contactTopCvrin {
    padding: 80px 0px;
}
section.contactCvrBtm {
    padding: 80px 0px;}
}
@media all and (max-width:1290px) {
section.section01.inner {
    height: 427px;
}
.contactDet .ftrCn a,.contactDet .ftrCn {
   font-size: 18px;
}
}
@media all and (max-width:1180px) {
section.section01.inner {
    height: 337px;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 30px;
    line-height: 41px;
}
.bannrHead {
    font-size: 34px;
    line-height: 30px;
    padding-bottom: 45px;
}
.historyHead {
    font-size: 66px;
    line-height: 72px;
}
.histoLeft p {
    font-size: 16px;
    line-height: 26px;
}
.teamnm {
    font-size: 16px;
    line-height: 22px;
}
.teamDesg {
    line-height: 19px;
    margin-top: 10px;
}
section.aboutsection01 {
    padding: 60px 0px;
}
section.abtinSec03 {
    padding: 60px 0px 40px;
}
.gpName {
    font-size: 16px;
    line-height: 34px;
}
section.cheirmanIn {
    padding: 60px 0px 50px;
}
section.history,section.teams{padding: 60px 0px;}
.activeinsec01 {padding: 60px 0px 0px;}
section.activitiSec01 {
 padding: 60px 0px 40px; }
 section.activitiSec02 {
    padding: 60px 0px;
}
.activeRow {
    margin-bottom: 60px;
}
section.activitiSec02 {
    padding: 60px 0px 0px;
}
section.news.NewsInnr {
    padding: 60px 0px 0px;
}
section.careerSec02 {
    padding: 50px 0px 20px;
}

}
@media all and (max-width:991px) {

.logo img {
    width: 5%;
}

h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 35px;
    line-height: normal;
}
.bannerCont {
    padding-top: 0;
}
.bannrHead {
        font-size: 35px;
        line-height: 50px;
        padding-bottom: 25px;text-align: center;
}
header.aniPos .logo img {
    width: 5%;
}
section.ourGroup {
    padding: 50px 0;
}
.countDiv {
    padding-bottom: 30px;
    text-align: center;
}
.cnMainHd {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 30px;
}
.counterItm {
    padding: 0;
}
.viewAll {
    padding-top: 25px;
}
.cnMainHd:after{

    display: none;
}
section.ourGroup:after,section.ourGroup:before {
    background-size: 40%;
}
.message {
    padding: 0;
    text-align: center;
}
.msgLeft {
    max-width: 100%;
}
.msgRight img {
    width: 40%;
}
.msgRight {
    padding: 30px 0 0;
}
.chrName {
font-size: 16px;
line-height: 28px;
}
section.activities {
padding: 50px 0;
text-align: center;
}
.titRight {
    justify-content: center;
    padding-left: 0;
}
.actvRow {
    padding-top: 0;
}
section.company {
    padding: 15px 0 100px;
}
section.careers {
    padding: 50px 0;
    text-align: center;
}

.carLeft {
    padding-bottom: 30px;
}
.carRight {
    text-align: center;
}
section.newssec {
    padding: 50px 0;
}
.newsImg img {
    height: 135px;
}
.newsTitsec {
    text-align: center;
}
.newsHead {
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 15px;
}
.vwall {
    padding: 0px 20px 0 0;
    background-size: 18px;
}
footer {
    padding: 50px 0;
    text-align: center;
    margin: 0px 15px 15px 15px;
}
.footlogo img {
        width: 20%;
}
.footlogo:after {
    
    left: 50%;
    margin-left: -50px;
    
}
footer ul.social {
    display: flex;
    justify-content: center;
}
.ftrHead {
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 15px;
}

ul.footmenu li a {
    font-size: 16px;
    line-height: 28px;
}
ul.footmenu li {
        margin-bottom: 8px;
}
.copy {
    padding-top: 15px;
    padding-bottom: 30px;
}
.ftrCn img {
    margin: 0px auto;
}
p {
    font-size: 16px;
    line-height: 28px;
}
.slick-prev {
        right: 25px;
    }
    .slick-prev:before, .slick-next:before {
        background-size: 30px;
    }
        .slick-prev, .slick-next {
        top: -53px;
    }
    section.section01.inner{background-size: cover;}  
    .abt01LeftImage img {
        width: 100%;
    }
    section.aboutsection01 {
        padding: 30px 0px 0px;
    }
    .abt01Right {
        padding-left: 0%;
        text-align: center;
        padding: 30px 0px 0px;
    }
    .abtsec02Cvr p {
        max-width: 83%;
        font-size: 24px;
        line-height: 31px;
    }
    section.abtinSec03 {
        padding: 30px 0px 30px;
    }
    .msgLeftin {
        max-width: 100%;
        text-align: center;
    }
    section.cheirmanIn{padding: 30px 0px;}
    .msgRightin{padding-top: 0px;}
    section.history, section.teams {
        padding: 30px 0px;
    }
    section.history {
        text-align: center;
    }
    h2.histoHd {
        padding-left: 0%;
    }
    .histoLeft {
        padding-right: 0px;
        text-align: center;
        align-items: center;
    }
    .historyHead {
        font-size: 51px;
        line-height: 32px;
        margin-bottom: 20px;
    }
    .histRight {
        padding-left: 0px;
        margin-top: 20px;
    }
    
    section.history ul.nav.nav-tabs {
        margin-top: 30px;
        flex-flow: row wrap;
    }
    section.history button.nav-link.active {
        font-size: 26px;
    }
    .visonCvr {
        background: #0B4276 url(../images/missionbg.png) no-repeat right 0% bottom;background-size: 35%;
        position: relative;text-align: center;
    }
    .misonCvr {
        background: #BDA588 url(../images/visionbg.png) no-repeat left 0% bottom;background-size: 35%;text-align: center;
    }
    section.visionMission:before,section.visionMission:after{display: none;}
    .vismisCvr {
        min-height: auto;
        padding: 40px;
        align-items: center;
        justify-content: center;
    }
    .vismisCvr.misonCvr {
        padding-left: 40px;
    }
    section.history ul.nav.nav-tabs:before {
        background: #f0f0f0 url(../images/star.png) no-repeat left 10px center; }
        section.history ul.nav.nav-tabs:after {
           
            background: #f0f0f0 url(../images/star.png) no-repeat right 9px center;
            
        }
        .teamTop p br,.teamTopinCvr p br {
            display: none;
        }
        .teamBottom {
            margin-top: 30px;
        }
        .teamBottom .col-lg-4.col-md-6 {
            margin-bottom: 30px;
        }
        .teamBottom .row {
            align-items: center;
            justify-content: center;
        }
        .teamTopinCvrBtm{margin: 0px 0px 30px;}
        .teamTopinCvrBtm ul li {
            width: 33.33%;}
            .teamTopinCvrBtm ul li:nth-child(3n){border-right: 0px;}
            .activeinsec01 {
                padding: 30px 0px 0px;
                text-align: center;
            }
            .activeinsec01 img {
         margin: 15px 0px;
            }
            .activeinsections {
                text-align: center;
            }
            .activitTopcvt {
                margin-bottom: 10px;
            }
            ul.activitiUl {
                
                align-items: center;
                justify-content: center;
   
            }
            .activeLeftin {
                padding-right: 0%;
            }
            .actinImg img{width: 100%;}
            section.activitiSec02 {
                text-align: center;
            }
            .activeLeftin {
                padding-right: 0%;
                margin-bottom: 20px;
            }
            section.activitiSec01 {
                padding: 40px 0px 20px;
            }
            .activeRightin{align-items: center;}
            .activeRow {
                margin-bottom: 30px;
            }
            section.news.NewsInnrdetails {
                padding: 40px 0px 0px;
                text-align: center;
            }
            .socialShare {
                display: flex;
                margin-top: 30px;
                align-items: center;
                justify-content: center;
            }
            section.news.NewsInnrsec02 {
                padding: 20px 0px 0px;
            }
            .imgnewsin {
                margin-bottom: 20px;}
                .newsdetin {
                    text-align: center;
                }
                .newsfeatured {
                    margin: 20px 0px 30px;
                }
                .newsfeatured {
                    margin: 10px 0px 30px;
                    padding-top: 30px;
                }
                section.featured .row {
                    justify-content: center;
                }
                section.news.NewsInnrdetails {
                    padding: 25px 0px 0px;
                    text-align: center;
                }
                span.newsdatein {
                    margin-bottom: 5px;}
                    span.heateor_sss_svg {
                        width: 30px !important;
                        height: 30px !important;
                    }
                    section.featured {
                        padding-bottom: 0px;
                    }
                    section.featured {
                        padding-bottom: 0px;
                    }
                    section.careersTopCvr {
                        padding: 40px 0px 20px;
                    }
                    .careeBox {
                        display: flex;
                        align-items: center;
                        justify-content: center;
                        flex-direction: column;
                        text-align: center;
                    }
                    a.vwall.carebtn {
                          margin: 0px auto 20px;
                    }
                    .careerCvr {
                         margin-bottom: 25px;
                    }
                    section.careersTopCvrin {
                        padding: 30px 0px 30px;
                    }
                    .careersLeftIncnt {
                        text-align: center;
                    }
                    .careersLeftIncnt ul {
                        text-align: left;
                    }
                    .careeForm{margin-left: 0px;}
                    section.contactTopCvrin {
                        padding: 30px 0px;
                        text-align: center;
                    }
                    .contactRight { justify-content: center;  }
                    ul.socialcnt {
                        display: flex;
                        margin-top: 0px;
                    }
                    section.contactCvrBtm {
                        padding: 40px 0px;
                        text-align: center;
                    }
                    .contactDet{align-items: center; justify-content: center; flex-direction: column;        margin-top: 10px;}
                    .contactDet .ftrCn {
                        width: 100%;
                        margin-bottom: 15px;
                    }
                        .contactDet .ftrCn span{font-size: 16px;}
                        .contactDet .ftrCn span:after {
                            position: absolute;
                            content: '';
                            width: 27px;
                            height: 3px;
                            background: #BDA588;
                            left: 50%;
                            bottom: -6px;
                            margin-left: -13.5px;
                        }
                        .contactDet .ftrCn:last-child {
                            width: 100%;
                            max-width: 335px;
                        }
                        .map {
                            width: 100%;
                            margin-top: 30px;}
                      .brlsCvrnew p {
        width: 100%;
        display: inline-flex;
        margin-bottom: 15px;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

/*end ipad*/


@media all and (max-width:767px) {

    .container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        width: 95%;
    }
.logo img {
    width: 11.5%;
}
h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
    font-size: 24px;
        margin-bottom: 15px;
        word-break: break-word;line-height: 32px;
}
p {text-align: inherit;}
.mothBtn {
 
    margin-bottom: 20px;
}
.msgLeft {
    padding: 30px 0 0;
}
.header-bottom {
    padding: 10px 0;
}
.bannrHead {
    font-size: 35px;
    line-height: 40px;
}
    .fxdSocial ul li {
        margin-bottom: 0px;
    }
    .fxdSocial {
        right: 15px;
        top: 225px;
        bottom: 0;
    }
.fxdSocial:before{

    display: none;
}
.btn {
    padding: 5px 15px;
}
.bannersec {
    height: 380px;
        background-position: center !important;
}

.counHead {
    font-size: 28px;
    line-height: 28px;
    padding-bottom: 5px;
}
.counterItm {
        padding-bottom: 20px;
}
section.activities .has-bg,.carLeft,.has-bg {
    background-position: right 60px top 10px;
    background-size: 30px;
}
.actHead {
    font-size: 14px;
    line-height: 26px;
    padding: 5px;
}
.company .title {
    background-position: left 60px top 8px;
    background-size: 30px;
}
.clntCvr img {
    height: 50px;
}
.viewAll {
    padding-top: 10px;
}
.newsCvr {
    margin-bottom: 25px;
}
.newsImg img {
    height: 200px;
}
.footMenu {
    padding-bottom: 20px;
}
header.aniPos .logo img {
    width: 8%;
}
body,html{

    overflow-x: hidden !important;
}
    .ourSec {
        background-position: right 60px top 15px;
        background-size: 30px;
    }
    section.section01.inner {
        height: 207px;
        background-position: center;
    }
    .abtsec02Cvr {
        min-height: 120px;
    }
    .bannrHead {
        font-size: 22px;
        line-height: 34px;
        text-align: center;
    }
    p {
        margin-bottom: 15px;
    }
    .bannerCont {
        text-align: center;
        width: 100%;
        max-width: 100%;
    }
   
        section.abtinSec03 .titleCvr {
            text-align: center;
            margin-bottom: 27px;
            font-size: 18px;
            line-height: 26px;margin-bottom: 10px;
        }
        section.abtinSec03 {
            padding: 30px 0px 0px;
        }
        .msgRightin img {
            max-width: 280px;
        }
        section.history .nav-tabs .nav-link {
            margin: 0px 10px;
            padding: 5px 0px;
        }
        section.history ul.nav.nav-tabs {
            margin-top: 30px;
            flex-flow: row wrap;
            align-items: center;
            justify-content: center;
            padding: 10px;
        }
        .vismisCvr{padding: 30px !important;}
        .teamTopinCvrBtm ul li {
            width: 50%;
        }
        .teamTopinCvrBtm ul li:nth-child(3n) {
            border-right: 1px solid #BDA588;
        }
        .teamTopinCvrBtm ul li:nth-child(2n){border-right: 0px;}
        .abtsec02Cvr p {
            max-width: 83%;
            font-size: 20px;
            line-height: 28px;
        }
        section.history ul.nav.nav-tabs:before {
            background: #f0f0f0 url(../images/star.png) no-repeat left 0px center;
        }
        section.history ul.nav.nav-tabs:after {
            background: #f0f0f0 url(../images/star.png) no-repeat right 0px center;
        }
        .teamTopinCvrBtm ul li {
            height: 80px;
        }
        .teamTopinCvrBtm ul li img {
            max-height: 70px;
        }
        .histoLeft:after{display: none;}
        ul.footmenu.\32 col {
            columns: 1;
            -webkit-columns: 1;
            -moz-columns: 1;
        }
        section.activitiSec01 {
            padding: 30px 0px 20px;
        }
        section.activitiSec02 {
            padding: 30px 0px 0px;
        }
                ul.activitiUl li {
            width: 100%;
            height: 130px; margin-bottom: 6px;  }
            .activetpCnt ul {
                margin: 0px 0px 20px;
                padding: 0px;
                text-align: left;
            }
            .activetpCnt ul li,.actvsnelist ul li {
               background: url(../images/star.png) no-repeat left 5px;  }
               ul.activitiUl li:nth-child(2n) {
                margin-right: 0px !important;
            }
               ul.activitiUl li:nth-child(3n){margin-right:2%;}
               section.news.NewsInnr {
                padding: 30px 0px 0px;
            }
            .newsinnermarg {
                margin-bottom: 0px;
            }
            section.careersTopCvr {
                padding: 25px 0px 20px;
            }
            .jobdetbox ul {
                display: flex;
                flex-flow: row wrap;
                align-items: center;
                justify-content: center;
            }
            .jobdetbox ul li {
                padding-left: 40px;
                margin-right: 10px;
                background-size: 15px;
            }
            .jobdetbox {
                margin-bottom: 15px;
            }
            .jobdetbox ul li {
                padding-left: 23px;}
                .careeHead {
                    font-size: 24px;
                    color: #0B4276;
                    line-height: 32px;
                    font-weight: 600;
                    margin-bottom: 12px;
                }
                .careeBox span {
                    margin-bottom: 5px;
                }
                section.careersTopCvrin {
                    padding: 25px 0px 25px;
                }
                .careeForm h1, .careeForm h2, .careeForm h3, .careeForm h4 {
                    color: #fff;
                    font-size: 22px;
                    line-height: 30px;
                    font-weight: 600;
                }
                
::-webkit-input-placeholder { /* Edge */
    color: #A0A0A0;font-size: 17px;
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #A0A0A0;font-size: 17px; 
  }
  
  ::placeholder {
    color: #A0A0A0; font-size: 17px;
  }
  .input-field, textarea{font-size: 17px;}
  section.contactTopCvrin {
    padding: 25px 0px;}
    ul.socialcnt li a {
        width: 34px;
        height: 34px;
          margin: 0px 3px;
    }
    .map iframe {
        width: 100%;
        display: block;
        height: 220px;
    }
    section.contactCvrBtm {
        background: #0B4276;
        margin-bottom: 25px;
    }
    .activetpCnt h3 {
        font-size: 22px;}
        section.activeinsec02 {
            padding-bottom: 0px;
        }
        footer {
            padding: 22px 0 0px;}
            .aniimg {
                
                width: 35px;
                height: 35px;}
                .quick-alo-ph-circle.active {
                    width: 80px;
                    height: 80px;}
                    .contactForm {
    position: relative;
    margin-top: 20px;
}
.activitySlider {
    margin-top: 43px;
}
    section.careers:before, section.careers:after {
        background-size: 100%;
        width: 117px;
        height: 146px;
    }
	.branchsecCvr{text-align:center;}
	.brlsCvr {
    width: 100%;
    text-align: center;
}
	.actvCvr img {
        height: 247px;
    }
            .activetpCnt ul li, .actvsnelist ul li {
           text-align:left;
        }
}