@-ms-viewport{
    width: device-width;
}

/* Raleway Font */

@font-face {
  font-family: Raleway;
  src: url("../fonts/Raleway/Raleway-Light.ttf") format("opentype");
}

@font-face {
  font-family: RalewayBold;
  font-weight: bold;
  src: url("../fonts/Raleway/Raleway-Bold.ttf") format("opentype");
}


@font-face {
  font-family: RalewayMedium;
  src: url("../fonts/Raleway/Raleway-Medium.ttf") format("opentype");
}

@font-face {
  font-family: RalewayRegular;
  font-weight: 700;
  src: url("../fonts/Raleway/Raleway-Regular.ttf") format("opentype");
}


/* Gotham */
@font-face {
    font-family: Gotham;
    src: url("../fonts/Gotham/Gotham-Font/Gotham-Light.otf") format("opentype");
  }
  
  @font-face {
    font-family: GothamBold;
    font-weight: bold;
    src: url("../fonts/Gotham/Gotham-Font/Gotham-Bold.otf") format("opentype");
  }
  
  
  @font-face {
    font-family: GothamMedium;
    font-weight: 600;
    src: url("../fonts/Gotham/Gotham-Font/GothamMedium.ttf") format("opentype");
  }
  

/*------------------------------------------------------------------------------------------*/

html {
scroll-behavior: smooth;
box-sizing: border-box;
overflow-x: hidden;
} 

body  {
    width: 100%;
    height: 100%;
    font-family: Raleway;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

/* NAVBAR START */
.navbar  {
    width: auto;
    height: auto;
    
}

.fixed-top{
    position: fixed;
}

.navbar-nav {
    width: auto;
    padding: 20px 0;
    
}

.navbar-light .navbar-nav .nav-link{
    font-family: Raleway;
    font-style: normal;
    font-weight: 600 ;
    font-size: 18px;
    line-height: 19px;
    flex-grow: 0;
    margin: 5px 10px;
    color: #2B3D71;
}

.navbar-light .navbar-nav .nav-link:hover {
   font-family: RalewayBold;
    font-size: 19px;
    transition: all .3s ease;
    color: #B96A10  !important;
}

.nav-logo {
    position: absolute;
    left: 88.08px;
    top: 11.29%;
    
}

.logoID {
    left: 88.08px;
    display: flex;
    position: relative;
    margin-top: 70px;
    height: 20px;
    padding: 0;
}

.logoID p{
    padding: 0 7px;
    color: #545454;
    font-family: Raleway;
    font-weight: 500;
    text-decoration:none !important;
}

.logoID a:hover{
    color:#B96A10
}
    
.vlH {
    border-left: 1px solid grey;
    height: 15px;
    margin-top: 5px;
    
}

.vlF1 {
    border-left: 1px solid grey;
    height: 15px;
    margin-top: 15px;
    
}



.navbar-collapse{
    
    justify-content: flex-end ;
    width: auto;

}


.navbar-light .navbar-nav .nav-link{
    color: #020101 !important;
}


.navbar-light .navbar-nav .nav-link.active {
    color:#B96A10 !important;
}

/*
.searchButton {
    margin-top: 3px;
    width: 38px;
    height: 38px;
    left: 1807px;
    top: 42px;
    background: #B96A10;
    border: 1px solid #B96A10;
    box-sizing: border-box;
    border-radius: 10px;
    color: #fff;
    margin-left: 15px;
}
*/

/* ------------------------ Search Button Start ------------------------------- */
/*

.buscar-caja {
    position: relative;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #2f3640;
    border-radius: 40px;
    margin-left: 10px;
   }
   
   .buscar-caja:hover > .buscar-txt {
    width: 200px;
    padding: 0 6px;
   }
   
   .buscar-caja:hover > .buscar-btn {
    background: #B96A10;
    color: #fff;
    text-decoration: none !important;
   }
   
   .buscar-btn {
    color: #e84118;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #B96A10;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.4s;
    color: white;
    cursor: pointer;
    
   }
   
   .buscar-btn > i {
    font-size: 15px;
   }
   
   .buscar-txt {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    border: none;
    background: none;
    outline: none;
    float: left;
    padding: 0;
    color: #000;
    transition: 0.5s;
    line-height: 45px;
    width: 0px;
}
*/

/* ------------------------ Search Button End ------------------------------- */


/* ------------------------ Language Button Start ------------------------------- */


.langButton {
    border: 1px solid #E9E9E9;
    border-radius: 10px;
    background-color: #fff;
    width: 115px;
    height: 35px;
    /*top: 28px;*/
    box-shadow: rgba(185, 106, 16, 0.24) 0px 3px 8px;
}

.flag_turkey {
    width: 30px;
    height: 30px;
    /*border-radius: 50%;*/
    margin: 7px 18px;
    transition: transform .8s;
}


.flag_turkey:hover{ 
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}

.flag_england {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin: 0 5px;
}

.flag_england_text {
    display: inline !important;
    padding: 0;
}

/*
.langButton {
    padding: 0 15px 0 100px;
}

*/


.dropdown-item {
    padding: 0 !important;
    font-family: Raleway !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15px !important;
    
}


.dropdown-item:hover {
    background-color: transparent !important;
    transition: none !important;
    font-family: Raleway !important;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.dropdown-menu {
    padding: 5px 0 !important;
    border-radius: 10px !important;
    min-width: 115px !important;
    height: 35px !important;
    margin: .125rem 10px !important;
}

/* ------------------------ Language Button End ------------------------------- */

/* NAVBAR RESPONSIVE START */


@media(max-width: 786px) {

    .nav-logo{
        position: relative;
        left: 5%;
        width: 170px;
    }

    .navbar-light .navbar-toggler{
        margin-top: 10px;
    }

    .navbar-light .navbar-nav .nav-link {
        font-size: 15px;
    }

    .fixed-top{
        position: relative !important;
    }

    .logoID {
        margin-left: 0px;
        position: relative;
        left: 0;
        margin: 0;
    }

    .dropdown-menu {
        padding: 5px 0 !important;
        border-radius: 10px !important;
        min-width: 115px !important;
        height: 35px !important;
        margin: .125rem 10px !important;
    }
    
    .navbar-nav .dropdown-menu {
        float: left !important;
    }

    .vlF1 {
        display: none;
        
    }

    .sliderImgGoldenGlobe {
        padding-left: 0 !important;
    }

    

}

/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .logoID {
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0  !important;
    }

    .vlF1 {
        margin-top: 7px;
        
    }

    .nav-logo {
        left: 28.08px;

    }

    .logoID {
        left: 28.08px;
    }

    


}

/* ------------------ IPad  Pro --------------------- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .nav-logo {
        left: 1%;
    }

    .logoID {
        left: 10%;
    }

    .logoID {
        position: relative;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        padding: 0  !important;
    }
/*
    .textArea {
        margin-top: 0 !important;
    }*/

    .vlF1 {
        margin-top: 7px;
    }
/*
    .navbar-collapse {
        justify-content: center !important;
    }
*/
    
  }


  @media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) { 

    .navbar-light .navbar-nav .nav-link{ 
        margin: 5px 5px !important;
        font-size: 12px !important;
    }

    .headerText {
        font-size: 35px !important;
        line-height: 50px !important;
    }

    .headerTextAlt {
        font-size: 55px !important;
    }

    .seeAllProject {
        margin-top: -45px !important;
    }

    #header .owl-nav {
        margin-top:  0!important;
    }

    .owl-theme_header {
        padding-top: 0 !important;
    }

    .nav-logo {
        left: 28.08px;

    }

    .logoID {
        left: 28.08px;
    }


  }

