@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 20px;
    float: right;
    right: 20px;
    width: 30px;
    height: 30px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0;
	border:0;
	font-family: "Outfit", sans-serif;
}
img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
:focus
{
	outline:0;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}




.header-strip
{
    background: rgb(115 10 15);
    padding: 0px 100px;
	position:relative;
}
.header-strip:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -25px;
    width: 60px;
    background: #f4951f;
    -webkit-transform: skewX(45deg);
    transform: skewX(45deg);
}
.header-strip:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: -25px;
    width: 60px;
    background: #f4951f;
    -webkit-transform: skewX(-45deg);
    transform: skewX(-45deg);
}
.header-get-a-quote
{
	
}
.header-get-a-quote a
{
    display: block;
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 15px;
    padding: 10px 20px;
    border-radius: 30px;
    margin: 3px 0;
}
.header-get-a-quote a:hover
{
    background: #fff;
    color: #00552b;
}
.header-contact
{
	
}
.header-contact a
{
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    display: block;
    text-align: right;
    float: left;
    margin: 13px 13px;
}
.header-contact a:hover
{
    opacity:0.8;
}
.social-icon
{
	
}
.social-icon a
{
    display: block;
    width: 40.5px;
    height: 40.5px;
    float: left;
    background: #4267b2;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding: 8px 0;
}
.social-icon a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon a:nth-of-type(4)
{
    background: #0077b5;
}
.social-icon a:nth-of-type(3)
{
    background: #e50404;
}
.social-icon a:nth-of-type(5)
{
    background: #e50404;
}


