/*general*/
html{
    height: 100vh;
}

/*LOADER*/
.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  /*background: url(../images/loader-64x/Preloader_8.gif) center no-repeat #fff;*/
}

p {line-height: 20px;}

/*fonts*/
@font-face {
    font-family: gotham-medium;
    src: url(fonts/gotham/GOTHAM-MEDIUM.TTF);
}
@font-face {
    font-family: gotham-book;
    src: url(fonts/gotham/Gotham-Book.ttf);
}

/* === fontawesome === */
@import url('font-awesome.css');

/* === carousel === */
@import url('carousel.css');

body{
	font-family:gotham-medium;
}

.carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


/*header styles*/
.navbar-nav .dropdown-menu {
  width: -moz-max-content;
  width: max-content;
}
.padz {
  padding: 20px!important;
  width: -moz-max-content;
  width: max-content;

}
.padz a {
  font-family: gotham-book!important;
  color: #000000!important;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 550; 
}

.fixed-top{
  top:25px;
}
/*jx*/
.topbar{
position: fixed;
top: 16px;
z-index: 1;
right: 40px;
}
.topbar li a{
  color: #ffffff;
  /*text-shadow: 3px 1px 3px rgb(62, 62, 62);*/
  text-shadow: 1px 1px 2px rgb(62, 62, 62);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px; 
} 

/*navigations*/
.img-width{
  width: 300px;
}
.navbar-nav{
  font-family: gotham-book;
}
.nav-link{
    font-weight: lighter;
    font-size: 15px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.active .nav-link{
    border: 2px solid #fff;

  }

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #fff;
}  

.navbar-dark .navbar-nav .nav-link{
  color: #ffffff;
  /*text-shadow: 3px 1px 3px rgb(62, 62, 62);*/
  text-shadow: 1px 1px 2px rgb(62, 62, 62);
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.5px; 
}

.nav-link:hover .dropdown-menu {
 display:blockp;
}


  /*slide*/

 .carousel-fade .carousel-inner .carousel-items {
  opacity: 0;
  transition-property: opacity;
}

.carousel-fade .carousel-inner .active {
  opacity: 1;
}

.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}

.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}

.carousel-fade .carousel-control {
  z-index: 2;
} 
@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-fade .carousel-inner > .carousel-items.next,
    .carousel-fade .carousel-inner > .carousel-items.active.right {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-items.prev,
    .carousel-fade .carousel-inner > .carousel-items.active.left {
      opacity: 0;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
    .carousel-fade .carousel-inner > .carousel-items.next.left,
    .carousel-fade .carousel-inner > .carousel-items.prev.right,
    .carousel-fade .carousel-inner > .carousel-items.active {
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0);
    }
} 


/*slider navigation adjust*/

.carousel-control-next {
        left: -2px;
}
.carousel-control-next,.carousel-control-prev  {
    align-items: flex-end;
    /*width: 4%;*/
    display: block;
    top:-150px;
}
.next-style-ovrrde{
  width: 50px;
  opacity: 1;
    height: 50px;
    display: block;
    position: relative;
    float: left;
    border: 2px solid #fff;
}

.next-style-ovrrde : hover{
  background-color: #ffffff5c;
}

.next-style-ovrrde span{
  margin-top: 12px;
}

.carousel-control-prev-icon{
  background-image: url("../images/prev.png");
}
.carousel-control-next-icon{
  background-image: url("../images/next.png");
}
/*carousel caption*/
.c-caption-f10 {
  top: 40%;
  text-align: left;
  left: 0%;
  right:0%;
  bottom: unset;
 
  
}

