/*@charset "utf-8";
@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Black.eot');
    src: url('../fonts/Butler-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Black.woff2') format('woff2'),
        url('../fonts/Butler-Black.woff') format('woff'),
        url('../fonts/Butler-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Bold.eot');
    src: url('../fonts/Butler-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Bold.woff2') format('woff2'),
        url('../fonts/Butler-Bold.woff') format('woff'),
        url('../fonts/Butler-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold.eot');
    src: url('../fonts/Butler-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-ExtraBold.woff2') format('woff2'),
        url('../fonts/Butler-ExtraBold.woff') format('woff'),
        url('../fonts/Butler-ExtraBold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Black_1.eot');
    src: url('../fonts/Butler-Black_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Black_1.woff2') format('woff2'),
        url('../fonts/Butler-Black_1.woff') format('woff'),
        url('../fonts/Butler-Black_1.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Bold_1.eot');
    src: url('../fonts/Butler-Bold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Bold_1.woff2') format('woff2'),
        url('../fonts/Butler-Bold_1.woff') format('woff'),
        url('../fonts/Butler-Bold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-ExtraBold_1.eot');
    src: url('../fonts/Butler-ExtraBold_1.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-ExtraBold_1.woff2') format('woff2'),
        url('../fonts/Butler-ExtraBold_1.woff') format('woff'),
        url('../fonts/Butler-ExtraBold_1.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Light.eot');
    src: url('../fonts/Butler-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Light.woff2') format('woff2'),
        url('../fonts/Butler-Light.woff') format('woff'),
        url('../fonts/Butler-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler.eot');
    src: url('../fonts/Butler.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler.woff2') format('woff2'),
        url('../fonts/Butler.woff') format('woff'),
        url('../fonts/Butler.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-Medium.eot');
    src: url('../fonts/Butler-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-Medium.woff2') format('woff2'),
        url('../fonts/Butler-Medium.woff') format('woff'),
        url('../fonts/Butler-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Butler';
    src: url('../fonts/Butler-UltraLight.eot');
    src: url('../fonts/Butler-UltraLight.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Butler-UltraLight.woff2') format('woff2'),
        url('../fonts/Butler-UltraLight.woff') format('woff'),
        url('../fonts/Butler-UltraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

*/
/** Generated by FG **/
@font-face {
    font-family: 'Conv_NatashawalkerRegular-lgede';
    src: url('../fonts/NatashawalkerRegular-lgede.eot');
    src: url('../fonts/NatashawalkerRegular-lgede.woff') format('woff'), url('../fonts/NatashawalkerRegular-lgede.ttf') format('truetype'), url('../fonts/NatashawalkerRegular-lgede.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*=========== POWERED BY MERIDIAN SOLUTIONS INC ============*/


/*************** DEFAULT CSS ***************/
body{
     font-family: 'Montserrat', sans-serif;
    font-size:14px;
    font-style: normal;
    line-height: normal;
    font-weight:500;
    background: #041f3a;
    color: #fff;
    text-decoration: none;
    margin:0px;
    -webkit-font-smoothing: antialiased;
    padding:0;
    overflow-x: hidden!important;
    
}
.icon a i {
    font-size: 22px;
    position: relative;
    top: -2px;
    left: 0;
    width: 37px;
    height: 37px;
    background: transparent;
    border: 1px solid #2a4b6d;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #dfbf00;
}
html{ scroll-behavior: smooth;}
* {
    -webkit-box-sizing: border-box;
    -mox-box-sizing: border-box;
    box-sizing: border-box;
}
::selection {
    background: #dfbf00; /* Safari */
    color:#fff;
        }
::-moz-selection {
    background: #dfbf00; /* Firefox */
    color:#fff;
}

a {
    color:#fff;
    text-decoration: none;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    }
    a:hover {
    color: #dfbf00;
    }

p {
    margin:0px 0 30px 0;
    clear:left;
    padding:0;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    line-height: 23px
    }
h1, h2, h3, h4, h5, h6 {
    margin:0 0 20px 0;
    padding:0;
    font-weight:normal;
    }
    h2{
        font-size: 32px;
        line-height: 34px;
        margin-bottom: 25px
    }
.white-text{
    color: #fff;
}
.yellow-text{
    color: #dfbf00;
}   
hr {
    margin:50px  0 50px 0;
    height:1px;
    border:0;
    border-top:1px solid #0caf4e;
    
    float:left;
    width:100%;
    position:relative;
}

img{
    border:0;
    
}   
a img {
    border: 0;
    }

/*************** PRELOADER ***************/
#preloader {
    position: fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:#fff; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
}
#status {
    width:100%;
    height:100%;
    position:absolute;
    left:0; /* centers the loading animation horizontally one the screen */
    top:0; /* centers the loading animation vertically one the screen */
    background-image:url(../images/pinnacle-logo.png); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:0; /* is width and height divided by two */
}