/* NAVBAR RESPONSIVE END */

/* NAVBAR END */


/*-------------------------------------------------------------------------------------------------------*/

/* HEADER START */

header {
    position: relative;
    width: auto;
    height: 100vh;
    top: 100px;
}

.headerContainer {
    width: auto;
    height: 100%;
    /*max-width: 1300px !important;*/
    background-repeat: no-repeat;
    background-size: 14em;
    background-position-x: left;
    
}

.HomeHeader_bg {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    transform: skewY(-4deg);
    transform-origin: top left;
    z-index: -1;
    height: 100%;
}

.owl-theme_header {
    padding-top: 50px;
}


.textArea{
    margin-top:160px;
    
}

.headerText{
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: 600;
    font-size: 45px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #1D3E89;
    margin-bottom: 5px;
}

.headerTextAlt{
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 60px ;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #B96A10;
    margin-bottom: 0 ;
}

.headerTextIcSayfa{
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 65px;
    letter-spacing: 0.02em;
    color: #1D3E89;
    margin-bottom: 5px;
}

.headerTextAltIcSayfa{
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 60px ;
    line-height: 60px;
    letter-spacing: 0.02em;
    color: #B96A10;
    margin-bottom: 0 ;
}

.headerLink{
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1D2334;
    margin-left: 50px !important;
    text-decoration: none !important;
    transition: transform .5s;
}

.headerLink:hover{ 
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
    margin-left: 20px;
}

.headerParagraph {
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: 0.5px;
    margin-top: 30px;
}

.ImageArea{
    /*margin-top: 50px;*/
    display: flex;
    width: auto;
    justify-content: center;
}

.sliderImg1 {
    width: 80% !important;
    height: auto;
    margin-right: 50px;
    transition: transform .7s;
    border-radius: 10px;
    margin-top: 100px;
}

.sliderImg1:hover {
    transform: translateY(-20px);
    z-index: 99;  
}


.sliderImg2 {
    width: 90% !important;
    height: auto;
    box-shadow: #000;
    height: auto;
    transition: transform .7s;
    border-radius: 10px;
    margin-top: 100px;
}

.sliderImg2:hover {
    transform: translateY(20px);
    z-index: 99;  
}

.sliderImgGoldenGlobe {
    width: 100%;
    height: auto;
    padding-left: 50px;
    transition: transform .7s;
    margin-top: 50px;
}

.sliderImgGoldenGlobe:hover {

    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.0);
    transform: scale(1.0);

 }

 .GoldenGlobeheaderLink{
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #1D2334;
    margin-top: 250px;
    margin-left: 20px;
    text-decoration: none !important;
    transition: transform .5s;
}

.GoldenGlobeheaderLink:hover{ 
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
    margin-left: 20px;
}

 .sliderImgFactory {
    width: 100%;
    height: auto;
    border-radius: 10px; 
    box-shadow: rgba(169, 191, 217, 0.45) 0px 5px 15px;
    transition: transform .7s;
    margin-top: 50px;
 }

 .headerTextFactory {
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 45px;
    line-height: 60px;
    letter-spacing: 0.01em;
    color: #1D3E89;
    margin-bottom: 5px;
 }
/*
 .seeAllProject {
    margin-top: 0px;
 }
*/


/*  HEADER Owl Carousel */


#counter_hd{
    margin-left: 47px;
    position: absolute;
    z-index: 5;
    /*margin-top: -68px;*/
    font-family: 'Raleway';
    font-size: 16px;
    /*color: #B96A10;*/
    margin-top: 25px;
}

.itemCounterJS {
    font-size:36px;
    display:inline-block; 
    color: #B96A10; 
    font-family:RalewayMedium; 
    padding-bottom:10px;
}

.owl-nav { display: block !important; }


#header .owl-nav {
    float: left;
    margin-left: -50px;
    position: absolute;
    margin-top: 45px;
    
}

.IconImgHeader {
    width: 12px;
    margin-top: -5px;
}


#header .owl-nav .owl-prev, #header .owl-nav .owl-next {
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
    background: #fff;
    border: 1px solid;
    border-radius: 60%;
    cursor: pointer;
    padding-left: 6px !important;
    padding-right: 6px !important;
}


#header .owl-theme .owl-nav [class*=owl-] {
    
    margin: 0 60px;
}

#header .owl-theme .owl-dots {
    display: none  !important;
}


.headerText {
    font-family:RalewayMedium;
}


/*
.Slider3 {
    width: 90%;
    height: 90%;
    top: 50px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}


.SliderTextArea1 {
    width: 350px;
    height: 250px;
    background-color: rgba(29, 62, 137, 0.3);
    z-index: 1;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 50px;
    position: absolute;
    margin-top: 20px;
    right: 0;
    margin-right: 50px;
    transition: transform 0.8s ease;
    transform: translateY(0px);
}


.SliderTextArea1:hover { 
    transform: translateY(-10px);
    z-index: 99;
    filter: drop-shadow(2px 2px 5px #1D3E89);
  }
  

.SliderTextAreaHeader1 {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 21px;
    color: #fff;   
    padding: 30px; 
    position: relative; 
    opacity: initial;
    text-align: center;
    z-index: 2;
}

.SliderTextAreaParagraph1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #fff;   
    padding: 20px; 
    position: relative; 
    opacity: initial;
    text-align: center;
    z-index: 2;
}



.SliderImage2 {
    border-radius: 20px;
    filter: blur();
    transition: transform 0.7s ease;
    transform: translateY(0px);
}

.SliderImage2:hover { 
    transform: translateY(30px);
    z-index: 99;
    filter: drop-shadow(0,123,255 #1D3E89);
}



.SliderTextArea2 {
    position: absolute;
    margin-top: 50px;
    right: 0;
    margin-right: 50px;
    width: 400px;
    height: auto;
    background: rgba(0,123,255,0.3);
    z-index: 1;
    border-radius: 10px;
}

.SliderTextAreaHeader2 {
font-family: RalewayBold;
    font-style: normal;
    font-weight: 600;
    font-size: 44px;
    line-height: 21px;
    color: #fff;   
    padding: 30px; 
    position: relative; 
    opacity: initial;
    text-align: center;
    z-index: 2;
}
*/
/*----------------------------------------------*/


/* HEADER RESPONSIVE START */

@media(max-width: 786px) {

    header {
        top:0;
        height: auto;
    }

    .headerText {
        font-size: 45px;
        margin-top: 100px;
    }

    .headerTextAlt {
        font-size: 55px;
    }

    .ImageArea {
        display: grid;
        padding-bottom: 30px;
    }

    .sliderImg1 {
        display: none  !important;
       /* padding: 30px 0;
        width: 50% !important;
        margin: 0;*/
    }

    .sliderImg2 {
        /*display: none  !important;*/
        width: auto !important;
        margin-top: 50px;
    }

    .textArea {
        margin:auto;
    }

    .headerContainer {
        height: auto;
    }

    .headerLink {
        margin: 0;
    }

    #counter_hd {
        margin-top: -5px;
        margin-left: 134px;
    }

    #header .owl-nav {
        margin-top: 15px;
        margin-left: 35px;
    }

    .GoldenGlobeheaderLink{
        margin-left: 120px;

    }

    .headerTextFactory {
        font-size: 45px;
        margin-top: 100px;
    }

    .seeAllProject {
        margin-top: -50px;
        text-align: center !important;
    }

    .headerLink {
        margin: 0 !important;
    }
}

