* { 
    margin:0; 
	padding:0; 
    -webkit-box-sizing: border-box;	
    box-sizing:border-box; 
	font-family: 'Poppins', sans-serif;
    border-collapse:collapse;
	outline: none;
}
body {
  margin: 0 auto;
  padding: 0;
}
.h1, h1 {
    font-size: 36px;
}
.h2, h2 {
   font-size:42px;
   line-height:52px;
}
.h3, h3 {
    font-size: 28px;
}
.h4, h4 {
    font-size: 24px;
}
.h5, h5 {
    font-size: 20px;
}
.h6, h6 {
    font-size: 18px;
}
p {
	color:#333;
}
h5 {
	font-size:18px;
	font-weight:600;	
}
h2 {	
	margin:15px 0;	
}
.container {
    width:1380px; 
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
.col1, .col2, .col3, .col4, .col5, .col6, .col7, .col8, .col9, .col10 {	
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.fourthCol, .twoThirdCol, .thirdCol, .halfCol, .fullCol {
	-webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	position: relative;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.mr-auto, .mx-auto {
    margin-right: auto!important;
}
.ml-auto, .mx-auto {
    margin-left: auto!important;
}
.justify-content-center {
    -ms-flex-pack: center!important;
    justify-content: center!important;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.text-center {
    text-align: center!important;
}
.btn-read-more {
    font-size: 16px;
    color: #a25600;
    font-weight: 600;
    margin: 0 0 0;
    padding: 0;
    text-decoration: none;
    display: inline-block;
}
.btn-read-more:hover {
    letter-spacing: 3px;
    transition: all 0.4s ease-in-out;
}
.btn {
   display: inline-block;
    font-weight: 400;
    color: #fff;
    background: #5238f1;
    cursor: pointer;
    text-align: center;
    vertical-align: middle;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn:hover {
    color: #fff;
    background-color: #000;
    transition: all 0.4s ease-in-out;
}
.btn-primary {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
.btn-primary:hover {
    color: #fff;
    background-color: #0669d3;
    border-color: #0669d3;
    transition: all 0.4s ease-in-out;
}
.btn.btn-black {
    color: #fff;
    background-color: #101828;
    border-radius: 50px;
    font-size: 18px;
    line-height: 22px;
    font-weight: bold;
}
.section-box {
    display: inline-block;
    width: 100%;
}
.btn-default1 {
	background-color: #1557cb;
	position: relative;
	z-index: 1;
	overflow: hidden;
    border: 0;
    color: #FFF;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
	padding: 12px 30px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	cursor:pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.btn-default1:after {
	background: #01B9E6;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.btn-default1:hover:after, .btn-default1:focus:after {
    height: 380%;
}
.btnSmall {
	background-color: #000;
	position: relative;
	z-index: 1;
	overflow: hidden;
    border: 0;
    color: #FFF!important;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
	padding: 8px 15px;
    border-radius: 2px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
	cursor:pointer;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;	
}
.btnSmall:after {
	background: #01B9E6;
    top: 50%;
    left: 50%;
    content: "";
    width: 100%;
    height: 0%;
    z-index: -1;
    position: absolute;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
.btnSmall:hover:after, .btnSmall:focus:after {
    height: 380%;
}
.p30 {
	 padding: 50px 0;
}
.section-wrap {
	width: 100%;
    padding: 50px 0;
    margin: 0;
    position: relative;
}
.section-heading {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}
.section-heading h5 {
	color:#a25600;
	font-size: 42px;
    font-weight: 700;
}
.section-heading h2 {
	width:60%;
	text-align: center;
    margin: 10px auto;
	font-size: 24px;
    line-height: 26px;
	font-weight:500;
}
.section-heading h6 {
	font-size:32px;	
	color:#01B9E6;
    margin: 15px auto;
	display:inline-block;
	text-align: center; 
}
.bg-gray-light {
    background-color: #F5F5F7 !important;
}
.section-heading p {
    font-size: 18px;
    line-height: 28px;
    color: #555;
    width: 70%;
    margin:20px auto;
    text-align: center;
}
.subheading {
    font-size: 24px;
    font-weight: 600;
    color: #01B9E6;
    text-transform: uppercase;
	display:inline-block;
	border-bottom:3px solid #01B9E6;
}
.mb-3 {
	margin-bottom:30px;
}


/********************************header top***********************************/
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
.header-top {
	width:100%;
	padding: 5px 0px;
    background-color: #0f3661;
    font-size: 14px;
}
.top-bar {
    background: #001100;
    padding: 5px 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
/*
.top-bar::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 50%;
	 border-right: 23px solid transparent;
	border-top: 50px solid #004CD2;
    z-index: -1;
}
.top-bar::after {
    content: "";
    position: absolute;
    background: #fff;
    top: -5px;
    left: 50%;
    bottom: -4px;
    width: 3px;
	margin-left:22px;
    z-index: -1;	
   transform: rotate(24deg);  
}*/
.header-top-info {
	position: relative;
	padding: 6px 0;
}
.header-top-info ul{
	position: relative;
} 
.header-top-info ul li{
	display: inline-block;
    margin-right: 22px;
    font-size: 14px;
}
.header-top-info ul li a {
	color: #ffffff;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-mail {
	color:#fff;
	 -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-mail .fa {
	padding-right:10px;
}
.top-bar-mail:hover {
	color:#a25600;
}
.header-top-info ul li a:hover {	
    color: #a25600;
}
.header-top-info ul li i {
	color: #fff;
	margin-right: 10px;
}
.top-bar-right {
    display: flex;
    align-items: center;
    justify-content: end;
}
.header-top-right {
	width:100%;
	height:100%;
	font-size:14px;
}
.top-bar-right-social {
     margin-left: 21px;
	 padding-left: 21px;
	 position: relative;
}
.top-bar-right-social li {
    display: inline-block;
    padding: 0 0 0 6px;
	color:#fff;
}
.top-bar-right-social li a {
	 color: #ffffff;
     text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.top-bar-right-social li a:hover {
	 color: #a25600;
}
.top-bar-right-social::before {
	position: absolute;
    content: "";
    background-color: #274a71;
	top: 2px;
    background: #dbdbe2;
	left: 0;
    width: 1px;
    height: 20px;
}
.top-bar-right-social li{
	color:#fff;
}
.top-bar-right-social li:hover{
	color:#a25600;
}


/******************************************************/
.header {
	background-color:#fff;
	width: 100%;
    float: left;
	-webkit-box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
	-moz-box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
	box-shadow: 0 0 12px rgba(30, 34, 40, 0.12);
}
.logo {
    width: 30%;
    float: left;
    padding: 18px 0;
}
.logo img {
    width: 250px;
	display:block;
}
.menu-links {
    float: left;
    width: 70%;
}
.menu-links ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: right;
}
.menu-links ul li {
    margin: 0;
    padding: 25px 0;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.menu-links ul li a {
    margin: 0;
    padding: 0 18px;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
}
.menu-links ul li:last-child a { 
	padding-right:0;
}
.menu-links ul li a:hover {
    color: #a25600;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.menu-links .dropdown-menu {
    display: none;
    position: absolute;
	top:75px;
    background-color: #f9f9f9;
    min-width: 220px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 8px;
    z-index: 1;
}
.menu-links ul .dropdown-menu li{ 
    margin: 0;
    padding: 5px 0;
    text-transform: capitalize;
    color: #000;
    display: inline-block;
	width:100%;
	text-align:left;
}
.menu-links ul .dropdown-menu li a{ 
	font-size: 14px;
    padding: 0 10px;
}
.dropdown:hover .dropdown-menu {
  display: block;
}
#toggle {
    display: none;
}
#menu {
    display: none;
}


/**************************Home Banner******************************/
.home-banner {
    width: 100%;
    float: left;
    margin: 0 auto;
	 background: -moz-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: -webkit-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: linear-gradient(to bottom,#D6FFFC 0,#ffeff5 100%);
	
	background: linear-gradient(to right,  #a25600 0%,#e790f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

	position:relative;
	z-index:1;
	overflow:hidden;
	padding:50px 0;
	margin-top:100px;
}
.home-banner::before {
	content: "";
	background-image: url(../images/bg03.png);
	background-size: cover;  
    background-position: center;
    background-repeat: no-repeat;  	
    top: 0;
    left: 0;   
    width: 100%;
    height: 100%;
    opacity: 0.2;
    z-index: -1;
    position: absolute;  		
}
.flexslider {
    background: none;   
}
.flexslider .slides > li {  
    position: relative;
    background: none;
}
.slider-content {
	width:100%;
	display:flex;
	padding: 50px 0;
}

.flex-direction-nav {
	display:none;
}
.bar {
    height: 4px;
    width: 85px;
    margin: 20px auto 0;
    background: #a25600;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 16px;
}
.sub-title {
    width: 70%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    color: #555;
    line-height: 28px;
    
}
.flexslider .slides img {
    opacity:1;
	
}
.slider-img {
	width: 50%;
    display: block;
	float:left;
}
.slider-img img{
    
}
.slider-text {
    float:left;
    width: 50%;
    color: #fff;
    margin: 0 auto;
    padding: 50px 30px 10px 0;
	text-align:left;
    position:relative;
	z-index:1;
}

.slider-text h3{   
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    text-transform: capitalize;
    line-height:62px;
    margin: 0 0 10px 0;
    padding: 0;    
}
.slider-text p{   
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin: 0 0 20px 0;
    padding: 0;    
}
.btn-slider {
   -webkit-box-shadow: 0 9px 20px 0 rgba(63, 171, 243, 0.5);
   -moz-box-shadow: 0 9px 20px 0 rgba(63, 171, 243, 0.5);
    box-shadow: 0 9px 20px 0 rgba(63, 171, 243, 0.5);
	margin-right:20px;
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(255, 255, 255, 0.9);
    cursor: default;
}
.flex-control-paging li a {
    width:15px;
	height:15px;
    background: #fff;
    background: rgba(255, 255, 255, 0.5);
}




/*************************about-section******************************************************/
.about-section {
	position: relative;
    padding: 80px 0;
	background:#f4f5f8;
	border-top:3px solid #f4f5f8;
	border-bottom:3px solid #f4f5f8;
}
.order-2 {
    order: 2!important;
}
.about-section .image-column {
    position: relative;
    margin-bottom: 35px;
}
.about-section .content-column .inner-column {
    position: relative;
}
.about-section .image-column .inner-column {
    position: relative;
    padding-right: 70px;
    margin-left: -105px;
}
.about-section .image-column .image-1 {
    position: relative;
    max-width: 400px;
    margin-bottom: 0px;	
}
.about-section .image-column .image-1:before {
    position: absolute;
    right: -40px;
    top: 0;
    height: 110px;
    width: 20px;
    background-color:#a25600;
    content: "";
}
.about-section .image-column .image-2 {
    position: absolute;
    right: 75px;
    bottom:-25px;	
    margin-bottom: 0;
	max-width:300px;
}
.about-section .image-column .image-2:before {
   
}
.overlay-anim:after {
    background: rgba(255, 255, 255, 0.3);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    opacity: 1;
    z-index: 9;
    pointer-events: none;
}
.overlay-anim:hover:after {
    height: 100%;
    opacity: 0;
    -webkit-transition: all 400ms linear;
    transition: all 400ms linear;
}
.about-section .content-column {
    position: relative;
    margin-bottom: 35px;
    z-index: 1;
}
.about-section .experience {
    position: absolute;
    bottom: -70px;
    left: 160px;
    min-width: 290px;
    background: #ffffff;
    padding: 20px 20px 20px 120px;
    font-size: 18px;
    line-height: 26px;
    color: var(--theme-color1);
    -webkit-box-shadow: 0 15px 60px rgb(0 0 0 / 8%);
    box-shadow: 0 15px 60px rgb(0 0 0 / 8%);
    min-height: 120px;
}
.bounce-y {
    -webkit-animation: bounce-y 10s infinite linear;
    animation: bounce-y 10s infinite linear;
}
.about-section .experience .icon {
    position: absolute;
    left: 20px;
    top: 20px;
    height: 80px;
    width: 80px;
}
.about-section .experience strong {
    position: relative;
    margin-top: 7px;
    font-size: 34px;
    line-height: 36px;
    color: #ec4267;
    font-weight: 700;
    display: block;
}
.about-section .content-column .sec-title {
    margin-bottom: 40px;
}
.sec-title span {
    position: relative;
    top: -8px;
    font-size:16px;
    color: #a25600;
    line-height: 26px;
    font-weight: 500;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
.sec-title span:before {
    position: absolute;
    left: 100%;
    top: 50%;
    height: 2px;
    width: 40px;
    margin-left: 10px;
    margin-top: -1px;
    background: #a25600;
    content: "";
}
.sec-title h2 {
    position: relative;
    font-size: 42px;
	line-height:52px;
    color: #000;
    font-weight:600;
    letter-spacing: 0.01em;
    margin-top: -5px;
    margin-bottom: 0;
}
.sec-title .text {
    margin-top: 30px;
	color:#808287;
}
.about-section p {
	margin-top: 30px;
	color:#333;
}
.about-section .content-column .content-box {
    position: relative;
    
}
.about-section .content-column .info-box {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px 30px;
    max-width: 170px;
    background-color: #f9efdd;
    border-top: 7px solid #ec4267;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-section .content-column .info-box .title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 30px;
}
.about-section .about-block h5 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    display: block;
    margin-bottom: 10px;
}
.about-section .content-column .info-box .read-more {
    font-size: 12px;
    line-height: 18px;
    color: #808287;
    font-weight: 700;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: 0.1em;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.about-section .content-column .info-box .read-more i {
    margin-left: 10px;
    color:#ec4267;
    font-size: 16px;
    -webkit-transition: all 100ms linear;
    transition: all 100ms linear;
}
.about-block {
    position: relative;
    padding-left: 60px;
    min-height: 110px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e8ed;
    margin-bottom: 30px;
}
.about-block .icon {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 45px;
    color: #a25600;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.about-block .title {
    position: relative;
    top: -3px;
    margin-bottom: 10px;
}
.about-block .text {
    margin-top: 5px;
	color:#808287;
}
.about-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.about-section .content-column .btm-box {
    margin-top: 10px;
}
.about-block:hover .icon {
    color: var(--theme-color1);
    -webkit-transform: rotateY(-190deg);
    transform: rotateY(-190deg);
}
.about-section .content-column .info-box:hover {
    -webkit-box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    box-shadow: 0 10px 40px rgb(0 0 0 / 10%);
    background-color: #ffffff;
}
.about-section .image-column img {
	width:100%;
}



/***************************************Product******************************************************/
.product-section {
	width:100%;
	background:#fff;
	padding:100px 0 80px ;
	margin:0 auto;
}
.Product {
	margin:30px auto;
	text-align:center;
}
.product-image {
	background:#dae1eb;
	padding:30px;
	overflow:hidden;
}
.img-inner {
    overflow: hidden;
}
.product-image .img-inner img {
	width:100%;
	height:auto;
	display:block;
	overflow:hidden;	
	  -webkit-transition: transform .5s;
  -moz-transition: transform .5s;
  transition: transform .5s;
}
.product-image .img-inner img:hover {
	 -ms-transform: scale(1.1); /* IE 9 */
  -webkit-transform: scale(1.1); /* Safari 3-8 */
  transform: scale(1.1);
}
.product-content {
	
}
.product-content h3 {
	font-size: 24px;
    font-weight: 600;
    margin:10px 0;
	color:#000;
}
.product-content h3 a {
	color:#5238f1;
	text-decoration:none;
}
.product-content h3 a:hover {
	text-decoration:underline;
}
.product-content p {
	font-size: 15px;
    margin:10px 0;
	color:#333;
}
.price span {
	color:#000;
	font-weight:600;
}

/***************************************Price**********************************/
.price-section {
	width:100%;
	background:#fff;
	padding:100px 0 80px;
	margin:0 auto;
}
.priceBlock {
	margin:30px auto;
	text-align:center;
}
.pricing-item-wrapper {
    background-color: #f4f5f8;
    border-radius: 20px;
    padding: 15px;
    height: calc(100% - 30px);
    margin-bottom: 30px;
}
.pricing-item-header {
    padding: 25px 25px 0;
    margin-bottom: 30px;
}
.pricing-item-header-box {
    border-bottom: 1px solid #161a2d1a;
    margin-bottom: 30px;
    padding-bottom: 30px;
}
.pricing-item-header-box .icon-box {
    position: relative;
    height: 60px;
    width: 60px;
    background-color: #a25600;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.pricing-item-header-box .icon-box:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #161a2d;
    width: 100%;
    height: 100%;
    transform: rotate(180deg) scale(0);
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.pricing-item-header-box .icon-box img {
    position: relative;
    width: 100%;
    max-width:45px;
    z-index: 1;
}
.pricing-item-header-content {
    text-align: left;
}
.pricing-item-header-content h3 {
    font-size: 20px;
}
.pricing-item-header-content p {
    margin: 10px 0 0;
}
.pricing-item-price {
    text-align: left;
}
.pricing-item-price h2 {
    font-size: 50px;
}
.pricing-item-price h2 sub {
    font-size: 20px;
    font-weight: 600;
    bottom: 0;
	position:relative;
	vertical-align:middle;
}
.pricing-item-btn {
    margin-top: 20px;
}
.pricing-item-btn .btn-default {
    width: 100%;
    text-align: center;
}
.btn-default {
    position: relative;
    display: inline-block;
    background: #a25600;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1em;
    text-transform: capitalize;
    color: #fff;
    padding: 17px 24px;
    border: none;
    outline: none;
    transition: all 0.4s ease-in-out;
    z-index: 0;
}
.btn-default::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    right: 50%;
    bottom: 0;
    width: 0;
    height: 100%;
    background: #161a2d;
    border-radius: 100px;
    opacity: 0;
    transition: 0.4s ease-in-out;
    z-index: -1;
}
.btn-default:hover::after {
    width: 100%;
    left: 0;
    right: 0;
    opacity: 1;
}
.pricing-item-list {
    background-color:#fff;
    border-radius: 20px;
    padding: 30px;
}
.pricing-item-list h3 {
    font-size: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.pricing-item-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing-item-list ul li {
    position: relative;
    line-height: 1.5em;
    padding-left: 10px;
    margin-bottom: 15px;
}
.pricing-item-list ul li .fa {
    color:#a25600;
}
.pricing-item-wrapper:hover .pricing-item-header-box .icon-box:before {
    border-radius: 0;
    transform: rotate(0) scale(1);
}



/***************************************testimonials**********************************/
.testimonial-wrap {
	 background: #f4f5f8;
	 padding:100px 0 80px;
}
.testimonial-wrap .item {
  align-items: center;
  background-color: #fff;
  color: #fff;
  display: flex;
  height: auto;
  justify-content: center;
  position: relative;
  overflow: hidden;
  padding: 40px;
  border-radius:0;
  border:10px solid #FAD2E1;
}
.testimonial-wrap .item.bd-bg-10 {
    border-color: #DDD3FA;
}
.testimonial-wrap .item.bd-bg-9 {
    border-color: #D1ECFD;
}
.testimonial-wrap .item.bd-bg-6 {
    border-color: #BEE1E6;
}
.testimonial-wrap .owl-theme .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
	position: absolute;
    top: -90px;
    right: 0;
}

.testimonial-wrap .owl-prev {	  
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
}
.testimonial-wrap .owl-next {	
    background: #f1f1f2!important;
    border:1px solid #ddd!important;
    
}
.feedback-img {
	 margin-right:15px;
}
.rating {
    display: inline-block;
    margin: 5px 10px;
}
.rating .fa {
    font-size: 18px;
    color: #ffaa17;
}
.feedback-desc {
    display: block;
    color: #000;
	padding:12px 0;
}
.feedback-author {
    color: #000;
    font-weight: 600;
    font-size: 16px;
    margin: 0 0 2px;
    padding: 0;
}
.feedback-position {
    color: #555;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
    padding: 0;
}
.item-text p {
    font-size: 17px;
    line-height: 28px;
    color: #333;
    font-weight: 500;
}
.feedback-header {
    margin-bottom: 15px;
}
.owl-prev {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-next {
    background: #fff!important;
    z-index: 999999;
    width: 40px;
    height: 40px;
    border-radius: 50%!important;
}
.owl-carousel .owl-nav span {
    font-size: 40px;
    color: #555;
    line-height: 30px;
}
.owl-carousel .owl-item img {
    width: 60px;
    height: 60px;
    /* object-fit: cover; */
}
.rounded-circle {
    border-radius: 50% !important;
}
.bg-light {
	background:#eff3f5;
}
.owl-theme .owl-dots {
    margin-top: 20px;
}





/***************************contact-section********************************************************/
.enquire-form {
    background: #d6fffc;
	padding-top: 100px;
    padding-bottom: 100px;
    background: -moz-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: -webkit-linear-gradient(top,#D6FFFC 0,#ffeff5 100%);
    background: linear-gradient(to bottom,#D6FFFC 0,#ffeff5 100%);
}
.light-bgs {
  /*  background: rgba(255,255,255,.52);*/
    padding: 30px;
    border-radius: 8px;
}
.v-center {
    align-self: center;
    align-items: center;
}
.enquire-form a, .enquire-form button {
    -webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.common-heading {
    padding: 0;
    position: relative;
    z-index: 10;
}
.common-heading span {
    color: #a25600;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 15px;
    display: block;
	line-height: 26px;
    text-transform: uppercase;
    letter-spacing: .5px;
}
.common-heading h2 {
    margin-bottom: 60px;
	font-size: 40px;
    line-height: 52px;
	color: #050748;
    font-weight: 600;
}
.form-block {
    overflow: hidden;
}


.form-block input, .form-block textarea {
    margin: 0 0 15px;
    border: 0;
    width: 100%;
    color: #000;
    font-size: 16px;
    background: #fff;
	accent-color: #a25600;
    outline: 0;
	-webkit-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    -o-transition: 1.2s cubic-bezier(.17,.85,.438,.99);
    transition: 1.2s cubic-bezier(.17,.85,.438,.99);
}
.form-block input {
    height: 50px;
    padding: 0 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-block textarea {
    height: 100px;
    padding: 15px;
    border-bottom: 2px solid #e6e6e6;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}
.form-block input:focus, .form-block textarea:focus {
    border-bottom: 2px solid #999;
}
.custom-control {
    display: flex;
    grid-gap: 10px;
    align-items: center;
	margin-bottom: 10px;
}
.custom-checkbox input[type=checkbox] {
    width: 20px;
    height: 20px;
    margin: 0;
}
.custom-control label {
    text-indent: 0;
    padding: 0;
	font-size: 14px;
	display: inline-block;
}
.form-block label a {
    color: #000;
}
.form-block button {
    width: 100%;
	cursor: pointer;
}
.btn-enquire {
    font-size: 16px;
    font-weight: 400;
    padding: 0 32px;
    line-height: 56px;
    text-align: center;
    outline: 0;
    border: none;
    border-radius: 100px;
    display: inline-block;
    position: relative;
	background: #ffbd84;
    background: -moz-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: -webkit-linear-gradient(left,#ffbd84 0,#ff1f8e 100%);
    background: linear-gradient(to right,#ffbd84 0,#ff1f8e 100%);	
	-webkit-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out ;
}
.btn-enquire:hover {
	background-size: 120%, 1px;
}
.form-block p.trm {
    font-size: 13px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0;
}
.form-block p.trm i {
    padding: 5px 5px 0 0;
}
.enquire-image {
	align-self: center;
    align-items: center;
}
.enquire-image img {
    max-width: 100%;
    height: auto;
	vertical-align: middle;
}

/**********************************************************************/
.enquire-form {
	position:relative;
	overflow:hidden;
}
.anim_line {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.anim_line.dark_bg {
    max-width: 1170px;
}
.anim_line span {
    position: absolute;
    z-index: 99999;
    top: -275px;
    animation: star_down_one 6s infinite linear;
    opacity: 0;
}
.anim_line.dark_bg span {
    transform: rotate(0deg);
}
.anim_line span:first-child {
    left: -17%;
    animation-delay: 3s;
}
.anim_line span:nth-child(2) {
    left: 0%;
    animation-delay: 5s;
}
.anim_line span:nth-child(3) {
    left: 17%;
    animation-delay: 1s;
}
.anim_line span:nth-child(4) {
    left: 34%;
    animation-delay: 4s;
}
.anim_line span:nth-child(5) {
    left: 51%;
    animation-delay: 7s;
}
.anim_line span:nth-child(6) {
    left: 68%;
}
.anim_line span:nth-child(7) {
    left: 85%;
    animation-delay: 3s;
}
.anim_line span:nth-child(8) {
    left: 99%;
    animation-delay: 2s;
}
.anim_line span:nth-child(9) {
    left: 117%;
    animation-delay: 5s;
}
.anim_line span img {
    vertical-align: middle;
    border-style: none;
}




/***************************footer**********************************************/
.footer {
    background: #131313;
    word-break: break-word;
	width:100%;
	position: relative;
    background-image: url(../images/footer-bg1.jpg);
    background-repeat: no-repeat;
    background-size: cover;  
    background-position: center center;
    padding: 80px 0px;
    overflow: hidden;
}
.footer-logo a{
	display:inline-block;
}
.footer-logo img{
	width: 200px;
    margin-bottom: 15px;
}
.footer-links p {
	color:#fff;
	padding-right:50px;
	font-size:14px;
}
.border-bottom {
    border-bottom: 1px solid rgba(255,255,255,0.085);	
	padding-bottom: 1.5rem!important;
	margin-bottom: 1.9rem;
}
.footer .pr30 {
	padding-right:30px;
}
.footer-links h4{ 
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
	color:#fff;
}
.footer-links ul{
	 list-style:none;
	 margin:0;
	 padding:0;
}
.footer-links ul li{	
	 margin:0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
	 line-height:24px;
}
.footer-links ul li a{	
	 margin:5px 0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 text-decoration:none;
	 font-size:14px;
	 display: inline-block;
}
.footer-links ul li a:hover{		
	 text-decoration:underline;
}
.footer-contacts {  
	color:#fff;
}
.contact-icon {
    fill: #14C297;
    color: #14C297;
    border-color: #14C297;
    font-size: 30px;
    line-height: 24px;
    vertical-align: middle;
    padding-right: 15px;
}
.footer-contacts h4{ 
    font-size: 20px;
    font-weight: 600;
    margin-bottom:5px;
	color:#fff;
}
.footer-contacts p{ 
    font-size: 15px;
    margin-bottom: 15px;
	color:#ddd;
}
.footer-contacts ul{
	 list-style:none;
	 margin:0;
	 padding:0;
}
.footer-contacts ul li{	
	 margin:10px 0;
	 padding:0;
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
}
.footer-contacts ul li a{		
	 font-weight:400;
	 color:#fff;
	 font-size:14px;
	  text-decoration:none;
}
.footer .social-icons {
	list-style:none;
	margin:0;
	padding:0;	
}
.footer .social-icons li {
	display:inline-block;
	margin:0;
	padding:0;	
}
.footer .social-icons li a{
	display: inline-block;
    margin: 0;
    padding: 0 5px;
    color:#a25600;
    background: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    line-height: 35px;
    font-size: 16px;
}
.footer .social-icons li a:hover{ 
	color: #fff;
    background: #a25600;
}
.footer-btm {
    margin-top: 45px;
	border-top: 1px solid rgba(255,255,255,0.085);	
}
.copyright {
	color:#fff;
	text-align:center;
	margin:10px 0;
	padding:0;
	font-size:14px;
}
.copyright p{
	color:#fff;
	text-align:center;	
	font-size:14px;
	text-decoration:none;
}
.section-divider {
	width:100%;
	background:#fff;
	height:2px;
	border:2px dashed #cdcdcd;
	
}
.heading-underline {
    width: 80px;
    height: 3px;
    background: #a25600;
    margin: 5px 0 10px;
}
/************************Responsive media***********************************/

@media only screen and (max-width:1400px) {
   
}
@media only screen and (max-width:1360px) {
  	.container {
		 width:100%;
		 padding:0 15px;
	  }
  
}
@media only screen and (max-width:1200px) {
	.pricing-item-price h2 {
		font-size: 36px;
		line-height: 42px;
	}
    .about-section .image-column .image-2 {
        display: none;
    }
}

@media only screen and (max-width:1023px) {
	
}

@media only screen and (max-width:992px) {
	 .top-bar .col6, .top-bar .col4 {
        width: 100%;
    }
	 .header-top-info {
        text-align: center;
    }
	    .top-bar-right {
        align-items: center;
        justify-content: center;
        text-align: center;
    }
		.menu-links {
		display: none;
	}
	
	/**********************toggle menu***************************/
		 #menu {
			display: block;
		}
		#toggle {
		  display: block;
		  width: 28px;
		  height: 30px;
		  margin: 23px auto 2px;
		  float: right;
		  margin-right: 10px;
		}

		#toggle span:after,
		#toggle span:before {
		  content: "";
		  position: absolute;
		  left: 0;
		  top: -9px;
		}
		#toggle span:after{
		  top: 9px;
		}
		#toggle span {
		  position: relative;
		  display: block;
		}

		#toggle span,
		#toggle span:after,
		#toggle span:before {
		  width: 100%;
		  height: 4px;
		  background-color: #1557cb;
		  transition: all 0.3s;
		  backface-visibility: hidden;
		  border-radius: 2px;
		}
		/* on activation */
		#toggle.on span {
		  background-color: transparent;
		}
		#toggle.on span:before {
		  transform: rotate(45deg) translate(5px, 5px);
		}
		#toggle.on span:after {
		  transform: rotate(-45deg) translate(7px, -8px);
		}
		#toggle.on + #menu {
		  opacity: 1;
		  visibility: visible;
		  z-index:999;
		}
		/* menu appearance*/
		#menu {
		  position: fixed;
		  top: 135px;
		  right: 0;
		  color: #999;
		  width: 100%;		  
		  padding: 10px;
		  margin: auto;
		  font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
		  text-align: center;		  
		  background: white;
		  box-shadow: 0 1px 8px rgba(0,0,0,0.05);
		  /* just for this demo */
		  opacity: 0;
		  visibility: hidden;
		  transition: opacity .4s;
		}
		/*#menu:after {
		  position: absolute;
		  top: -15px;
		  left: 95px;
		  content: "";
		  display: block;
		  border-left: 15px solid transparent;
		  border-right: 15px solid transparent;
		  border-bottom: 20px solid white;
		}*/
		#menu ul, #menu li, #menu li a {
		  list-style: none;
		  display: block;
		  margin: 0;
		  padding: 0;
		}
		#menu li a {
		  padding: 7px 5px;
		  color: #000;
		  text-decoration: none;
		  transition: all .2s;
		}
		#menu li a:hover,
		#menu li a:focus {
		  background: #1557cb;
		  color: #fff;
		}
	 
	 
		.slider-content {
		width:100%;
		display:block;
		float:left;
		
	}
		.slider-text {
		width: 100%;
		padding: 10px 0;
		text-align: center;
	}
	.slider-img {
		width: 100%;
		display: block;
		float: left;
		text-align: center;
		margin: 0 auto;
	}
	.flexslider .slides img {
		width: 60%;
		display: inline-block;	
         margin-top:20px;		
	}
	
	.pricing-item-price h2 {
		 font-size: 24px;
	}
	.pricing-item-price h2 sub {
		font-size:14px;
	}
	.about-section .image-column {
        display: none;
    }
	    .about-section .halfCol {
        width: 100%;
    }
	.footer {  
		padding: 50px 0px;
	}
	.enquire-form {
		padding:50px 0;
	}
	
}

@media only screen and (max-width:850px) {
	.price-section .thirdCol{
		width:50%;
	}
}

@media only screen and (max-width:767px) {
	.col2 {
		 width:50%;
	 }
	 
	.fourthCol { width:50%}
	.thirdCol { width:50%;}
	.halfCol { width:100%;}
	.twoThirdCol { width:100%; }

	.col1{ width:50%; }
	.col2{ width:50%; }
	.col3{ width:50%; }
	.col4{ width:100%; }
	.col5{ width:100%; }
	.col6{ width:100%; }
	.col7{ width:100%; }
	.col8{ width:100%; }
	.col9{ width:100%; }
	.col10{ width:100%; }
	 
	 .home-banner {
		 padding:20px 0;
	 }
	 .slider-text h3 {  
		font-size: 30px;
		font-weight: 600;
		line-height: 35px;
	}
	.slider-content {   
		padding: 15px 0;
	}
	.slider-text p {   
		font-size: 16px;  
		line-height: 24px; 
		margin-bottom:10px;
	}
	.flex-control-nav { 
		bottom: 0;   
	}
	
	 .section-heading h5 {
		 font-size:32px;
	 }
	.section-heading h2 {
        width: 100%;
        font-size: 20px;
        line-height: 28px;
    }
	 .pricing-item-price h2 {
		 font-size: 24px;
	}
	.pricing-item-price h2 sub {
		font-size:12px;
	}
	.about-section {
		padding: 50px 0;  
	}
	.enquire-image {
		margin-bottom:30px;
	}
	.product-section {
		padding:50px 0;
	}
	.price-section  {
		padding:50px 0;
	}
	.testimonial-wrap  {
		padding:50px 0;
	}
	.common-heading h2 {
		margin-bottom: 30px;
		font-size: 32px;
		line-height: 35px;
   
	}
	
	 
}
@media only screen and (max-width:600px) {
	.price-section .thirdCol{
		width:100%;
	}
	    .pricing-item-price h2 {
        font-size: 26px;
    }
	.footer .fourthCol {
        width: 100%;
    }
}

@media only screen and (max-width:520px) {
	 .col2, .col3 {
		 width:100%;
	 }
	 .thirdCol, .fourthCol { 
		width:100%;
	 }
	
	

}



















