h1, h2, h4, h3{
	font-family: myFirstFont;
}

p, span, h5, h6, a, i, li{
	 font-family: mySecondFont;
}

a:hover{
	outline: none;
	text-decoration: none;
}

a{
	outline: none;
	text-decoration: none;
}

body, html {
	margin: 0;
	padding: 0;
	overflow-y: auto;
	overflow-x: hidden;
	scroll-behavior: smooth;
}

body{
	position: relative;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #999 !important;
    opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #999 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    color: #999 !important;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.55)
    }
    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1)
    }
}
.waveWrapper {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 90%;
    margin: auto;
    height: 190px;
    z-index: 1 !important;
}
.waveWrapperInner {
    position: absolute;
    width: 100%;
    overflow: hidden;
    height: 200px;
    bottom: 5px;

}
.bgTop {
    z-index: 15;
    opacity: 0.5;
}
.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}
.bgBottom {
    z-index: 5;
}
.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}
.waveTop {
    background-size: 50% 100px;
}
.waveAnimation .waveTop {
  animation: move-wave 3s;
   -webkit-animation: move-wave 3s;
   -webkit-animation-delay: 1s;
   animation-delay: 1s;
}
.waveMiddle {
    background-size: 50% 120px;
}
.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}
.waveBottom {
    background-size: 50% 100px;
}
.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}


/*************************MENU****************/
.ear_nav{
	background-image: url('../images/menu_bg.png');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	height: 150px;
	z-index: 1;
	background-color: transparent;
}

.main_img_block{
	position: relative;
	margin-top: -50px;
	z-index: -1;
}

.main_logo{
	height: 100px;
	margin-top: -20px;
}

.nv-top-gap{
	margin-top: -40px !important;
}

.top-gap-2{
	margin-top: -25px !important;
}

.menu_items a{
	color: #000;
	font-family: myFirstFont;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.5px;
	transition: all 0.4s;
}

.menu_items a:hover{
	color: #06317d;
	font-size: 13px;
	font-weight: bold;
	letter-spacing: 1.5px;
	transition: all 0.4s;
}

.menu_items a span {
  position: relative;
  display: block;
  cursor: pointer;
  color: #FFF;
	font-size: 22px;
	font-family: myFirstFont;
	font-weight: 500;
}

.menu_items a span:before, span:after {
  content: '';
  position: absolute;
  width: 0%;
  height: 3px;
  top: 100%;
  margin-top: -0.5px;
  background: #FFF;
}

