*{padding: 0; margin: 0; outline: 0;}
body{font-family: 'Roboto', sans-serif;}



.wrapper{ display: block; position: relative;}


.header_sectop_main{position: absolute; top: 0; left: 0; width: 100%; z-index: 101;}

.head_top_main{width: 100%; float: left; background-color: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);} 
.head_right{float: right;}
.social{display: inline-block; vertical-align: top; margin-top: 5px;}
.social ul{list-style: none;}
.social ul li{float: left;}
.social ul li a{text-decoration: none; float: left;  color: #fff; font-size: 17px; padding: 5px 15px; 
  font-weight: normal; transition: transform .2s; /* Animation */}
.social ul li a:hover{transform: scale(1.5); color: #0098ff;}
.drop_tab_sec{float: right; width: 100px;}
.head_form{ margin:5px 0; }
.head_form_inner{background-color: rgb(0, 0, 0,0.5); color: #fff;}



.menubar{
  margin: 0px;
}
.menubar li a{
  color: #fff;
  font-size: 16px;
}
.navbar-brand{
  font-size: 24px;
  color: #0098ff;
  font-weight: bold;
}

.navbar-brand:hover{color: #0098ff;}



.dropdown-submenu{ position: relative;}

.dropdown-submenu>.dropdown-menu{
  top:0;
  left:100%;
  margin-top:-6px;
  margin-left:-1px;
  -webkit-border-radius:0 6px 6px 6px;
  -moz-border-radius:0 6px 6px 6px;
  border-radius:0 6px 6px 6px;
}

.dropdown-submenu>a:after{
  display:block;
  content:" ";
  float:right;
  width:0;
  height:0;
  border-color:transparent;
  border-style:solid;
  border-width:5px 0 5px 5px;
  border-left-color:#cccccc;
  margin-top:5px;margin-right:-10px;
}
.dropdown-submenu:hover>a:after{
  border-left-color:#555;
}
.dropdown-submenu.pull-left{ float: none; }
.dropdown-submenu.pull-left>.dropdown-menu{
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

@media (max-width: 767px) { 
/*  .tp-simpleresponsive,.tp-simpleresponsive ul,.tp-simpleresponsive ul li{max-height: 300px !important;}
*/
}
@media (min-width: 992px) { 

}
@media (min-width: 1200px) { 

}





.tp-bullets.hidebullets{display: none !important;}
.tp-banner-container h1{
  color: #fff;
  font-weight: bolder;
  text-align: center;
  font-size: 70px; text-transform: uppercase;
}
.tp-banner-container h1 span{ color: #0098ff; }

.tp-banner-container p{
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  text-align: center;
}
.tp-bullets.hidebullets{display: none;}
.tp-bullets .bullet,.bullet:hover{display: none !important;}
.tp-banner-container h3{
  color: #fff;
  font-weight: bolder;
  text-align: center;
  text-transform: uppercase;
}

.menubar .dropdown-menu{
  background-color: rgba(255,255,255, 0.2);
  box-shadow: none;
}

.navbar{ width: 100%; float: left; margin-top: 15px;}
.navbar-nav>li>a{transition: color 0.3s; -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s; font-weight: 700;
  transition: color 0.3s; text-transform: uppercase; font-size: 13px;}
.navbar-nav>li>a::before,
.navbar-nav>li>a::after{position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #ffd205;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  box-shadow: 1px 2px 7px rgba(0, 0, 0, 0.1);
  margin-top: 0;
}


.logo_panama{width: 130px; margin-top: -27px; display: block;}
.logo_panama img{width: 100%;}

.logo_panama_sticky{width: 130px; margin-top: -18px; display: none;}
.logo_panama_sticky img{width: 100%; background: #fff;}


.sticky .logo_panama_sticky{display: block;}
.sticky .logo_panama{display: none;}



.sticky.menubar li a {
    color: #18364A;
    font-size: 14px;
}

.sticky.menubar li a:hover{color: #000;}

.sticky .navbar-header .navbar-brand  {
    font-size: 24px;
    color: #0098ff;
    font-weight: bold;
}

.sticky .navbar-header .navbar-brand:hover{color: #0098ff;}

.sticky.menubar li a:after{
position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    -moz-transition: opacity 0.3s, -moz-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    transform: translateY(-10px);
    }


.navbar-nav>li>a::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px);
}

.navbar-nav>li>a::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}

.navbar-nav>li>a:hover {
  color: #fff;
}

.navbar-nav>li>a:hover::before,
.navbar-nav>li>a:focus::before,
.navbar-nav>li>a:hover::after,
.navbar-nav>li>a:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);

}

  .nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.navbar-nav>li>.drop_sec{min-width: 250px; border-top: 4px solid #0098ff; padding: 0; left: 0; margin-top: 25px;}
.navbar-nav>li>.drop_sec>li>a{width: 100%;
    padding: 10px 20px;
    line-height: 24px;
    font-weight: 500;
    font-size: 14px;
    display: inline-block;
    vertical-align: top;
    color: #666c72; border-bottom: 1px solid #b9b8b8;}

.dropdown-menu{}
.navbar-nav>li>.drop_sec>li{
    list-style: none;
    display: block;
    background-color: #fff;
    position: relative;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    }

.navbar-nav>li>.drop_sec>li:hover{
background-color: #f5f5f5;
}

/*---------------------------------------- end of header  ----------------------------------------------- */


/*---------------------------------------- start heading page  ----------------------------------------------- */


.inner_page_heading {
    width: 100%;
    float: left;
    margin: 50px 0;
}

.inner_page_heading h2 {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #18364A;
    text-transform: uppercase;
    padding-bottom: 0px;
}


.inner_page_heading p {
   width: 100%;
    float: left;
    font-size: 15px;
    text-align: center;
    margin-top: 20px;
    /* padding-top: 15px; */
    letter-spacing: 0px;
    color: #6d6d6d;
    font-family: 'Bad Script', cursive;
    /* font-weight: 900; */
    padding: 0 90px;
    line-height: 24px;
    font-weight: bold;
}

/*---------------------------------------- end heading page  ----------------------------------------------- */


/*---------------------------------------- start about us page  ----------------------------------------------- */

.about_main_bnr_sec{width: 100%; float: left;}
.about_main_bnr_sec img{width: 100%; float: left;}
.about_page_sec_main_top{width: 100%; float: left; margin-bottom: 50px;}



.main_heading_sec{width: 100%; float: left; margin: 40px 0;}
.main_heading_sec h2{width: 100%;
    float: left;
    text-align: center;
    font-weight: 900;
    font-size: 35px;
    color: #18364A; margin: 0; text-transform: uppercase;}



.about_lection_main_left{width: 100%; float: left;}
.about_lection_main_left img{width: 100%;}

.about_lection_main_left:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 82%;
    background: #ffffff;
    right: 0;
    top: 13%;
}

.about_lection_main_right{width: 100%; float: left; padding-top: 35px;}
.about_lection_main_right h2{width: 100%; float: left; margin: 0; text-transform: uppercase; font-size: 30px; color: #18364A; font-weight: 900;}
.about_lection_main_right h3{width: 100%;
    float: left;
    margin: 0;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 300;
    line-height: 50px; letter-spacing: 2px; margin-top: 15px; color: #484848;}

.about_lection_main_right p{float: left;
    width: 100%;
    text-align: left;
    line-height: 30px;
    color: #848383;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 2px;}





.bottom_about{width: 100%; float: left; margin-bottom: 50px; margin-top: 0px;}
.bottom_about h2{width: 100%; float: left; margin: 0; font-size: 25px; margin-bottom: 30px; position: relative; color: #18364A; font-weight: bold; text-transform: uppercase;}
.bottom_about h2:before{content: " ";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100px;
    height: 2px;
    background: #18364A;
  }
.bottom_about p{width: 100%;
    float: left;
    margin-bottom: 0;
    font-size: 15px;
    color: #848383;
    line-height: 30px;
    margin-top: 21px;
  }
.bottom_about h6{width: 100%; float: left; margin: 0; font-size: 17px; font-weight: 700; margin-top: 25px; color: #3b69a1;}

.bottom_about ul{list-style: none; float: left; margin-top: 10px; width: 100%;}
.bottom_about ul li{float: left; width: 100%; font-size: 15px; color: #505050; display: flex; line-height: 25px;
 font-weight: 700; padding-top: 10px; padding-bottom: 10px;}
.bottom_about ul li span{float: left; margin-right: 10px; font-size: 16px;
    color: #0098ff;}


/*---------------------------------------- end about us page  ----------------------------------------------- */




/*---------------------------------------- start product detail page  ----------------------------------------------- */

.detail_sec_main{width: 100%; float: left; margin:0;}
.detail_sec_main_left{width: 100%; float: left;}
.detail_sec_main_left img{width: 100%; float: left;}

.detail_sec_main_left:after {
    content: "";
    position: absolute;
    width: 60px;
    height: 90%;
    background: #ffffff;
    right: 0;
    top: 10%;
}

.right_cntent_detail_sec{width: 100%;
    float: left;
    background: #ffffff;
    margin-top: 60px;
   }

.right_cntent_detail_sec h2{width: 100%;
    float: left;
    margin: 0;
    color: #18364A;
    font-weight: 700;
    font-size: 27px;
  }
.right_cntent_detail_sec h3{    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0px;
    font-size: 20px;
    color: #000000;
  }

.right_cntent_detail_sec p{float: left;
    width: 100%;
    text-align: left;
    line-height: 30px;
    color: #848383;
    font-size: 15px;
    margin-top: 20px;
    padding-left: 2px;}

.right_cntent_detail_sec ul{list-style: none; width: 100%; float: left; margin-top: 15px;}
.right_cntent_detail_sec ul li{float: left;
    margin-right: 15px;
    font-size: 18px;
    line-height: 35px;}

.prb_page_bott_main{width: 100%; float: left; margin-top: 60px;
}

.prb_page_bott_main h2{width: 100%;
    float: left;
    text-align: center;
    margin: 0;
    font-size: 26px;
    font-weight: 900;
    letter-spacing: 1px;
    color: #18364A;
    text-transform: uppercase;
    padding-bottom: 0px;}

.prb_page_bott_main p{width: 100%;
    float: left;
    text-align: center;
    font-size: 15px;
    line-height: 27px;
    color: #717171;
    margin-top: 25px;
  }




/*---------------------------------------- end product detail page  ----------------------------------------------- */

#video-background {
/*  making the video fullscreen  */
  position: fixed;
  right: 0; 
  bottom: 0;
  min-width: 100%; 
  min-height: 100%;
  width: auto; 
  height: auto;
  z-index: -100;
}


/*------------------------------------ gallery start css -----------------------------------*/



.demo-gallery{width: 100%; float: left; margin-bottom: 50px;}

.demo-gallery > ul {
  margin-bottom:0;
}
.demo-gallery > ul > li {
  float:left;
  padding:0;
  margin:0;
}
.demo-gallery > ul > li a {
  border:3px solid #FFF;
  border-radius:3px;
  display:block;
  overflow:hidden;
  position:relative;
  float:left;
}
.demo-gallery > ul > li a > img {
  -webkit-transition:-webkit-transform 0.15s ease 0s;
  -moz-transition:-moz-transform 0.15s ease 0s;
  -o-transition:-o-transform 0.15s ease 0s;
  transition:transform 0.15s ease 0s;
  -webkit-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
  height:100%;
  width:100%;
}
.demo-gallery > ul > li a:hover > img {
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
}
.demo-gallery > ul > li a:hover .demo-gallery-poster > img {
  opacity:1;
}

.popup_cntent_bg{position: absolute;
    top: 40%;
    left: 0;
    color: #fbdc51;
    font-size: 40px;
    font-weight: bolder;
    text-align: center;
    width: 100%;
    display: none;
  }

.demo-gallery > ul > li a:hover .popup_cntent_bg{display: block;} 

.demo-gallery > ul > li a .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.1);
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  -webkit-transition:background-color 0.15s ease 0s;
  -o-transition:background-color 0.15s ease 0s;
  transition:background-color 0.15s ease 0s;
}
.demo-gallery > ul > li a .demo-gallery-poster > img {
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
  opacity:0;
  position:absolute;
  top:50%;
  -webkit-transition:opacity 0.3s ease 0s;
  -o-transition:opacity 0.3s ease 0s;
  transition:opacity 0.3s ease 0s;
}
.demo-gallery > ul > li a:hover .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.5);
}
.demo-gallery .justified-gallery > a > img {
  -webkit-transition:-webkit-transform 0.15s ease 0s;
  -moz-transition:-moz-transform 0.15s ease 0s;
  -o-transition:-o-transform 0.15s ease 0s;
  transition:transform 0.15s ease 0s;
  -webkit-transform:scale3d(1, 1, 1);
  transform:scale3d(1, 1, 1);
  height:100%;
  width:100%;
}
.demo-gallery .justified-gallery > a:hover > img {
  -webkit-transform:scale3d(1.1, 1.1, 1.1);
  transform:scale3d(1.1, 1.1, 1.1);
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster > img {
  opacity:1;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.1);
  bottom:0;
  left:0;
  position:absolute;
  right:0;
  top:0;
  -webkit-transition:background-color 0.15s ease 0s;
  -o-transition:background-color 0.15s ease 0s;
  transition:background-color 0.15s ease 0s;
}
.demo-gallery .justified-gallery > a .demo-gallery-poster > img {
  left:50%;
  margin-left:-10px;
  margin-top:-10px;
  opacity:0;
  position:absolute;
  top:50%;
  -webkit-transition:opacity 0.3s ease 0s;
  -o-transition:opacity 0.3s ease 0s;
  transition:opacity 0.3s ease 0s;
}
.demo-gallery .justified-gallery > a:hover .demo-gallery-poster {
  background-color:rgba(0, 0, 0, 0.5);
}
.demo-gallery .video .demo-gallery-poster img {
  height:48px;
  margin-left:-24px;
  margin-top:-24px;
  opacity:0.8;
  width:48px;
}
.demo-gallery.dark > ul > li a {
  border:3px solid #04070a;
}
.home .demo-gallery {
  padding-bottom:80px;
}
.box {
  position:relative;
  overflow:hidden;
  margin-bottom:10px;
}
.box img {
  max-width:100%;
  transition:transform 2s;
}
.box > img:hover {
  transform:scale(1.2);
}
.box .detail {
  position:absolute;
  ;
  top:15px;
  bottom:15px;
  left:30px;
  right:30px;
  background:rgba(0, 0, 0, 0.8);
  transform:scaleY(0);
transition:transform .5s;
}
.box:hover >.detail {
  transform:scaleY(1);
}
.box .detail .content {
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  text-align:center;
  padding:15px;
  color:#fff;
}
.box .detail .content h2 {
  margin:0;
  padding:0;
  font-size:20px;
  color:#ff0;
  text-transform:uppercase;
  ;
}
.box .detail .content p {
  margin:10px 0 0;
  padding:0;
  font-size:12px;
  text-transform:uppercase;
  ;
}






/*------------------------------------------- end gallery ------------------------------------*/










/*---------------------------------------- start of slider bottom  ----------------------------------------------- */


.prd_icon_top_sec{width: 100%; float: left; margin-top: -40px; z-index: 20; position: sticky;}
.product_detail_sec_main{width: 100%; float: left; padding-top: 25px;
    padding-bottom: 35px;
    background-color: #FFF;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
    box-shadow: 0px 12px 29px 0px rgba(0,0,0,0.07);
}




.product_main_inner_sec{width: 100%; float: left; text-align: center; padding: 0 20px; transition: all 0.4s ease;}

.product_main_inner_sec:hover .product_inner_botom{ height: 100%; display: block; overflow: visible;}
.product_main_inner_sec:hover .top_img img{margin-top: -80px;
    background: #fff;
    border-radius: 50%;
    border:20px solid #fff;
    transition: all 0.4s ease;
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07);
}

.top_img img{text-align: center; background:transparent; border:20px transparent;}

.product_inner_botom{
position: relative;
    overflow: hidden;
    }

.heading_sec{width: 100%; float: left; margin-top: 0px;}
.heading_sec{text-decoration: none; text-align: center; text-transform: uppercase; font-size: 16px;
font-weight: 700;color: #18364A; position: relative; 
    transition: all 0.4s ease; text-align: center; width: 100%; float: left;}
.heading_sec:hover{color: #0098ff; text-decoration: none;}


.cntent_sec{width: 100%; float: left; margin-top: 15px;}
.cntent_sec p{width: 100%; float: left;font-weight: 400;
    line-height: 24px;
    color: #666c72; text-align: center; font: 14px;}



.bottom_btn{text-decoration: none; text-align: center; font-size: 14px;
    font-weight: 400; min-width: initial;
    height: auto;
    padding: 7px 20px;
    line-height: 1.4; background: #0098ff; border-radius: 20px;
    font-size: 14px; color: #fff; transition: all 0.4s ease;}

.bottom_btn:hover{ background: #18364A; color: #fff; text-decoration: none;}

.content-cell {
    position: relative;
    -moz-transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -o-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    padding-top: 0px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    margin-top: -40px;
}





/*---------------------------------------- end of slider bottom  ----------------------------------------------- */




/*---------------------------------------------------- start of about us ----------------------------*/





/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  margin-top: 20px;
  margin-bottom: 50px;
  margin-left: 14px;
  
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}

.list-group{
vertical-align: top;
    width: 100%;
    position: relative;
    }

.list-group:before {
    position: absolute;
    content: '';
    width: 2px;
    height: 100%;
    top: 0;
    right: -2px;
    background-color: #e8e4e4;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

    .list-group:before {
    height: calc(116% - 34px);
}

div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0; color: #666c72; font-weight: bold;
  text-transform: uppercase; font-size: 12px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}




div.bhoechie-tab-menu div.list-group>a.active:before {
   position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #0098ff;
    border: 6px solid #f3f3f3;
    top:0;
    right: -13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;

}

div.bhoechie-tab-menu div.list-group>a.active, div.bhoechie-tab-menu div.list-group>a.active .glyphicon, div.bhoechie-tab-menu div.list-group>a.active .fa {
    background-color: transparent;
    background-image: transparent;
    color: #18364a;
    border: transparent;
    font-weight: bold;
}
div.bhoechie-tab-menu div.list-group>a:hover{background:transparent;}
div.bhoechie-tab-menu div.list-group>a:before {
    position: absolute;
    content: '';
    width: 22px;
    height: 22px;
    background-color: #d9d9d9;
    border: 6px solid #f3f3f3;
    top: 0;
    right: -13px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}


.list-group-item {
    position: relative;
    display: block;
    padding: 0;
    margin-bottom: 30px !important;
    background-color: #fff;
    border: 1px solid transparent;
}

.cntentsec{ width: 100%; float: left; }
.cntentsec p{width: 100%; font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #666c72;
    background-color: #fff;
    word-wrap: break-word; margin-bottom: 10px; }

.cntentsec a{text-decoration: none; font-size: 15px; border-radius:25px; background:#0098ff;
  padding: 7px 15px; margin-top: 15px; color: #fff; float: left;
transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

.cntentsec a:hover{background: #18364A; transform: scale(1.1);}

.abouthead_sec{width: 100%; float: left; margin:25px 0;}
.abouthead_sec h2{width: 100%; float: left; text-align: center; color: #265997; font-size: 40px; font-weight: 900;}
.abouthead_sec h2 span{color: #265997;}


/*---------------------------------------------------- end of about us ----------------------------*/




/*---------------------------------------------------- start of Chairman Message ----------------------------*/

.padding{padding: 0;}
.margin{margin: 0;}

.Chairman-sec-main{width: 100%; float: left; background: #f9f9f9; margin-top: 10px; padding: 40px 0;}
.Chairman-sec-left{}
.Chairman-sec-left img{width: 100%;}

.Chairman-sec-right{width: 100%; float: left;  padding: 10px; padding-left: 20px; 
  -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1); border-left: none;}
  .Chairman-sec-right span{ color: #18364A; }

.Chairman-sec-right h2{width: 100%; float: left; font-size: 25px; margin-bottom: 10px; margin-top: 5px; text-transform: uppercase; 
 font-weight: 900; color: #18364A;}
.Chairman-sec-right p{width: 100%; float: left; font-size: 14px; color: #585858; line-height: 28px; margin-top: 2px; }
.Chairman-sec-right p:hover{ font-weight: 700;}

.Chairman-sec-right a{text-decoration: none; float: left; color: #fff; font-size: 15px;
border-radius:15px; background: #0098ff;  margin-top: 5px; padding: 7px 15px; margin-bottom: 5px;
 -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;}
.Chairman-sec-right a:hover{background: #265997; color: #fff; -webkit-transform: scale(1.3);
  transform: scale(1.1);}

figure {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

figure:hover+span {
  bottom: -36px;
  opacity: 1;
}

.hover01 figure img {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.hover01 figure:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/*---------------------------------------------------- end of Chairman Message ----------------------------*/




/*-------------------------------------------------- start of product section  ------------------------------------------------------------- */


.product-sec_main_new{width: 100%; float: left;}

#wrapper .bg-grey {
    background-color: #f3f3f3;
}

#wrapper .OurservicePanel{
  display: block;
  padding: 10px 0;
  width: 100%; float: left;
  padding-bottom: 40px;
}
#wrapper .OurservicePanel .heading{
  line-height: normal;
  margin-bottom: 20px;
  margin-top: 0;
}
#wrapper .OurservicePanel .heading small{
  display: block;
  font-size: 17px;
  color: #fff;
}
#wrapper .OurservicePanel .listService{
}
#wrapper .OurservicePanel li{
  padding: 10px;
  overflow: hidden;
  margin-bottom: 0px;
}
#wrapper .OurservicePanel .contentDiv{
  position: relative;
  overflow: hidden;
  padding: 10px 40px 40px 10px;
  background-color: #fff;
}
#wrapper .OurservicePanel .imgbox{
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  transition: all 0.5s;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
}
#wrapper .OurservicePanel li:hover .imgbox{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
}
#wrapper .OurservicePanel .imgbox:before{
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: rgba(67, 67, 67, 0.04);  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4));  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, rgba(67, 67, 67, 0.0), rgba(0, 0, 0, 0.4)); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#wrapper .OurservicePanel .contBox{
  width: 350px;
  overflow: auto;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  display: table;
  background: rgba(23, 22, 35, 0.7);
  margin: auto;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);  
  transition: all 0.5s;
}
#wrapper .OurservicePanel li:hover .contBox{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);  
  background: rgba(0, 0, 0, 1);
}
#wrapper .OurservicePanel .contBox.Top{
  top: 0;
}
#wrapper .OurservicePanel .contBox.Left{
  left: 0;
}
#wrapper .OurservicePanel .contBox .ht4{
  font-size: 17px;
  font-weight: 700;
  margin: 10px 0 20px;
  letter-spacing: 1px;
  color: #fff;
  text-transform: uppercase;
  position: relative;
}
#wrapper .OurservicePanel .contBox .ht4:before{
  content: "";
  width: 50px;
  height: 3px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: -10px;
}
#wrapper .OurservicePanel .contBox .ht4 span{
  color: #fbdc51;
}
#wrapper .OurservicePanel .contBox p{
  font-size: 13px;
  letter-spacing: 1px;
  color: rgba(255,255,255, 0.7);
  text-align: left;
}