/*************** BACK TO TOP ***************/

/*************** COLUMS AND ROWS ***************/
main{
    position:relative;
    }
.row{
    width:100%;
    display:block;
    float:left;
    padding:0;
}
.row-flex{ 
    width: 100%;
    float: left;
    margin: 0;
    padding: 0;
    display: block;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; 
}
.justify-center{justify-content: center;}
.justify-space-between{justify-content: space-between;}
.align-items{align-items: center;}
.container{
    width:1200px;
    margin:0 auto;
}
.fullwidth{
    width:100%;
    display:block;
}
.two-col{
    width: 46%;
    float: left;
    margin-right: 8%;
}
.three-col{
    width:30%;
    float:left;
    margin-right:5%;
}
.four-col{
    width:22%;
    float:left;
    margin-right:4%;
}
.last{
    margin-right:0 !important;
}
.clearfix{
    width:100%;
    height:100px;
    float:left;
    margin:0;
    padding:0;
    display:block;
}

section , footer {
    width: 100%;
    float: left;
    position: relative;
}
.aside {
    width: 25%;
    float: left;
    margin: 0;
    padding: 0;
}
.summary {
    width: 74%;
    float: right;
    margin: 0;
    padding: 0 0 0 100px;
}
.col{
    float:left
}
.fl-right{float: right;}
.smd1{
    width:100%
}
.smd2{
    width:50%
}
.smd3{
    width:33.33333333333333%
}
.smd4{
    width:25%
}
.smd5{
    width:20%
}
.smd6{
    width:16.66666666666667%
}
.smd40{
    width:40%
}
.smd60{
    width:40%
}
.smd30{
    width:30%
}
.smd70{
    width:70%
}
.smd66{width: 66.66666666%;}

.text-center{ text-align: center; }
.text-justify{ text-align: justify; }
.uppercase{text-transform: uppercase;}

.pd-5{ padding:5px; }
.pd-10{ padding:10px; }
.mar-bt{margin-bottom: 30px;}
/*************** HOME PAGE CSS ***************/
header{  
width: 100%; top:0px;
position: relative;
z-index: 2;
 -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out; }
