/*-------------------------------------------------------
[Table of contents]

1. Header
	+ logo
	+ top navigation
	+ search
	
2. Content
	+ feature sections
	+ page title
	+ parallax backgrounds
	+ video backgrounds
	
3. Sidebar
	+ site search
	+ tabs
	+ portfolio widgets
	+ advertisements

3. Typography
	+ lists
	+ buttons
	+ styled boxes
	+ dropcaps
	+ highlight colors
	+ tables
	+ pricing tables
	+ framed boxes
	+ pagination
	
4. Footer
	+ copyrights
	+ google map
	
--------------------------------------------------------*/


/*----------------------------------------------------
	SITE MAIN STRUCTURE
------------------------------------------------------*/

.site_wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}
.container_full {
	width: 100%;
	float: left;
	margin: auto;
}
.container_fhstyle {
	width: 97.2%;
	margin: 0 auto;
}
.container_fhstyle2 {
	width: 100%;
	margin: 0 auto;
}

.container {
	width: 1170px;
	margin: auto;
}

.content_fullwidth {
	float: left;
	width: 100%;
	padding: 120px 0px 0px 0px;
}

.content_fullwidth.less {
	padding: 0px 0px 0px 0px;
}
.content_fullwidth.less2 {
	padding: 100px 0px 0px 0px;
}

.content_left {
	float: left;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 0px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite {
	float: left;
	width: 47.5%;
	margin-right: 5%;
	padding: 0px 0px 0px 0px;
}
.content_halfsite.last {
	margin-right: 0;
}


/* columns */
.one_half, .one_third, .one_fourth, .two_third, .three_fourth, .one_fifth, .onecol_forty, .onecol_sixty, .onecol_thirtyfive {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_full {
	width: 100%;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.650%;
}
.one_fourth {
	width: 22%;
}
.one_fifth {
	width: 16.800%;
}
.two_third {
	width: 65.350%;
}
.three_fourth {
	width: 74%;
}
.onecol_forty {
	width: 40%;
}
.onecol_sixty {
	width: 56%;
}
.onecol_thirtyfive {
	width: 35%;
}

/* Less Space Bitween Columns */
.one_half_less, .one_third_less, .one_fourth_less, .two_third_less, .three_fourth_less, .one_fifth_less, .onecol_forty_less, .onecol_sixty_less, .onecol_thirtyfive_less {
	position: relative;
	margin-right: 2%;
	float: left;
}
.one_full_less {
	width: 100%;
}
.one_half_less {
	width: 49%;
}
.one_third_less {
	width: 32%;
}
.one_fourth_less {
	width: 23.500%;
}
.one_fifth_less {
	width: 18.400%;
}
.two_third_less {
	width: 66%;
}
.three_fourth_less {
	width: 74.500%;
}
.onecol_forty_less {
	width: 40%;
}
.onecol_sixty_less {
	width: 58%;
}
.onecol_thirtyfive_less {
	width: 36.250%;
}

.last {
	margin-right: 0 !important;
	clear: right;
}


/*---------------------------------------------------
	HEADER
------------------------------------------------------*/

/* Logo */
#logo {
	float:left;
	display:block;
	width:100%;
	min-height: 60px;
	margin-top:0px;
	position: relative;
	text-indent:-999em;
	background:url(../images/logo.png) no-repeat left top;	
}



/* header area adinationals */
.logo {
	float: left;
	width: 25%;
	margin-top: 5px;
}

.menu_main {
	float: left;
	width: 75%;
	z-index: 9999;
	margin-top: 7px;
	display: flex;
	justify-content: flex-end;
}

.menu_main.rslinks {
	width: 67%;
}

.menu_main_full {
	float: left;
	width: 84%;
	z-index: 9999;
}

.menu_main_full2 {
	float: left;
	width: 97.5%;
	z-index: 9999;
}

.white-menu{
	    width: 100%;
    float: left;
    background: #fff;
    padding: 5px 20px;
    border-radius: 7px;
}


.mstslider {
	width: 100%;
	float: left;
}

/* top navigations */
.top_nav {
	float: left;
	width: 100%;
	background: transparent;
	border-bottom: 1px solid #f9f9f9;
	font-size: 12px;
	color: #c3c3c3;
}
.top_nav .left {
	float: left;
	width: 30%;
	padding: 7px 0px;
}
.top_nav .left i {
	color: #c3c3c3;
}
.top_nav .left a {
	color: #c3c3c3;
	margin-right: 25px;
}
.top_nav .left a:hover {
	color: #999;
	transition: all 0.3s ease;
}
.top_nav .right {
	float: left;
	width: 70%;
	text-align: right;
}
.top_nav ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 10px 0px 0px;
	padding: 7px 0px;
}
.top_nav .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 14px 0px 0px;
}
.top_nav .topsocial li a {
	float: left;
	color: #c3c3c3;
	font-size: 13px;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin-right: 0px;
}
.top_nav .topsocial li a:hover {
	color: #999;
}

