button, html input[type="button"], input[type="reset"], input[type="submit"], textarea { -webkit-appearance: none; border-radius: 0 }
:focus { outline: 0;}
a, button, .btn { outline: none; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; text-decoration: none; }

@font-face{
  font-family:'Poppins-Light';
  src:url('../fonts/Poppins-Light.ttf')
}
@font-face{
	font-family:'Poppins-Regular';
	src:url('../fonts/Poppins-Regular.ttf')
}
@font-face{
	font-family:'Poppins-SemiBold';
	src:url('../fonts/Poppins-SemiBold.ttf')
}
body{
	width:100%;
	height:100%;
	font-family:'Poppins-Regular';
	color:#111;
	font-size:16px;
	line-height:30px;
	background-color:#fff;
}
a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
a:hover,
a:focus {
    text-decoration: none;
}
a:focus {
    outline: medium none;
}
p {
	font-family:'Poppins-Regular';
    font-size:15px;
	color:#000;
	line-height:28px;
}
h1, h2, h3, h4, h5, h6{
	font-weight:normal;
	width:100%;
	margin-top:0;
	margin-bottom:20px;
}
h1{
	font-family:'Poppins-Light';
	font-size:36px;
	color:#111;
	line-height: 48px;
}
h2{
	font-family:'Poppins-Light';
	font-size:31px;
	color:#d02825;
	line-height:44px;
	margin-bottom:30px;
}
h3{
	font-size:24px;
	color:#222;
	line-height:30px;
}
h4{
	font-size:18px;
	color:#d02825;
	line-height:30px;
}
section, footer, .row-box{
	width:100%;
	clear:both;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.error {
    font-size: 14px;
    color: red;
}
.padding{
	padding:60px 0;
}
.padding-sm{
	padding:45px 0;
}
.padd-t{
	padding-top:60px;
}
.navbar{
	padding: 0;
	background-color:#fff;
	-webkit-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    -moz-box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
    box-shadow: 0px 2px 6px 0px rgba(54, 54, 54, 0.17);
}
.navbar-toggler{
	border:0;
}
.navbar-toggler span {
    width: 25px;
    height: 3px;
    background:#111;
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin-bottom: 4px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.navbar-toggler span:nth-child(1) {
    width: 16px;
}
.navbar-toggler:hover span:nth-child(1) {
    width: 25px;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(1) {
    width: 25px;
    -webkit-transform: rotate(45deg) translate(5px,5px);
    -ms-transform: rotate(45deg) translate(5px,5px);
    transform: rotate(45deg) translate(5px,5px);
}
.navbar-toggler[aria-expanded="true"] span:nth-child(2){
	opacity: 0;
}
.navbar-toggler[aria-expanded="true"] span:nth-child(3){
	-webkit-transform: rotate(-45deg) translate(5px,-5px);
	-ms-transform: rotate(-45deg) translate(5px,-5px);
	transform: rotate(-45deg) translate(5px,-5px);
}
.navbar-light .navbar-brand{
	width:160px;
	-webkit-transition:all 0.3s ease-in-out 0s;
    -moz-transition:all 0.3s ease-in-out 0s;
    transition:all 0.3s ease-in-out 0s;
}
.navbar-light .navbar-brand img{
	width:100%;
}
.navbar-light .navbar-nav .nav-link{
	font-size:15px;
	color: #222;
	padding:1.4rem 1.3rem;
	position: relative;
	letter-spacing: 0.4px;
}
.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover{
	color:#d02927;
}
.dropdown-toggle .fa-caret-down {
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    font-size: 12px;
    position: relative;
    top: 2px;
    color:#f88816;
    left: 2px;
}
.dropdown-menu{
	min-width: 16rem;
	margin-top: 0;
	box-shadow:0 14px 14px 0 rgba(0, 0, 0, 0.08);
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-radius: 0;
	border: 0;
}
.dropdown-menu .dropdown-item {
    padding:.36rem 1.5rem;
    font-weight: normal;
    font-size:15px;
    border: 0;
	color: #666;
	line-height:24px;
	white-space: normal;
}
.dropdown-submenu .dropdown-menu::before {
    content: none;
}
.dropdown-submenu .dropdown-menu .dropdown-item{
	color: #212529;
	font-size:15px;
}
.dropdown-submenu .dropdown-toggle::after{
	border-top: 0;
	border-right: 0;
	border-bottom: 0;
	border-left: 0;
}
.mega{
	position: inherit;
}
.mega .mega-dropdown{
	border-bottom:2px solid #d02825;
	padding: 1.6rem 0;
	margin: 0 auto;
	left: 0;
	right: 0;
	max-width:750px;
	background-image:url('../images/nav-bg.png');
	background-repeat:no-repeat;
	background-position:right top;
	background-color:#f7f7f7;
}
.navbar ul li.dropdown:hover > a{color:#d02825;}
.navbar ul.dropdown-menu li:hover > a{color:#d02825;}
.dropdown-item:hover{background:transparent; color:#d02825;}
@media only screen and (min-width:991px) {
.navbar ul li:hover> ul{display:block}
.navbar ul ul{position:absolute;top:100%;left:auto;right:0;min-width:220px;display:none;margin:0;}
.navbar ul ul li:hover> ul{display:block}
.navbar ul ul ul{position:absolute;top:0;left:100%;min-width:220px;padding: 0;display:none}
.navbar ul ul ul li:hover ul{display:block}
.navbar ul ul ul ul{position:absolute;top:0;left:100%;min-width:220px;display:none;z-index:1}
.navbar-expand-lg .navbar-nav .mega-dropdown .dropdown-menu{
	position: relative;
	left: 0;
	box-shadow: none;
	padding: 0;
	display: block;
	background-color:transparent;
}
.mega-dropdown .dropdown-toggle{
	font-size:18px;
	color:#111;
}
.mega-dropdown .dropdown-toggle::after{
	border-color:#f7f7f7;
 }
 .mega-dropdown .col-md-4{
	display:inline-block;
	vertical-align: top;
}
 
}
.dropdown-menu li.dropdown::after {
    position: absolute;
    content: "›";
    right: 17px;
    top: 6px;
    font-size: 19px;
    color: #666;
    border: 0;
}
.dropdown-menu .dropdown-toggle::after{
	content: none;
}
.drop-title{
   padding: 0 22px;
   font-family:'Poppins-SemiBold';
}
.drop-tbr{
	border-top:1px solid #ddd;
	padding-top:8px;
	margin-top:8px;
}
.navbar .sub-drop{
	padding:8px 0;
}
.sub-drop li .dropdown-item{
	padding:5px 24px;
   line-height: 20px;
}
.top-none .navbar-light .navbar-brand{
	width:115px;
	padding: 0;
}
.top-none .navbar{
	background-color:#fff;
}
.top-none .navbar-light .navbar-nav .nav-link {
    padding:1rem 1.3rem;
}
/*---- slider ----*/
.m-top{
	margin-top:74px;
}
#banner{
	background-color:#000;
	position: relative;
	overflow: hidden;
}
#banner .container{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}

#banner .carousel-caption h1{
	color:#fff;
	border: none;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
    text-align: left;
}
#banner .carousel-caption{
	max-width:380px;
	right: auto;
    bottom: auto;
    left:15px;
}
.carousel-caption h1 {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
#banner .carousel-caption p{
	color:#fff;
	font-size:16px;
	font-family:'WorkSans-Light';
	 -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;
}
#banner .carousel-caption .btn{
	 -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
}
#banner .carousel-item img.main-img{
	opacity:0.5;
	width: 100%;
}
#banner .carousel-indicators {
    bottom: 30px;
}
#banner .carousel-indicators li{
	width: 40px;
    height: 4px;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    background-image: none;
	background-color:#000;
	padding:7px;
	width: 40px;
	height: 40px;
	border-radius: 50px;
	text-align: center;
}
.carousel-control-next, .carousel-control-prev{
	width:60px;
	z-index: 11;
}
.carousel-control-next .fa, .carousel-control-prev .fa{
	font-size:25px;
}
/*---- slider close ----*/
.btn-red {
    color: #fff;
    font-size:15px;
	text-transform:uppercase;
	letter-spacing:1px;
	border-color:#d02825;
	padding:0.6rem 1.5rem 0.6rem 1.5rem;
	line-height: 23px;
	border-radius:0px;
    background-color:#d02825;
}
.btn-red:hover{
	color:#d02825;
	border-color:#d02825;
	background-color:transparent;
}
.gray-bg{
	background-color:#f8f8f8;
}
.list2 {
    padding-left: 0;
    list-style-type: none;
}
.list2 li {
	font-size: 16px;
	position: relative;
	padding-left: 15px;
	line-height:30px;
	padding-bottom:10px;
	text-align: left;
	vertical-align: top;
}
.list2 li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color:#d02825;
    top:12px;
    left: 0;
}
.list2 li a{
	color:#222;
}
.half-list li{
	display:inline-block;
	width:49%;
}
.list2 li a:hover{
	color:#00adf0;
}
.lg-toolbar .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-actions .lg-icon {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
}