header a{ color: #fff; }
header a:hover{ color: #dfbf00; }
.header{
/*    display: flex;
    justify-content: space-between;*/
    position: relative;
}
.logo{ 
    float: left;
    padding:15px 20px 25px 20px ;
    background: #fff;
    position: absolute;
    top:0;
    left:0;
    -webkit-box-shadow: 0px 13px 25px -6px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 13px 25px -6px rgba(0,0,0,0.75);
box-shadow: 0px 13px 25px -6px rgba(0,0,0,0.75);
}
.logo img{max-width: 185px;}
.header-right{
    float: right;
    width: 75%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    min-height: 80px;
}
.header-right:after{
    content: '';
    position: absolute;
    right:calc( -100% + 250px);
    top:0;
    width: 100%;
    height: 100%;
    background: #082c50;
    z-index: -1;
    clip-path: polygon(2% 0, 100% 0, 95% 100%, 0 100%);
    display: none;
}
.header-right:before{
    content: '';
    position: absolute;
    top:0;
    right: 220px;
    width: 151px;
    height: 100%;
    z-index: -1;
    background: url(../images/h-bg.jpg) no-repeat 0 0;
}
.social {
    float: right;
    font-size: 16px;
    line-height:25px;
}
.social a i{
    margin-right: 7px;
    font-size: 20px;
    color: #fff;
    }
    .social a:hover i{
    color: #dfbf00;
    }

.inline {
    display: inline-block;
    padding-left: 50px;
    line-height: 20px;
}
.number{
    position: relative;
    font-size: 16px;
    color: #4b5469;
}
.number span{
    font-size: 14px;
    }
.number .icon{
    position: absolute;
    top:0;
    left:0;
    width:37px;
    height: 37px;
    background:transparent;
    border:1px solid #2a4b6d;
    display: flex;
    align-items: center;
    justify-content: center;
}
.d-none {font-size: 14px;}

.h-right{
    float: right;
    display: inline-block;
    position: relative;
}

.sch-btn {
float: right;
    background-color: #fff;
    border: 1px solid #bfbfbf;
    width: 60px;
    height: 60px;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    padding: 18px;
    position: relative;
    z-index: 100;
}

a.enquiry-btn{
    background: #114172;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    padding:16px 20px;
}
a.enquiry-btn:hover{
    background: #dfbf00;
    color: #fff;
    }
.slider-wrap {
  
    width: 1300px;
    margin:0 auto;
    position: relative;
    z-index: 0;
   
    /*padding: 0 3%;*/
}
.slider-wrap:after{
    content: '';
    position: absolute;
    right:-100%;
    top:0;
    width: 100%;
    height: 150px;
    background: #082c50;
    z-index: -1;
    display: none;
}
.link{}

.link a{
    color: #041f3a;
    background: #b39f0c;
    font-size: 12px;
    line-height: normal;
    padding: 0 29px;
    height: 44px;
    line-height: 45px;
    text-transform: uppercase;
    font-style: normal;
    font-weight: 500;
    display: inline-block;
    position: relative;
    margin: 0 5px 10px 0;
}
.blue-link a{
    background: #2f71b3;
    color: #fff;
    }
/*.link a:after{
 font-family: 'Font Awesome 5 Free';
    content: "\f067";
    color:#fff;
    width:48px;
    height:48px;
    position:absolute;
    top:0;
    right:-15px;
    background-repeat: no-repeat;
    background-position: center center;
}*/


.project-sec1 .owl-controls {
    width: 100%;
    /* top: 0px; */
    left: 0px;
    z-index: 1;
    position: absolute;
    text-align: center;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
     display: block !important; 
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        padding-top: 10px;
    position: relative;
}


.new-txt1 {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 5px;
}
p.justify {
    text-align: justify;
    letter-spacing: -0.5px;
}
h2.uppercase.heading.about br {
    display: none;
}



.ultra-prj .inner-heading {
    line-height: 7px;
    margin-top: 5px;
}































.pad-top{}
.pad-top h2{padding-top: 30px;}
.link a:hover{
    background-color:#18518a;
    color:#FFF;
    }

    .title {
        display: inline-block;
        padding: 35px 0 10px 0;
        font-size: 16px;
        font-weight: 300;
        letter-spacing: 4px;
        text-transform: uppercase;
        background: url(../images/title-bg.png) no-repeat top center;
        width: 100%;
    }

h2.heading{
    font-size: 32px;
    line-height: 34px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}
h2.heading:after{
content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    width: 50px;
    height: 1px;
    background: #dfbf00;

    }
    .img-box{
        position: relative;
        padding:0 0 10px 10px;
        float: left;
        width: 100%;
    }
     .img-box:after{
        content: '';
        position: absolute;
        bottom: 0;
        left:0;
        width: 70%;
        height: 50%;
        background: #b39f0c;
        z-index: -1;
     }
     .highlight-text{
        font-size: 24px;
        line-height: 30px;
     }
     .feature-card{
        width: 100%;
        padding: 30px 30px;
        text-align: center;
        background: #000;
        position: relative;
        background: rgb(21,46,71);
background: radial-gradient(circle, rgba(21,46,71,1) 30%, rgba(0,0,0,1) 100%);
     }
 .feature-card:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    color: white;
    background: repeating-linear-gradient( -45deg, #08213a, #08213a 0px, #000 1px, #08213a 4px );
    opacity: 1;
}
 .feature-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    color: white;
    background: radial-gradient(circle, rgba(12,57,94,1) 5%, rgba(0,0,0,1) 100%);
    opacity: 0.5;
}
.feature-card-item{
    position: relative;
    z-index: 5;
    border-bottom:1px solid  rgba(255, 255, 255, 0.2);
    padding: 20px 0 25px 0
}
.feature-card-item:last-child{
    border:0;
}
.feature-card-item span{
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    display:block
}

.project-single{}

.p-title{padding-top: 30px;}
.p-img{
    width: 100%;
    float: left;
    position: relative;
}
.p-title h2{
    font-size: 29px;
    margin-bottom: 10px;
}

 p.location{
     
     padding:1px 0 4px 20px;
     position: relative;
     margin-bottom: 0px;
     }
p.location:after{
          content: "\f041";
          font-family:"FontAwesome";
          position: absolute;
          font-size: 16px;
          color: #dfbf00;
          top:0;
          left:0;

     }

     .project-single{
        width: 100%;
        float: left;
        display: flex;
        flex-direction: column;
        margin-bottom: 25px;
     }
     .coloumn-reverse{
        flex-direction: column-reverse;
     }
     .video-box{
    margin: 0 auto;
    z-index: 2;
    position: relative;
    padding: 0 0 10px 10px;
    line-height: 0;

     }
      .video-box:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 70%;
    height: 50%;
    background: #b39f0c;
    z-index: -1;
      }
     .video-btn a{
    width: 118px;
    height: 118px;
    border-radius: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto auto;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 100px;
    line-height: 100
     }
      .video-btn:hover{
        color: #b39c07;
      }
     .video-box img{
        width: 100%;
     }

     .bg-dark{
        background: #021221;
     }

  /*   ----------*/
  .margin-auto{margin:0 auto;}
  .contact-form{ float: left;width: 100%; }