.menu_items a span:before {
  left: -2.5px;
}
.menu_items a span:after {
  right: 2.5px;
  background: #FFF;
  transition: width 0.8s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_items a span:hover:before {
  background: #FFF;
  width: 100%;
  transition: width 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.menu_items a span:hover:after {
  background: transparent;
  width: 100%;
  transition: 0s;
}

.menu_items_act span{
	color: #000 !important;
	text-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}

.custom_menu_mob_btn{
	border: none;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn:focus{
	border: none !important;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn:active{
	border: none !important;
	border-radius:unset;
	outline: none !important;
	box-shadow: none;
}

.custom_menu_mob_btn i{
	font-weight: 100;
	color: #FFF;
	outline: none !important;
	box-shadow: none;
	font-size: 24px;
}

.custom_menu_mob_btn i:hover{
	font-weight: 100;
	color: #000;
	outline: none !important;
	box-shadow: none;
	font-size: 24px;
}

.menu_text_mob{
	color: #FFF;
}

.dropdown-toggle:hover > a, 
.dropdown-toggle:hover > a:hover,
li.dropdown:hover > a:focus {
    background-color: rgba(91, 96, 116,0) !important;
    color: #333;
    z-index: 999999 !important;
}

li.dropdown:hover > .main_nav_ul {
	background-color: rgba(255, 255, 255,1) !important;
    display: block;
    position: absolute;
    margin-top: 0%;
    border: none;
}

.main_nav_ul li{
    color: #000 !important;
}

.main_nav_ul li span{
    color: #000 !important;
}

.main_nav_ul li a{
    color: #000 !important;
}

.main_nav_ul li a span:hover{
    color: #687389 !important;
}


/********************Home Page**************/
.main_content_holder{
	height: auto;
	position: relative;
	margin-top: 7px;
	overflow: hidden;
}

.about_logo{
	width: 550px;
	margin-top: 150px;
}

.scond_row{
	margin-top: -160px;
}

.about_logo-2{
	width: 550px;
	margin-top: 50px;
	margin-left: 100px;
}

.gen_titt{
	font-size: 55px;
	border-bottom: solid 1px rgba(0,0,0,0.3);
	padding-bottom: 15px;
}

.circle_text{
	width: 250px;
}

.man_left{
	height: auto;
	width: 800px;
	margin-left: -300px;
}

.man_left_home{
	height: auto;
	width: 800px;
	margin-left: -50px;
}

.color_text{
	color: #3669b3;
}

.gen_para{
	font-size: 20px;
}

.gen_titt_2{
	font-family: mySecondFont;
	font-size: 28px;
}

.read_more{
  color: #FFF;
  padding: 2% 5%;
  text-decoration: none;
  background:#444;
  position:relative;
  border-radius: 6px;
}
.read_more:before {
  position:absolute;
  bottom:0;
  background:transparent;
  height:100%;
  display:block;
  content:"";
  width:2px;
  transition:0.5s all ease-in;
  cursor:pointer;
  left: 0;
  color: #FFF;
}
.read_more:hover:before{
  right:0;
  color: #ffdc0a;
  left:auto;
  width:100%;
  border-radius: 6px;
  background:rgba(0,0,0,0.7);
}

.prot_img{
	border-radius: none;
	transition: all 0.4s;
	opacity: 1;
}

.prot_img:hover{
	border-radius: 10px;
	transition: all 0.4s;
	opacity: 0.7;
}

/*.read_more{
	background-color: #3669b3;
	color: #FFF;
	padding: 2% 5%;
	text-decoration: none;
	transition: all 0.4s;
}

.read_more:hover{
	background-color: #06317d;
	color: #FFF;
	padding: 2% 5%;
	text-decoration: none;
	transition: all 0.4s;
}
*/
.testi_sec{
	background-color: #3669b3;
	min-height: 90vh;
}

.text_slider{
	min-height: 220px;
}

.service_spec{
	font-size: 18px;
	color: #333;
	margin-top: 25px;
}

.arrow_icon{
	color: #ffdc0a
	width: 30px;
	height: 30px;
	border: solid 2px #ffdc0a;
	border-radius:50%;
	text-align: center;
	padding: 10px 12px 25px 12px;
}

.eartic_form2{
  height: 70px;
  border: none;
  border-bottom: solid 1px rgba(0,0,0,0.3);
  background-color: transparent;
  box-shadow: none;
  border-radius: 0px;
}

.ear_label{
  color: #333;
}

.read_more_white_btn{
  background-color: #333;
  border-radius: 5px;
  color: #FFF;
  padding: 1% 1%;
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}

.read_more_white_btn:hover{
  background-color: #FFF;
  border-radius: 5px;
  color: #333 !important;
  padding: 1% 1%;
  font-size: 16px;
  transition: all 0.4s;
  box-shadow: 0px 5px 10px rgba(0,0,0,0.5);
}


input:focus::placeholder {
  color: transparent;
}

.product_box img{
	border-radius: 10px;
	box-shadow: 5px 0px 10px rgba(0,0,0,0.2);
}

.pro_img{
	height: 300px;
}

.top_label{
	color: #FFF;
	padding: 5px 10px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	margin-top: -30px;
	margin-right: 10px;
	font-family: mySecond;
}

.main_pro_box{
	rotate: 0deg;
}

.main_pro_box2{
	rotate: 0deg;
}

.main_pro_box3{
	rotate: 0deg;
}

.modal_background{
	background-image: url('../images/product.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	min-height: 600px;
	z-index: 999999 !important;
	border: solid 2px #333;
}

.largetext{
	font-size: 90px;
	text-shadow: 5px 5px 10px rgba(0,0,0,0.2);
	color: #FFF;
}
/**********************FOOTER*************/
.footer{
	z-index: 999999 !important;
	padding-bottom: 20px;
}

.foot_logo{
	width: 220px;
	margin-top: 10px;
}

.f_orgins a{
	font-size: 16px;
	color: #000 !important;
	transition: all 0.4s;
}

.f_orgins a:hover{
	font-size: 16px;
	color: #000 !important;
	text-decoration: underline;
	transition: all 0.4s;
}

.f_menu a{
	font-size: 16px;
	color: #000;
	text-decoration: none;
	transition: all 0.4s;
}

.f_menu a:hover{
	font-size: 16px;
	color: #ffdc0a;
	text-decoration: underline;
	transition: all 0.4s;
}

.f_heading{
	color: #000;
	font-size: 19px;
	text-align: left;
}

.scocial_icons_footer{
	font-size: 23px !important;
	color: #000;
	transition: all 0.4s;
}

.scocial_icons_footer:hover{
	color: #000 !important;
	transition: all 0.4s;
}

.social_sect_f{
	margin-top: -10px;
}

.scocial_icons_footer {
	margin: 0 5px;
}

.scroll_box_holder_footer{
	margin-top: 0px;
}

.scroll_box_holder_footer p{
	color: #000;
	font-size: 14px;
}

.f_sub_heading{
	color: #F7F7F7;
	font-size: 14px;
	text-align: left;
	font-weight: bold;
}

.f_color{
	font-size: 16px;
	color: #000;
}

/*.f_link{
	color: #FFF;
	line-height: 10px;
}*/

.f_link{
	color: #000;
	font-size: 16px;
	text-align: left;
	transition: all 0.4s;
	text-decoration: none;
}

.f_link:hover{
	text-decoration: underline;
	transition: all 0.4s;
}

/*****************SLICK***************/
.slick-prev:before {
  color: #333 !important;
  font-size: 30px;
}

.slick-next:before {
  color: #333 !important;
  font-size: 30px;
}

.our_products_bg{
    background-image: url(../images/product_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	height: 60vh;
	width: 100%;
	margin-top: 5vh;
}

@media (max-width: 990px){
	.text_slider{
		min-height: 300px;
	}

	.nv-top-gap{
		margin-top: 10px !important;
	}

	.top-gap-2{
		margin-top: 5px !important;
	}
	
	.our_products_bg{
        background-image: url(../images/product_bg_old.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 70vh;
    	width: 100%;
    	margin-top: 5vh;
    }
    
    .main_content_holder{
    	height: auto;
    	position: relative;
    	margin-top: 15px;
    	overflow: hidden;
    }
    
    .thumbs img {
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 6px;
      transition: border-color 0.3s ease;
      height: 65px;
    }
}

@media (max-width: 490px){
	.text_slider{
		min-height: 400px;
	}

	.f_menu a{
		font-size: 11px;
		color: #FFF;
		text-decoration: none;
		transition: all 0.4s;
		border-right: none !important;
		border-color: rgba(0,0,0,0) !important;
	}

	.f_menu a:hover{
		font-size: 11px;
		color: #ffdc0a;
		text-decoration: underline;
		transition: all 0.4s;
	}
	
	.our_products_bg{
        background-image: url(../images/product_bg_old.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 65vh;
    	width: 100%;
    	margin-top: 5vh;
    }
    
    .thumbs img {
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 6px;
      transition: border-color 0.3s ease;
      height: 45px;
    }
}

@media (max-width: 614px){
    .our_products_bg{
        background-image: url(../images/product_bg_old.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 60vh;
    	width: 100%;
    	margin-top: 10vh;
    }
}

@media (max-height: 652px){
    .our_products_bg{
        background-image: url(../images/product_bg.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 850px;
    	width: 100%;
    	margin-top: 5vh;
    }
    
    .thumbs img {
      cursor: pointer;
      border: 2px solid transparent;
      border-radius: 6px;
      transition: border-color 0.3s ease;
      height: 45px;
    }
}

@media screen and (max-width: 2561px) and (min-width: 1930px){
    .our_products_bg{
        background-image: url(../images/product_bg.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 50vh;
    	width: 100%;
    	margin-top: -20px;
    }
}

@media screen and (max-width: 1929px) and (min-width: 1430px){
    .our_products_bg{
        background-image: url(../images/product_bg.jpg);
    	background-size: cover;
    	background-position: center top;
    	background-repeat: no-repeat;
    	height: 60vh;
    	width: 100%;
    	margin-top: 12px;
    }
}


@font-face {
    font-family: myFirstFont;
    src:url(../fonts/Ayres.woff);
}

@font-face {
    font-family: mySecondFont;
    src:url(../fonts/Baskerville.woff);
}

.editor-container h1{
    font-size: 55px;
    border-bottom: solid 1px rgba(0,0,0,0.3);
    padding-bottom: 15px;
    font-family: myFirstFont;
}

.editor-container  h2{
    font-size: 45px;
    border-bottom: solid 1px rgba(0,0,0,0.3);
    padding-bottom: 15px;
    font-family: myFirstFont;
}

.editor-container  h3{
    font-size: 35px;
    border-bottom: solid 1px rgba(0,0,0,0.3);
    padding-bottom: 15px;
    font-family: myFirstFont;
}

.editor-container  p{
    font-size: 20px;
    font-family: mySecondFont;
}

.editor-container  a{
    font-size: 20px;
    font-family: mySecondFont;
}