.c-caption-f10 h1 {
font-size: 60px;
width: 85%;
 text-shadow: 3px 3px 6px rgb(62, 62, 62);
 text-shadow: 1px 2px 6px rgba(62, 62, 62, 0.62);;

 

}
.c-caption-f10 h3 {
 margin-bottom: 20px;

text-shadow: 3px 1px 3px rgb(62, 62, 62);

}
.c-caption-f10 p {
font-size: 23px;
/*text-align: justify;*/
font-family: gotham-book;
/*text-shadow: 3px 1px 3px rgb(62, 62, 62);*/
line-height: 27px;

letter-spacing: 0px;
word-spacing: 2px;
color: #fff;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}
.carousel-span{
  font-size: 23px;
/*text-align: justify;*/
font-family: gotham-book;
/*text-shadow: 3px 1px 3px rgb(62, 62, 62);*/
line-height: 27px;

letter-spacing: 0px;
word-spacing: 2px;
color: #fff;
font-weight: normal;
text-decoration: none;
font-style: normal;
font-variant: normal;
text-transform: none;
}


/*constction-trading link home page*/

.service-home-link{
  /*width: auto;*/
    height: 50px;
    display: block;
    position: relative;
    float: right;
    line-height: 45px;
    border: 2px solid #fff;

    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    width: 200px;
}

.service-home-link:hover{
  background-color: #ffffff5c;
}
.service-home-link span{
  font-family: gotham-book;
  margin-top: 12px;
  padding: 20px;
  /*font-weight: bold;*/
  letter-spacing: 1px;
  text-shadow: 3px 1px 3px rgb(62, 62, 62);
}

.linkb{

  left: 2px;
}


/*footer*/

ul.topright-info {
    list-style: none;
    margin: 10px 0px;
    padding-left: 0;
    float: right;
}

.foot_cnt {
    position: absolute;
    top: 18vh;
    right: 0px;
    width: auto;
    height: auto;
    z-index: 999999;
}
  
ul.topright-info li {
 
    margin: 0 20px 0 0;
    padding: 0;
    font-weight: 600;
}

ul.topright-info li a {
 
   color: #ffffff;
    font-size: 17px;
    text-shadow: 3px 3px 6px rgb(62, 62, 62);
}


/*about page*/


ul.topright-info-other-pgs {
    list-style: none;
    margin: 10px 0px;
    padding-left: 0;
    float: right;
    display: inline-flex;
}

ul.topright-info-other-pgs li a {
    color: #ffffff;
    font-size: 17px;
    text-shadow: 0px 2px 6px rgb(62, 62, 62)
    }

.bg-img-about{

    /* The image used */
  background-color:  rgba(189, 189, 189, 0.66) !important;
    background-image: url("../images/slider/slide1.jpg");
 background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;


}

.abt-header{
  height: 150px;
}

.footer_genral{
    font-family: gotham-book;
    width: 100%;
    position: fixed;
    bottom: 0px;
    /*background-color: #0000000d;*/

}

.page-bg{
  background-color: rgba(255, 255, 255, 0.8313725490196079);/*#dadadaa8;#dadada6e*/
  display: block;
  height: 69vh;
  }

.title-space{
      display: block;
    /* margin: -15px; */
    margin-left: -15px;
    margin-right: -15px;
}
.title-space h3
{
    padding: 30px;
    color: #003c71;
    font-family: gotham-medium;
    /*! border-bottom: 1px solid #003c71; */
}
 
/*page inner*/
.tab-pane{
    overflow: scroll;
    height: 47vh;
    overflow-x: hidden;
    margin-top: 2vh;

}

.nav-pills-style{
  justify-content: space-evenly;
    margin-top: -6px;
    /*align-content: flex-start;*/

}
.nav-pills-style li{
  display: block;
    list-style: none;
    text-decoration: none;
    /*padding: 2px 40px;*/
  margin-top: 20px;
}

.nav-pills-style li a{
  color: #343331;
      font-family: gotham-medium;
    font-size: 15px;
        padding: 6px 40px;
        border: 1px solid #003c70;
}
}
.nav-pills-style li a:hover, .nav-pills-style li a:focus{
    outline: none;
    text-decoration: none;
}
/*.nav-pills-style li .active a:active*/
.nav-pills-style li a:hover,
.nav-pills-style li a:focus,
.nav-pills-style li .active {
    background-color: #003c70;;
    color: #fff;
    text-decoration: none;
}



/*about tab content*/
.block-container{
  display: block;
  margin-top: 30px;
}
.block-div-head{
  display: block;
  float: left;
  /*margin: 20px 0px; */
}
.block-div{
  display: block;
  float: left;
}
.block-div h5{
color:#4e4e4e;

}
.pstyle{
  font-family: gotham-book;
  font-weight: bold;
  font-size: 13px;
  text-align: justify;
  color:#3b3b3b;
}


/*about overview*/
.pd-r-30{
  padding-right: 30px;
}

.mb-5{
  margin-bottom: 10px;
}

/*about-client*/

