/*************** added font***********************/

@font-face {
    font-family: 'GOTHICB';
    src: url('../fonts/GOTHICB.eot');
    src: url('../fonts/GOTHICB.eot') format('embedded-opentype'),
         url('../fonts/GOTHICB.woff2') format('woff2'),
         url('../fonts/GOTHICB.woff') format('woff'),
         url('../fonts/GOTHICB.ttf') format('truetype'),
         url('../fonts/GOTHICB.svg#GOTHICB') format('svg');
}
@font-face {
    font-family: 'GOTHIC';
    src: url('../fonts/GOTHIC.eot');
    src: url('../fonts/GOTHIC.eot') format('embedded-opentype'),
         url('../fonts/GOTHIC.woff2') format('woff2'),
         url('../fonts/GOTHIC.woff') format('woff'),
         url('../fonts/GOTHIC.ttf') format('truetype'),
         url('../fonts/GOTHIC.svg#GOTHIC') format('svg');
}
/******************* custom css ********************/

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	color: #8c8c8c;
	background: #fff;
	font-weight: normal;
	 font-family: 'GOTHIC';
	line-height: normal;
	
}
* {
	margin: 0;
	padding: 0;
}
a {
	color: #8c8c8c;
	outline: none !important;
	border: none;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
a:hover {
	color: #409ad4;
	text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
	line-height: normal;
	font-weight: normal;
	padding: 0;
	margin: 0;
}
img {
	border: none;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
p {
	margin:0;
	padding: 0;
}
ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
::-webkit-input-placeholder {
   color: #8c8c8c;opacity: 1;
}

:-moz-placeholder { /* Firefox 18- */
  color: #8c8c8c; opacity: 1;
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #8c8c8c; opacity: 1; 
}

*::-moz-placeholder{  
   color: #8c8c8c;
   opacity: 1;
}
input, textarea {
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	-ms-transition: all 0.5s;
}
/* draw any selected text yellow on red background */ 
::-moz-selection {background: #6fc3f9; } 
::selection  {background: #6fc3f9; } 
/* draw selected text in a paragraph white on black */ 
p::-moz-selection {background: #6fc3f9; } 
p::selection {background: #6fc3f9; }

/************header************/
header{
	background: #00033f;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.top-tble{
	display: table;
	width: 100%;
	border-bottom:1px solid #555383;
	padding: 15px 0;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.logo{
	display: table-cell;
	vertical-align: middle;
	width: 160px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.logo img{
	width: 100%;
}
.rght-menu{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}

.navbar-header {
	text-align: center;
	float: none;
	display: inline-block;
	vertical-align: middle;
}
.social-icons{
	float: right;
    margin: -5px 0 0;
}
.top_nav{
	margin: 0;
	padding: 0;
}
.top_nav ul li{
	display: inline-block;
	vertical-align: middle;
	list-style: none;
	margin: 0 40px 0 0;
}
.top_nav ul li:last-child{
	margin: 0 15px 0 0;
	padding: 0 15px 0 0;
	border-right:1px solid #464462;
	line-height: 14px;
}
.top_nav ul li a{
	color:#ffffff;
	font-size: 15px;
	padding: 0 0 5px;
	display: inline-block;
	border-bottom:1px solid transparent;
	text-transform: uppercase;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.top_nav ul li a:hover,.top_nav ul li.current-menu-item a{
	color:#4099d3;
	border-bottom:1px solid #4099d3;
}
.social-icons li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 0;
}
.social-icons li:last-child{
	margin: 0;
}
.social-icons li .fa{
	color:#ffffff;
	border-radius:100%;
	border:2px solid #ffffff;
	height:31px;
	width:31px;
	line-height:31px;
	vertical-align: middle;
	text-align: center;
	font-size:18px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.social-icons li:hover .fa.fa-facebook{
	background: #355089;
	border:2px solid transparent;	
}
.social-icons li:hover .fa.fa-twitter{
	background: #1DA1F2;
	border:2px solid transparent;
}
.social-icons li:hover .fa.fa-instagram{
	background: #EF0075;
	border:2px solid transparent;
}
.social-icons li:hover .fa.fa-linkedin{
	background: #007BB6;
	border:2px solid transparent;
}
.hdr_fix {
    left: 0;
    right:0;
    position: fixed;
    top: 0;
    width:100%;
    height: auto;
    z-index: 999;
    transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
header.hdr_fix{
	background: rgba(0,3,63,0.8);
}
.hdr_fix .logo{
	 width: 92px;
}
.hdr_fix .top-tble{
	padding: 5px 0;
}
/****banner****/
.bannr-sec{
	position: relative;
	background: #00033f;
}
.bannr-sec > img{
	width: 100%;	
}
.bannr-outr{
	width: 100%;
	display: table;
}
.bannr-pic{
	display: table-cell;
	vertical-align: bottom;
	padding: 4% 10% 0;
	width: 50%;
}
.bannr-pic > img{
	width: 100%;
}
.bannr-txt{
	display: table-cell;
	vertical-align: bottom;
	padding: 0 0 80px;
	width: 50%;
}
.cmmn-hdr{
	padding: 0 0 10px;
	border-bottom:1px solid #545283;
	margin: 0 0 30px;
	position: relative;
	display: inline-block;
}
.cmmn-hdr:after{
	content:'';
	position: absolute;
	background: #409ad4;
	height:1px;
	width: 30px;
	bottom:-1px;
	left:0;
}
.cmmn-hdr h2{
	color:#ffffff;
	font-size:42px;
	text-transform: uppercase;
}
.cmmn-hdr h2 em{
	color:#0099fc;
	font-family: 'GOTHICB';
	font-style: normal;
}
.bannr-txt ul{
	margin: 0 0 30px;
}
.bannr-txt ul li{
	color:#ffffff;
	font-size:19px;
	margin: 0 0 10px;
}
.cmmn-btn{
	display: inline-block;
	border:1px solid #4099d3;
	color:#4099d3;
	font-size:16px;
	border-radius:30px;
	padding: 8px 30px;
	text-transform: capitalize;
}

.cmmn-btn-checkout{
	display: inline-block;
	border:1px solid #1B1A43;
	color:#1B1A43;
	font-size:16px;
	border-radius:30px;
	padding: 8px 30px;
	text-transform: capitalize;
	width: 180px;
}

.cmmn-btn-checkout:hover{
	box-shadow:0 -20px 0 #1B1A43 inset,0 20px 0 #1B1A43 inset;
	color:#ffffff;	
}

.cmmn-btn:hover{
	box-shadow:0 -20px 0 #4099d3 inset,0 20px 0 #4099d3 inset;
	color:#ffffff;	
}
.welcome-sec{
	background: #f7f8f8 url(../images/logo-shade.png) no-repeat left center;
	background-size:auto 100%;
	position: relative;
	overflow: hidden;
}
.welcome-outr{
	display: table;
	width: 100%;
	padding: 75px 0 0;
}
.welcome-txt{
	display: table-cell;
	vertical-align: middle;
	width: 65%;
}
.welcome-pic{
	display: table-cell;
	vertical-align: middle;
	width: 35%;
	text-align: right;
}
.pic-image{
	-webkit-transform : translateY(80px);
	-ms-transform: translateY(80px);
	transform: translateY(80px);
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: transform 0.35s cubic-bezier(0.645, 0.045, 0.355, 1)
}
.welcome-pic:hover .pic-image {
	-webkit-transform: translateY(20px);
	-ms-transform: translateY(20px);
	transform: translateY(20px)
}
.cmmn-hdr.blu  h2{
	color:#201e5d;
	text-transform: capitalize;
}
.cmmn-hdr.blu  h1{
	color:#4099d3;
	font-size:66px;
	font-family: 'GOTHICB';
}
.cmmn-hdr.blu{
	border-bottom:1px solid #e4e4e4;
}
.welcome-txt p{
	color:#8c8c8c;
	font-size:16px;
	line-height:27px;
	margin:0 0 30px;
}

/****service-section****/
.cmmn-hdr-new{
	padding: 0 0 10px;
	margin: 0 0 60px;
	position: relative;
	display: inline-block;
}
.cmmn-hdr-new:after{
	content:'';
	position: absolute;
	background: url(../images/hdr-bttm.png) no-repeat;
	height:32px;
	width: 216px;
	top:100%;
	left:0;
	right:0;
	margin:auto;
}
.cmmn-hdr-new h2{
	color:#201e5d;
	font-size:42px;
	text-transform: uppercase;
}
.cmmn-hdr-new h2 em{
	color:#0099fc;
	font-family: 'GOTHICB';
	font-style: normal;
}


.service-sec{
	background: #fbfbfb;
}
.commn-outr{
	padding: 75px 0;
}
.serv-innr{
	padding: 30px 10px 60px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.service-sec .preci-innr p{
	font-size:19px;
}
.service-sec li {
	font-size: .75em;
	padding: 5px;
}
.serv-icon{
	min-height:84px;
	margin: 0 0 25px;
	transition:all 1s;
	-ms-transition:all 1s;
	-webkit-transition:all 1s;
}
.serv-hdr h3{
	color:#000000;
	font-size:21px;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.serv-hdr p{
	color:#6a6a6a;
	font-size:15px;
	line-height:26px;
	min-height: 126px;
}
.serv-innr a{
	border-radius:100%;
	height:46px;
	width:46px;
	line-height:50px;
	font-size: 24px;
	color:#a5a5a5;
	background: #ffffff;
	box-shadow: 0 0 14px #dddddd;
	display:block;
	position: absolute;
	bottom:-9px;
	left:0;
	right:0;
	margin:auto;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
	z-index: 10;
}
.serv-innr:hover{
	box-shadow:0 0 25px #dddddd;
}
.serv-innr:hover a{
	background: #409ad4;
	color:#ffffff;
	box-shadow: 0 0 14px #dddddd;
}
.serv-innr:hover .serv-icon{
	transition:all 1s;
	-ms-transition:all 1s;
	-webkit-transition:all 1s;
	transform: rotateY(360deg);
	-ms-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
}
/********/
.commit{
	background: url(../images/commitment-bg.jpg) no-repeat;
	background-size:100% 100%; 
}
.whte .cmmn-hdr-new h2{
	color:#ffffff;
}
.whte p{
	color:#ffffff;
	font-size:19px;
}
.commit-outr{
	display: table;
	width: 100%;
	margin: 60px 0 0;
}
.commit-cell{
	display: table-cell;
	vertical-align: top;
	padding: 30px;
}
.commit-cell-inn{
	padding: 30px;
	background: #303e47;
	position: relative;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.commit-icon{
	min-height:66px;
	margin: 0 0 20px;
}
.commit-hdr h3{
	color:#ffffff;
	font-size:25px;
	margin: 0 0 20px;
	padding: 0 0 15px;
	background: url(../images/line.png) no-repeat bottom center;
}
.commit-hdr p{
	font-size:13px;
	color:#909191;
	line-height: 24px;
	margin:30px;
}
.commit-hdr a{
	font-size:14px;
	color:#409ad4;
	text-transform: capitalize;
	border:1px solid transparent;
	color:#4099d3;
	padding: 8px 30px;
	border-radius:30px;
	transition:all 0.3s;
	-ms-transition:all 0.3s;
	-webkit-transition:all 0.3s;
}
.commit-cell-inn:hover{
	background: #3c4d57;
}
.commit-cell-inn:hover .commit-hdr a{
	border:1px solid #ffffff;
	color:#ffffff;
}

/*******/
.csThumb {
    position: relative;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
     -o-transition: all 0.3s ease-in-out 0s;
}
.csThumb {
    opacity: 1;
    top: 0px;
}
.csThumb {
    transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
    position: relative;
}
.csThumb:after,.csThumb:before {
    content: "";
    position: absolute;
    border: 8px solid #0099fc;
    border-radius: 500px;
    left: 50%;
}
.csThumb:after {
    -webkit-animation: tAnimate 1.5s infinite linear;
    -moz-animation: tAnimate 1.5s infinite linear;
    -o-animation: tAnimate 1.5s infinite linear;
    animation: tAnimate 1.5s infinite linear;
    width: 16px;
    height: 16px;
   	top: 36px;
    margin-left: -8px;
    margin-top: 8px;
}
.csThumb:before {
    width: 32px;
    height: 32px;
    margin-left: -16px;
    -webkit-animation: tAnimate 1.5s infinite linear;
    -moz-animation: tAnimate 1.5s infinite linear;
    -o-animation: tAnimate 1.5s infinite linear;
    animation: tAnimate 1.5s infinite linear;
     margin-top: 0;
    top: 36px;
}

@-webkit-keyframes tAnimate {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}
@-moz-keyframes tAnimate {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}
@-o-keyframes tAnimate {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}
@keyframes tAnimate {
    0% {
        transform: scale(1);
        -webkit-transform: scale(1);
        opacity: 1;
    }
    100% {
        transform: scale(2);
        -webkit-transform: scale(2);
        opacity: 0;
    }
}

/****charity****/
.charity{
	background: #ffffff;
}
a.charity-pic{
	border:1px solid #e5e5e5;
	padding: 40px;
	display: block;
	overflow: hidden;
	position: relative;
}
.charity-pic > img {
    width: 100%;
}
.charity-pic:hover{
	box-shadow:0 0 25px #313131;
}
.charity-pic:hover img{
	opacity: 0.4;	
}
.commit-hvr{
	position: absolute;
	top:100%;
	left:0;
	right:0;
	margin:auto;
	text-align: center;
	background: rgba(0,0,0,0.8);
	height:100%;
	transition:all 0.5s;
	-ms-transition:all 0.5s;
	-webkit-transition:all 0.5s;
}
.commit-hvr-inn{
	position: absolute;
	top:50%;
	left:0;
	right:0;
	padding: 20px;
	font-size:14px;
	transform:translateY(-50%);
	-ms-transform:translateY(-50%);
	-webkit-transform:translateY(-50%);
}
.commit-hvr h4{
	color:#0099fc;
	font-size:21px;
	margin: 0 0 10px;
	padding: 0 0 5px;
	font-family: 'GOTHICB';
	background: url(../images/line.png) no-repeat bottom center;
}
.commit-hvr h6{
	color:#0099fc;
	font-size:16px;
	margin: 0 0 5px;
}
.commit-hvr p{
	color:#ffffff;
	font-size:13px;
	line-height: 20px;
	margin: 0 0 10px;
}
.charity-pic:hover .commit-hvr{
	top:0;	
}
footer{
	background: #25323a;
}
.fttr-copy{
	display: table;
	width: 100%;
	padding: 40px 0;
}
.fttr-copy p{
	display: table-cell;
	vertical-align: middle;
	color:#ffffff;
	font-size:15px;
}
.fttr-copy p a{
	color:#ffffff;
}
.fttr-copy p a:hover{
	color:#409ad4;
}
.fttr-email{
	display: table-cell;
	vertical-align: middle;
	text-align: right;
}
.fttr-email ul li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px 0 0;
}
.fttr-email ul li:last-child{
	margin: 0;
}
.fttr-email ul li a{
	color:#ffffff;
	font-size:15px;
	margin: 0 0 0 5px;
}
.fttr-email ul li a:hover{
	color:#409ad4;
}

/*******about-page*****/
.innerpage_banner {
    padding: 16% 0;
}
.banner_caption {
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);    
}
.banner_caption h3 {
    color: #fff;
    font-size: 60px;
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}
.banner_caption h3:after {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    background: #4d4b7d;
    width: 360px;
    height: 1px;    
}
.banner_caption h3:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    bottom: 0;
    background: #409ad4;
    width: 30px;
    height: 1px;
    z-index: 1;
}
.innerpage_wel {
    background-image: none;
    padding: 0 0 160px;
}
.innerpage_wel .welcome-txt, .innerpage_wel .wel_pic_abt {
    width: 50%;
}
.wel_pic_abt {
    position: relative;
}
.wel_innerpic1 {
    position: absolute;
    left: 0;
    top: 20%;
}
.wel_innerpic2 {
    top: 52%;
    right: 0;
}
.innerpage_wel .welcome-txt p {
    margin-right: 30px;
}
.wel_innerpic1 > img {
    width: 460px;
}
.wel_innerpic1.wel_innerpic2 > img {
    width: 346px;
}
.wel_innerpic1 img,.wel_innerpic2 img{
	border: 12px solid rgba(225, 224, 224, 0.7);
}
/*******end about-page*****/

/****product page****/
.tab-sec .commn-outr{
	padding: 75px 10%;
}
.product-tabbs{
	display: table;
	width: 100%;
	padding: 60px 0 0;
}
.product-tabbs-pic{
	display: table-cell;
	vertical-align: top;
	width: 50%;
	padding:0 40px 0 0;
}
.product-tabbs-pic img{
	border: 12px solid rgba(225, 224, 224, 0.7);
	width: 100%;
}
.product-tabbs-txt{
	display: table-cell;
	vertical-align: top;
}
.tab-sec .nav-tabs{
	border-bottom: 1px solid #e5e5e5;
    padding: 0 4%;
    text-align: center;
}
.tab-sec .nav-tabs > li {
    display: inline-block;
    float: none;
    margin:0;
    width: 32%;
}
.tab-sec .nav-tabs > li > a:hover,.nav-tabs > li > a:focus{
	background: none;
	border:none;
}
.tab-sec .nav-tabs > li > a{
	border:none;
	color:#323232;
}
.tab-sec .nav-tabs > li.active{
	background: url(../images/tab-menu.png) no-repeat;
    background-size: 100% 100%;
}
.tab-sec .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
	background: none;
	border:none;
	color:#ffffff;
}

.product-tabbs-txt h4{
	color:#323232;
	font-size:23px;
	margin:0 0 30px;
}
.product-tabbs-txt ul li{
	color:#323232;
	font-size:18px;
	margin:0 0 15px;
	padding: 0 0 0 20px;
	background: url(../images/arr-bullet.png) no-repeat left 2px;
}

.welcome-txt ul li{
	color:#323232;
	font-size:18px;
	margin:0 0 15px;
	padding: 0 0 0 20px;
	background: url(../images/arr-bullet.png) no-repeat left 2px;
}

.contact-innr span{
	display: inline-block;
	vertical-align: top;
	margin:0 20px 0 0;
}
.contact-innr p,.contact-innr a{
	display: inline-block;
	vertical-align: top;
	color:#707071;
	font-size:15px;
}
.contact-innr a:hover{
	color:#4099d3;
}
.inpt-field{
	display: table;
	width: 100%;
	margin: 0 0 60px;
}
.inpt-box{
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px 0 0;
}
.inpt-box:last-child{
	padding: 0 0 0 20px;	
}
.inpt-box input{
	height:50px;
	border:0;
	border-bottom:1px solid #bbbbbb;
	outline:none;
	box-shadow: none;
	width: 100%;
}
.inpt-txt{
	margin: 0 0 30px;
}
.inpt-txt textarea{
	border:0;
	border-bottom:1px solid #bbbbbb;
	outline:none;
	box-shadow: none;

	width: 100%;
	resize: vertical;
}
.inpt-txt input{
	border: 1px solid #bbbbbb;

}
form{
	padding: 0 0 75px;
}
form input[type="submit"]{
	padding: 8px 50px;
	background: none;
}

/*****supplies page*****/
/*paper1*/
.paper1name{	
	font-size: 28px;
	color: rgb(19, 14, 117);
	 font-family: 'GOTHIC';
	width: 100%;
	text-align: center;
	padding-top: 75px
	}
.paper1desc{	
	font-size: 18px;
	color: #4e4e4e;
	 font-family: 'GOTHIC';
	width: 100%;
	text-align: center;
	padding-top: 5px
	}
.paper1image img{
	margin-left: 30%;
	margin-top: 15px;
	width: 225px;
	height: 200px;
	float: left;
	}
.paper1addtocart{
	width:60%;
	text-align: right;
	padding-top: 50px
}
.paper1checkout{
	width:60%;
	text-align: right;
	padding-bottom: 60px
}
/*end paper1*/