.tpbut {
	float: right;
	color: #c3c3c3;
	margin-left: 0px;
	padding: 7px 18px;
	border-right: 1px solid #f3f3f3;
	border-left: 1px solid #f3f3f3;
	transition: all 0.3s ease;
}
.tpbut:hover, .tpbut.active {
	color: #999;
	background: #f9f9f9;
}
.tpbut.two {
	border-right: 1px solid #f3f3f3;
	border-left: none;
}



.top_section {
	float: left;
	width: 100%;
	/*height: 138px;*/
	background-color: transparent;
    background-image: linear-gradient(50deg, #0F0F0F 64%, #9fcd46  40%);
    padding: 2px 0px;
}
.top_section .left {
	float: left;
	width: 60%;
	color: #fff;
	font-size: 15px;
	padding: 6px 0px;
	font-family: 'Poppins', sans-serif;
}
.top_section .right {
	float: left;
	width: 40%;
	margin-top: 6px;
	text-align: right;
}
.top_section .left a {
	color: #fff;
	font-size: 15px;
	transition: all 0.3s ease;
}
.top_section .left a:hover {
	color: #ccc;
}
.top_section .left i {
	color: #9fcd46 ;
	margin-left: 22px;
}
.top_section ul.topsocial {
	float: right;
	padding: 0px;
	margin: 0px 0px 0px 00px;
}
.top_section .topsocial li {
	float: left;
	padding: 0px;
	margin: 0px 8px 0px 0px;
}
.top_section .topsocial li a {
	float: left;
	color: #ff5e14;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
	transition: all 0.3s ease;
	margin: 0;
	background: #fff;
	width: 25px;
	height: 25px;
	vertical-align: middle;
	line-height: 25px;
	border-radius: 50%;
}
.top_section .topsocial li a:hover {
	background: #1f5ca9 ;
	color: #fff;
}
.top_section .topsocial li a i {
	color: #9fcd46 ;
	margin: 0;
}
.top_section .topsocial li a:hover i{
	color: #fff;
}


.menu_rlinks {
	float: right;
	width: 16%;
	font-family: 'Roboto', sans-serif;
	letter-spacing: 0.3px;
	font-weight: 300;
}
.menu_rlinks .mrbut {
	float: right;
	color: #ccc;
	margin-left: 0px;
	padding: 18px 22px 17px 22px;
	border-right: 1px solid #707070;
	border-left: 1px solid #707070;
	transition: all 0.3s ease;
}
.menu_rlinks .mrbut:hover {
	color: #fff;
	background: #727272;
}
.menu_rlinks .mrbut.two {
	border-right: 1px solid #707070;
	border-left: none;
}


.slidermar {
		margin-top: 85px;
}
.slidermarText-layer{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background:  rgb(37 37 37 / 30%);
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	z-index: 9;
}
.slidermarText-layer-shape{
	clip-path: polygon(-1% 0%, 100% 0%, 75% 100%, 0% 100%);
    width: 60%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(31 92 169), rgb(29 151 46 / 50%));
	position: absolute;
	content: "";
	left: 0px;
	top: 0px;
	z-index: 10;
}

.slidermar-text{
	position: absolute;
    overflow: hidden;
    width: 55%;
    height: 100%;
    z-index: 109;
    top: 0px;
    left: 85px;
    display: flex !important;
    align-items: center;
    align-content: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-left: 0px;padding-top: 40px;
    /*background:rgb(73 71 108/0.6);*/
}