p
{    
    color: #000;
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
    margin: 15px 0;
	
}
p strong
{
    color: #f4951f;
    font-weight: 600;
}
a
{
	color:#f4951f;
	text-decoration:none;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
a:hover
{
	color:#f4951f; 
}
h1, h2, h3, h4
{ 
	margin:15px 0;
}
h4
{
	font-size: 25px;
    font-weight: 700;
	line-height:1.6;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 26px;
    font-size: 17px;
    font-weight: 400;
    padding-left: 20px;
    position: relative;
    margin-bottom: 6px;
}
ul.list li:before
{
    content: " ";
    background: url(../images/List.svg) center center no-repeat;
    background-size: contain;
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
.section
{
	
}
.footer
{
	
}
.header
{
    -webkit-transition: 0.6s ease-in-out;
    -moz-transition: 0.6s ease-in-out;
    -o-transition: 0.6s ease-in-out;
    transition: 0.6s ease-in-out;
   position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}
.nav-shrink
{
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top
{
    display: flex;
    align-items: center;
	padding:10px 20px;
	position: relative;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	background:#fff;
}
.header-top:hover, .nav-shrink .header-top
{
    background: #fff;
}
.header-top h1
{
    margin: 0;
}
.header-top h1 a
{
	background: url(../images/Logo-top.png) center center no-repeat;
    display: block;
	width: 246px;
	height: 72px;
	-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
}
.header-top:hover h1 a, .nav-shrink .header-top h1 a
{
	background: url(../images/Logo-top.png) center center no-repeat;
}
.tuv
{
	margin-left: 10px;
	text-align: center;
}
.tuv img
{
	height: 100px;
}
.tuv h5
{
    font-weight: 500;
    font-size: 12px;
	color: #fff;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.getintouch
{
	
}
.getintouch a
{	
    display: block;
    border: solid 1px #f4951f;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 30px;
	position: relative;
	background: #f4951f;
}
.header-top:hover .getintouch a, .nav-shrink .getintouch a,
.header-top:hover .tuv h5, .nav-shrink .tuv h5
{
    color: #000;
}

.getintouch a:hover
{	
    border: solid 1px #f4951f;
    background:#f4951f;
	color: #fff;
}
.header-top:hover .getintouch a:hover, .nav-shrink .getintouch a:hover
{
    color: #fff;
}
.nav
{
		-webkit-transition: 0.6s ease-in-out;
	-moz-transition: 0.6s ease-in-out;
	-o-transition: 0.6s ease-in-out;
	transition: 0.6s ease-in-out;
	margin-left: auto;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
	text-align:center;
}
.nav ul li
{
	list-style: none;
    display: inline-block;
    position: relative;
	margin-right:35px;
}
.nav ul li a
{
    color: #000;
    font-size: 17px;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 25px 0px;
}
.header-top:hover .nav ul li a, .nav-shrink .nav ul li a
{
    color: #000;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    bottom: 1px;
    left: auto;
    right: 0;
	width:0;
    height: 2px;
    background: #00044b;
	display: none;
}
.nav ul li a:after
{
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-left: solid 10px transparent;
    border-right: solid 10px transparent;
    border-top: solid 10px #444e50;
    opacity:0;
	display:none;
}
.nav ul li:hover > a:before, .nav ul li.active > a:before,
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	width:100%;
    left: 0;
    right: auto;
}
.nav ul li a i
{
    width: 13px;
    height: 13px;
    font-size: 22px;
    line-height: 10px;
    position: absolute;
    top: 55%;
    right: -17px;
    font-weight: 100;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    -wenkit-transform: rotate(0deg) translateY(-50%);
    transform: rotate(0deg) translateY(-50%);
    transform-origin: top;
}
.nav ul li:hover > a i, .nav ul li.active > a i
{
    -wenkit-transform: rotate(180deg) translateY(-50%);
    transform: rotate(180deg) translateY(-50%);
}
.nav ul li a strong
{
    font-size: 30px;
    line-height: 0px;
    position: relative;
    top: -4px;
}
.nav ul li a span
{
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
	display:none;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#f4951f;
}
.header-top:hover .nav ul li:hover > a, .header-top:hover .nav ul li.active > a, .nav-shrink .nav ul li:hover > a, .nav-shrink .nav ul li.active > a
{
	color:#f4951f;
}
.nav ul li ul
{
    position: absolute;
    display: none;
	background:#fff;
    box-shadow: 0px 12px 26px rgb(0 0 0 / 10%);
    border: solid 1px #EBEBEB;
    z-index: 9999999;
	/*left:-25px;*/
}
.nav ul li ul li
{
	list-style: none;
    margin: 0;
    display: block;
}
.nav ul li ul li:last-of-type
{
    border-bottom: none;
}
.nav ul ul li a
{
    padding: 16px 25px;
	text-align:left;
	text-transform:none;
	font-size:16px;
}
.nav ul ul li a:after
{
    display:none;
}
/*.nav ul ul li a:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    right: 30px;
    font-size: 18px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
	opacity:0;
}
.nav ul ul li a:hover:before
{
    -webkit-transform: translateX(-0px);
    transform: translateX(-0px);
	opacity:1;
}*/
.nav ul ul li a:hover
{
	color:#000;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}

.whatsapp-button1 {
    position: fixed;
    bottom: 424px;
    left: -36px;
    z-index: 99;
    /* border-radius: 50px;*/
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
   
    /*-webkit-box-shadow: 0 0 25px -6px #000;
    -moz-box-shadow: 0 0 25px -6px #000;
    box-shadow: 0 0 25px -6px #000;
    animation: effect 5s infinite ease-in;*/
}
.mob_live {
   
    position: relative;
    left: 10px;
    
}

#todayrate {
        position: fixed;
        top: 300px;
        left: -208px;
        z-index: 9999;
        background: #fff;
        display: block !important;
    }
	    .rate1 {
        padding: 6px 2px 12px 16px;
        display: block;
        margin: 6% 0 0 -3%;
        color: #c2161d;
        font-size: 14px;
        line-height: 1.8;
        font-weight: 600;
    }
	    #todayrate a {
        background: #c2151d;
        border-bottom-left-radius: 1em;
        border-bottom-right-radius: 1em;
        height: 35px;
        line-height: 35px;
        width: 63%;
        right: -83px;
        position: absolute;
        text-decoration: none;
        color: #fff;
        font-size: 15px;
        top: 45%;
        margin-top: -5%;
        text-align: center;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
        _display: block !important;
    }
	 #todayrate a:hover {
        background-position: center right;
        color: #fff;
        background: #c19129;
    }
         #todayrate #tab-text {
        top: 150px;
    }

.you-vdo h3{
font-size:23px;
font-weight:500;	
}