#wrapper .OurservicePanel .contBox a{text-decoration: none; font-size: 15px; color: #fff; border: 1px solid #fff; padding:7px 15px; 
  transition: all 0.5s; float: left; margin-top: 10px; border-radius:20px; transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;}

#wrapper .OurservicePanel .contBox a:hover{ color: #fbdc51; border-color: #fbdc51;
    -webkit-transform: scale(1.3);
    transform: scale(1.1); }


#wrapper .heading_sec h2{width: 100%; float: left; text-align: center; font-weight: 900; font-size: 35px; 
  color: #18364A; margin: 0; padding: 40px 0;}
#wrapper .heading_sec h2 span{color: #18364A;}



/*-------------------------------------------------- end of product section  ------------------------------------------------------------- */


/*-------------------------------------------------- start of testimonial slider   ------------------------------------------------------------- */

.testmonial_crowsel_main{position: relative; margin-bottom: 50px;}
.testmonial_crowsel_main h2{ width: 100%; text-align: center; float: left; text-transform: uppercase; color: #18364a;
font-weight: bold; margin:50px 0; font-size: 35px;}
.testmonial_crowsel_main h2 span{color: #18364a;}
.crowsel_dots li{border: 1px solid #000;}

.testmonial_crowsel_main .crowsel_dots {
    position: absolute;
    bottom: 40%;
    left: 100%;
    z-index: 15;
    width: 0%;
    padding-left: 0;
    margin-left: 0;
    /* text-align: center; */
    /* list-style: none; */
    float: right;
}

.testmonial_crowsel_main .crowsel_dots .active{width: 12px;
    height: 12px;
    margin: 0;
     border: #fff; background: #0098ff;}

.testmonial_left{position: absolute; width: 25%; top: 0; left: 0;}
.testmonial_right{ display: inline-block; display: block; text-align: center;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
    padding: 45px 30px 80px 100px;
    width: 77%; margin-bottom: 10px; margin-left: 20%;}

    .testmonial_right img{text-align: center;}
.testmonial_right h2{font-size: 18px; margin-top: 20px;
  margin-bottom: 0;
    font-weight: 600;
    color: #546a79;
    text-transform: capitalize;}

.testmonial_right h3{ font-weight: normal; font-size: 14px; color: #333; margin-top: 5px; width: 100%; float: left;
margin-bottom: 25px; }

.testmonial_right p{margin-top: 20px; font-size: 15px; color: #908c8c;}



/*-------------------------------------------------- end of testimonial slider   ------------------------------------------------------------- */


/*-------------------------------------------------- start of client section   ------------------------------------------------------------- */


#slider-text{
  padding-top: 40px;
  display: block;
}
#slider-text .col-md-6{
  overflow: hidden;
}

#slider-text h2 {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 30px;
  letter-spacing: 3px;
  margin: 30px auto;
  padding-left: 40px;
}
#slider-text h2::after{
  border-top: 2px solid #c7c7c7;
  content: "";
  position: absolute;
  bottom: 35px;
  width: 100%;
  }