.slidermar-text .text1 {
	color: #fff;
	font-size: 2rem;
	line-height: 40px;
	font-family: 'Poppins';
	font-weight: 300;
	width: 100%;
	text-align: left;
	margin-bottom: 5px;
}
.slidermar-text .text2 {
	color: #fff;
	font-size: 2.8rem;
	line-height: 4rem;
	font-family: 'Poppins';
	font-weight: 800;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.slidermar-text  .border-line {
    width: 30px;
    height: 3px;
    background: #f15a22;
    display: inline-block;
    margin-right: 6px;
}
.slidermar-text  .border-line-right {
    width: 30px;
    height: 3px;
    background: #f15a22;
    display: inline-block;
    margin-left: 6px;
}
.slidermar-text .sbutn {
	
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 400;
	padding: 12px 45px;
	cursor: pointer;
	transition: all 0.3s ease;
    background: linear-gradient(90deg, #4ab752, #a8cf45);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
     letter-spacing: 0.5px;
}
.slidermar-text .sbutn:hover {
	color: #fff;
	background: linear-gradient(90deg, #a8cf45, #4ab752);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}


/*----------------------------------------------------
   home SECTIONS
------------------------------------------------------*/
.home-about{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.home-about .left{
	width: 55%;
	float: left;
	margin-right: 5%;
}
.home-about .right{
	width: 40%;
	float: left;
	padding-top: 30px;
}

.home-about h2{
	color: #333;
	font-size: 36px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 20px;
	font-family: "Poppins",sans-serif;
}
.home-about h5{
	color: #FF5E14;
    font-size: 18px;
    line-height: 28px;
    font-weight: 500;
    margin-bottom: 2px;
	font-family: "Poppins",sans-serif;
}

.home-about p{
	color: #555555;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 10px;
    font-family: "Poppins",sans-serif;
    letter-spacing: 0.3px;
}
.home-about h4{
	color: #282727;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 2px;
    font-family: "Poppins",sans-serif;
}
.home-about .read-more{
	margin-top: 10px;
	width: 100%;
	float: left;
}
.home-about .read-more a{
	background:  #FF5E14;
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
	padding: 12px 40px;
	color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
	font-family: "Poppins",sans-serif;
	transition: all 0.5s ease-in;
}
.home-about .read-more a:hover{
	background: #1f5ca9;
	border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
.about-image{
	position: relative;	
	width: 100%;
	float: left;
	display: flex;
	justify-content: center;
	padding-top: 106px;
    padding-bottom: 60px;
}
.about-image img{
	width: 100%;
	height: auto;
	border-radius: 20px;
	outline: 5px solid #fff;
}

.about-image .about-bottom-image {
    position: absolute;
    left: -70px;
    bottom: 0;
    display: block;
    width: 50%;
  
}
.about-image .about-top-image {
    position: absolute;
    right: -70px;
    top: 0;
    display: block;
    width: 60%;
}
.bounce-y {
  -webkit-animation: bounce-y 5s infinite linear;
  animation: bounce-y 5s infinite linear;
}
.bounce-x {
  -webkit-animation: bounce-x 5s infinite linear;
  animation: bounce-x 5s infinite linear;
}

@-webkit-keyframes bounce-y {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bounce-x {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
/*============================*/
.home-service{
	width: 100%;
	float: left;
	margin-top: 100px;
	background: linear-gradient(90deg, #1f5ca9, #45b653);
	background-size: 100% 100%;
	padding-bottom: 60px; 
}
.service-title{
	width: 100%;
	float: left;
	padding: 50px 0px;
	display: flex;
	align-items: center;
}
.service-title .left{
	width: 65%;
	float: left;
}
.service-title .right{
	width: 35%;
	float: left;
	text-align: right;
}
.service-title  .border-line-right {
    width: 30px;
    height: 3px;
    background: #f15a22;
    display: inline-block;
    margin-left: 6px;
}
.service-title .right a{
	background: transparent;
	color: #fff;
	padding: 10px 30px;
	border:1px solid #fff;
	font-family: "Poppins",sans-serif;
	font-size: 500;
	font-size: 16px;
	transition: all 0.5s ease-in;
}
.service-title .right a:hover{ background: #ff5e14; color: #fff; border:1px solid #ff5e14;}

.service-title h2{
	    color: #fff;
    font-size: 44px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 16px;
    font-family: "Poppins",sans-serif;
    text-align: left;
}


.service-blocks{
	width: 100%;
	float:left;
	display: flex;
	flex-wrap: wrap;
}

.service-item {
	width: 31.333%;
	float: left;
	margin-right: 3%;
   position: relative;   
   margin-bottom: 30px; 
       box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);
}
.service-item:nth-child(3n+3){ 
	margin-right: 0px;
}
.service-item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    background: linear-gradient(90deg, #4ab752, #a8cf45);
    top: 0;
    left: 0;
    /*z-index: -1;*/
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-transform: 0.5s;
    -moz-transform: 0.5s;
    -ms-transform: 0.5s;
    transform: 0.5s;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}
.service-item:hover::before {
	height: 100%;
}

.service-item .image-box {
	width: 100%;
	float:left;
  	transition: all 300ms ease;
  	padding:5px 5px 0px;
}
.service-item .image-box .image{
	width: 100%;
	float:left;
  	overflow: hidden;
  	transition: all 300ms ease;
}
.service-item .image-box  img {
  width: 100%;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: -6px;
  transition: all 300ms ease;
}
.service-item  .details-box {
   background: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 0px 12px 20px 12px;
    /*box-shadow: 0px 16px 32px 0px rgb(0 0 0 / 6%);*/
    text-align: center;
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.service-icon {
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    margin-top: -50px;
    transition: all 0.5s ease-out;
    display: flex;
    justify-content: center;
    align-items: center;
        position: relative;
}
.service-icon img{
	width: 55px;
}
.service-item    .details-box .title {
	position: relative;
    display: block;
    color: #000;
    font-family: "poppins",sans-serif;
    text-transform: capitalize;
    line-height: 27px;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 0.3px;
    width: 100%;    
}
.service-item  .details-box .para {
	position: relative;
    display: inline-block;
    margin-bottom: 0px;
    font-family: "poppins",sans-serif;
    color: #959595;
    font-weight: 400;
    letter-spacing: 0.3px;
}
.service-item:hover  .details-box .title {
	color: #fff;
}
.service-item:hover  .service-icon {
	background: linear-gradient(90deg, #79c44b, #79c44b);
}
.service-item:hover  .service-icon img{
  filter:  brightness(0) invert(1);
}
.service-item:hover .image-box  img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*=================================*/
/*--------------------------------------------------------------
# Process
--------------------------------------------------------------*/
.process {
  position: relative;
  display: block;
  padding: 70px 0 0px;
}

.process .section-title {
  margin-bottom: 30px;
  text-align: center;
  width: 100%;
  float: left;

}
.process h2 {
 color: #FF5E14;
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Poppins",sans-serif;
    text-transform: capitalize;
}
.process .section-sub-title {
 color: #000;
  font-size:  16px;
  font-weight: 600;
  letter-spacing: 0.3px;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
   width: 100%;
  float: left;
}

.process-shape-1 {
  position: absolute;
  top: 0;
  left: 135px;
}

.process-shape-1 img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 40px 0;
  margin-bottom: 22px;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 150px;
  width: 150px;
  margin: 0 auto;
}

.process__icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
  border-color: rgb(223, 227, 231);
  border-radius: 50%;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 57px 0px rgba(0, 0, 0, 0.1);
  height: 148px;
  width: 148px;
  margin: 0 auto;
  z-index: 1;
}

.process__icon:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  border-radius: 50%;
  background-color: #FF5E14;
  transform: scale(0);
  transform-origin: center;
  transform-style: preserve-3d;
  transition: all 0.4s cubic-bezier(0.62, 0.21, 0.45, 1.52);
  z-index: -1;
}

.process__single:hover .process__icon:before {
  transform: scaleX(1);
}

.process__icon span {
  position: relative;
  display: inline-block;
  transition: all 500ms linear;
  transition-delay: 0.1s;
  transform: scale(1);
}

.process__single:hover .process__icon img {
  transform: scale(0.9);
  filter:  brightness(0) invert(1);
}

.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-color: #1f5ca9;
  z-index: 2;
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 14px;
  line-height: 40px;
  font-weight: 700;
  border-radius: 50%;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  transition: all 200ms linear;
  transition-delay: 0.1s;
}

.process__single:hover .process__count:before {
  background-color: #4fb852;
}

.process__content {
  position: relative;
  display: block;
  margin-top: 21px;
}

.process__title {
    font-size: 17px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: 0.3px;
    margin-bottom: 7px;
    font-family: poppins,sans-serif;
}

.process__text {
  font-size: 15px;
  letter-spacing: 0.3px;
  font-family: poppins,sans-serif;
}


.process__single-2 {
  margin-top: 100px;
}

.process__single-2 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

.process__single-3 {
  margin-top: 50px;
}

.process__single-4 .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}
/*=================*/



.cta-sec{
	width: 100%;
	float: left;
	margin-top: 80px;
	background: url(../images/pattern-bg.jpg) no-repeat center;
	background-size: cover;
	background-attachment: fixed;
}
.cta-block{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
}
.cta-left{
	width: 45%;
	float: left;
}
.cta-right{
	width: 50%;
	float: left;
	position: relative;	
	padding-left: 5%;
}
.cta-left-inner{
	width: 100%;
    float: left;
    padding-left: calc(10%);
    padding-top: 50px;
    padding-bottom: 60px;
}
.cta-left h2{
	    color: #fff;
    font-size: 45px;
    font-weight: 800;
    line-height: 54px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 20px;
    font-family: "Poppins",sans-serif;
    text-align: left;
}
.cta-left p{
	    color: #fff;
    font-size: 19px;
    font-weight: 500;
    border-left: 3px solid #ddd;
    padding-left: 20px;
    line-height: 30px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif;
    text-align: left;
    width: 80%;
}
.cta-left h3{
	    color: #FF5E14;
    font-size: 38px;
    font-weight: 700;
    line-height: 54px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 30px;
    font-family: "Poppins",sans-serif;
    text-align: left;
}
.cta-right-item{
	display: flex;
    position: relative;
    width: 100%;
    height: 100%;
}
.cta-right-item h4{
	color: #fff;
    font-size: 28px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0.2px;
    font-family: "Poppins",sans-serif;
    text-align: center;
}
.cta-details{
	width: 200px;
    height: 100%;
    position: absolute;
    content: "";
    left: 0;
    top: 0px;
    background: #FF5E14;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 30px 20px 20px;

}
.cta-video-icon {
    margin-left:  -40px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
     background-color: rgb(255, 255, 255);
     position: relative;: 
}
.cta-play-btn{
	display: flex;
    align-items: center;
    justify-content: center;
}
.cta-play-btn::after {
  position: absolute;
  left: 50%;
  border-radius: 50%;
  width: 115px;
  height: 115px;
  top: 50%;
  transform: translate(-50%, -50%);
  content: "";
 
  animation-name: playAnimation;
  animation-duration: 1.8s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  animation-delay: 0s;
  background-color: rgb(255, 255, 255);
  opacity: 0.5;
}
.cta-video-icon i{
	    color: #1f5ca9;
    font-size: 2.5em;
    margin-right: -5px;
}
.cta-video-icon:hover {
  background: #1f5ca9;
}
.cta-video-icon:hover i{ color: #fff; }

@keyframes playAnimation {
  0% {
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.6);
    opacity: 0;
  }
}
.cta-left a {
    background: linear-gradient(90deg, #4ab752, #a8cf45);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding: 13px 35px;
    color: #fff;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    font-family: "Poppins",sans-serif;
    transition: all 0.5s ease-in;
}
.cta-left a:hover {
    background: #1f5ca9;
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*===================================*/
.bg-section{
	width: 100%;
	float: left;
	margin-top: 100px;
	background: url(../images/bg-sec.jpg) no-repeat center;
	background-size: cover;
}
.bg-section-layer{
	width: 100%;
	float: left;
	background: rgb(10 177 239 /0.7);
	padding: 60px;
}
.bg-section h3{
	color: #014159;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
	letter-spacing: 0.3px;
	word-spacing: 1px;
	margin-bottom: 50px;
	font-family: "Poppins",sans-serif;
	text-align: left;
	padding-left: 33px;
}
.bg-section h4{
	color: #fff;
    font-size: 36px;
    font-weight: 600;
    line-height: 54px;
	letter-spacing: 0.3px;
	word-spacing: 1px;
	margin-bottom: 30px;
	font-family: "Poppins",sans-serif;
	text-align: left;
	border-left:3px solid #fff;
	padding-left: 30px;
}
.bg-section a{
	color: #014159;
	font-size: 16px;
	font-weight: 600;
	background: rgb(255 255 255 /0.4);
	padding: 10px 30px;
	text-align: center;
	font-family: "Poppins",sans-serif;
	margin-left: 33px;
}
/*===========================*/
.logo-slider-section{
	width: 100%;
	float: left;
	padding-top: 80px;
	padding-bottom: 80px;
	background: url(../images/download-bgright.png) no-repeat ;
	background-position: bottom right;
}


.logo-slider-section h2{
	    color: #014159;
    font-size: 34px;
    font-weight: 620;
    line-height: 40px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    margin-bottom: 12px;
    font-family: "Poppins",sans-serif;
    text-align: center;
}
.logo-slider-section p{
        font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.3px;
    word-spacing: 1px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    padding: 0px 10%;
    margin-bottom: 25px;
}

.logo-slider .slick-track  {
	margin:0 !important;
    margin-left:-50px !important;
}
.logo-slider .slick-slide{
margin: 0 !important;
    margin-left: 80px !important;
    text-align: center !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.logo-slider .slick-track img{
	max-width: 100%;
	height: auto;
	/*width: 100%;*/
}
.logo-slider .slick-prev {
    left: -15px;
    z-index: 9;
}
.logo-slider .slick-next {
    right: 0px;
    z-index: 9;
}
/*.logo-slider .slick-slide{
	border: 1px solid #ddd;
	border-radius: 10px;
}*/
/*----------------------------------------------------
 FOOTER STYLES
------------------------------------------------------*/

.footer {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
	background: #012c62;
	color: #fff;
    transition: all 0.3s ease;
    font-size: 15px;
	/*border-top: 4px solid #9fcd46;*/
	font-family: 'poppins',sans-serif;
	position: relative;
}
.footer:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    background: url(../images/map-bg.png) no-repeat center;
    object-fit: contain;
    background-size: 53%;
    opacity: 0.15;
    width: 100%;
    height: 100%;
}

.footer h4 {
	font-size: 22px;
	color: #fff;
	font-weight: normal;
}

.footer h4 {
    font-size: 20px;
    color: #fff;
    font-weight: normal;
    font-family: 'poppins',sans-serif;
    margin-bottom: 18px;
    position: relative;
    line-height: 40px;
}
.footer h4:before {
  position: absolute;
  content: "";
  background: #fdf6f6;
  width: 50px;
  height: 1px;
  top:100%;
  left: 0px;
}
.footer h4:after {
  position: absolute;
  content: "";
  background: #0ab1ef;
  width: 20px;
  height: 4px;
  top:97%;
  left: 0px;
  border-radius: 20px;
}
.footer-box1 {
    width: 25%;
    float: left;
    margin-right: 5%;
}
.footer-box2 {
    width: 35%;
    float: left;
    margin-right: 5%;
}

.footer-box3 {
        width: 30%;
    float: left;
    margin-right: 0%;
    background: #1f5ca9;
    border-radius: 10px;
    padding: 30px 30px 30px 40px;
}

.footer-box4 {
    width: 28%;
    float: left;
    margin-right: 0%;
}


/* Address */
ul.faddress {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 0px;
}
.faddress li {
padding-left: 20px;
padding-top: 2px;
padding-bottom: 5px;
	margin: 0px;
  color:#fff;
  font-size: 15px;
  transition: all 0.3s ease;
  margin-bottom: 10px;
}
.faddress li a {
	color: #fff;
  font-family: 'poppins',sans-serif;
	transition: all 0.3s ease;
}
.faddress li a:hover {
	color: #fff;
}
.faddress li i{
  float: left;
  color: #0ab1ef;
  margin-left: -20px;
  padding-top: 5px;
  font-weight: 500;
}

.faddress li:hover i {
  color: #44ae53;
}
/* quick links */
.qlinks {
	float: left;
	width: 100%;
}
.qlinks ul {
	float: left;
	width: 100%;
	padding: 0px;
	margin: 5px 0px 0px 0px;
}
.qlinks li {
	padding: 4px 0px;
	margin: 0px;
	padding-left: 20px;
	width: 50%;
	float: left;
}
.qlinks li a {
	color: #fff;
	transition: all 0.3s ease;
  font-size: 15px;
  
}
.qlinks li a:hover {
	 color: #0ab1ef;
}
.qlinks li a i {
	margin-right: 3px;
	color: #0ab1ef;
	margin-left: -15px;

}

.qlinks.two li a i {
	color: #5b5c60;
	font-size: 5px;
	margin-right: 8px;
	margin-left: -20px;
}



/* copyrights */
.copyright_info {
	float: left;
	padding: 20px 0px 16px 0px;
	margin: 50px 0px 0px 0px;
	width: 100%;
	color: #f9f9f9;
	font-size: 13px;
	 font-family: 'poppins',sans-serif;
	font-weight: normal;
	background: #05244a;
	/*border-top: 2px solid #1f5ca9;*/
}
.copyright_info a {
	margin-top: 10px;
	font-size: 14px;
	color: #0ab1ef;
	text-align: right;
	 font-family: 'poppins',sans-serif;
	transition: all 0.3s ease;
}
.copyright_info a:hover {
	color: #e3e3e3;
}
.copyright_info p{font-family: 'poppins',sans-serif;}

.copyright-text{
	width: 100%;
	float: left;
	text-align: center;


}
.social-links{
	width: 100%;
	float: left;
	margin-top: 20px;
}

/* footer social links */
ul.footer_social_links {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}
.footer_social_links li {
	float: left;
	padding: 0px;
	margin: 0px 0px 0px 5px;
}
.footer_social_links li a i {
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 100%;
	line-height: 30px;
	vertical-align: middle;
	background-color: transparent;
	border: 1px solid #0ab1ef;
	color: #0ab1ef;
	transition: all 0.3s ease;
}
.footer_social_links li a i:hover {
	color: #fff;
	background-color: #727272;
}



.fbsocials {
	float: left;
	width: 100%;
	background: #999;
	margin-bottom: 90px;
	text-align: center;
}
.fbsocials a {
	float: left;
	width: 20%;
	color: #fff;
	font-size: 27px;
	padding: 16px 0px;
	transition: all 0.3s ease;
}
.fbsocials a.fb {
	background: #4087cf;
}
.fbsocials a.tw {
	background: #36aae0;
}
.fbsocials a.in {
	background: #3377bb;
}
.fbsocials a.gp {
	background: #e93434;
}
.fbsocials a.be {
	background: #de8d23;
}

.fbsocials a.fb:hover,
.fbsocials a.tw:hover,
.fbsocials a.in:hover,
.fbsocials a.gp:hover,
.fbsocials a.be:hover {
	background: #393939;
}


/* footer style 2 */
.footer2 {
	float: left;
	width: 100%;
	padding: 100px 0px 0px 0px;
	background: #2f3036;
	color: #999;
}
.footer2 h5 {
	color: #fff;
	font-weight: 600;
}


/* footer style 3 */
.footer3 {
	float: left;
	width: 100%;
	padding: 100px 0px 100px 0px;
	background: #393939 url(../images/pattern2.png) repeat left top;
	color: #999;
}
.footer3 a {
	color: #ccc;
	transition: all 0.3s ease;
}
.footer3 a:hover {
	color: #fff;
}
.footer3 .left {
	float: left;
	width: 45%;
}
.footer3 .right {
	float: left;
	width: 45%;
	margin-left: 10%;
}

.footer3.stwo {
	padding: 80px 0px 80px 0px;
	background: #1d2327;
}




.maps {
	float: left;
	width: 100%;
}
.maps iframe {
	float: left;
	width: 100%;
	height: 650px;
	padding: 0;
	margin: 0;
	pointer-events: none;
}






/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
    background: url(../images/scroll-top-arrow.png) no-repeat left top;
	z-index: 9001;
}


.wp-button{
	margin-top:8px;
}
.whatsapp{
	position: fixed;
	width:45px;
	height:45px;
	/*margin-left:15px;*/
	bottom:70px;
	right:18px;
	float:right;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
	/*box-shadow: 2px 2px 3px #999;*/
  z-index:1000;
}
/*=======================================================*/

.page-banner{
	width: 100%;
	float: left;
	background: url(../images/page-banner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	margin-top: 84px;
}
.page-banner:before{	
width: 100%;
    height: 100%;
    overflow: hidden;
    background: linear-gradient(90deg, rgb(18 70 137/80%), rgb(29 151 46 / 40%));
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
}
.banner-text{
	padding: 30px 0px;	
	width: 100%;
	float: left;
}
.banner-text h1{
    color: #fff;
    font-size: 36px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-align: center;
    position: relative;
}
.banner-text p{
	color: #fff;
    font-size: 14px;
    line-height: 45px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    float: right;
}
.banner-text p a{ color: #ace2f8;}

.inner-page{
	width: 100%;
	float: left;
	margin-top: 80px;
}
.inner-page p{ 
	color: #000;
	font-size: 14px;
	line-height: 28px;
	font-family: "poppins", sans-serif;	
	font-weight: 400;
	letter-spacing: 0.3px;
	padding-bottom: 15px;
}
.inner-page p:last-child{ padding-bottom: 0px;}

/*====================================*/
.about-page{margin-bottom: 60px;}

.aboutpage-left{
	width: 45%;
	float: left;
	margin-right: 5%;
}
.aboutpage-right{
	width: 50%;
	float: left;
	position: relative;	
	padding: 30px 30px ;
	background: #fbfff2;
	border-radius: 20px;
	box-shadow: -8px 8px 10px 0px rgb(63 98 126 / 20%);
}
.aboutpage-right img{ width: 310px;}

.aboutpage-right  h4{
	font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    color: #1f5ca9;
}
.abotWhyChoose-title{
	width: 100%;
    float: left;
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center;
}
.abotWhyChoose-title  h2 {
    color: #FF5E14;
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: "Poppins",sans-serif;
    text-transform: capitalize;
}
.abotWhyChoose-left{
	width: 33.333%;
	float: left;
	text-align: right;
	padding-right: 10px;
}
.abotWhyChoose-mid{
	width: 33.333%;
	float: left;
	text-align: center;
}

.abotWhyChoose-right{
	width: 33.333%;
	float: left;
	padding-left: 10px;
}
.abotWhyChoose-block {
	width: 100%;
    float: left;
    display: flex;
    align-items: center;
}
.abotWhyChoose-item{margin-bottom: 24px;}

.abotWhyChoose-block .mid-box{
	border-style: solid;
    border: 1px solid rgb(223, 227, 231);
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0px 0px 57px 0px rgb(0 0 0 / 10%);
    height: 350px;
    width: 350px;
    padding: 6px;
    position: relative;
  display: inline-block;
 
    margin: 0 auto;
    z-index: 1;
    text-align: center;

}
.abotWhyChoose-block .icon {
  border-radius: 50%;
  background: linear-gradient(to bottom, #4ab852, #a7cf45);
   display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
}
.abotWhyChoose-block h4{
	color: #282727;
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 12px;
}
.abotWhyChoose-block .icon img {
	width: 50px;
  /*transform: scale(0.9);
  filter:  brightness(0) invert(1);*/
}
.mid-icon{margin-bottom: 10px;}

.mid-text{
     width: 100%;
    padding: 25px 38px 30px;
}

/*================================*/
.paroduct-page{
	padding-bottom: 80px;
}
.paroductpage-item{
	width: 100%;
	float: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 40px;
}
.paroductpage-box{
	width: 50%;
	float: left;
	position: relative;
}
.paroductpage-item .p-l{padding-left:50px;}

.paroductpage-item .p-r{padding-right:50px;}

.paroductpage-item:last-child{margin-bottom: 0px;}

.paroductpage-item h3{
    margin-bottom: 10px;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 45px;
    text-align: center;
    text-transform: capitalize;
}
.paroductpage-item h3 span{color: #ff5e14}

.paroductpage-item h4{
    font-weight: 600;
    color: #1e5ba8;
}
.paroductpage-image{
	width: 100%;
	float: left;
	position: relative;
	padding: 10px 5px ;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.paroductpage-image img {
    width: 100%;
    height: auto;
    position: relative;
    transform: rotate(-1deg);
    margin-bottom: -6px;
    border: 2px solid rgb(69 182 83/0.15);
    border-radius: 20px;
	box-shadow: 0px 0px 12px 3px rgb(69 182 83/0.15);
}
.paroductpage-image:before{
	position: absolute;
	content: "";
	width:100%;
	height: 100%;
	background: rgb(69 182 83/0.15);
	transform: rotate(4deg);
	top: 0px;
	border-radius: 20px;
}
.number {
	position: absolute;
    font-size: 100px;
    top: 70px;
    left: 00px;
    transform: translateX(0px) translateY(-100%);
    z-index: 10;
    opacity: .09;
    font-family: 'Poppins',sans-serif;
    font-weight: 700;
}
.paroduct-page [id]{
	scroll-margin-top:7em;
}

.paroductpage-item li{
	color: #000;
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
    margin-bottom: 0px;
	font-family: "Poppins",sans-serif;
	position: relative;
	padding-left: 30px;
	padding-bottom: 5px;
	width: 50%;
	float: left;
}
.paroductpage-item li:before{
	position:absolute;
	content:"\f006";
	font-family:fontawesome;
	left:0px;
	font-size: 18px;
	color: #44ae53;
}
/*===============*/
.contact-page{
	margin-bottom: 60px;
}
.contactaddress-block{
	display: flex;
	flex-wrap: wrap;
}
.contactaddress-box{
	width: 48%;
	float: left;
	margin-right: 4%;
	margin-bottom: 20px;
	
}
.contactaddress-box-inner{
	border-radius: 20px;
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0px 0px 30px 0px rgb(0 0 0 / 20%);
	overflow: hidden;
	height: 100%;
}
.contactaddress-box .left{
	width: 40%;
	float: left;
	background: #54b951;
	clip-path: polygon(70% 0%, 100% 50%, 70% 100%, 0 100%, 0 0);
      text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.contactaddress-box .right{
	width: 60%;
	float: left;
	padding:30px 30px;
	display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}
.contactaddress-box i{
	color: #fff;
    font-size: 30px;
    margin-bottom: 10px;
}
.contactaddress-box h4{
	color: #fff;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: 0.3px;
    margin-bottom: 0px;
}
.contactaddress-box a{ color:#000;}

.contactaddress-box h5{
	    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.contactpage-form-sec{
	width: 100%;
	float: left;
	margin-top: 50px;
	background: #eff3f6;
}
.contactpage-image{
	width: 50%;
	float: left;
}
.contactpage-form{
	width: 50%;
	float: left;
	padding: 40px 40px;
}
.contactpage-form-sec img{max-width:100%;}

.contactpage-form h4{
	    color: #1f5ca9;
    font-weight: 600;
    font-size: 23px;
    letter-spacing: 0.3px;
    margin-bottom: 22px;
}
.contactpage-form .form-control {
    display: block;
    width: 100%;
    height: 42px;
    border-radius: 20px;
}
.contactpage-form .form-control-medssage {
    display: block;
    width: 100%;
    height: 80px;
    border-radius: 20px;
}
.contactpage-form .submit{
	
	font-size: 16px;
	font-family: 'Poppins';
	font-weight: 400;
	padding: 12px 45px;
	cursor: pointer;
	transition: all 0.3s ease;
    background: linear-gradient(90deg, #4ab752, #a8cf45);
    border-top-left-radius: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
    display: inline-block;
    color: #fff;
    font-size: 17px;
     letter-spacing: 0.5px;
     border: 0;
}
.contactpage-form .submit:hover {
	color: #fff;
	background: linear-gradient(90deg, #a8cf45, #4ab752);
    border-top-left-radius: 15px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
}
/*=====*/
.wp-button{
	margin-top:8px;
}
.whatsapp{
	position: fixed;
	width:45px;
	height:45px;
	bottom:30px;
	left:18px;
	float:left;
	background-color:#25d366;
	color:#FFF;
	border-radius:50px;
	text-align:center;
  font-size:30px;
  z-index:1000;
}