.lg-toolbar #lg-zoom-in:after {
    content: "\f00e";
}

.lg-toolbar #lg-zoom-out:after {
    content: "\f010";
}

.lg-toolbar .lg-close:after {
    content: "\f00d" !important;
}

.lg-toolbar .lg-download {
    display: none;
}

.lg-toolbar #lg-actual-size {
    display: none;
}

.lg-actions .lg-prev:after {
    content: "\f060" !important;
}

.lg-actions .lg-next:before {
    content: "\f061" !important;
}
.lg-backdrop {
    background-color: rgba(0, 0, 0, 0.9) !important;
}
.gal_img_box, .portfolio .wow{
	overflow:hidden;
}
.portfolio .wow{
	margin-bottom:0;
}
.form-control {
    height:48px;
    color: #222;
    border: 1px solid #c8c8c8;
    border-radius: .15rem;
    font-size: 15px;
}
.form-group {
    margin-bottom: 1.5rem;
}
.text-j{
	text-align:justify;
}
.owl-nav{
	position: absolute;
	top:38%;
	left: 0;
	right: 0;
	z-index: -1;
	width: 100%;
	clear: both;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.owl-nav .fa{
	font-size:20px;
}
.owl-nav .owl-prev{
	margin-left: -24px;
}
.owl-nav .owl-next{
	margin-left:auto;
	margin-right: -24px;
}
.list {
	width:100%;
    padding-left: 0;
    list-style-type: none;
}
.list li {
    font-size:16px;
    position: relative;
    padding-left: 15px;
    line-height:28px;
    padding-bottom:16px;
}
.list-link li{
	padding-bottom:22px;
}
.list li::after {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #ed3237;
    top: 10px;
    left: 0;
}
.list li a{
	color:#222;
}
.list li a:hover{
	color:#ed3237;
}
.gallery .owl-nav, .gallery .owl-dots{
	display:none;
}
.br-r-6{
	border-radius:4px;
}
.clients .owl-item img{
	width:auto;
}
footer p, footer li a, footer a{
	color:#fff;
}
footer {
    background-color:#444;
	position:relative;
}
footer ul {
    list-style-type: none;
    padding-left: 0;
}
footer ul li a {
    width: 100%;
	display: block;
	padding-bottom:10px;
	color: #dbdbdb;
	line-height: 26px;
	font-size:15px;
	font-family: 'Poppins-Light';
}
.list-half li {
    width: 49%;
    display: inline-block;
}
footer ul li a:hover{
	color:#fff;
}
footer .fa {
    color: #fff;
    font-size: 17px;
}
footer .fa-envelope {
    font-size: 14px;
}
footer h5{
	color: #fff;
	margin-bottom:15px;
}
footer p, footer p a{
	 color: #dbdbdb;
	line-height: 26px;
	font-size:15px;
	font-family: 'Poppins-Light';
}
footer p a:hover{
	color:#fff;
}
.foot-bottom {
    padding-top: 19px;
	padding-bottom: 15px;
	border-top: 1px solid #727272;
	margin-top: 12px;
}
.foot-bottom p, .foot-bottom p a {
    display: inline-block;
    margin: 0;
    color: #dbdbdb;
    font-size: 15px;
}
.foot-bottom .right {
    margin-left: auto;
}
.foot-bottom .social-icon{
	margin:0 auto;
}
.follo-icon {
    display: inline-block;
	margin: 0 auto; 
}
.follo-icon a {
	background-color: #424141;
	padding: 7px;
	border-radius: 50%;
	display: inline-block;
	width: 40px;
	height: 40px;
	text-align: center;
	margin: 0 4px;
}
.follo-icon a.facebook:hover{
	background-color: #3b5998;
}
.follo-icon a.youtube:hover{
	background-color: #e3191b;
}
.follo-icon a.instagram:hover{
	background-color: #e4405f;
}
.follo-icon a .fa {
    font-size:17px;
	color: #fff;
}
.about-sec iframe{
	display:block;
	height:310px;
}
.about-sec .title-1{
	text-transform:uppercase;
}
.title-1{ 
	background-color: #d02825;
	color: #fff;
	text-align: center;
	padding: 10px;
	letter-spacing:2px;
	margin-bottom:0;
}
.product-sec .nav-tabs {
    border-bottom: 0px solid #dee2e6;
    text-align: center;
    display: block;
	margin-top:20px;
	margin-bottom:30px;
}
.product-sec .nav-tabs .nav-item{
	display: inline-block;
}
.product-sec .nav-tabs .nav-link{
	font-size:21px;
	color:#666;
	border:0;
	font-family: 'Poppins-Light';
}
.product-sec .nav-tabs .nav-link.active, .product-sec .nav-tabs .nav-link:hover{
	color: #d02825;
    background-color: transparent;
	border:0;
}
.pro-box{
	text-align:center;
	padding: 0 5px;
	display: block;
}
.pro-box-img{
	border: 8px solid #d02825;
    border-radius: 50%;
    overflow: hidden;
	display: block;
	margin-bottom: 25px;
	-webkit-transition: all .2s ease-in-out;
   -moz-transition: all .2s ease-in-out;
   transition: all .2s ease-in-out;
}
.pro-box:hover .pro-box-img{
	border:0px solid #d02825;
}
.pro-box:hover h3{
	color:#d02825;
}
.appl-box{
	margin:15px 0;
		-webkit-transition: all .2s ease-in-out;
-moz-transition: all .2s ease-in-out;
transition: all .2s ease-in-out;
}
.appl-box:hover{
	box-shadow: 0 15px 15px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}
.appl-box img{
	border-top-left-radius:6px;
    border-top-right-radius:6px;
}
.appl-box h3{
	margin-bottom:0;
}
.min-container{
	max-width:1180px;
}
.section2{
	background-image:url('../images/bg.jpg');
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
	position:relative;
	padding:160px 0;
}
.section2 h2{
	max-width:380px;
	color:#fff;
	margin:0;
	z-index: 1;
    position: relative;
}
.section2:before {
 position:absolute;
 left:0;
 top:0;
 z-index: 1;
 width:100%;
 height:100%;
 content:'';
 background: rgb(112,70,0);
 background: -moz-linear-gradient(90deg, rgba(145,47,45,0.64) 0%, rgba(0,0,0,0) 66%);
 background: -webkit-linear-gradient(90deg, rgba(145,47,45,0.64) 0%, rgba(0,0,0,0) 66%);
 background: linear-gradient(90deg, rgba(145,47,45,0.64) 0%, rgba(0,0,0,0) 66%);
}
.break{
	border-color:#666;
	margin:40px 0;
}
#testimonials span{
	font-size:14px;
	font-family: 'Poppins-Light'
}
#testimonials h4{
	color:#111;
}
#testimonials p{
	max-width:90%;
	margin-left:auto;
	margin-right:auto;
}
#testimonials .carousel-control-next, #testimonials .carousel-control-prev{
	color:#333;
}
#testimonials .carousel-control-prev-icon, #testimonials .carousel-control-next-icon {
    background-color: transparent;
}
#testimonials .carousel-control-prev-icon:hover, #testimonials .carousel-control-next-icon:hover {
    background-color: #333;
	color:#fff;
}
.inner-banner {
    background-color: #000;
    position: relative;
}
.inner-banner img{
	opacity:0.4;
}
.inner-text {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    max-width: 780px;
    margin: 0 auto;
    -ms-flex-item-align: center;
    align-self: center;
}
.inner-text nav {
    text-align: center;
}
.inner-text .breadcrumb {
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    display: inline-block;
    padding: 0 1rem;
}
.breadcrumb .breadcrumb-item, .breadcrumb .breadcrumb-item a {
    display: inline-block;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
}
.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.8);
}
.inner-text h2 {
    color: #fff;
    margin-bottom:5px;
    font-size:30px;
}
.banner-details{
	background-color:#f6f6f6;
	padding:25px 0;
}
.banner-details .inner-text{
	position:relative;
}
.banner-details .inner-text .breadcrumb .breadcrumb-item, .banner-details .breadcrumb .breadcrumb-item a{
	color:#666666;
}
.banner-details .inner-text .breadcrumb .active{
	color:#000;
}
.banner-details .breadcrumb-item + .breadcrumb-item::before {
    color: rgba(170, 170, 170, 0.8);
}
.b-r6{
	border-radius:5px;
}
.viss-miss .media img{
	margin-right: 1.5rem
}
.list-pdf{
	list-style-type:none;
	padding-left:0;
}
.list-pdf li{
	font-size: 18px;
	padding-bottom: 8px;
	padding-left: 5px;
	font-family:'Poppins-Light';
}
.list-pdf li a{
	color: #111;
}
.list-pdf li a:hover{
	color:#d02927;
}
.list-pdf li i {
    margin-right: 10px;
    font-size: 17px;
    color: #d02927;
    height: 38px;
    margin-top: 4px;
}
.pro-list{
	text-align:center;
}
.nav-tabs {
    border-bottom: 0px solid #dee2e6;
	margin-bottom: 21px;
}
.nav-tabs .nav-link{
	border:0;
	font-size:21px;
	color:#222;
	font-family: 'Poppins-Light';
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #d02825;
    background-color:transparent;
}
.round-img {
    border-radius: 50%;
	width:235px;
	height:235px;
	background-color:#fff;
	margin:0 auto;
	padding: 20px;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
	-webkit-box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
-moz-box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
box-shadow: 0px 2px 11px 0px rgba(54, 54, 54, 0.17);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.pro-list-box{
	padding: 20px 0;
display: block;
}
.pro-list-box h3{
	margin-bottom:0;
	font-size: 21px;
}
.pro-list-box:hover h3{
	color:#d02927;
}
.round-img:hover{
	transform: scale(1.1);
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-ms-transform: scale(1.1);
-o-transform: scale(1.1);
}
.pro-detail .container{
	max-width:1000px;
}
.pro-detail{
	text-align:center;
}
.pro-detail .wow{
	border: 1px solid #c6c6c6;
	border-radius:6px;
	padding:20px;
	margin:20px 10px;
	-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.pro-detail .wow:hover{
	-webkit-box-shadow:0px 0px 25px 0px rgba(54, 54, 54, 0.24);
-moz-box-shadow:0px 0px 25px 0px rgba(54, 54, 54, 0.24);
box-shadow:0px 0px 25px 0px rgba(54, 54, 54, 0.24);

}
.pro-detail .col-md-12 .wow{
	border:0px solid #c6c6c6;
	box-shadow:none;
}
.sm-buttons .wow{
	max-width: 118px;
    margin:20px auto;
}
.clients-logo {
    padding: 0;
    list-style-type: none;
	display:flex;
}
.clients-logo li {
    border: 1px solid #e6e6e6;
    width: 20%;
    padding: 20px 10px;
    margin-left: -1px;
    margin-bottom: -1px;
    text-align: center;
    background-color: #fff;
}
.clients-logo li img {
    margin: 0 auto;
}
.con-info{
	margin-bottom:20px;
}
.con-info p{
	margin-bottom:4px;
}


/*************************************** RESPONSIVE STYLE START ***********************************/
@media (min-width:300px) and (max-width:575px) {
 .navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
 .navbar-light .navbar-brand, .top-none .navbar-light .navbar-brand {
    width: 110px;
    margin-left: 15px;
}
.navbar {
    padding: 6px 0;
}
.navbar-collapse {
    padding-top: 10px;
}
h1 {
    font-size: 21px;
    line-height: 28px;
}
#banner .carousel-indicators {
    bottom: -14px;
}
.m-top {
    margin-top: 65px;
}
.padding {
    padding: 40px 0;
}
h2 {
    font-size: 24px;
	line-height: 30px;
    margin-bottom:20px;
}
.video-b{
	margin-bottom: 30px;
}
.section2 {
    background-size: cover;
    padding: 40px 0;
}
.award-sec .col-md-3{
	margin:10px 0;
}
.appl-box {
    margin: 15px auto;
    max-width: 450px;
		-webkit-transition: all .3s ease-in-out;
-moz-transition: all .3s ease-in-out;
transition: all .3s ease-in-out;
}
.pro-box-img{
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.pro-box {
    margin: 20px 0;
}
.follo-icon {
    margin: 10px 0;
}
.foot-bottom .right {
    margin-left: 0;
}
.viss-miss .media{
	display: block;
	text-align: center;
}
.viss-miss img{
	margin-bottom:25px;
}
.viss-miss .media img{
	margin-right:0;
}
.pro-detail .wow {
    padding:15px;
    margin: 10px 0;
}
.clients-logo li {
    width:50%;
}
.half-list li {
    width: 100%;
}
  
}

@media (min-width:576px) and (max-width:767px) {
 .navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
 .navbar-light .navbar-brand, .top-none .navbar-light .navbar-brand {
    width: 110px;
    margin-left: 15px;
}
.navbar {
    padding: 6px 0;
}
.navbar-collapse {
    padding-top: 10px;
}
.m-top {
    margin-top: 65px;
}
 h1 {
    font-size: 26px;
    line-height: 40px;
  }
 .video-b{
	margin-bottom: 30px;
}
.section2 {
    background-size: cover;
    padding: 40px 0;
}
.award-sec .col-md-3{
	margin:10px 0;
}
.appl-box {
    margin: 15px auto;
    max-width: 450px;

}
.pro-box-img{
	width: 310px;
	margin-left: auto;
	margin-right: auto;
}
.pro-box {
    margin: 20px 0;
}
.follo-icon {
    margin: 10px 0;
}
.clients-logo li {
    width:33%;
}
  
}

@media (min-width:768px) and (max-width:991px) {
	 .navbar-light .navbar-nav .nav-link, .top-none .navbar-light .navbar-nav .nav-link {
    padding: 0.3rem 1.3rem;
 }
 .navbar-light .navbar-brand, .top-none .navbar-light .navbar-brand {
    width: 110px;
    margin-left: 15px;
}
.navbar {
    padding: 6px 0;
}
.navbar-collapse {
    padding-top: 10px;
}
.m-top {
    margin-top: 65px;
}
 h1 {
    font-size: 28px;
    line-height: 40px;
  }
 .video-b{
	margin-bottom: 30px;
}
.section2 {
    background-size: cover;
    padding:90px 0;
}
.pro-box h3 {
    font-size: 18px;
    line-height:26px;
}
.pro-box-img{
	margin-bottom: 10px;
}
.pro-box {
    padding: 0;
}
.pro-box-img {
    border: 4px solid #d02825;
}
#testimonials p {
    max-width: 86%;
}
.follo-icon a .fa {
    font-size: 15px;
}
.follo-icon a{
	width: 30px;
    height: 30px;
	padding: 1px;
	margin: 0 2px;
}
.round-img {
    width: 210px;
    height: 210px;
    padding:15px;
}
.pro-list-box h3 {
    font-size: 20px
}

}

@media (min-width:992px) and (max-width:1199px) {
 .navbar-light .navbar-brand {
    width: 115px;
 }
 .navbar-light .navbar-nav .nav-link{
	 padding:1.4rem 0.8rem;
 }
 .top-none .navbar-light .navbar-nav .nav-link {
     padding:1.4rem 0.8rem;
}
h4 {
    font-size: 17px;
} 
.section2{
	padding: 115px 0;
}
#testimonials p {
    max-width: 85%;
}
.round-img {
    width: 210px;
    height: 210px;
    padding:15px;
}
.pro-list-box h3 {
    font-size: 20px
}
 
}

@media (min-width:1300px) and (max-width:1599px) {
	.container{
		max-width: 1280px;
	}
}
@media (min-width:1600px){
	 .container{
		max-width:1400px;
	}
	.video-b{
		padding-right:30px;
	}
	.about-sec iframe {
		height:300px;
   }
   .about-sec .title-1 {
    margin-bottom: 20px;
}
 #testimonials p {
    max-width: 80%;
}
.navbar-light .navbar-nav .nav-link {
    padding: 1.4rem 1.6rem;
}
	
}
