:: **Zploit** v1.0 | Current Path: **/home/bbbncs7/amtechint.com/**
:: Editing File: style.css
body{ font-family: 'Poppins', sans-serif !important;; padding-top: 150px !important; } .no-padding{ padding-right: 0!important; padding-left: 0!important; } .social_lnk{ display:block; float:left; padding:5px 0px; background: #232d6f; color: #FFF; border-radius: 50px; margin-right:10px; width: 25px; text-align:center; } .social_lne{ height:30px; } .btm_link{ background-image:url(imgs/bullet.png); display:block; padding-left:20px; background-repeat:no-repeat; background-position:center left; line-height:25px; } .topper-con{ background:#232d6f; padding: 10px 0px 10px 0px; color:#FFF; } .main_btn{ padding:35px 10px 15px 10px; height:90px; float:left; width:14%; border-right:solid 1px #FFF; background:#232d6f; color:#FFF; text-align:center; } .main_btn:hover{ background:#ea9e24; color:#FFF; } .main_btn_active{ background:#ea9e24 !important; color:#FFF; } .main_menu_left{ background: #ADB5BC; padding-left: 10px !important; text-decoration: none !important; color: #000 !important; } .main_menu_left:hover{ color: #FFF !important; } .main_btn_left{ padding:35px 10px 15px 10px; height:90px; float:left; width:15%; border-right:solid 1px #FFF; background:#232d6f; color:#FFF; text-align:center; } .main_btn_left:hover{ background:#ea9e24; color:#FFF; } .main_btn_right{ padding:35px 10px 15px 10px; height:90px; float:left; width:15%; background:#232d6f; color:#FFF; text-align:center; } .main_btn_right:hover{ background:#ea9e24; color:#FFF; } .sub_menu{ display:flex; border-bottom:solid 5px #ea9e24; } .link_menu{ padding:10px 15px; } .sub_menu_body{ background:#dadada; padding:10px; } .sub_menu_heading{ font-weight:bold; color:#232d6f; } .navbar_links{ background-image:url('imgs/top_menu_sep.jpg'); background-repeat:no-repeat; background-position:right center; } .navbar_links_last{ background:#FFF; } .cate-headers2 { background:#232d6f; color:#FFF; font-size: 16px; text-align:center; color: #FFF; padding-bottom: 7px; padding-top: 7px !important; font-family: 'Roboto', sans-serif !important; margin-top:5px; } .cate-headers a{ border-bottom: 1px solid #e2e2e2; font-size: 14px; color: #000; text-transform: capitalize; padding-bottom: 7px; font-weight: 400; font-family: 'Roboto', sans-serif !important; padding: 8px 0px; float: left; width: 100%; } .cate-headers a:hover{ color: #232d6f !important; cursor: pointer; } .categories{ margin-top: 10px; } .left-menu a{ padding-top: 7px; padding-left: 13px; padding-bottom: 7px; font-family: 'Poppins',sans-serif; width:100%; float:left; font-size:13px; } .left-menu a{ color: #000; } .left-menu a:hover { color: #232d6f; padding-top: 7px; padding-bottom: 7px; } .left-menu a:hover { color: #232d6f; text-decoration: none; } .cat_heading{ font-family: 'Oswald', sans-serif !important; border-bottom:solid 1px #CCC; padding-bottom:7px; margin-bottom:5px; margin-top:10px; } .breadcrumb_top{ margin-bottom:20px; } .tab_menu{ background: #FFF; display: block; border: solid 5px #F1F1F1; font-family: 'Poppins',sans-serif; font-size:13px; } .tab_menu:hover{ background:#F1F1F1; } .tab_menu_sub{ display: block; border: solid 5px #FFF; } .tab_menu_sub:hover{ border: solid 5px #F1F1F1; } #return-to-top { position: fixed; bottom: 20px; right: 20px; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.7); width: 50px; height: 50px; display: block; text-decoration: none; -webkit-border-radius: 35px; -moz-border-radius: 35px; border-radius: 35px; display: none; -webkit-transition: all 0.3s linear; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #return-to-top i { color: #fff; margin: 0; position: relative; left: 16px; top: 13px; font-size: 19px; -webkit-transition: all 0.3s ease; -moz-transition: all 0.3s ease; -ms-transition: all 0.3s ease; -o-transition: all 0.3s ease; transition: all 0.3s ease; } #return-to-top:hover { background: rgba(0, 0, 0, 0.9); } #return-to-top:hover i { color: #fff; top: 5px; } .prod_box{ /*border:solid 2px #CCC;*/ } .btm_row{ background-image:url('imgs/btm_bg.jpg'); background-repeat:repeat-x; height:450px; } .view { width: 100%; height: auto; border: 5px solid #fefefe; overflow: hidden; position: relative; text-align: center; box-shadow: 0px 0px 5px #aaa; cursor: default; } .view .mask, .view .content { width: 100%; height: 100%; position: absolute; overflow: hidden; top: 0; left: 0; } .view img { display: block; position: relative; } .view a.info { background:url(imgs/link.png) center center no-repeat; display: inline-block; text-decoration: none; padding:0; text-indent:-9999px; width:100%; height:40px; } .view a.infos { background:rgba(0,0,0,0.7); display: inline-block; text-decoration: none; color:#FFF; font-size:16px; padding:10; width:100%; height:40px; } .third-effect .mask { opacity: 0; overflow:visible; border:100px solid rgba(0,0,0,0.7); box-sizing:border-box; transition: all 0.4s ease-in-out; } .third-effect a.info { position:relative; top: 50px; /* Center the link */ opacity: 0; transition: opacity 0.5s 0s ease-in-out; } .third-effect:hover .mask { opacity: 1; border:100px solid rgba(0,0,0,0.7); } .third-effect:hover a.info { opacity:1; transition-delay: 0.3s; } .effect img { opacity:1; transform:scale(1,1); transition: all 0.2s ease-in; } .effect .mask { opacity:0; overflow:visible; /*border-color:rgba(0,0,0,0.7) transparent transparent transparent;*/ border-color:rgba(0,0,0,0) transparent transparent transparent; border-style:solid; border-width:125px; width:0; height:0; transform:translateY(-125px); transition: transform 0.2s 0.1s ease-out, opacity 0.3s ease-in-out; } .effect a.infos { opacity:0; transform:translateY(-120px); transition: transform 0.3s ease-in, opacity 0.1s ease-in-out; } .effect:hover img { opacity:0.7; transform:scale(2,2); } .effect:hover .mask { opacity: 1; transform: translateY(0px); } .effect:hover a.infos { opacity:1; transform:translateY(100px); } input[name=txt_search] { width: 140px; box-sizing: border-box; border: 2px solid #ccc; border-radius: 4px; font-size: 16px; background: transparent; background-image: url('imgs/search_icons.png'); background-position: 5px 3px; background-repeat: no-repeat; padding: 1px 5px 0px 35px; -webkit-transition: width 0.4s ease-in-out; transition: width 0.4s ease-in-out; } input[name=txt_search]:focus { width: 100%; } .top_txt_email{ margin-right:20px; } @media (max-width: 767px) { .btm_row{ background:#F1F1F1; height:auto; } .top_txt_email{ display: block; margin-right:0px; width:100%; } .top_txt_phone{ display: block; width:100%; } input[name=txt_search] { width: 100%; } body { padding-top: 200px !important; } }