#itemslider h4{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin: 10px auto 3px;
}
#itemslider h5{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin: 3px auto 2px;
}
#itemslider h6{
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;;
  font-size: 10px;
  margin: 2px auto 5px;
}
.badge {
  background: #b20c0c;
  position: absolute;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  line-height: 31px;
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 14px;
  border: 2px solid #FFF;
  box-shadow: 0 0 0 1px #b20c0c;
  top: 5px;
  right: 25%;
}
#slider-control img{
  padding-top: 60%;
  margin: 0 auto;
}
@media screen and (max-width: 992px){
#slider-control img {
  padding-top: 70px;
  margin: 0 auto;
}
}

.carousel-showmanymoveone .carousel-control {
  width: 4%;
  background-image: none;
}
.carousel-showmanymoveone .carousel-control.left {
  margin-left: 5px;
}
.carousel-showmanymoveone .carousel-control.right {
  margin-right: 5px;
}
.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3,
.carousel-showmanymoveone .cloneditem-4,
.carousel-showmanymoveone .cloneditem-5 {
  display: none;
}
@media all and (min-width: 768px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -50%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 50%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
    display: block;
  }
}
@media all and (min-width: 768px) and (transform-3d), all and (min-width: 768px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media all and (min-width: 992px) {
  .carousel-showmanymoveone .carousel-inner > .active.left,
  .carousel-showmanymoveone .carousel-inner > .prev {
    left: -16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .active.right,
  .carousel-showmanymoveone .carousel-inner > .next {
    left: 16.666%;
  }
  .carousel-showmanymoveone .carousel-inner > .left,
  .carousel-showmanymoveone .carousel-inner > .prev.right,
  .carousel-showmanymoveone .carousel-inner > .active {
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner .cloneditem-2,
  .carousel-showmanymoveone .carousel-inner .cloneditem-3,
  .carousel-showmanymoveone .carousel-inner .cloneditem-4,
  .carousel-showmanymoveone .carousel-inner .cloneditem-5,
  .carousel-showmanymoveone .carousel-inner .cloneditem-6  {
    display: block;
  }
}
@media all and (min-width: 992px) and (transform-3d), all and (min-width: 992px) and (-webkit-transform-3d) {
  .carousel-showmanymoveone .carousel-inner > .item.active.right,
  .carousel-showmanymoveone .carousel-inner > .item.next {
    -webkit-transform: translate3d(16.666%, 0, 0);
    transform: translate3d(16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.active.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev {
    -webkit-transform: translate3d(-16.666%, 0, 0);
    transform: translate3d(-16.666%, 0, 0);
    left: 0;
  }
  .carousel-showmanymoveone .carousel-inner > .item.left,
  .carousel-showmanymoveone .carousel-inner > .item.prev.right,
  .carousel-showmanymoveone .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}

.client_slide_sec_main{background: #f6f6f6; padding: 30px 0;}
.clientslide .carousel-inner{}


/*-------------------------------------------------- end of client section   ------------------------------------------------------------- */



/*-------------------------------------------------- start social left section   ------------------------------------------------------------- */

#sidebar a {
    text-decoration: none;
    vertical-align: middle;
    text-align: center;
    line-height: 0;
    padding-top: 11px;
    float: left;
    width: 100%;
    font-weight: 900;
    letter-spacing: 1px;
}

#sidebar p {
  color: white;
  position: relative;
  left: 40px;
  font-size: 15px;
  font-family: 'Lato';
}

#sidebar {
  height: 250px;
  width: 10px;
  position: fixed;
  top: 52%;
  z-index: 999;
  text-align: center;
  padding: 10px;
  margin-left: 10px;
}

#sidebar p i {
  left: 30px;
  position: relative;
  vertical-align: middle;
  text-align: center;
  font-size: 35px;
}

#sidebar .social {
  margin-left: -200px;
  width: 230px;
  padding: 0;
  top: 40%;
  z-index: 999;
  display: inline-table;
  height: 0px;
  background-color: rgba(38, 89, 151, 0.90);
  -moz-transition-property: margin-left;
  -moz-transition-duration: 0.2s;
  -moz-transition-delay: 0.2s;
  -ms-transition-property: margin-left;
  -ms-transition-duration: 0.2s;
  -ms-transition-delay: 0.2s;
  -o-transition-property: margin-left;
  -o-transition-duration: 0.2s;
  -o-transition-delay: 0.2s;
  -webkit-transition-property: margin-left;
  -webkit-transition-duration: 0.2s;
  -webkit-transition-delay: 0.2s;
  box-shadow: 0px 0px 6px 0px #3E3D3D;
  cursor: pointer;
}

#sidebar .social:hover {
  margin-left: -100px;
  width: 230px;
  background-color: #3b5998;
}