.pstyle-client{

  font-family: gotham-book;
  font-weight: bold;
  font-size: 13px;
  color:#3b3b3b;
}

.rect{
  display: block;
    background-color: #fff;
    margin-bottom:20px;
    border: 1px solid #003c70;
}

.rect img{
  width: 150px;
}

.client-row h5{
  font-size: 15px;
}

/*about-md*/

.pstyle-md{
  font-family: gotham-book;
  font-weight: bold;
  font-size: 15px;
  margin-top: 16px;
  color:#3b3b3b;

}


/*contact page*/

.favmargin {
    margin: 0px 2px;
}
.cnt_style{
  margin-top: 25px;
  font-family: gotham-book;
  font-weight: bold;
}
.cnt_style h6{
  
  font-family: gotham-book;
  font-weight: bold;
}
.cnt_style p{
  font-size: 13px;
}
.cnt_style i{
  color: #003c70;
}
.form-group textarea, .form-group input{
  border-radius: 0px;
  border: 1px solid #003c70;
   font-size: 12px;
  font-family: gotham-medium;
}
.form-group textarea::placeholder, .form-group input::placeholder{
  font-size: 12px;
  font-family: gotham-medium;
}
.btn-style{
  color: #ffffffb3;
    width: 100%;
    border-radius: 0px;
    background-color: #003c70;
    font-family: gotham-book;
}
.form-group a:hover{
  color: #fff;

}
.mapf10{
  display: block;
  height: 280px;
   border: 1px solid #003c70;
}


/*service main page*/

.services a{
  text-decoration: none;

}
.services a: hover{
  text-decoration: none;

}
.service_block{
  display: block;
  width: 100%;
  height:100%;
  background-color: #fff;
   overflow: hidden;
-webkit-box-shadow: -1px 14px 32px -15px rgba(0,0,0,1);
-moz-box-shadow: -1px 14px 32px -15px rgba(0,0,0,1);
box-shadow: -1px 14px 32px -15px rgba(0,0,0,1);
}

.service_block h3{
  font-family: gotham-book;
  font-weight: bold;
}

.service_block:hover .tryy, .service_block:focus .tryy {
  opacity: 1;
}
.service_block:hover , .service_block:focus  {
  border-bottom: 5px solid  #00457a;
}


.service_block img{
    width: 100%;
    padding: 15px 0px;
    opacity: 0.8;
}

.service_block h3{
  color: #00457a;
    font-size: 20px;
    padding: 5px 0px 10px 0px;
}


/*f10 trading service - panel*/
.panel-heading {
  padding: 0;
  border:0;
}
.panel-body{
  background-color: #fff;
      width: 100%;
    display: block;
    padding: 10px;
    position: absolute;
}
.panel-body p{
  padding:15px;
  font-family: gotham-book;
  font-size: 13px;
font-weight: bold;

}

.colstyle{
  position: relative;
    display: block;
    float: left;
}

.panel-title>a, .panel-title>a:active{
  display:block;
  padding:15px;
  color:#fff;
  font-size:13px; 
  text-transform:uppercase;
  letter-spacing:1px;
  word-spacing:3px;
  text-decoration:none;
  background-color: #00457a;
}

.right_align{float: right;}

.inner_diiv{
  font-size: 13px;
  font-weight: bold;
text-align: left;
    /*width: 30.3%;*/
    /*height: 50px;*/
    
    padding-bottom: 10px;}
/*.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e114";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg);
} */
/*f10 trade serv */

.rect_f10td_serv{
  display: block;
  
    margin-bottom: 20px;
    

}
.rect_f10td_serv img{
  width: 100%;

}
.f10servtd-row{
  justify-content: space-evenly;
}
.txtf10{
  position: relative;
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffffa8;
    bottom: 50px;
}
.txtf10 h6{
  font-family: gotham-book;
  font-size:15px;
  font-weight: 800;
  line-height: 50px;
}



/*-------------------------*/

/*--------------------------------------------------------------------------------------------------*/



