@font-face {

   font-family: Khand;

   src: url('../fonts/Khand-Regular.ttf');

}

@font-face {

   font-family: KhandBold;

   src: url('../fonts/Khand-Bold.ttf');

}

@font-face {

   font-family: KhandLight;

   src: url('../fonts/Khand-Light.ttf');

}

@font-face {

   font-family: KhandMedium;

   src: url('../fonts/Khand-Medium.ttf');

}

@font-face {

   font-family: KhandSemiBold;

   src: url('../fonts/Khand-SemiBold.ttf');

}

*{

	margin:0;padding:0;

}
html{
        scroll-behavior: smooth;
}

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

ul:after, .clear_after:after{content:'';display:block;clear:both;}

.left{float:left;}

.right{float:right;}

body {

    font-family: 'Khand', sans-serif;

}

img{max-width: 100%;}

.bg_color{

	background-color: #f8f8f8;

}

h1,h2,h3,h4,h5,h6{margin:5px 0}

a:hover, a:focus, a:active, a:visited{text-decoration: none;color: #337ab7;}

p {

    font-size: 16px;

    color: #666;

    line-height: 23px;

    letter-spacing: 0.25px;

}

.pd0{padding:0;}

.pdl0{padding-left:0;}

.pdr0{padding-right:0;}

.pdt170{padding-top:170px;}

.pdt70{padding-top:70px;}

.pdtb64{padding:60px 0 40px;}

.mg0{margin:0;}

.mgtp30{margin-top:30px}

.mgb60{margin-bottom:60px}

.mgtb55{margin:50px 0}





/*=======================================     Header    ==========================================*/



.header{

    position: absolute;

    z-index: 10;

    top: 0;

    left: 0;

    right: 0;

}

.header .container {

    padding: 70px 15px 0;

}

img.logo {

    display: inline-block;
    max-width: 300px;
    margin-left: 30px;

}

a.menu_btn {

  display: inline-block;
    background: #ffde00;
    color: #fff;
    font-size: 45px;
    font-weight: bold;
    border-radius: 50%;
    padding: 6px 11px;
    line-height: 38px;
    font-family: arial;
    cursor: pointer;
    transition: 0.5s;
}
a.menu_btn:hover {
    background-color: #6d6e71;
    transform: scale(1.14);
}

.cross {
    padding: 0 !important;
    color: #6d6e71 !important;
}
.cross:hover {
    background-color: rgb(252, 220, 2) !important;
    transform: scale(1);
}


.wrapper.main .container{position:relative;}

.main .bgimg {

    background: url(../img/banner.jpg) no-repeat;

    background-size: cover;

    min-height: 800px;

}

.main h1{

    font-family: KhandLight;

    font-size: 50px;

    text-transform: uppercase;

    width: 50%;

    color: #666;

    margin: 0 0 30px;

}

.menu{

    position: fixed;

    top: 0;

    right: -100%;

    background-color:#ffde00;

    width: calc((100vw - 70%) - 130px);

    height: 100%;

    transition: right 250ms;

    text-align: right;

    padding: 6% 8%;

}

.menu {
  display: none;
}

.menu.show {
  display: block;
}

.menu.show {

    right: 0;

}

.menu.show ul{

    margin-top: 30px;

}

.menu.show ul.page li a {

    font-size: 42px;

    text-transform: uppercase;

    font-family: KhandLight;

    color: #58595b;

}

.menu ul.page li a span{

    position: relative;

}

/*.menu ul.page li a span:before {*/

/*    content: '';*/

/*    width: 60px;*/

/*    height: 1px;*/

/*    background-color:#58595b;*/

/*    position: absolute;*/

/*    left: -95px;*/

/*    top: 50%;*/

/*    display: none;*/

/*}*/

.menu ul.page li a:hover span:before, .menu ul.page li a span.active:before{

    display: inline-block;

}

.menu.show ul.social li {

    float: right;

    margin-left: 5px;

}

.menu.show ul.social li i.fa {

    background: #666;

    border-radius: 5px;

    padding: 8px;

    color: #ffde00;

}



/*=================================  What we Do =======================================*/



.main .abt_bgimg {

    background: url(../img/abt.jpg) no-repeat;

    background-size: cover;

    height: 750px;

}

.main.abt h1 {

    margin: 0 0 10px;

}

.abt p {

    margin: 0;

}

.bbtm {

    background: #ffde00;

    padding: 80px 0;

}

.bbtm h2{

    color:#666;

    font-size: 42px;

    font-family: KhandLight;

    padding-right: 12px;

}

.abt .bbtm h2{

    /*font-size:68px;*/

}

.bbtm ul {

    padding: 0 0 10px 30px;

}

.bbtm ul li {

    font-size: 17px;

    font-family: KhandLight;

    line-height: 25px;

}

.abt .bbtm h4{

    font-family: KhandMedium;

}

.abt .bbtm ul li, .abt .bbtm h4{

    color: #6d6e71;

}



/* ===============================   Footer =============================*/



footer.ftr {

    background: #6d6e71;

}

.ftr h4, .ftr a, .ftr p{

    font-size: 22px;

    font-family: KhandLight;

    line-height: 25px;

    color: #fff;

    text-transform: uppercase;

}
.right_text{
    float: right;
}

.ftr p span {

    display: block;

}

.ftr .col-md-4 {

    padding-right: 120px;

}

.ftr .col-md-4.scnd {

    padding-left: 50px;

}

.ftr .col-md-4.trd {

    padding-right: 100px;

}

.ftr .col-md-4.trd a {

    display: inline-block;

    margin-top: 15px;

}





/* ================================   Who We Are ==========================================*/



.who h1 {

    width: 100%;

    margin: 20px 0 60px;

}

.who .bbtmr a {

    font-size: 20px;

    font-family: Khand;

    margin: 30px 0 0 7px;

    color: #666;

    display: inline-block;

}

.who_we {

    margin: 0 0 70px;

}

.who_we img, .who_we .career {

     width: 100%;
    height: auto;
    display: block;
    min-height: 175px;
    max-height: 500px;

}

.who_we img{

    background: #000;

    cursor:pointer;

}

.who_we .career{

    background: #ffde00;

}

.who_we a.career {

    font-size: 28px;
    padding: 19px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 15px;

}

.who h4{

    font-family:KhandBold;

    font-size: 15px;

    margin: 12px 0 5px;
    text-align: center;

}

.who h5{

    font-family:Khand;

    font-size: 14px;
    margin: 12px 0 5px;
    text-align: center;
}
.contact_link h4{
    margin: 12px 0 2px;
}
.contact_link h5{
    margin: 1px 0 0px;
}

.who h4, .who h5, .who_we a.career{

    color: #6d6e71;
   line-height: 1.1;

}

.offset_15 {

    margin-left: 25%;

}

.modal.fade.in {

    padding: 0 !important;

}

.modal.in .modal-dialog {

    width: 100%;

    margin: 0;

    padding: 0;

}

.modal.in .modal-dialog, .modal-content{

    background: #fff;

}

.modal-header .close {

    background: #6d6e71;

    opacity: 1;

    border-radius: 50%;

    width: 22px;

    color: #fff;

}

.modal-content {

    box-shadow: none;

    border: none;

    border-radius: initial;

    width: 1140px;

    margin: 0 auto;

}

.modal-header{

    border-bottom:none;

}

.who .modal-body h3{

    font-family:KhandBold;

    font-size: 15px;

}

.modal-body .col-md-5 {

    min-height: 500px;

}

.modal-body .col-md-7 {

    padding-left: 50px;

}



/* ====================================     Career       ======================================== */



.career .bbtm {

    margin-top: 170px;

}

.career .bbtm h2 {

    font-size: 74px;

}

.career .bbtm p {

    margin: 0;

}

.career .bbtm a {

    color: #666;

    display: inline-block;

    margin: 35px 0 0;

}

.bbtm a {

    color: #6d6e71;

    font-size: 21px;

    display: inline-block;

    margin-top: 20px;

}





/* =================================    What They Say     ===================================*/



.wsay h1 {

    width: 100%;

    margin: 20px 0 60px;

}

.wsay h3{

    font-size:18px;

    font-family:KhandMedium;

    color:#666;

}

.wsay p {

    font-size:17px;

    margin: 0;

}

.wsay p a{

    font-family:KhandMedium;

    color:#666;

}

.wsay .col-md-6{

    margin: 0 0 50px;

}



/*===================================  Take a Look ====================================*/



.da-thumbs {

    list-style: none;

    position: relative;

    margin: 20px auto;

    padding: 0;

}

.da-thumbs li {

    float: left;

    width:50%;

}
.crd_dnone {
    display: none !important;
}
.fancybox-custom-html.fancybox-content {
    text-align: center;
    align-content: center;
}
.fancybox-custom-html.fancybox-content img {
    width: 80px;
}
ul.social-links {
    display: flex
;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

/*.da-thumbs li:last-child p {*/

/*    color: #000;*/

/*}*/

.da-thumbs li p{

    position: absolute;

    bottom: 18px;

    left: 20px;

    font-size: 32px;

    color: #ccc;

    text-transform: uppercase;

}

.da-thumbs li a,

.da-thumbs li a img {

    display: block;

    position: relative;

}

.da-thumbs li a {

    overflow: hidden;

    cursor: pointer;

}

.da-thumbs li a div {

    position: absolute;

    background: #333;

    width: 100%;

    height: 100%;

}

.da-thumbs li a .one {

    background: #e8a611c7;

}

.da-thumbs li a .two {

    background: #e8a611c7;

}

.da-thumbs li a .three {

    background: #e8a611c7;

}

.da-thumbs li a .four {

    background: #e8a611c7;

}

.da-thumbs li a .five {

    background: #e8a611c7;

}

.da-thumbs li a .six {

    background: #e8a611c7;

}

.da-thumbs li a .sev {

    background: #e8a611c7;

}

.da-thumbs li a .eig {

    background: #e8a611c7;

}

.da-thumbs li a div span {

    display: block;

    text-transform: uppercase;

    color: #fff;

    position: absolute;

    width: 200px;

    top: 40%;

    left: 30%;

}

.p-logo img {
    max-width: 200px !important;
    max-height: 100px !important;
    object-fit: contain !important;
}

.da-thumbs li:hover p {

    bottom: -100%;

}





.look h2{

    font-size:42px;
    text-align: center;
    color:#666;

}

.look p{

    font-size:30px;

    line-height: 32px;

    color:#666;

}



ul.icon li {

    float: left;

    width: 25%;

    min-height: 100px;

    margin: 0 0 70px;

    display: flex;

    align-items: center;

}

ul.icon li img {
    display: block;
    margin: 0 auto;
    max-width: 150px;
    max-height: 90px;
}

.port .modal-dialog{height:100%}

.port .modal.fade.in{background:#fff;width:1000px;

    margin: 20px auto;}

.port .modal-content, .port .owl-carousel .owl-stage-outer{width:960px}

.port .modal-body{padding:0}

.port .owl-carousel{width:960px;margin:0 auto}

.look .tbtm p{font-size:19px;line-height:24px}

.tbtm{padding:0 0 70px 0}

.tbtm h3{margin:0 0 12px}

.tbtm h2{margin:0 0 50px}

.tbtm .alignleft{width:70%}

.alignleft{float:left}

.m0{margin:0}


/* footer extre css */

.flex {
    padding: 0 !important;
    display: flex;
    gap: 25px;
}
.new_footer {
    padding: 0 !important;
    text-align: right;
        white-space: nowrap;
}
ul.inline-flex {
    display: block;
}

/*ul.inline-flex {*/
/*    display: inline-flex;*/
/*}*/
.gap h4 {
    margin-bottom: 35px;
}
.new_footer h4, .new_footer p, .col-md-4.col-sm-4.col-xs-12.trd.right_text.new_footer a{
    margin: 0px ;
}
.new_footer span {
    color: white;
    font-size: 18px;
    padding: 0 5px;
}
.new_footer p{
    text-transform: lowercase;
}

.gap .col-xs-12 .text-right .ftr a{  text-transform: lowercase;}
/**/

.col-md-4.col-sm-4.col-xs-12.trd.right_text.new_footer {
    width: 48%;
        white-space: normal;
}
    .col-md-4.col-sm-4.col-xs-12.fst.flex {
        width: 52%;
    }
    
    
    
     .right-side_new_footer {   display: inline-flex;
    font-size: 20px;
    }
    .new_footer span.uppercase {
    padding: 0;
     font-size: 22px;
         text-transform: uppercase;
}
.flex-box.\33 line_address span {
    display: inline-block;
}

.fancybox-bg{
        background: #fff !important;
}
.profile_section .row{ 
    display: flex;
}


.profile_section .row .image {
    display: none;
}
.profile_section .row .text {
    margin: 35px auto;
    margin-bottom: 70px;
}
p{
    font-size: 15px;
}

h1{
        font-size: 42px !important;
}


.menu ul.page li a span.active {
    color: #000;
}

.menu ul.page li a span:hover {
    color: #000;
}

.fancybox-image{
    object-fit: contain;
}
.centre {
    display: flex;
    align-items: center;
    justify-content: center;
}

.look img {
    vertical-align: middle;
    margin: auto;
}


.look .mgtb55 p{
        text-align: center;
}
/**/
.wrapper.main.let-talk, .wrapper.main.wsay {
    min-height: 680px;
}
form#contact-form-1{
    margin-bottom: 40px;
}

.let-talk h1{
    width: 100%;
    margin: 0px 0 20px;
    text-align: center;
}

  .let-talk .form_field {
        width: 100%;
    max-width: 600px;
    min-width: 300px;
        margin: auto;
    margin-top: 10px 
    }

.let-talk input, .let-talk textarea{
    width: 100%;
    border: 1px solid #959494;
    padding: 10px;
    font-size: 17px;
}

.let-talk button {
              padding: 10px 50px;
    font-size: 17px;
    display: flex
;
    margin: auto;
    background: rgb(255, 222, 0);
    border: 0;
    color: rgb(109, 110, 113);
    align-items: center;
    align-content: center;
    text-align: center;
    transition: all 0.5s;
}
.let-talk button:hover{
     background: rgb(109, 110, 113);
     color: rgb(255, 222, 0) ;
}


.divider {
    padding-top: 50px;
}

img.increse{
        max-width: 240px !important;
    max-height: 120px !important;
    object-fit: contain !important;
}

img.increse10{
        max-width: 220px !important;
    max-height: 110px !important;
    object-fit: contain !important;
}

.bbtm h2 a{
    color: #666;
    font-size: 42px;
    font-family: KhandLight;
    padding-right: 12px;
}
.bbtm h2 a:hover{
    color: #fff;
}

.who .bbtm a:hover{
    color: #fff;
}

h2.text-center.big {
    font-size: 52px;
}



    /* ------- */
    
    
 @media (min-width: 2000px) and (max-width: 5000px) { .menu {
    width: calc(100vw - 70%);
}
.main .abt_bgimg, .main .bgimg {
    height: 1700px;
}

    }
    

@media only screen and (max-width: 2000px){
.menu {
    padding: 4% 2%;
    padding-right: 4%;
}
.main .bgimg{
    background-size: 100% 100%;
}
}
@media only screen and (max-width: 1600px){
.menu {
   padding: 4% 2%;
    padding-right: 4%;
}
}
@media only screen and (max-width: 1400px){
.menu {
    padding: 4% 2%;
    padding-right: 4%;
}
}

@media only screen and (max-width: 1365px){
.menu {
  padding: 4% 2%;
    padding-right: 4%;
    width: calc((100vw - 61%) - 130px);
}
}

@media only screen and (max-width: 1200px){
.main .bgimg.col-md-6, .main .abt_bgimg{
    width:100%;
}
.main .col-md-5.col-md-offset-1 {
    width: 100%;
    margin: 40px 0;
}
.main .bgimg{
    background-size: 100% 100%;
}
.container {
    width: 100%;
}
.ftr .col-md-4 {
    padding-right: 0px;
}
.nav {
    margin-right: 42px;
    margin-top: -10px;
}
.tbtm .alignleft {
    width: 67%;
}
.main h1 {
    width: 100%;
}
   /**/
.col-md-4.col-sm-4.col-xs-12.trd.right_text.new_footer {
    width: 48%;
}
.col-md-4.col-sm-4.col-xs-12.fst.flex {
    width: 45%;
}
.menu {
  padding: 4% 2%;
    padding-right: 4%;
    width: calc((100vw - 45%) - 135px);
}
}

@media only screen and (max-width: 1023px){
.main .bgimg {
    background-size: 110% 100%;
}
img.logo {
    margin-left: 15px;
}
.menu {
    padding: 9% 7%;
}
.nav {
    margin-right: 36px;
    margin-top: 0px;
}
a.menu_btn {
    width: 38px;
    height: 38px;
}
.pdt170 {
    padding-top: 140px;
}
.container.pdt170 .col-sm-offset-1 {
    margin-left: 4.333333%;
}
.container.pdt170 .col-sm-5 {
    width: 45.11111%;
}
.container .col-sm-5.bbtmr {
    width: 100%;
    margin: 0;
}
.ftr .col-md-4.trd {
    padding-right: 10px;
}
.offset_15 {
    margin-left: 0;
}
.port .modal.fade.in, .port .owl-carousel {
    width: 90%;
}
.port .modal-content, .port .owl-carousel .owl-stage-outer {
    width: 100%;
}
.wsay .col-xs-12 {
    width: 510px;
    margin: 0 auto 40px;
    float: none;
}
.ftr .col-md-6.col-xs-12 p {
    text-align: center;
}
.tbtm .alignleft {
    width:55%;
}


/**/
a.menu_btn {
display: inline-block;
    background: #ffde00;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    border-radius: 50%;
    padding: 0px 6px;
    line-height: 38px;
    font-family: arial;
    cursor: pointer;

}
/**/


}

@media only screen and (max-width: 939px){
.main .bgimg {
    min-height: 740px;
}
.main.abt .col-md-5{
    padding: 30px 20px;
}
.main.abt .col-md-5.col-md-offset-1 {
    margin:0;
}
   /**/
.col-md-4.col-sm-4.col-xs-12.trd.right_text.new_footer {
    width: 48%;
        white-space: normal;
}
    .col-md-4.col-sm-4.col-xs-12.fst.flex {
        width: 52%;
    }

}

@media only screen and (max-width: 767px){
.main .bgimg {
    min-height: 450px;
    background-size: 100% 100%;
    /*background-size: initial;*/
    /*background-position: 0px -220px;*/
}
.menu {
    padding: 6% 7%;
}
.pdt170 {
    padding-bottom: 30px;
}
.header .container {
    padding: 30px 15px 0;
}
.pdt170 {
    padding-top: 90px;
}
.nav {
    margin-right: 30px;
    margin-top: 5px;
}
.menu.show ul {
    margin-top: 0;
}
.menu.show ul.page li a {
    font-size: 25px;
}
.main h1, .main.abt h1 {
    margin: 20px 0;
}
.container.pdt170 .col-sm-5 {
    width: 100%;
}
.container.pdt170 .col-sm-offset-1 {
    margin-left: 0;
}
.who_we {
    margin: 0 0 40px;
}
.main .abt_bgimg {
    height: 450px;
    background-size: 100% 150%;
    background-position: 0 50%;
}
.col-xs-12.bbtml .col-xs-12 {
    width: 50%;
}
.bbtm {
    padding: 30px 0;
}
.bbtm h2 {
    font-size: 30px;
}
.ftr h4, .ftr a, .ftr p, .ftr ul li {
    text-align: center;
}
.ftr .col-md-4.scnd {
    padding-left: 0;
}
.ftr .col-md-4.trd a {
    width: 100%;
}
.career .bbtm h2, .look h2, h2.text-center.big {
    font-size: 36px;
}
.tbtm .alignleft {
    width: 72%;
}
.tbtm {
    padding: 0 0 20px 0;
}
.ftr h4, .ftr a, .ftr p {
    font-size: 18px;
    line-height: 20px;
}


/**/
.new_footer span {
    color: white;
    font-size: 15px;
    padding: 0 5px;}
.gap h4 {
    margin-bottom: 16px;
}
.flex {
    padding: 0 !important;
    display: flex;
    gap: 15px;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
}
.new_footer {
    margin: 20px 0;
        white-space: normal;

}
.col-md-4.col-sm-4.col-xs-12.fst.flex {
    width: -webkit-fill-available !important;
}
ul.inline-flex {
    display: inline-flex;
    width: -webkit-fill-available;
    justify-content: center;
}
.col-md-4.col-sm-4.col-xs-12.trd.right_text.new_footer {
    width: 100%;
}
.col-md-4.col-sm-4.col-xs-12.fst.flex {
    width: 100%;
}
p.right-side_new_footer {
    display: flex
;
    justify-content: center;
}
ul.icon li {
    float: left;
    width: 32%;}
/**/
.da-thumbs li a div span {

    display: block;

    text-transform: uppercase;

    color: #fff;

    position: absolute;

    width: 100px;

    top: 40%;

    left: 33%;

}

.p-logo img {
    max-width: 100px !important;
    max-height: 50px !important;
    object-fit: contain !important;
}






@media only screen and (max-width: 639px){
.nav {
    margin-right: 25px;
}
.tbtm .alignleft {
    width: 68%;
}
.let-talk .form_field {
    width: 93%;
    max-width: 400px;}
    .wrapper.main.let-talk {
    min-height: max-content;
}
.divider {
    padding-top: 30px;
}
}
@media only screen and (max-width: 567px){
.main .bgimg {
    /*background-position: 0px -160px;*/
}
.da-thumbs li {
    width: 100%;
}
.main h1 {
    font-size: 44px;
}
ul.icon li {
    width: 50%;
    margin:0;
    min-height: 112px;
}
.wsay .col-xs-12 {
    width: 100%;
}
img.logo {
    margin-left: 0;
}
.menu {
    width: calc((100vw - 14%) - 110px);
}
.col-xs-12.bbtml .col-xs-12 {
    width: 100%;
}
.menu ul.page li a span:before {
    width: 50px;
    left: -65px;
}
.nav {
    margin-right:12px;
}
a.menu_btn {
    font-size: 26px;
    padding: 0px 9px;
}
.tbtm .alignleft {
    width: 61%;
}
}

@media only screen and (max-width: 479px){
.main .bgimg {
    min-height: 350px;
}
.nav {
    margin-top: -8px;
}
.main .abt_bgimg {
    height: 350px;
    background-size: 100% 180%;
}
.tbtm .alignleft {
    width: 100%;
    float: none;
}
.tbtm > .col-md-6 {
    margin: 0 0 30px;
}
.tbtm {
    padding: 0;
}
.look .tbtm p {
    text-align: justify;
}
.new_footer span.uppercase
 {
    padding: 0;
    font-size: 18px;}
.fancybox-custom-html.fancybox-content img {
    width: 40px;
}

.da-thumbs li a div span {

    display: block;

    text-transform: uppercase;

    color: #fff;

    position: absolute;

    width: 70px;

    top: 40%;

    left: 33%;

}

.p-logo img {
    max-width: 90px !important;
    max-height: 45px !important;
    object-fit: contain !important;
}
    
}

@media only screen and (max-width: 359px){
.main .bgimg {
    /*background-position: 0px -100px;*/
}
.main h1 {
    font-size: 32px;
}
.menu ul.page li a span:before {
    width: 30px;
    left: -35px;
}
ul.icon li img {
    display: block;
    margin: 0 auto;
    max-width: 120px;
    max-height: 70px;
}

}