#sidebar .phone:hover {
  background-color: #18364A;
}

#sidebar .skype:hover {
  background-color: #00aff0;
}

#sidebar .whatsapp:hover {
  background-color: #25d366;
}


#sidebar .whatsapp p i {
  left: 16px;
}

/*-------------------------------------------------- end social left section   ------------------------------------------------------------- */

/*-------------------------------------------------- start of footer   ------------------------------------------------------------- */

.footer_sec{width: 100%; float: left; background: #25272e url('../images/ft_img.png'); padding-top: 40px;}
.footer_inner{width: 100%; float: left;}
.footer_inner h2{ width: 100%; float: left; margin: 0; font-size: 17px; font-weight: bold; color: #fbdc51; text-transform: uppercase; margin-bottom: 30px;}
.footer_inner p{width: 100%; float: left; font-size: 14px; text-align: justify; color: #929292; line-height:20px; margin-top: 15px; margin-bottom: 0px;}
.footer_inner p span{color: #fbdc51; float: left; height: 23px; width: 25px; font-size: 16px;}
.footer_inner p a{text-decoration: none;color: #929292; margin-top: 15px;}

.footer_form{padding: 8px; margin-top: 8px; font-size: 17px; border: none; background: #565f66; color: #fff; border-radius: 2px 0 0 2px;}
.footer_btn{padding: 8px 10px; margin-top: 8px; margin-right: 16px; background: #fbdc51; font-size: 17px; border: none; color: #000; position: absolute; border-radius: 0 2px 2px 0;}
.footer_inner ul{list-style: none; margin-top: 15px; float: left; display: block;}
.footer_inner ul li{float: left; width: 100%;  transition:all .28s ease-in-out;  margin-bottom: 12px; padding: 0 0 3px 0;}
.footer_inner ul li:hover{padding-left: 5px;}
.footer_inner ul li a{text-decoration: none; color: #929292; padding-left: 4px; font-size: 12px; font-weight:600; letter-spacing: 0.8px; text-transform: uppercase;}
.footer_inner li::before, .footer_inner li::after {display: table; content: "";}
.serch_sec{margin-top: 15px; float: left; width: 100%;}
.fa-angle-right:before {content: "\f105";color: #0098ff;}
.footer_inner ul li a:hover{ text-decoration: none; color: #929292;}
.footer_inner li:last-child{margin:0; padding:0; border:none;}
.footer_social{width: 100%; float: left; margin-top: 10px;}
.footer_social ul{list-style: none;}
.footer_social ul li{float: left; width: auto;}
.footer_social ul li a{float: left; text-decoration: none; background: #565f66; color: #fff; padding: 7px 15px; margin-right: 10px; border-radius:5px;}
.footer_social ul li a:hover{color: #fff;}
.color_fb:hover{background-color: #3B5998; color: #fff;}
.color_tw:hover{background-color: #00ACEE; color: #fff;}
.color_plus:hover{background-color: #0077B5; color: #fff;}
#wrapper .font_sec {font-size: 25px;}

.ft_btnm{width: 100%; float: left; margin-top: 0px;}
.last_ft_left{width: 100%; float: left; color: #bcc0c4; text-transform: uppercase; font-size: 12px; 
  padding: 20px 10px; border-top: 1px solid #43454c; margin-top: 0px;}

  .last_ft_right{width: 100%; float: left; color: #bcc0c4; text-transform: uppercase; font-size: 12px; 
  padding: 20px 10px; border-top: 1px solid #43454c; margin-top: 0px; text-align: right;}
  .last_ft_right a{ color:#bcc0c4;font-weight: 700; text-decoration: none;}

.ft_btnm{width: 100%; float: left; margin-top: 30px;}

/*-------------------------------------------------- end of footer   ------------------------------------------------------------- */


/*--------------------------------- start bottom to top button css   ------------------------------------- */

#scroll {
    position:fixed;
    right:10px;
    bottom:10px;
    cursor:pointer;
    width:40px;
    height:40px;
    background-color:#0098ff;
    text-indent:-9999px;
    display:none;
    -webkit-border-radius:60px;
    -moz-border-radius:60px;
    border-radius:60px;
    z-index: 999;
}
#scroll span {
    position:absolute;
    top:40%;
    left:40%;
    margin-left: -4px;
    margin-top: -9px;
    height:0;
    width:0;
    border:8px solid transparent;
    border-bottom-color:#ffffff;
}
#scroll:hover {
    background-color:#265997;
    opacity:1;filter:"alpha(opacity=100)";
    -ms-filter:"alpha(opacity=100)";
}

/*--------------------------------- end bottom to top button css   ------------------------------------- */

/*--------------------------------- start contact us page css   ------------------------------------- */

.contact_sec_main{width: 100%; float: left; background: #fff;}
.contact_sec_main_left{width: 100%; float: left; box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07); text-align: center; padding: 15px 15px; 
  border-radius: 50%; transition: all 0.4s ease; border:20px solid #fff;}



.contact_sec_main_left span{font-size: 30px;
    text-align: center;
    color: #0098ff;
    /* padding: 10px 15px; */
    border: 1px solid #0098ff;
    border-radius: 50%;
    display: inline-block;
    width: 70px;
    height: 70px;
    /* text-align: center; */
    line-height: 70px;

  }

  .contact_sec_main_left:hover{margin-top: -30px;
    transition: all 0.4s ease;
  }

.contact_main_div{width: 100%; float: left; padding-bottom: 25px;}

.contact_sec_main_left h2{width: 100%; float: left; margin-top: 25px; margin-bottom: 0; text-transform: uppercase; 
  font-size: 20px; color: #18364A; font-weight: 700;}
.contact_sec_main_left a{width: 100%; float: left; margin-top: 20px; font-size: 17px; text-align: center; 
  text-decoration: none; color: #636363; font-weight: 500;  height: 60px;}

.contact_sec_main_left p{width: 100%; float: left; margin-top: 15px; height: 60px; font-size: 17px; text-align: center; 
   color: #636363; font-weight: 500; margin-bottom: 0;}


.form_sec_main{width: 100%;
    float: left;
    margin-top: 50px;
    /* padding: 50px; */
    background: #f5f5f5;
    padding: 20px 25px;
    margin-bottom: 50px;
  }

.form_sec_main .form-group{margin-bottom: 25px;}
.form_sec_main .form-group label{color: #18364a; font-size: 15px;}
.form_sec_main .form-group .form-control{ border: 1px solid #b9b9b9;
    border-radius: 0px;
    margin-top: 5px;
    box-shadow: none;
    height: 40px; }

.form_sec_main .form-group .textarea_sec{height: 120px;
    border-radius: 0px;}

.contact_btn{padding: 12px 25px;
    float: left;
    font-size: 16px;
    background: #18364A;
    color: #fff;
    border: none;
}

.map_sec{width: 100%; float: left; margin-top: 50px; margin-bottom: 50px;}

/*--------------------------------- end contact us page css   ------------------------------------- */




/*--------------------------------- start of team page page css   ------------------------------------- */

.team_sec_main{width: 100%; float: left;}
.team_sec_inner_main{width: 100%;
    float: left;
    margin-bottom: 25px;
    background: #fbfbfb;
    padding: 30px 10px;
  }

.team_sec_main_left{ width: 100%; float: left;}
.team_sec_main_left img{width: 100%; float: left; border-radius: 50%;}


.team_sec_main_right{width: 100%; float: left;}
.team_sec_main_right h2{width: 100%;
    float: left;
    margin: 0;
    font-size: 22px;
    color: #18364A;
    font-weight: 900;
  }

  .team_sec_main_right h3{width: 100%;
    float: left;
    margin: 0;
    font-size: 15px;
    margin-top: 12px; color: #0098ff;
  }

.team_social{width: 100%; float: left; margin-top: 17px; padding-bottom: 30px; border-bottom: 1px solid #dcdcdc;}
.team_social ul{list-style: none;}
.team_social ul li{float: left;}
.team_social ul li a{float: left;
    text-decoration: none;
    font-size: 17px;
    margin-right: 10px;
    color: #fff;
    width: 35px;
    height: 35px;
    background: #000;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  }

  .team_social ul li a:hover{ background: #fbdc51; color: #000; 
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3); }

.team_sec_main_right p{width: 100%;
    float: left;
    margin: 0;
    margin-top: 30px;
    font-size: 14px;
    line-height: 27px;
    color: #717171;
    text-align: left;
    letter-spacing: 0.50px;
  } 


.mission_sec_main{width: 100%; float: left; margin-bottom: 30px;}
.mission_sec_main_left{width: 100%;
    float: left;
    transition: all 0.4s ease;
    padding: 25px 15px;
    border-radius:0px;
    margin-bottom: 20px;
    box-shadow: 0px 9px 13px 0px rgba(0,0,0,0.07);
  }

  .mission_sec_main_left ul{list-style: none;
    float: left;
    width: 100%;
    margin-top: 25px;
  }
  .mission_sec_main_left ul li{width: 100%; float: left; columns: #000; font-size: 14px; margin-bottom: 13px;}
  .mission_sec_main_left ul li span{float: left; margin-right: 10px; font-size: 21px; font-weight: normal; color: #0098ff;}

.mission_sec_main_left h2{width: 100%; float: left; margin: 0; font-size: 25px; text-align: center; text-transform: uppercase; font-weight: 700;}
.mission_sec_main_left p{width: 100%;
    float: left;
    margin: 0;
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    columns: #000;
    margin-top: 20px;
    color: #737171;
  }

/*--------------------------------- end of team page page css   ------------------------------------- */

.panama_coal_sec_main{width: 100%; float: left; margin-top: 50px;}
.panama_coal_sec{width: 100%; float: left; background: #f5f5f5; margin-bottom: 30px; min-height: 270px;}
.panama_coal_sec:hover{background: #e4e4e4;}
.steel_sec_height{min-height: 880px;}
.clrsec{min-height: 720px;}
.clrsec ul li{font-weight: bold; color: #2b2b2b !important;}

.panama_coal_sec img{width: 100%;float: left;}
.panama_coal_sec h2{width: 100%; float: left; position: relative; margin: 0; margin-top: 20px; font-size: 20px; text-transform: uppercase; color: #000;
 padding-left: 15px;
font-weight: 900; letter-spacing: 1px;}

.panama_coal_sec h2:before{content: "";
    position: absolute;
    bottom: -16px;
    left: 15px;
    width: 50px;
    height: 2px;
    background: #000;
  }

.panama_coal_sec p{ width: 100%;
    float: left;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 30px;
    font-size: 15px;
    color: #8a8989;
    padding: 0 15px;
    font-weight: 300;
    line-height: 26px;
  }
.panama_coal_sec ul{list-style:none; padding: 0 15px; margin-top:20px; float: left; width:100%;}
.panama_coal_sec ul li{    float: left;
    margin-bottom: 12px;
    font-size: 15px;
    color: #8a8989;
    margin-right: 10px;
	width:100%;
	}
	
	
	.panama_coal_sec ul li b{font-weight:bold; color: #000;}
	
.panama_coal_sec h3{width: 100%;
    float: left;
    padding-left: 18px;
    font-size: 20px;
    margin: 0;
    margin-bottom: 13px;
    color: #0098ff;
    text-transform: uppercase;
	}

/*--------------------------------- start popup css   ------------------------------------- */


.contactPopupPanel{
  border-radius: 0px;
}

.contactPopupPanel .modal-content{
  border-radius: 0px;
  background: #fff;
  max-width: 500px;
  margin: auto;
  box-shadow: none;
  border: none;
}

body .modal-backdrop.in {
  transition: all 0.4s;
    filter: alpha(opacity=1);
    opacity: 1;
    background-color: #fff;
}
.contactPopupPanel .modal-content .modal-body{
  padding: 20px 0px;
}
#wrapper .contactPopupPanel .modal-content .ht3{
  color: #333;
  text-transform: uppercase;
}
#wrapper .contactPopupPanel .modal-content .ht6{
  margin-bottom: 20px;
  color: #333;
}  
.contactPopupPanel .modal-content .modal-header .close {
    margin-top: -4px;
    font-size: 40px;
}
.contactPopupPanel .modal-content .form-group{
  margin-bottom: 20px;
}
.contactPopupPanel .modal-content label{
  font-weight: 300;
  margin: 0px;
}
.contactPopupPanel .modal-content .form-control{
  border-radius: 0px;
    height: 40px;
    box-shadow: none;
    font-weight: normal;
    border: none;
    font-size: 14px;
    border-bottom: inherit;
    background: #e6e6e6;
    color: #000;
}
.contactPopupPanel .modal-content .contactSub{
  margin-top: 0;
  line-height: normal;
  font-weight: 500;
  font-size: 17px;
  text-transform: uppercase;
  border:none;
  height: inherit;
  background: #18364a; color: #fff;
}
.contactPopupPanel .modal-content .form-control::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #000;
    font-size: 14px;
    opacity: 1; /* Firefox */
    font-weight: 400;
}
.contactPopupPanel .modal-content .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-size: 14px;
    color: #d3ae63;
    font-weight: 400;
}
.contactPopupPanel .modal-content .form-control::-ms-input-placeholder { /* Microsoft Edge */
    color: #d3ae63;
    font-size: 14px;
    font-weight: 400;
}

.text_area_height{height: 120px !important;}

.contactBtn{float: left;
    margin-left: 0;
    background: #18364a;
    color: #fff;
    color: #fff !important;
    padding: 7px 15px;
    margin-top: 10px;
    border-radius: inherit;
    font-size: 16px;
  }

/*--------------------------------- end popup css   ------------------------------------- */

