@media only screen and (max-width: 481px)  {

.topbar{
  display: none;
}
.dispnav{
  display: inline !important;
}

.bg-color-op{
    background-color:  rgba(189, 189, 189, 0.66) !important;
  }

/*Home Page*/
  .img-width{
    width: 200px;
  }

  .carousel-caption{
    top: 20%;
  }

  .c-caption-f10 h3{
    font-size: 25px;
  }

  .c-caption-f10 p{
    font-size: 15px;
  }

  .linkb{
    left: 0px;
    /*border-top: none;*/
  }


  .service-home-link{
    width: 50%;
  }

  .foot_cnt{
    top: 35%;
  }

  /*nav*/


  .navbar-nav{
    background: #fff;
    border-radius: 0rem;
  }



  .nav-item a{
    background: #fff;
    border-radius: 0rem;
    color: #000;
    text-shadow: 0px 0px 0px rgb(62, 62, 62);
  }
  
 

  .navbar-dark .navbar-nav .nav-link{
    color: #000000;
    text-shadow: 0px 0px 0px rgb(62, 62, 62); 
    font-weight: normal; 
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px !important;
  }

  .navbar-dark .navbar-nav .nav-link{
   font-color: #000 !important;
  }

   .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding-right: 10px;
    margin-right: 10px;
    
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
     border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0rem;
  }
  
  .list-unstyled {
    margin-top: -30px;
    margin-bottom: -20px;
    margin-left: 25px;
    padding-left: 35px;
    list-style: none;
    /*border-bottom: 1px solid;*/
  }
  

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
      color: #000 !important;
    }  

    .dark .navbar-nav .show>.nav-link {
        color: #000 !important;
    }



  .navbar > ul > li > ul li > a {
    display: block;
    color: #000 !important;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    white-space: nowrap;
    text-decoration: none;
}

/*About Page*/
  .abt-header{
      background-color:  rgba(189, 189, 189, 0.66);
      height: 100%;
      padding-top: 20%;
  }

  .bg-img-about{
    background-color:  rgba(189, 189, 189, 0.66) !important;
    min-height: 100%;
    min-width: 50%;
    width: 100%;

  }
  .page-bg {
    background-color:  rgba(189, 189, 189, 0.66) !important;
    display: block;
    height: 100%;
    position: relative;
  }
  

  .block-container {
    display: block;
    margin-top: 0px;
  }

  .footer_genral {
    font-family: gotham-book;
    width: 100%;
    position: fixed;
    bottom: 0px;
  }



  .tab-pane {
    overflow: scroll;
    height: 100%;
    overflow-x: hidden;
    margin-top: 2vh;
}

.padz a {
  font-family: gotham-book!important;
  color: #000!important;
  font-size: 13px;
  letter-spacing: 0.5px;
  font-weight: 550; 
  position: relative;
 
}


}


 .padz a::after, .homeCustom::after {
    
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: '';
    position: relative;
    z-index:9999999999999999;
 
}

@media only screen and (max-width: 1000px) and (min-width: 600px)  {


  .topbar{
  display: none;
}
.dispnav{
  display: inline !important;
}

 .navbar-nav{
    background: #fff;
    border-radius: 0rem;
  }



  .nav-item a{
    background: #fff;
    border-radius: 0rem;
    font-color: #000;
    text-shadow: 0px 0px 0px rgb(62, 62, 62);
  }

  .navbar-dark .navbar-nav .nav-link{
    color: #000000;
    text-shadow: 0px 0px 0px rgb(62, 62, 62); 
    font-weight: normal; 
    font-size: 13px;
    letter-spacing: 0.5px;
    padding: 10px!important;
  }

  .navbar-dark .navbar-nav .nav-link{
    font-color: #000 !important;
  }


  .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding-right: 10px;
    margin-right: 10px;
    
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
     border: 0px solid rgba(0,0,0,.15); 
    border-radius: 0rem;
  }
  
  .list-unstyled {
    margin-top: -30px;
    margin-bottom: -20px;
    margin-left: 25px;
    padding-left: 35px;
    list-style: none;
    /*border-bottom: 1px solid*/
  }

  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{
  color: #000 !important;
}  


  .navbar > ul > li > ul li > a {
    display: block;
    color: #222;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    white-space: nowrap;
    text-decoration: none;
}


}


.dropdown:hover .dropdown-menu, .btn-group:hover .dropdown-menu{
    display: block;
  }
  .dropdown-menu{
    margin-top: 0;
  }
  .dropdown-toggle{
    margin-bottom: 2px;
  }
  .navbar .dropdown-toggle, .nav-tabs .dropdown-toggle{
    margin-bottom: 0;
  }