/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1023px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    header {
        height: auto;
    }

    .headerContainer {
        height: auto;
    }

    .ImageArea {
        display: flex;
    }

    .sliderImg1 {
        padding: 0 20px;
    }

    .textArea {
        margin: 20px;
    }

    .headerText {
        line-height: 45px;
    }
/*
    .headerText {
        font-size: 35px;
    }

    .headerTextAlt {
        font-size: 35px;
    }
*/
    .headerParagraph {
        font-size: 12px;
    }

    .GoldenGlobeheaderLink{
        margin-left: 120px;

    }
  
    #header .owl-nav {
        margin-top: -100px;
        margin-left: 0;
    }

    #counter_hd {
        margin-top: -95px;
    margin-left: 100px;
    }

    .seeAllProject {
        margin-top: -50px;
        text-align: left !important; }
}

/* ------------------ IPad  Pro --------------------- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    header {
        height: auto;
    }


    .headerContainer {
        height: auto;
    }

    

    .headerText {
        line-height: 55px;
    }

    .headerText {
        font-size: 45px;
    }

    .headerTextAlt {
        font-size: 45px;
        margin-bottom: 0;
    }

    .headerParagraph {
        font-size: 14px;
    }

   /* .textArea {
        margin-top: 150px;
    }*/

    #counter_hd {
        margin-left: 60px;
    }
/*
    #header .owl-nav {
        margin-left: 20px;
    }
*/
    .GoldenGlobeheaderLink{
        margin-left: 120px;

    }

    #header .owl-theme .owl-nav [class*=owl-] {
        margin: 0 65px;
    }

    .nav-link {
        margin: 5px !important;
        font-size: 12px !important;
    }
}

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px) { 

  .headerTextFactory {
      font-size: 35px !important;
      line-height: 50px !important;
  }

  .headerTextAlt {

      margin-bottom: 0;
  }

  .WWD_Paragraph2 {
      font-size: 14px;
  }

  .sliderImg1{
    width: 70% !important;
  }

    #counter_hd {
        margin-top: -20px;
    }

    .textArea {
        margin-top: 100px;
    }
}





/* HEADER RESPONSIVE END */

/* HEADER END */


/*-------------------------------------------------------------------------------------------------------*/



/* MAIN SECTION START */



/*  WHAT WE DO SECTION START */

.whatWeDoSection {
    width: auto;
    height: auto;
    margin-bottom: 100px;
    margin-top:200px;
}


.SectionFirstRow {
    width: auto;
    height: auto;
    /*position: relative;*/
    display: flex;
}


.SectionFirstColumn {
    width: auto;
    height: auto;

}


.SectionFirstLeftSide {
    width: auto;
    height: auto;
    float: left;
    background-repeat: no-repeat;
    /*margin-left: -50px;*/
    background-position: center;
}


.sectionHeaderDiv2 {
    margin-left: 65px;
}


.sectionHeader {
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: 600;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0.03em;
    color: #1D3E89;
}

.sectionHeaderSpan {
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: normal;
    font-size: 35px;
    line-height: 33px;
    letter-spacing: -0.01em;
    color: #1D3E89;

}

.sectionParagraphDiv {
    padding-top: 30px;
}


.sectionParagraph {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: 0.3px;
    color: #1D2334;
}

.sectionButton {
    width: 125px;
    height: 30px;
    left: 226px;
    top: 1473px;
    border: 1px solid rgba(185, 106, 16, 0.5);
    box-sizing: border-box;
    border-radius: 12px;
    background: transparent;
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #1D3E89;
    transition: transform .5s;
}


.sectionButton:hover {
    border: 2px solid rgba(185, 106, 16, 0.5);
   -ms-transform: scale(1.2);
   -webkit-transform: scale(1.2);
   transform: scale(1.2); 
}


.SectionFirstCarousel {
    float: right;

}

.slideContainer {
    width:auto;
    height: auto;
    margin:15px auto;
    
}

/*
.slides {
    transition: transform .7s;
}

.slides:hover {

   -ms-transform: scale(1.1);
   -webkit-transform: scale(1.1);
   transform: scale(1.1); 
}
*/

.joinImgs {
    position: relative;
    display: flex;
}

.joinImg1 {
    border-radius: 20px;
}


.joinImg2 {
    border-radius: 20px;
}





/*  What We Do Section Owl Carousel */

#Section1 .owl-nav {
    float: right;
    /*margin-top: -50px;*/
    margin-right:50px;
    position: relative;
    z-index: 2;
    
}

.IconImg {
    width: 12px;
    margin-top: -5px;
}

#section1  .owl-nav .owl-prev:hover, #Section1 .owl-nav .owl-next:hover {
    /*background: black  !important;*/
    outline: none  !important;
    opacity: 1 !important;
}

    
#Section1 .owl-nav .owl-prev, #Section1 .owl-nav .owl-next {
    outline: none;
    opacity: 0.6;
    transition: all .5s ease;
    background: #545454;
    border: 1px solid;
    border-radius: 50%;
    padding-left: 6px !important;
    padding-right: 6px !important;
}


.owl-theme .owl-nav [class*=owl-] {
    padding: 0 4px !important;
}
/*----------------------------------------------*/


.SectionSecondRow {
    width: auto;
    height: auto;
    display: flex;
    
}


.SectionSecondColumn {
    width: auto;
    height: auto;
    display: flex;
    margin-top:50px;
}


.cardHeader {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #1D3E89;
}


.cardParagraph {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #1D2334;

}


.vl {
    border-left: 2px solid #fafafa;
    height: 247px;
    position: absolute;
    left: -10px;
    margin-left: -3px;
    top: 0;
  }


.cardIcon img {
    transition: transform .7s;
}


.cardIcon img:hover {
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2); 
}


/* WHAT WE DO RESPONSIVE START */

/* ------------------ Mobile ------------------------- */


@media(max-width: 768px) {

    .SectionFirstColumn {
        display: block;
    }

    .SectionFirstLeftSide {
        margin-left: 0;
    }

    .sectionHeaderDiv {
        margin-left: 0px;
    }

    .SectionFirstCarousel {
        padding-top: 30px;
    }
    
    .whatWeDoSection {
        width: auto;
        height: auto;
        margin-top:100px;
        margin-bottom: 100px;
    }

    .vl {
        display: none;
    }

    .SectionSecondColumn {
        display: block;
    }

    .SectionSecondCard {
        padding: 20px;
    }

    .cardIcon {
        text-align: center;
    }

    .cardHeader {
        text-align: center;
    }

    .cardParagraph {
        text-align: center;
    }

    .sectionButtonDiv {
        text-align: center;
    }

    .sectionHeader { 
        font-size: 32px;
        text-align: center;
    }

    #Section1 .owl-nav {
        /*margin-top: -30px;*/
        margin-right: 40px;
    }

}



/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {



    .SectionSecondColumn {
        display: flex;
    }

    .sectionParagraph{
        font-size: 14px;
        line-height: 20px;
    }
}

/* ------------------ IPad  Pro --------------------- */
@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .whatWeDoSection {
        height: auto;
        margin-bottom: 100px;
    }

    .SectionFirstLeftSide {
        margin-left: 0;
    }

    #Section1 .owl-nav {
        margin-top: -40px;
        
    }

}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) {

    .headerTextAlt {
        font-size: 50px !important;
    }

    .whatWeDoSection {
        margin-top: 300px;
    }
  }