.contact-form span{position: relative;float: left;width: 100%; margin-bottom:17px;}
.contact-form span i{
position: absolute;
    left: 0;
    top: 0;
    color: #dfbf00;
    font-size: 15px;
    width: 52px;
    height: 100%;
    text-align: center;
    line-height: 60px;
    background-color: transparent;
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.contact-form .fieldset { padding: 20px 10px 20px 65px; margin-bottom: 0px;}
.contact-form textarea.fieldset {padding: 20px 10px 20px 25px;}

.footer{
    font-size: 16px;
}
.footer p{
    margin-bottom: 0;
    line-height: 30px;
}
.footer h3{
    font-size: 16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #fff;

}
.footerlogo{
    background: #fff;
        padding: 25px;
    height: 100%;
    text-align: center;
    width: 80% !important;
}
.footerlogo img{width: 173px; max-width: 100%;}
.contact-det{
    width: 100%;
    padding: 0px 10px 10px 30px;
    position: relative;
}
.contact-det i{
    position: absolute;
    top:0;
    left:0;
    color: #dfbf00;
    font-size: 21px;
    margin-bottom: 5px;
    }
  .contact-det  .fa-mobile-o{
         font-size: 25px;
    }
    .copy{
        padding: 10px 0;
        border-top:1px solid rgba(255, 255, 255, 0.2);
        color: #759bc1;
        font-weight: 300;
    }
    .copy a{
        color: #759bc1;
    }
        .copy a:hover{
        color: #fff;
    }
    .copy-box{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .copy-box p{
       margin-bottom: 0;
    line-height: 20px;
    }
    footer{
        /*border-top:1px solid #021221;*/
    }

    .project-wrap-in {
    width: 100%;
    display: flex;
    border: 0px solid #ccc;
    background:rgba(2, 18, 33, 0.5);
    flex-wrap: wrap;
    margin-bottom: 25px;
    padding: 15px;
}
h2.inner-heading {
    font-size: 22px;
    font-weight: 500;
    color: #dfbf00;
    margin: 0;
}

ul.list1{
margin: 10px 0 20px 0;
    padding: 0;
    float: left;
}

ul.list1 li{
    float: left;
    padding: 0px 11px;
    margin: 2px 2px;
    color: #fff;
    list-style: none;
    font-weight: 400;
    position: relative;
   /* background: #114172;*/
    /* clip-path: polygon(7% 0, 100% 0, 90% 100%, 0 100%); */
   
    
}
ul.list1 li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #b39c07;
    position: absolute;
    top:6px;
    left:0;
    }
ul.list1 li:hover{
   /* background: #b39c07;*/
    color: #fff;
    }

.morelink{}
    .morelink a {
    color: #fff;
    background-image: url(../images/icons/arrow.png)   ;
    background-color: rgba(223, 191, 0, 0.7);
    background-repeat: no-repeat;
    background-position:center center;
    font-size: 0px;
    line-height: normal;
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 100%;
    position: relative;
    margin: 10px;
}
.morelink a:hover, .project-single:hover .morelink a {
    background-color:#ffc513;
    border: 1px solid #ffc513;
    transform: rotate(-360deg);
    }

.p-img .morelink{
    position: absolute;
    bottom: 0;
    right: 0;

}

    .project-wrap-in .alutra-txt {
        text-decoration: underline;
        text-decoration-color: #b39f0c;
        text-underline-offset: 10px;
        text-decoration-thickness:1px;
    }
/*************** paddings ***************/
.pt-100{padding-top: 100px}
.pb-100{padding-bottom: 100px}
.pt-50{padding-top: 50px}
.pb-50{padding-bottom: 50px}
.pt-70{padding-top: 70px}
.pb-70{padding-bottom: 70px}
.pt-30{padding-top: 30px}
.pb-30{padding-bottom: 30px}
.pt-20{padding-top: 20px}
.pb-20{padding-bottom: 20px}
.pb-10{padding-bottom: 10px}
.pt-0{padding-top: 0px}
.pt-10{padding-top: 10px}
.pb-0{padding-bottom: 0px}

.pad-0{padding: 0}
.pl-100{padding-left: 100px}
.pr-100{padding-right: 100px}
.pl-80{padding-left: 80px}
.pr-80{padding-right: 80px}
.pl-20{padding-left: 20px}
.pr-20{padding-right: 20px}
.pl-30{padding-left: 30px}
.pr-30{padding-right: 30px}
.pl-50{padding-left: 50px}
.pr-50{padding-right:50px}
.pl-70{padding-left: 70px}
.pr-70{padding-right: 70px}
.pr-20{padding-right: 20px}
.mt-100{margin-top: 100px}
.mb-100{margin-bottom: 100px}
.mt-50{margin-top: 50px}
.mb-50{margin-bottom: 50px}
.mt-0{margin-top: 0px}
.mb-0{margin-bottom: 0px}

/*************** INNER PAGE CSS ***************/

.cnt-wrap{padding: 30px 20px;background-color: #021221;box-shadow: 0px 3px 40px #0000002e;-webkit-box-shadow: 0px 3px 40px #0000002e;
-moz-box-shadow: 0px 3px 40px #0000002e; float: left; width: 100%;clip-path:polygon(2% 0, 100% 0, 95% 100%, 0 100%)}
.icon_box { 
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 11px;
    padding-top: 14px;
    margin-bottom: 23px;}
.icon_box:hover i {background-color: #19599a; color: #fff;-webkit-transition:all 300ms ease-in-out;-moz-transition:all 300ms ease-in-out;transition:all 300ms ease-in-out;}
.icon_box i {
        float: left;
    margin: 0px 20px 0px 0px;
    padding: 8px;
    border-radius: 100%;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 30px;
    color: #041f3a;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    background: #dfbf00;
    font-size: 18px;
}
.icon_box .descripion { display:block; overflow:hidden; font-size:16px;}
.icon_box .descripion h5 {font-size: 18px;margin: 0 0 8px 0;text-transform: uppercase;color: #1763af;}
.icon_box p {margin:0;padding-bottom:15px;}
.icon_box a { color:#fff}
.icon_box:last-child{ margin-bottom:0px; padding-bottom:0px; border-bottom:none;}
.cnt-form{ float: left; width: 70%; padding-left: 50px; }
.map{ float: left; width: 100%; margin-top: 30px; }
.table-style {border-collapse: collapse; width: 100%;}
.table-style th, .table-style td {text-align: left;padding: 8px; border: 1px solid #d9d9d9;}
.table-style tr:nth-child(even){background-color: #f2f2f2}
.table-style th { background-color: #04AA6D; color: white;}

ul.list {
    margin: 12px 0;
    width: 100%;
    float: left;
    padding: 0;
}
ul.list li {
    float: left;
    width: 100%;
    padding: 2px 0 2px 22px;
    background-repeat: no-repeat;
    background-image: url(../images/list.png);
    background-position: top 8px left;
    margin-bottom: 10px;
    font-weight: 300;
    line-height: 22px;
    list-style: none;
    -webkit-transition: all 300ms ease-in-out;
    position: relative;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}
ul.list li:before{
    content: '';
    width: 4px;
    height: 4px;
    background: #b39c07;
    position: absolute;
    top: 11px;
    left:0;
    }


/*************** INNER BANNER ***************/
.banner{
 float: left;
 z-index: 0;
 width: 100%;
 height: 300px;
 display: flex;
 justify-content: center;
 align-items: center;
 text-align: center;
 background-image: url(../images/banner1.jpg);
 background-position: center;
 background-repeat: no-repeat;
 position: relative;
 background-size: cover;
 }
.banner-caption h2{color: #fff;font-size: 42px;margin-bottom: 15px;text-shadow: 0px 3px 4px #000000d1;font-weight: 500;line-height: 42px;}
.banner-caption h4, .banner-caption h4 a, .banner-caption h4 span{ color: #021930; font-size: 12px; text-transform: uppercase; letter-spacing: 2px; }
.banner-caption h4{background-color: #dfbf00;padding: 15px 30px;display: inline-block;margin-bottom: 0px;}
.banner-caption{position: relative;z-index: 1;}
.banner:after{position: absolute;content: '';width: 100%;height: 100%;left: 0px;top: 0px;background-color:#000;opacity: .5;}
.banner1{ background-image: url(../images/banner1.jpg); }
.banner2{background-image: url(../images/banner2.jpg);}
.banner3{background-image: url(../images/banner3.jpg);}
.banner4{background-image: url(../images/banner4.jpg);}
.banner5{background-image: url(../images/banner5.jpg);}
.banner6{background-image: url(../images/banner6.jpg);}
.banner7{background-image: url(../images/banner7.jpg);}
.banner8{background-image: url(../images/banner8.jpg);}
.banner9{background-image: url(../images/banner9.jpg);}

/*************** FIXED HEADER ***************/
header.smaller {top:0; left:0px; position: fixed; z-index: 9; -webkit-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;transition: all 300ms ease-in-out;
-webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    -moz-box-shadow:    0px 1px 5px 0px rgba(50, 50, 50, 0.41);
    box-shadow:         0px 1px 5px 0px rgba(50, 50, 50, 0.41); ;
-moz-box-shadow: 0px 4px 20px #00000059; background-color: #041f3a;}
header.smaller .top-header{ }



/*************** JARALLAX ***************/
.jarallax{ position:relative; background-repeat:no-repeat; background-position:center center; -moz-background-size:cover; 
-webkit-background-size:cover; -o-background-size:cover; background-size:cover;}

.bg1{background: url(../images/bg1.jpg) no-repeat top center;}
.bg2{background: url(../images/bg2.jpg) no-repeat top center #021221;}
/**********forms**************/
form{
    margin:0;
    padding:0;
}
*:focus {  
    outline: none;
}
.fieldset{
        width: 100%;
        height: 52px;
        padding: 8px 10px;
        background-color: none;
        background-color: transparent;
        /*background-color: #041f3a;*/
        display: block;
        border: 1px solid rgb(255, 255, 255, 0.2);
        margin: 0 0 10px 0;
        color: #ffff;
        font-size: 14px;
        font-weight: 300;
        float: left;

}
.fieldset1{ height: 130px; }
.sendbutton{
    width: auto;
    height: auto;
    border: 0;
    outline: 0;
    margin: 0 5px 0 0;
    display: inline-block;
    color: #021221;
    font-size: 29px;
    cursor: pointer;
    vertical-align: top;
    padding: 12px 37px 12px;
    text-align: center;
    background-color: #b39c07;
    text-transform: uppercase;
    font-weight: 300;
     -webkit-transition: all 300ms ease-in-out; 
    -moz-transition: all 300ms ease-in-out;

    
    }

    .sendbutton:hover{
        background-color: #fff;
        color: #020c15;
    }
.contact-form{ float: left;width: 100%; }
.contact-form .fieldset {margin-bottom: 0px;}
::-webkit-input-placeholder {
   color:  #fff !important;
}
:-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
:-ms-input-placeholder {  
   color:  #fff !important;
}

.ftr-form ::-webkit-input-placeholder {
   color:  #fff !important;
}
.ftr-form :-moz-placeholder { /* Firefox 18- */
   color:  #fff !important;
}
.ftr-form ::-moz-placeholder {  /* Firefox 19+ */
   color:  #fff !important;
}
.ftr-form :-ms-input-placeholder {  
   color:  #fff !important;
}

.wpcf7-form-control-wrap {
    position: relative;
    float: left;
    width: 100%;
}

/************************************* 1600px *************************************/
@media only screen and (max-width: 1600px) {

}

/************************************* 1400px *************************************/
@media only screen and (max-width: 1300px) {
.slider-wrap {
    width: 93%;
}
}

/************************************* 1366px *************************************/
@media only screen and (max-width: 1366px) {

}
/************************************* 1180px *************************************/
@media only screen and (max-width: 1200px) {
    .header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
}
.logo {
    padding: 10px;
    }
.header-right {
    float: none;
    width: auto;
}
.container{ width:90%;}
.logo{
    position: relative;
}
.header-right {
    float: right;
    width: 100%;
    }
.header-right {
    justify-content: flex-end;
}
.slider-wrap {
    min-width: auto;
    width: 93%;
    }
    .slider-wrap:after{display: none;}
    .icon a i {
    top: -1px;
    }
}

/************************************* 1024px *************************************/
@media only screen and (max-width: 1024px) {
.container{ width:90%;}



}

/************************************* 980px *************************************/
@media only screen and (max-width: 980px) {
    .menu-wrap {
    margin-bottom: 53px;
    position: relative;
    width: 100%;
    left: 0px;
    bottom: 1px;
    margin-top: 0;
   
}

}

/************************************* 900px *************************************/
@media only screen and (max-width: 900px) {


}

/************************************* 767px *************************************/
@media only screen and (max-width: 767px) {
    h2.uppercase.heading.about br {
    display: block;
}
.footerlogo{
    padding: 10px;
}
.header-right:after{display: none;}
a.enquiry-btn{display: inline-block;padding: 7px 12px}
.navigation {
    padding: 0 0px!important;
}
.d-none{display: none;}
.h-right {
    float: right;
    display: inline-flex;
    position: relative;
    align-items: center;
    justify-content: space-between;
}
.number .icon {
    position: absolute;
    top: -8px;
}
.pr-100, .pr-50, .pr-30, .pr-20 {
    padding-right: 0px;
}
.pl-100, .pl-50, .pl-30, .pl-20 {
    padding-left: 0px;
}
.coloumn-reverse {
    flex-direction: column;
}
.intro .smd4{width: 100%;}
.pt-100, .pt-50{padding-top: 40px;}
.pb-100, .pb-50{padding-bottom: 20px;}
.feature-card{margin-bottom: 30px;}
.contact-form span {
    margin-bottom: 0px;
}
.pt-30{padding-top:30px;}    
.footer .smd4{width:100%; padding: 10px 0;border-bottom: 1px solid rgba(255, 255, 255, 0.2)}
.footer .smd4:last-child{border-bottom: 0px solid rgba(255, 255, 255, 0.2)}
.copy-box {
    flex-direction: column;
    text-align: center;
}
.banner {
    height: 130px;
    }
    .banner-caption h2 {
    color: #fff;
    font-size: 34px;
    margin-bottom: 5px;
}
.banner-caption h4 {
    background-color: #dfbf00;
    padding: 10px 20px;
    }
    .icon a i {
    top: 1px;
}
}

/************************************* 640px *************************************/
@media only screen and (max-width: 640px) {
    .smd30, .smd40, .smd60, .smd70 {width: 100%}
    h2.heading , h2{
    font-size: 22px;
    line-height: 25px;
}
.footer h3 {
    margin-bottom: 7px;
}
.title {
    display: inline-block;
    padding: 30px 0 13px 0;
    font-size: 14px;
    }
    .pat{padding-top: 40px;}
        #status {background-size:150px;}
}
/************************************* 480px *************************************/
@media only screen and (max-width: 575px) {
    .footerlogo{
    width: max-content !important;
}
.header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: unset;
}
.logo {
    padding: 10px;
    }
    .logo img {
    max-width: 102px;
}
.header-right {
    float: none;
    width: auto;
}
.h-right{
    display: none;
}
}
/************************************* 480px *************************************/
@media only screen and (max-width: 480px) {
    .logo img {
    max-width: 100px;
}
    }

    /************************************* 360px *************************************/
@media only screen and (max-width: 360px) {
    .link a{padding: 0 20px;}
}

/************************************* 320px *************************************/
@media only screen and (max-width: 320px) {
     .link a{padding: 0 12px;
        font-size: 11px;}
}
@media only screen and (max-width: 767px) {
    .footerlogo img {
        width: 100px;
    }
    }