.banner
{
	background-position: bottom center;
    width: 100%;
	position:relative;
	height: 100vh;
	overflow: hidden;
	z-index:9;
	margin-top:80px;
}
.banner article
{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    text-align: center;
}
.banner article h2
{
    font-size: 56px;
    color: #fff;
    font-weight: 800;
    text-wrap: nowrap;
    text-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
	position: relative;
}
.banner article h2:after
{
	content: " ";
    background: #f4951f;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    width: 66px;
    height: 5px;
    margin: auto;
    border-radius: 30px;
}
.banner article h3
{
    font-size: 32px;
    color: #fff;
    font-weight: 500;
    text-wrap: nowrap;
    background: rgba(0, 0, 0, 0.3);
    display: inline-block;
    padding: 5px 12px;
    border-radius: 30px;
}
.container
{
    padding-top:85px;
    padding-bottom:85px;
}
.container h2
{
    font-size: 30px;
    color: #000;
    font-weight: 800;
	position: relative;
	line-height: 1.6;
}
.container h3
{
    color: #f4951f;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px;
}
.padding-top-none
{
	padding-top: 0;
}
.padding-bottom-none
{
	padding-bottom: 0;
}
.row
{
	width:100%;
	max-width:1200px;
	margin:auto;
}
.alignmiddle
{
    display: flex;
    align-items: center;
}


.alignmiddle2
{
    display: flex;
    align-items: center;
}

.Guide{
	background-color:#eee;
	padding-top:50px;
	padding-bottom:50px;
		
}

.Guide h2
{
  font-size: 30px;
  color: #000;
  font-weight: 800;
  position: relative;
}
/* start authentication*/
.paid-sub aside details{
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #fbcaa7;
  border-style: solid;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
  text-align:center;
}

.paid-sub2 aside details{
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #fbcaa7;
  border-style: solid;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
  text-align:center;
}

.paid-sub3 aside details{
  border-top-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-color: #fbcaa7;
  border-style: solid;
  padding-top:5px;
  padding-bottom:5px;
  padding-right:5px;
  padding-left:5px;
  text-align:center;
}


@keyframes fadeEffect
{
  from {opacity: 0;}
  to {opacity: 1;}
}


/* end authentication*/

/* start Specialties*/


.Specialties aside
{
	border: solid 5px #393986;
    border-radius: 30px;
	padding: 20px;
    background-color: #deebff;
}
/*.Specialties aside:hover
{
    border: solid 10px #494789;
    border-radius: 100px;
}*/

/*.Specialties
{
	display: flex;
}
.Specialties aside ul
{
	padding: 0;
	margin: 0 -20px;
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}
.Specialties aside ul li
{
	float: left;
	width: 50%;
	display: flex;
}
Specialties aside ul li p  
{
text-align:left;	
}

.Specialties aside ul li .spec
{
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    border: solid 10px  #f7d3a8;
    border-radius: 30px;
    text-align: center;
    padding: 20px;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
}
.Specialties aside ul li .spec:hover
{
    border: solid 10px #f4951f;
    border-radius: 100px;
}
.Specialties aside ul li .spec2
{
    width: 100%;
    height: 100%;
    display: flex;
    background: #fff;
    border: solid 10px  #f7d3a8;
    border-radius: 30px;
    text-align: center;
    padding: 20px;
    margin: 0 20px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 30px;
}
.Specialties aside ul li .spec2:hover
{
    border: solid 10px #f4951f;
    border-radius: 100px;
}
.Specialties aside ul li a img
{
	height: 100px;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.Specialties aside ul li a:hover img
{
	transform: translateY(-50px);
}
.Specialties figure
{
	width: 35%;
	margin-left: auto;
}
.Specialties figure img
{
	border-radius: 30px;
}*/
/* end Specialties*/