/* WHAT WE DO RESPONSIVE END */

/*  WHAT WE DO SECTION END */


/*---------------------------------------------------------------------------------------------------------------*/


/*  RECENT SECTION START */


.RecentSection{
    width: 100%;
    height: auto;
    position:relative;
    padding:20px;
    box-sizing:border-box;
    overflow: hidden;
    padding-bottom: 200px;
}

.header_Bg  {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    transform: skewY(-4deg);
    transform-origin: top left;
    z-index: -1;

}


.SectionSecondContainer {
    margin-top:100px;
}


.SectionSecondColumn_1 {
    margin-left: -50px;
}


.breadcrumbColumn {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 15px;
    letter-spacing: -0.02em;
    color: #545454;
    padding: 20px 0;
    margin-left: 20px;
}



.sectionHeaderDiv_2 {
    padding-bottom: 50px;
}


.SectionSecondColumn_2 {
    width: auto;
    height: auto;
    display: flex;
}

.ImageContainer {
  width: 100%;
  height: auto;
}


.ImageContainerImg {
    width: 100%;
    height: auto;
 }



.ImageContainerBtn {
    width: 154px;
    height: 25px;
    position: absolute;
    top: 72%;
    left: 51%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background: #082168;
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;
    border-radius: 12px;
    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
}


.ImageContainerP {
    position: absolute;
    top: 32%;
    left: 23%;
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 23px;
    color: #082168;
}


/* --------------------------- Recent Section IMage Boxes --------------------------- */
.grid {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	/*width: 48%;*/
	background: #3085a3;
	text-align: center;
	cursor: pointer;
    border-radius: 10px !important;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	/*opacity: 0.8;*/
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** HOVER IMAGE BOX *****/
/*---------------*/

figure.effect-zoe figcaption {
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 5em;
	background: #fff;
	opacity: 0.6;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-zoe h2 {
	float: left;
}


figure.effect-zoe h5 {
    font-size: 16px !important;
}


figure.effect-zoe p.icon-links a {
	float: right;
	color: #3c4a50;
	font-size: 1.4em;
}

figure.effect-zoe:hover p.icon-links a:hover,
figure.effect-zoe:hover p.icon-links a:focus {
	color: #252d31;
}

figure.effect-zoe p.description {
	position: absolute;
	bottom: 8em;
	padding: 2em;
	color: #fff;
	text-transform: none;
	font-size: 90%;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	-webkit-backface-visibility: hidden;
}

figure.effect-zoe h2,
figure.effect-zoe p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
}

figure.effect-zoe p.icon-links a span::before {
	display: inline-block;
	padding: 8px 10px;
	font-family: 'feathericons';
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}


figure.effect-zoe h2 {
	display: inline-block;
}

figure.effect-zoe:hover p.description {
	opacity: 1;
}

figure.effect-zoe:hover figcaption,
figure.effect-zoe:hover h2,
figure.effect-zoe:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-zoe:hover h2 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(3) {
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

figure.effect-zoe:hover p.icon-links a:nth-child(2) {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}

figure.effect-zoe:hover p.icon-links a:first-child {
	-webkit-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

/* --------------------------- Recent Section IMage Boxes --------------------------- */


/* RECENT RESPONSIVE START */

/* ------------------ Mobile ------------------------- */

@media(max-width: 786px) { 

    .SectionSecondColumn_1 {
        margin-left: 0px;
    }


    .breadcrumbColumn { 
        margin: 0;
    }

    .ImageContainerImg {
        width: 350px;
    }

    .SectionSecondColumn_2 {
        display: block;
    }

    .RecentSection {
        height: auto;
    }

    .ImageContainerImg {
        width: 100%;
    }

    .ImageContainerP {
        left: 15%;
    }

    .RecentSection {
        padding-bottom: 100px;
    }
} 



/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .SectionSecondColumn_2 {
        display: flex;
    }

    .ImageContainerBtn {
        left: 50%;
        width: 104px;
        height: 20px;
        font-size: 12px;
    }

    .ImageContainerP {
        font-size: 12px;
    }

    .SectionSecondContainer {
        margin-bottom: 100px;
    }


}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .RecentSection {
        height: auto;
    }
    
    .sectionHeaderDiv {
        margin-left: 20px;
    }

}

/* RECENT RESPONSIVE END */

/*  RECENT SECTION END */



/*---------------------------------------------------------------------------------------------------------------*/


/*  OUR VALUES SECTION START */


.OurValuesSection {
    width: 100%;
    height: auto;
    position:relative;
    box-sizing:border-box;
    overflow: hidden;
    margin-bottom: 100px;
}


.ThirdSectionContainer {
    margin-top: 100px;
    
}


.ThirdSectionColumn {
    padding: 0 !important;
    width: auto;
    height: auto;
    display: flex;
}


.ThirdSectionLeftSide {
    padding: 0 !important;
    
}



.OurValuesImage {
    margin-top: 80px;
    width: 90%;
    height: auto;
    border-radius: 10px;
}


.OurValuesTextArea {
    margin-top: 50px;
}


.OurValuesHeaderText {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 800;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #1D3E89;
}


.OurValuesHeaderParagraph {
    font-family: Raleway;
    font-weight: 600;
    letter-spacing: 0.3px;
    width: 90%;
    text-align: justify;
}


.numberDiv {
    display: flex;
    justify-content: center;
    z-index: 1;
    margin-top: -50px;
}

.numberDivNum {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 800;
    font-size: 190px;
    line-height: 278px;
    letter-spacing: -0.06em;
    color: #1D3E89;
    margin-top: -70px;
}

.numberDivText {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 800;
    font-size: 20px;
    line-height: 28px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #1D3E89;
    margin-top: 50px;
    margin-left: 20px;
}

/* OUR VALUES RESPONSIVE START */


/* ------------------ Mobile ------------------------- */

@media(max-width: 786px) { 


    .ThirdSectionColumn {

        display: grid;
    }
    

    .ThirdSectionRightSide {
        margin-top: 50px;
    }

    .OurValuesSection {
        height: auto;
        margin-bottom: 100px 0;

    }

    .numberDivNum { 
        font-size: 150px;
    }

    .numberDivText { 
        font-size: 18px;
    }

    .OurValuesImage {
        padding-top: 0;
    }
}

 
/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .OurValuesImage {
        padding-top: 0;
    }

    .ThirdSectionLeftSide {
        max-width: 100% !important;
        text-align: center;
    }

    .ThirdSectionRightSide {
        max-width: 100% !important;
        margin-top: 0;
    }

    .OurValuesHeaderText {
        text-align: center;
    }

    .OurValuesHeaderParagraph {
        text-align: center;
        width: auto;
    }

}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .OurValuesImage {
        padding-top: 60px;
    }

    .OurValuesTextArea {
        margin-top: 20px;
    }

    .OurValuesHeaderText {
        text-align: left;
        line-height: 30px;
        font-size: 28px;
    }

    .OurValuesHeaderParagraph {
        text-align: left;
    }
}


/* OUR VALUES RESPONSIVE END */

/*  OUR VALUES SECTION END */


/* MAIN SECTION END */


/*---------------------------------------------------------------------------------------------------------------*/


/* FOOTER SECTION START */


footer {
    background: #303539;
    width: auto;
    height: auto;
    background-image: url('../img/logo_background.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: 300px 300px;
}


.FooterContainer {
    width: auto;
    height: auto;
}


.FooterRow {
    height: auto;
    width: auto;
}


.FooterColumn{
    display: flex;
    top: 61px;
    left:120px;
}


.logoText {
    font-family:RalewayBold;
    font-weight: 900;
    color: #fff;
    font-size: 30px;
    line-height: 20px;
    letter-spacing: 0.01em;
}


.FooterForm{
    margin-top: 20px;
}

.FormInput {
    border-left-color: transparent !important;
    border-top-color: transparent !important;
    border-right-color: transparent !important;
}

.FooterFormButton {
    width: 126px;
    height: 50px;
    border: 2px solid #424242;
    box-sizing: border-box;
    border-radius: 38px;
    color: #fff;
    background: transparent;
}


.social-buttons {

    padding-left: 0 !important;
}

.social-buttons a {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 15px;
    display: inline-block;
    border: 1px solid #6D6D6D;
    color: #fff;
    transition: 0.3s ease-in-out;
    border-radius: 39%;
    margin-left: 10px;
    margin-top: 10px;
    padding-top: 9px;
    text-align: center;
    color: #e8e8e8;
}

.social-buttons a:hover:nth-child(1) { 
    border-color: #1DA1F2;
}

.social-buttons a:hover:nth-child(2) { 
    border-color: #833AB4;
}

.social-buttons a:hover:nth-child(3) { 
    border-color: #FF0000;
}

.fa-twitter:hover:before {
    color: #1DA1F2;
}


.fa-instagram:hover:before {
    color: #833AB4;
}


.fa-youtube:hover:before {
    color: #FF0000;
}

.fa-instagram:before {
    padding-right: 2px;
}


.social-buttons a:hover {
    opacity: 1;
    color: #fff;
}

.FooterHr {
    margin-top: 100px;
    border-top: 1px solid #6D6D6D;
    
}

.logoText_2 {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 13px;
    letter-spacing: 0.01em;
    color: #FFFFFF;
    padding-left: 0px;
    margin-bottom: 20px;
}

.AdressDiv {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.AdressDiv a{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
}

.AdressDiv a:hover{
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #FFFFFF;
    text-decoration: none;
}


.AdressDiv ul { 
    list-style: none;
    padding-left: 0;
}


.FooterDivSecond {
    margin-top: 50px;
}

.categoriesDiv {
    display: flex;
    
}


.categoriesDiv ul:nth-child(1){
    list-style: none;
    padding-left: 0;
}

.categoriesDiv ul{
    list-style: none;
   
}

.categoriesDiv ul li{
    padding: 10px 0;
}

.categoriesDiv a{ 
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    color: #FFFFFF;
}

.categoriesDiv a:hover{ 
    cursor: pointer;
    color: #fff;
    
}


.CopyrightColumn{
    float: left;
}

.footerID {
    margin-left: 85px;
    display: flex;
}

.footerID a{
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 32px;
    padding: 0 7px;
    color: #9D9D9D;
    font-family: Raleway;
    text-decoration:none !important;
}


.vlF {
    border-left: 1px solid grey;
    height: 15px;
    margin-top: 10px;
    
}


.footerID a:hover{
color:#B96A10
}




/* FOOTER RESPONSIVE START */

/* ------------------ Mobile ------------------------- */

@media(max-width: 786px) { 

    .FooterColumn{
        display: grid;
 }

    .FooterDivSecond {
        margin: 50px 0;

    }

    .social-buttons {
        justify-content: center;
        margin: 10px 0;
    }

    .FooterColumn {
        left: 0;
    }

    .footerID {
        margin-left: 0;
    }

    .footerID a{
        text-align: center;
        line-height: 22px;
    }
}



/* ------------------ IPad ------------------------- */

@media only screen 
  and (min-device-width: 768px) 
  and (max-device-width: 1024px) 
  and (-webkit-min-device-pixel-ratio: 1) {

    .FooterColumn {
        display: flex;
    }

    .logoText {
        font-size: 20px;
    }

    .FooterDivFirst {
        max-width: 30% !important;
    }

    .FooterDivSecond {
        max-width: 30% !important;
    }

    .FooterDivThird {
        max-width: 35% !important;
    }

    .FooterDivSecond {
        margin-top: 0;
    }

    .AdressDiv {
        font-size: 12px;
    }

    .categoriesDiv ul li a {
        font-size: 12px;
    }

    .social-buttons a {
        border: 0;
        padding: 0;
    }

    .FooterHr {
        margin-top: 50px;
    }

}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px)
  and (-webkit-min-device-pixel-ratio: 2) {

    .FooterColumn {
        display: flex;
    }

    .logoText {
        font-size: 20px;
    }

    .FooterDivFirst {
        max-width: 33% !important;
    }

    .FooterDivSecond {
        max-width: 33% !important;
    }

    .FooterDivThird {
        max-width: 33% !important;
    }

    .FooterDivSecond {
        margin-top: 0;
    }

    .AdressDiv {
        font-size: 14px;
    }

    .categoriesDiv ul li a {
        font-size: 14px;
    }

    .social-buttons a {
        border: 0;
        padding: 0;
    }

    .FooterHr {
        margin-top: 60px;
    }

}

/* FOOTER RESPONSIVE END */

/* FOOTER SECTION END */




/* ------------------------------------------------------------------ WHO WE ARE PAGE --------------------------------------------------------------- */



/*------------------- Who We Are 1. HEADER START----------------------*/
.WWABG {
    width: auto;
    height: auto;
    z-index: -1;
    position: relative;
    overflow: hidden;
}


.WWAbg {
    position: relative;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;    
    width: 100%;
    height: 100%;
    background: #FAFAFA;
    transform: skewY(-4deg);
    transform-origin: top left;
    z-index: 50;
}


.WWAContainer {
    width: auto;
    height: auto;
    transform: skewY( 4deg) !important;
    transform-origin: top left !important;
    padding-top: 100px ;
    background-repeat: no-repeat;
    background-size: 16em;
    background-position-x: left;
}

.WWAImageArea {
   /* margin-right: -55px;
    float: right;
    padding-right: 0  !important;*/
}


.WWAheaderImg {
    width: 100%;
    height: 110%;
    float: right;
    margin-top: -50px;
}

.HeaderbreadcrumbRow {
    bottom: 0;
    z-index: 500;
    position: absolute;
}

.Headerbreadcrumb {
    padding: 10px 16px;
    list-style: none;
    background: transparent;
    display: flex;
}

.Headerbreadcrumb li {
    padding: 0 10px;
}

.Headerbreadcrumb li a{
    display: inline;
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #1D2334;
    background: transparent;
}

.Headerbreadcrumbspan{
    font-family: RalewayMedium;
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;

    color: #B96A10;
}


/*-------------------- Who We Are HEADER END---------------------------*/


/*------------------- Who We Are 1. SECTION START----------------------*/



.WWAFirstSection{
    width: auto;
    height: auto;
    margin-bottom: 200px;
    margin-top: 100px;
    position: relative;
    z-index: 1;
}

.WWAFirstContainer {
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


.WWAFirstRow {
    width: auto;
    height: auto;

}


.WWAFirstColumn{
    width: auto;
    height: auto;
    display: flex;
}


.WWAFirstColumn img{
    width: 100%;
    border-radius: 10px;
    transition: transform 0.7s ease;
    transform: translateX(0px);
}

.WWAFirstColumn img:hover{ 
    transform: translateY(20px);
    z-index: 99;
    filter: drop-shadow(8px 10px 17px #7797bd);
}

.WWAFirstAreaHeader {
    margin-bottom: 50px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.WWAFirstAreaParagraph {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #1D2334;
}

.WWAFirstAreaParagraph p:first-child{ 
    text-indent: 50px;
}

.WWAFirstAreaParagraph2 { 
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: -0.01em;
    color: #1D2334;
    margin-top: 50px;
    padding: 0 30px;
}

.WWA_Header {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #545454;
    text-align: center;
}


.WWA_Header2 {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -0.02em;
    color: #B96A10;
    padding: 10px 0;
}


.VerticalHr {
    border-left: 4px solid #B96A10;
    height: 200px;
    margin-top: 20px;
    margin-left: -35px;
    position: absolute;
    
}

/*------------------- Who We Are 1. SECTION END----------------------*/




/*------------------- Who We Are 2. SECTION START----------------------*/


.WWASecondSection  {
    width: auto;
    height: auto;
    position: relative;
    padding-bottom: 200px;
    padding-top: 50px;
}


.WWASecondRow {
    display: block !important;
}

.OurStoryColumn1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 43px;
    letter-spacing: -0.01em;
    color: #B96A10;
    margin-left: -30px;
    margin-bottom: 40px;
}

.OurStoryColumn2 {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 45px;
    line-height: 15px;
    letter-spacing: -0.01em;
    color: #B96A10;

}

.OurStory_span {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 53px;
    letter-spacing: -0.03em;
    color: #1D2334;
}

.horizontalHr {
    border: 0;
    height: 2px;
    background: #1e5799;
    background: linear-gradient(to right,  #B96A10 50%,#1D2334 50%);
    width: 100px;
    margin-left: -50px;
}


.WWAOurStoryRow {
    width: auto;
    height: auto;
    margin-top: 50px;
}


.OurStoryColumn2 {
    width: auto;
    height: auto;
    display: flex;
}

.OurStoryAltColumn {
    padding: 0 !important;
}


.OurValuesH2{
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 53px;
    letter-spacing: -0.02em;
    color: #C5A47E;
}


.horizontalHr2 {
    border: 0;
    height: 1px;
    background: #1e5799;
    background: linear-gradient(to right,  #B96A10 70%,#1D2334 30%);
    width: 50px;
    margin-left: -50px;
    margin-top: 20px;
}



/*-------OUR STORY COLUMNS --------*/


.grid2 {
	position: relative;
	margin: 0 auto;
	/*padding: 1em 0 4em;*/
	max-width: 1000px;
	list-style: none;
	text-align: center;
}


.grid2 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 100%;
	max-width: 100%;
	max-height: 100%;
	/*width: 48%;*/
	/*background: #3085a3;*/
	text-align: center;
	cursor: pointer;
    
}

.grid2 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid2 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid2 figure figcaption::before,
.grid2 figure figcaption::after {
	pointer-events: none;
}

.grid2 figure figcaption,
.grid2 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
    color: #C5A47E;
    font-family: RalewayBold;
    font-weight: 600;
}

.grid2 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid2 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid2 figure h2 span {
	font-weight: 800;
}

.grid2 figure h2,
.grid2 figure p {
	margin: 0;
}

.grid2 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}
/*
figure.effect-dexter {
	background: -webkit-linear-gradient(top, rgba(37,141,200,1) 0%, rgba(104,60,19,1) 100%);
	background: linear-gradient(to bottom, rgba(37,141,200,1) 0%,rgba(104,60,19,1) 100%); 
}
*/
figure.effect-dexter img {
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-dexter:hover img {
	opacity: 0.4;
}

figure.effect-dexter figcaption::after {
	position: absolute;
	right: 30px;
	bottom: 30px;
	left: 30px;
	height: -webkit-calc(50% - 30px);
	height: calc(50% - 30px);
	border: 1px solid #C5A47E;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-100%,0);
	transform: translate3d(0,-100%,0);
}

figure.effect-dexter:hover figcaption::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-dexter figcaption {
	padding: 3em;
	text-align: left;
}

figure.effect-dexter p {
	position: absolute;
	right: 50px;
	bottom: 40px;
	left: 50px;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,-100px,0);
	transform: translate3d(0,-100px,0);
    color: #000;
    font-family: Raleway;
}

figure.effect-dexter:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


figure.effect-dexter .ImgBox1988 {
    border-top-right-radius: 10px !important;
}

figure.effect-dexter .ImgBox2021 {
    border-radius: 0 !important;
}

figure.effect-dexter .ImgBox1955 {
    border-top-left-radius: 10px !important;
}


/*------------------- Who We Are 2. SECTION END----------------------*/



/*------ Who We Are PAGE RESPONSIVE START---------*/

/* ------------------ Mobile ------------------------- */

@media(max-width: 767px) { 

    figure.effect-dexter p {
        bottom: 30px;
    }

    .WWAFirstAreaHeader {
        margin-left: 0  !important;
    }

    .WWAFirstAreaParagraph {
        margin-top: 50px;
    }

    .WWAFirstAreaParagraph p:first-child {
        text-indent: 0;
    }

    .OurStoryColumn1 {
        margin-left: 0 !important;
        margin-bottom: 20px;
    }

    .horizontalHr {
        margin-left: 0  !important;
    }

    .OurStoryColumn2 {
        display: block  !important;
    }

    .WWAContainer { 
        padding-top: 0 !important;
    }
    
    .HeaderbreadcrumbRow {
        margin-top: 50px; 
    }

    .WWAFirstColumn{ 
        display: block;
    }

    .WWA_Header, .WWA_Header2 {
        font-size: 35px;
    }
  
}

/* ------------------ IPad ------------------------- */

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) {

    .WWAContainer {
        padding: 0  !important;
    }

    .WWAOurStoryRow {
       
        justify-content: center !important;
    }
    
    figure.effect-dexter figcaption {
        padding: 5px !important;
        text-align: center !important;
    }

    figure.effect-dexter p{
        position: initial!important;
        font-size: 10px!important;
        letter-spacing: 10%;
        left: 0  !important;
        right: 0  !important; 
        top: 0  !important;
        bottom: 0  !important;
    }

    figure.effect-dexter figcaption::after {
        display: none;
    }

    .WWAFirstColumn{ 
        display: block;
    }

    .WWAFirstColumn .col-md-6{ 
        max-width: 100%;
    }

    .WWAFirstAreaParagraph {
        margin-top: 50px;
    }

    .WWA_Header, .WWA_Header2 {
        font-size: 45px;
    }
  
}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {


  

}





/* ------------------------------------------------------------------ WHAT WE DO PAGE START --------------------------------------------------------------- */


/*------------------- What We Do 1. SECTION START----------------------*/

.WWDFirstSection  {
    width: 100%;
    height: auto;
    padding: 100px 0;
}
/*
.WWDFirstContainer{
    max-width: 1280px  !important;
}
*/
.WWDFirstColumn {
    display: flex;
}

.WWDFirstImg1 {
    position: absolute;
    z-index: -2;
    margin-top: 50px;
    margin-left: -80px;
    height: 80%;
}

.WWDFirstImg2 {
    width: 100%;
    transition: transform 0.7s ease;
    transform: translateX(0px);
    margin-top: 30px;
}

.WWDFirstImg2:hover {
    transform: translateX(20px);
    z-index: 99;
    filter: drop-shadow(8px 8px 17px #B96A10);
}

.WWD_Column_1 {
    float: left;
}

.WWD_Column_2 {
    /*margin-top: 50px;*/
    margin-left: 30px;
}

.WWDFirstAreaHeader {
    
    margin-bottom: 50px;
    margin-left: 0px;

}

.WWD_Paragraph1 {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 900;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #1D2334;
}

.WWD_Paragraph1 {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-align: justify;
    letter-spacing: 0.01em;
    color: #1D2334;
}

.WWD_Paragraph2 { 
    font-family: Raleway;
    font-weight: 600;
    text-align: justify;
}

.ContactUsButtonDiv {
    margin-top: 40px;
}

.ContactUsButton {
    font-family: Raleway;
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 19px;
    color: #B96A10;
    width: 153px;
    height: 36px;
    background: rgba(185, 106, 16, 0.15);
    border: 1px solid rgba(185, 106, 16, 0.5);
    box-sizing: border-box;
    border-radius: 12px;
    transition: transform 0.7s ease;
    transform: translateY(0px);
}

.ContactUsButton:hover { 
    transform: translateY(5px);
    z-index: 99;
    filter: drop-shadow(8px 8px 17px #B96A10);
}

.WWD_hr_container {
    margin-top: 100px;
    max-width: 1250px !important;
}

.WWD_hr {
    border-top: 2px solid #E8E8E8;   
}


.WWD_cardHeader {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 25px;
    letter-spacing: -0.01em;
    color: #1D2334;
}


.WWD_cardParagraph {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.3px;
    color: #1D2334;
    text-align: justify;
}


.WWD_Header {
    font-family: Raleway;
    font-style: normal;
    font-weight: normal;
    font-size: 50px;
    line-height: 48px;
    letter-spacing: -0.02em;
    color: #545454;
}


.WWD_Header2 {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: bold;
    font-size: 60px;
    line-height: 57px;
    letter-spacing: -0.02em;
    color: #B96A10;
}

/*------------------- What We Do 1. SECTION END----------------------*/





/*------------------- What We Do 2. SECTION START----------------------*/

.WWDSecondSection {
    width: 100vw;
    height: 100%;
    margin: 100px 0;
}

.WWDSecondContainer {

}

.WWDSecondRow {
    display: flex;
}



.WWDLeftCol {
    position: relative;
    left: 0;
   padding-left: 0 !important;
}

.WWDCenterCol{
    position: relative;
    text-align: center;
    padding-left: 0 !important;
}

.WWDRightCol{
    position: relative;
    right: 0;
    padding-left: 0 !important;
    margin: 0;
}

.imgType1 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.imgType2 {
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.WWD_Carousel_Div {
    display: flex;
}



/*------------------- What We Do 2. SECTION END----------------------*/
.grid3 {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 1000px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid3 figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 320px;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
    height: 100%;
	background: #fff;
	text-align: center;
	cursor: pointer;
    border-radius: 20px;
   /* filter: grayscale(100%);*/
}

.grid3 figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
}

.grid3 figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid3 figure figcaption::before,
.grid3 figure figcaption::after {
	pointer-events: none;
    
}

.grid3 figure figcaption,
.grid3 figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid3 figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid3 figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid3 figure h2 span {
	font-weight: 800;
}

.grid3 figure h2,
.grid3 figure p {
	margin: 0;
}

.grid3 figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */


/*---------------*/
/***** Chico *****/
/*---------------*/

figure.effect-chico img {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.12);
	transform: scale(1.12);
    filter: grayscale(80%);
}

figure.effect-chico:hover img {
	/*opacity: 0.5;*/
	-webkit-transform: scale(1);
	transform: scale(1);
    filter: grayscale(0%);
}

figure.effect-chico figcaption {
	padding: 3em;
}

figure.effect-chico figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 1px solid #fff;
	content: '';
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

figure.effect-chico figcaption::before,
figure.effect-chico p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-chico h2 {
	padding: 10% 0 20px 0;
    font-family: RalewayMedium;
    font-weight: 700;
}

figure.effect-chico p {
	margin: 0 auto;
	max-width: 200px;
	-webkit-transform: scale(1.5);
	transform: scale(1.5);
}

figure.effect-chico:hover figcaption::before,
figure.effect-chico:hover p {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

@media screen and (max-width: 50em) {
	.content {
		padding: 0 10px;
		text-align: center;
	}
	.grid figure {
		display: inline-block;
		float: none;
		margin: 10px auto;
		width: 100%;
	}
}
*, *:after, *:before { -webkit-box-sizing: border-box; box-sizing: border-box; }
.clearfix:before, .clearfix:after { display: table; content: ''; }
.clearfix:after { clear: both; }

.WWDSeeProjectBtn{
     width: 164px;
    height: 35px;
    background: #697C8B;
    border-radius: 12px;
    position: absolute;
    top: 72%;
    left: 51%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
   
    color: white;
    font-size: 16px;
    border: none;
    cursor: pointer;

    text-align: center;
    font-family: Raleway;
    font-style: normal;
    font-weight: 300;
}

.WWDSeeProject_p1 {
    padding-top: 15px;
}

.WWDSeeProject_p2 {
    padding-top: 45px;
}

#WWDSection .owl-theme .owl-dots {
    display: block  !important;
    position: absolute !important;
}


/* -----What We Do RESPONSIVE START ------ */

/* ------------------ Mobile ------------------------- */

@media(max-width: 767px) { 

    .WWDFirstColumn {
        display: grid;
    }
    
    .WWD_Column_2 {
        margin-left: 0;
    }

    .WWD_cardHeader {
        text-align: center;
    }

    .WWD_cardParagraph {
        text-align: center;
    }

    .WWD_Carousel_Div {
        display: grid;
        padding: 0 15px;
    }

    figure.effect-chico h2 {
        padding-top: -20px;
        font-size: 20px;
        font-family: RalewayMedium;
        font-weight: 700;
    }

    .WWDSeeProjectBtn {
        width: 114px;
        height: 24px;
    }

    .WWDSeeProject_p1 {
        padding-top: 0;
    }

    .horizontalHr {
        width: 40px  !important;
    }

    .ContactUsButtonDiv {
        text-align: center;
    }
}



/* ------------------ IPad ------------------------- */

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) {

    .WWDFirstImg2 {
        width: 120%;
        margin-top: 150px;
    }

    .WWD_cardHeader {
        text-align: center;
    }

    .WWD_cardParagraph {
        text-align: center;
    }

    .WWD_Carousel_Div {
        display: flex;
        width: auto;
    }


    .grid3 figure {
        min-width: auto;
    }

    figure.effect-chico h2 {
        margin-top: -30px;
        font-size: 16px;
        font-family: RalewayMedium;
        font-weight: 600;
    }

    .WWDSeeProjectBtn {
        width: 114px;
        height: 20px;
        font-size: 13px;
        top: 0;
    }

}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

    .WWDFirstImg2 {

        margin-top: 100px;
    }

    .SectionSecondCard {
        text-align: center;
    }

    figure.effect-chico h2 {
        margin-top: -30px;
        font-size: 20px;
        font-family: RalewayMedium;
        font-weight: 600;
        text-shadow: #020101;
    }

    .WWDSeeProjectBtn {
        width: 114px;
        height: 20px;
        font-size: 15px;
        top: 0;
    }

}