.sidebar
{
	width: 30%;
}
.sidebar img
{ 
	margin: 15px 0;
}
.content
{
	width: 65%;
}
.split
{
	width: 48%;
}
a.linkbutton
{	
    display: inline-block;
    border: solid 1px #f4951f;
    color: #000;
    font-size: 17px;
    font-weight: 500;
    padding: 15px 18px;
    border-radius: 30px;
	position: relative;
	margin: 15px 0;
}
a.linkbutton:hover
{	
    border: solid 1px #f4951f;
    background: #f4951f;
	color: #fff;
}
bold
{
	font-weight: bold;	
}
.intro
{
	position:relative;
	z-index:9;
}
.intro figure
{
	width:50%;
	text-align: center;
    position: relative;
    z-index: 9;
}
.intro figure:before
{
	content: " ";
    /*background: #fff;*/
    width: 500px;
    height: 500px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -8;
    border-radius: 50%;
}
.intro figure:after
{
	content: " ";
	/*border: dashed 2px #f4951f;*/
    width: 520px;
    height: 520px;
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -8;
    border-radius: 50%;
}
.intro figure img
{
    max-height: 500px;
}
.intro aside
{
	width:45%;
	margin-left: auto;
}
.count
{
    position: absolute;
    top: 0;
    right: 0;
    background: #f4951f;
    padding: 15px;
    border-radius: 10px;
    width: 181px;
	display: none;
}
.count ul
{
	padding:0;
	margin:0 0px;
}
.count ul li
{
	float:left;
	width:100%;
}
.count ul li article
{
    display: flex;
    align-items: center;
    gap: 15px;
	text-align: left;
}
.count ul li article img
{
	max-width:50px;
	max-height:50px;
}
.count ul li article h1
{
    margin: 0;
    color: #fff;
    font-weight: 800;
    font-size: 46px;
}
.count ul li article h1:after
{
    content: "+";
    font-size: 30px;
    font-weight: 500;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.count ul li article h3
{
    border-bottom: solid 1px #89101c;
    padding-bottom: 5px;
    margin: 0 0 5px 0;
    color: #fff;
    font-size: 20px;
    line-height: 22px;
}
.product-summary
{
	background: #f4951f;
	
	z-index: 9;
}
.product-summary:after
{
	content: " ";
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 25%;
	z-index: -8;
}
.product-summary h2
{
	color: #fff;
}
.product-summary ul
{
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
}
.product-summary ul li
{
	display: flex;
	float: left;
	width: 25%;
}
.product-summary ul li a
{
	display: block;
	width: 100%;
	padding: 15px 30px;
	margin: 10px;
	background: #ffdaab;
	text-align: center;
	border-radius: 30px;
}
.product-summary ul li a h3
{
	color:#000;
}
.product-summary ul li a:hover
{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	background-color: #f4951f;
}
.product-summary ul li a img
{
	margin: 15px 0;
	border-radius: 1%;
	border: solid 2px #f4951f;
    max-height: 180px;
}
.product-summary ul li a img:hover {
	background-color:#000;
}

.product-summary ul li a figcaption {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.product-summary ul li a figcaption h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 28px;
    color: #fff;
}


.product-summary ul li a figcaption:after 
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 3px 0 0 0;
    -webkit-transform: translateY(32.5px);
    transform: translateY(32.5px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
<!--start product-->

.section-products
{
    position: relative;
	text-align:center;
}
.section-products h2
{
	font-size: 30px;
    color: #000;
    font-weight: 800;
    position: relative;
	}
.section-products h3
{
    margin-bottom:30px;
	font-size:26px;
	font-weight:600;
	color:#39FF14;
	text-align:center;
	background-color: #102c4f;
  padding: 20px;
  border-radius: 50px;
  margin: 45px;
}
.section-products h3:hover
{
   
	background-color: #000;
 
}
.section-products h4
{
    margin-bottom:30px;
	font-size:28px;
	font-weight:700;
	color:#102c4f;
	text-align:center;
	 
	
}
.section-products ul
{
    padding: 0;
    margin: 0px;
}
.section-products ul li
{
    float: left;
    width: 33.333333%;
}
.section-products ul li a
{
    display: block;
    overflow: hidden;
    position: relative;
	border-radius:10px;
	margin:15px;
}
.section-products ul li a:hover
{
    
}
/*.section-products ul li a:before
{
    content:" ";
    position: absolute;
	bottom:-150%;
	left:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: #f4951f;
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.section-products ul li a:hover:before
{
	bottom:-50%;
	left:-50%;
}
.section-products ul li a:after
{
    content:" ";
    position: absolute;
	top:-150%;
	right:-150%;
	z-index:9;
	width:100%;
	height:100%;
    background: #f4951f;
	-webkti-transform:rotate(33deg) scale(2);
	transform:rotate(33deg) scale(2);
}
.section-products ul li a:hover:after
{
	top:-50%;
	right:-50%;
}*/
.section-products ul li a figure
{
	
}
.section-products ul li a figcaption
{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    z-index: 99;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
	background:rgba(0,0,0,0.2);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-products ul li a:hover figcaption
{
	background:rgba(0,0,0,0);
}
.section-products ul li a figcaption h3
{
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #fff;
}
.section-products ul li a figcaption:after
{
	content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 0px;
    height: 0px;
    background: #fff;
    border-radius: 50%;
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 3px 0 0 0;
    -webkit-transform: translateY(32.5px);
    transform: translateY(32.5px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-products ul li a:hover figcaption:after
{
    width: 75px;
    height: 75px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
}
.container-section {
    padding-bottom: 50px;
    padding-left: 100px;
    padding-right: 100px;
}

<!--end product-->

/*.product-summary ul li a:after
{
	content: "🡢";
    width: 35px;
    height: 35px;
    margin: 15px 0;
    color: #bf1e2e;
    font-size: 31px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-left: auto;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}*/
.product-summary ul li a:hover:after
{
    color: #000;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

/*start faq-main*/
.faq-main aside details
{
	margin-bottom:20px;
}
.faq-main aside details{
	padding:20px;
	text-align:left;
	border: solid 2px #e7ced1;
	background-color:#fdfafa;
	color:#c2121b;
    border-radius: 5px;
	font-size:20px;
}
.faq-main aside details a
{
	color:#c2121b;
	font-weight: 600;
}
/*end faq-main*/

/*start blog*/
blog h4
{
	font-weight:700;
	font-size:25px;
}
.blog .row
{
	
}
.blog-break
{
	margin-top: 60px;
    margin-bottom: 110px;
    font-size: 40px;
    text-align: center;
    color: #ef0505;
    font-weight: 900;
	
}
.nav-links
{
	text-align:center;
	margin-bottom:50px;	
}
.page-numbers
{
	padding:20px;
	font-size: 21px;
  	font-weight: 600;	
	border: solid 1px #f4951f;
	border: solid 1px #f4951f;
  	border-radius: 50px;
  	margin:10px;
    background: #f4951f;
	color:#fff;

}
.page-numbers:hover
{
	color:#000;

}
.prev page-numbers 
{
 	border: solid 1px #f4951f;
  	border-radius: 10px;
    background: #fff;
}
.next page-numbers
{
 	border: solid 1px #f4951f;
  	border-radius: 10px;
    background: #fff;
}


/*end blog*/

.testing-facilities
{
	
}
.testing-facilities aside
{
	width: 40%;
}
.testing-facilities aside ul.list li
{
    display: inline-block;
    border: solid 1px #e0c2c6;
    padding: 5px 5px 5px 25px;
    border-radius: 30px;
}
.testing-facilities aside ul.list li:before
{
    top: 10px;
    left: 7px;
}
.testing-facilities figure
{
	width: 50%;
	margin-left: auto;
	position: relative;
	text-align: center;
}
.testing-facilities figure img
{
	max-height:790px;
	 width:100%;
}
.testing-facilities figure:before
{
	content: " ";
    border: dashed 2px #f4951f;
    position: absolute;
    top: -75px;
    right: -30px;
    width: 170px;
    height: 170px;
    border-radius: 50%;
	
	z-index: -8;
}
.testing-facilities figure:after
{
	content: " ";
    border: solid 16px #fff;
    position: absolute;
    bottom: -50px;
    left: -70px;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    z-index: -8;
}
	.faq h3
	{
	font-size:22px;
	color:#000;
	font-weight:700;	
	}
	
.section-contact
{
	
}
.section-contact .row
{
    position: relative;
    background: #424242 url(../images/Contactus.jpg) center center no-repeat;
	
    padding: 35px 20px;
	z-index:9;
	text-align:center;	
	border-radius:30px;
}
.section-contact  h1
{
    font-size: 36px;
    color: #fff;
    font-weight: 700
}
.section-contact a.linkbutton
{
    color: #fff;
	border: solid 1px #fff;
}
.section-contact a.linkbutton:hover
{
	background: #fff;
    color: #bf1e2e;
}
.section-contact a.linkbutton:hover:before
{	
    border: solid 1px #fff;
}
.social-icon-fixed
{
    position: fixed;
    bottom: 100px;
    right: 12px;
    z-index: 999999;
}
.social-icon-fixed a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 3px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 50%;
}
.social-icon-fixed a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-fixed a:nth-of-type(3)
{
    background: #1da1f2;
}
.footer
{
    background: #101029;
	position:relative;
	padding-top: 30px;
}
.footer h3
{
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}
.social-icon-footer
{
	margin-left: auto;
}
.social-icon-footer a
{
    display: block;
    background: #4267b2;
    color: #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    padding: 13px 0;
    font-size: 26px;
    border-radius: 30px;
	float:left;
	margin-left:5px;
}
.social-icon-footer a:nth-of-type(2)
{
	background: #f09433; 
	background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
	background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}
.social-icon-footer a:nth-of-type(3)
{
    background: #1da1f2;
}
.footernav
{
	
}
.footernav ul
{
    padding:0;
	margin:0;
}
.footernav ul li
{
	
}
.footernav ul li a
{
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 400;
	line-height:30px;
	position:relative
}
.footernav ul li a:hover
{
    color: #474747;
}
.footer-contact
{
    border-top: dashed 1px #282222;
    padding: 15px 0;
    margin-top: 10px;
}
.footer-contact aside
{
    margin-right:5%;
}
.footer-contact aside iframe
{
	margin: 15px 0;
}
.footer-contact aside:nth-of-type(3)
{
    margin-right:0;
}
.footer-contact aside:last-of-type
{
    margin-right:0;
}
.footer p
{
    font-size: 17px;
    font-weight: 400;
	text-align:left;
	color: #fff;
}
.footer p strong
{
	color: #f4951f;
    font-weight: 500;
	display:block;
}
.social-media
{
	
}
.social-media p
{
	padding:0;
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-bottom
{
    padding: 5px 0px;
    background: #f4951f;
    margin-top: 20px;
    display: flex;
}
.footer-bottom p
{
    color: #fff;
}
.footer-bottom p:nth-of-type(2)
{
	margin-left: auto;
}
.footer-bottom a
{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    text-decoration:underline;
}
.footer-bottom a:hover
{
    text-decoration:none;
}
.page-title
{
	background-size:cover;
	/*background-position:center center;*/
	background-repeat:no-repeat;
	padding:85px 20px;
	height:450px;
    display: flex;
    align-items: center;
	z-index:9;
    justify-content: center;
	position: relative;
}
.page-title:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(90deg, rgba(57,130,22), transparent);
	z-index: -8;
    width: 50%;
	display: none;
}
.page-title:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.3);
    z-index: -8;
	display: none;
}
.page-title h2
{
    font-size: 46px;
    color: #fff;
    font-weight: 700;
	display: none;
}
.page-title nav
{
	position: absolute;
	bottom: -30px;
	right: 20px;
}
.page-title nav ul
{
    padding: 0;
    margin: 0;
}
.page-title nav ul li
{
    float: left;
    color: #000;
    font-size: 15px;
    font-weight: 400;
    margin-right: 25px;
    position: relative;
}
.page-title nav ul li:first-of-type:before
{
    display:none;
}
.page-title nav ul li:before
{
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    font-weight: 100;
    font-size: 24px;
    top: -6px;
    left: -17px;
    color:  #f4951f;
}
.page-title nav ul li a
{
    display: block;
    color: #7d7173;
    font-size: 15px;
    font-weight: 400;
}
.page-title nav ul li a:hover
{
	color: #000;
}
.vision-mission
{
	
}
.vision-mission aside
{
	width: 40%;
}
.vision-mission figure
{
	width: 48%;
	margin-left: auto;
}
.vision-mission figure img
{
	border-radius: 30px;
}
.product-page
{
	
}
.product-page .sidebar
{
    width: 40%;
}
.product-page .content
{
    width: 55%;
}
.product-page .product-summary
{
    background: none;
}
.product-page .product-summary:after
{
	display: none;
}
.product-page .product-summary ul li
{
	width: 33.333333%;
}
.product-page .product-summary ul li a
{
	position: relative;
}
.product-page .product-summary ul li a:after
{
    content: "\f1c1";
    font-family: 'FontAwesome';
    background: rgba(191, 30, 46, 0.6);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 30px;
    color: #fff;
    font-size: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
}
.product-page .product-summary ul li a:hover:after
{
	opacity: 1;
}
.testing-facilities
{
	
}
.photo-gallery
{
	text-align:center;
	padding-top:0;
}
.photo-gallery ul
{
    padding: 0;
    margin: 0px;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}
.photo-gallery ul li
 {
    float: left;
    list-style: none;
    width: 25%;
    overflow: hidden;
}
.photo-gallery ul li a
{
    display: block;
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.photo-gallery ul li a img
{
    width: 100%;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.photo-gallery ul li a:hover img
{
    -webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
}
.photo-gallery ul li a:before
{
    content: " ";
    position: absolute;
    display: block;
    background: rgba(0, 0, 0, 0.9);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    -webkit-tranistion: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
    z-index: 9;
    opacity: 0;
}
.photo-gallery ul li a:hover:before
{
	opacity:.5
}
.photo-gallery ul li a:after
{
    content: "\f00e";
    color: #000;
    background: #fff;
    font-family: 'FontAwesome';
    font-size: 26px;
    position: absolute;
    top: -100px;
    left: 0;
    right: 0;
    width: 100px;
    height: 100px;
    margin: auto;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    z-index: 99;
    border-radius: 50%;
    padding: 50px 0 0 0;
    border-radius: 50%;
    text-align: center;
}
.photo-gallery ul li a:hover:after
{
	top:-52px
}
.photo-gallery ul li h3
{
	text-align:center;
	font-size:18px;
}
.testing-facilities-page
{
	text-align: center;
}
.testing-facilities-page ul
{
	padding: 0;
    margin: 50px -15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
}
.testing-facilities-page ul li
{
    text-align: left;
    padding: 10px;
    border: solid 1px  #0e2844;
    display: flex;
    align-items: center;
    border-radius: 30px;
}
.testing-facilities-page ul li h3
{
    font-size: 18px;
    color: #000;
    font-weight: 600;
	margin: 0;
}
.testing-facilities-page ul li:before
{
    content: " ";
    display: inline-block;
    background: url(../images/CHECK.png) center center no-repeat;
    background-size: contain;
    width: 34px;
    height: 30px;
}
.contact
{
	
}
.formfield
{
	
}
.contact .formfield
{
	width: 60%;
}
.contact .formfield form
{
	margin: -10px;
}
.formfield h2
{
    margin-left: 10px;
}
.formfield input::-webkit-input-placeholder,
.formfield textarea::-webkit-input-placeholder
{
	color: #5b5b68;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input::-moz-placeholder,
.formfield textarea::-moz-placeholder
{
	color: #5b5b68;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-ms-input-placeholder,
.formfield textarea:-ms-input-placeholder
{
	color: #5b5b68;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	font-size:15px;
}
.formfield input:-moz-placeholder,
.formfield textarea:-moz-placeholder
{
	color: #5b5b68;
	font-family: "Outfit", sans-serif;
	font-weight:400;
	font-size:15px;
}
.form-split
{
    width: 100%;
}
.formfield label
{
    padding:10px;
	display:block;
}
.formfield label strong
{
    display: block;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 5px;
}
.formfield input[type=text], .formfield input[type=email], .formfield input[type=number]
{
    padding: 16px 20px;
    width: 100%;
    background: #fff;
    border: 1px solid #e7d5d7;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=text]:focus, .formfield input[type=email]:focus, .formfield input[type=number]:focus, .formfield textarea:focus
{
    box-shadow: 0px 0px 0px 3px #f8f1f2;
    border: 1px solid #444e50;
}
.formfield textarea
{
    padding: 16px 20px;
    width: 100%;
	height:200px;
    background: #fff;
    border: 1px solid #e7d5d7;
    border-radius: 6px;
    outline: 0px;
    position: relative;
    color: #5b5b68;
    font-size: 15px;
    font-family: "Outfit", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.formfield input[type=submit]
{
    border: solid 1px #bf1e2e;
    background-color: #fff;
    padding: 16px 35px;
    outline: 0;
    color: #000;
    font-weight: 500;
    cursor: pointer;
    font-size: 17px;
    font-family: "Outfit", sans-serif;
    border-radius: 30px;
    margin: 15px 0;
    display: inline-block;
    float: left;
    -webkit-transition: 0.6s;
    -moz-transition: 0.6s;
    -o-transition: 0.6s;
    transition: 0.6s;
}
.formfield input[type=submit]:hover
{
    background-color: #bf1e2e;
    color: #fff;
}
.contact article
{
    display: flex;
	margin-top:30px;
}
.contact aside
{
    width: 48%;
}
.contact aside h3
{
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px
   padding-left: 40px;
}
.contact aside p
{
    position: relative;
}
.sub-head2, .sub-head3, .sub-head4, .sub-head5, .sub-head6, .sub-head7,.sub-head8
{
	/*border: solid 5px #fbcaa7;*/
  border-radius: 10px;
  padding: 10px;
  background-color: #ffefe3;
 
}
.contact aside p strong
{
	color:#000;
	display: block;
}
.contact aside p i
{
    position: absolute;
    top: 5px;
    left: 0;
    width: 30px;
    height: 30px;
    background: #bf1e2e;
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gmap
{
	text-align: center;
}
.gmap iframe
{
    width: 100%;
    border-radius: 30px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.formobile
{
	display:none !important;
}