/* -----What We Do RESPONSIVE END ------ */

/* ------------------------------------------------------------------ WHAT WE DO PAGE END --------------------------------------------------------------- */













/* ------------------------------------------------------------------ OUR VALUES PAGE START --------------------------------------------------------------- */




/* ------------------------------------------------------------------ OUR VALUES PAGE END --------------------------------------------------------------- */











/* ------------------------------------------------------------------ PROJECTS PAGE START --------------------------------------------------------------- */



/*------------------- PROJECT TABLE SECTION START----------------------*/

.ProjectTableRow {
    display: block !important;
    padding: 100px 0;
}

.ProjectTable {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

div.dataTables_wrapper div.dataTables_filter label {
    display: none;
}

div.dataTables_wrapper div.dataTables_length label {
    display: none;
}

div.dataTables_wrapper div.dataTables_info {
    display: none;
}

table.dataTable>thead .sorting:after {
    right: 2em !important;
}

table.dataTable>thead .sorting_asc:after {
    right: 2em !important;
}

table.dataTable>thead .sorting_desc:after {
    right: 2em !important;
}

table.dataTable tbody tr {
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate {
    text-align: center !important;
    float: none !important;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
    background-color: #e8e8e8;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #fff !important;
    color: #ffffff !important;
    border: 1px solid #fff;
    border-radius: 10px;
}

.dataTables_wrapper .dataTables_paginate {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    border-radius: 10px !important;
}


/*------------------- PROJECT TABLE SECTION END----------------------*/


/*----------------------- PROJECT SINGLE PAGE START--------------------------*/

.ProjectPageSection {
    width: 100%;
    height: auto;
    margin: 200px 0;
}


.ProjectPageContainer {
    max-width: 1300px !important;
    display: block;
}

.ProjectInformation {
    display: block !important;
    text-align: center;
}

.ProjectNameHeader {
    font-family: RalewayBold;
    font-style: normal;
    font-weight: 600;
    font-size: 50px;
    line-height: 74px;
    letter-spacing: 0.09em;
    color: #B96A10;     
}

.ProjectWhatWeDo  {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.Customer_header {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 23px;
    /*line-height: 74px;*/
    letter-spacing: 0.01em;
    color: #020101;     
}


.Customer_text {
    font-family: Raleway;
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
   /* line-height: 74px;*/
    letter-spacing: 0.01em;
    color: #1D3E89;
}

.ProjectWhatWeDo  p{
    padding: 0 18px;
    font-family: RalewayRegular;
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    letter-spacing: 0.05em;
    color: #020101; 
    transition: transform 0.7s ease;
    transform: translateY(0px);

}


.ProjectWhatWeDo  p:hover { 
    font-weight: 700;
    transform: translateY(5px);
    z-index: 99;
    color:  #B96A10;
   /* filter: drop-shadow(8px 8px 17px #B96A10);*/
}

.ProjectCustomer {
    display: flex;
    padding: 20px;
}



/*
.tz-gallery {
    padding: 0 !important;
}
*/


/*----------------------- PROJECT SINGLE PAGE END--------------------------*/


/*----------------------- PROJECT SINGLE RESPONSIVE START--------------------------*/

/* ------------------ Mobile ------------------------- */

@media(max-width: 767px) { 

    .ProjectPageSection {
        margin-top: 50px;
    }

    .ProjectWhatWeDo  {
        display: block;
    }

    .ProjectCustomer {
        display: block;
    }

    .ProjectWhatWeDo p {
        font-size: 17px;
    }

    .ProjectsHeaderDiv {
        text-align: left !important;
    }
    
}


/* ------------------ IPad ------------------------- */

@media only screen 
and (min-device-width: 768px) 
and (max-device-width: 1023px) 
and (-webkit-min-device-pixel-ratio: 1) {

    .ProjectPageSection {
        margin-top: 50px;
    }
  
}

/* ------------------ IPAD PRO ----------------------- */

@media only screen 
and (min-device-width: 1024px) 
and (max-device-width: 1366px)
and (-webkit-min-device-pixel-ratio: 2) {

  .ProjectWhatWeDo p {
        font-size: 15px;
        font-family: RalewayBold;
    }

}


/*----------------------- PROJECT SINGLE RESPONSIVE END--------------------------*/


/* ------------------------------------------------------------------ PROJECTS PAGE END --------------------------------------------------------------- */






/* ------------------------------------------------------------------ CONTACT PAGE START --------------------------------------------------------------- */

.ContactSection {
    width: 100%;
    height: 100%;
    padding: 100px 0;
}



.contact {
    padding: 130px 0;
}

.contact .heading h2 {
    font-family: RalewayMedium;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.contact .heading h2 span {
    color: #B96A10;
}

.contact .heading p {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.7;
    color: #020101;
    margin: 20px 0 60px;
    padding: 0;
}

.contact .form-control {
    font-family: RalewayMedium;
    padding: 25px;
    font-size: 13px;
    margin-bottom: 10px;
    background: #f9f9f9;
    border: 0;
    border-radius: 10px;
}

.contact button.btn {
    font-family: RalewayMedium;
    padding: 10px;
    border-radius: 10px;
    font-size: 15px;
    background: #1D3E89;
    color: #ffffff;
}

.contact .title h3 {
    font-family: RalewayMedium;
    font-size: 18px;
    font-weight: 600;
}

.contact .title p {
    font-family: Raleway;
    font-size: 14px;
    font-weight: 600;
    color: #020101;
    line-height: 1.6;
    margin: 0 0 40px;
}

.contact .content .info {
    margin-top: 30px;
}
.contact .content .info i {
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: #02434b;
    margin-right: 20px;
    text-align: center;
    width: 20px;
}
.contact .content .info h4 {
    font-family: RalewayMedium;
    font-size: 13px;
    line-height: 1.4;
}

.contact .content .info h4 span {
    font-family: Raleway;
    font-size: 16px;
    font-weight: 800;
    color: #020101;
}

.contactPhone {
    font-family: Raleway;
    font-weight: 800;
    text-decoration: none;
    color: #020101;
    font-size: 16px;
}

.contactPhone:hover {
    font-family: Raleway;
    font-weight: 800;
    text-decoration: none;
    color: #020101;
}

@media(max-width: 767px) { 
    .contact .content .info i {
        float: left;
    }
}

/* ------------------------------------------------------------------ CONTACT PAGE END --------------------------------------------------------------- */



.CareerSection {
    width: 100%;
    height: 100%;
    padding: 100px 0;
}


.career {
    justify-content: center;
}

.career .heading h2 {
    font-family: RalewayMedium;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    padding: 0;

}

.career .heading h2 span {
    color: #1D3E89;
}

.career .heading p {
    font-family: Raleway;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.7;
    color: #020101;
    margin: 20px 0 60px;
    padding: 0;
}


.btnTerms {
    display: inline-block;
    font-weight: 400;
    padding: .375rem 2em;
    font-family: Raleway;
    color: #fff;
    border: 1px solid transparent;
    background-color: #1D3E89;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btnApply {
    display: inline-block;
    font-weight: 400;
    padding: .375rem 2em;
    font-family: Raleway;
    color: #fff;
    border: 1px solid transparent;
    background-color: #B96A10;
    border-radius: 10px;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}


.btnApply:hover { 
    text-decoration: none;
    color: #fff;
    background-color: #B96A10;
}


/*-------------*/


.dataTables_wrapper .dataTables_paginate .ellipsis {
    color:#000 !important;
}