@import url("https://fonts.googleapis.com/css?family=Raleway:100,300,400,500,700,900");
*{padding: 0; margin: 0; box-sizing: border-box;}
body{font-family: "Raleway", sans-serif;font-weight: 400;font-size: 16px;background-image: linear-gradient( 90deg, #f3f3f3 10%, #b5b5b587 100%);}
header {
	text-align: center;
	width: 100%;
	height: auto;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
}
header .overlay{
	width: 100%;
	height: 100%;
	color: #FFF;
	text-shadow: 1px 1px 1px #333;
    background-image: linear-gradient( 135deg, #ffffff 10%, #b5b5b587 100%);
	z-index:-10;
}
.index_el {padding-bottom: 70px;}

.index_n_p1 , .index_n_p2 {
	margin-right: 10%;
    float: right;
    background-color: #98c183;
    border-radius: 10px;
    padding: 7px;
	padding-bottom: 0px;
	height: 60px;
}
.index_n_p1 {float: left;margin-left: 10%;}
.header_x {
	background-color:#adadad;
    width:100%;
    height:100px;
    border-top-left-radius:50%;
    border-top-right-radius:50%;
	position: relative;
	z-index:5;
}
.separate
{
	height: 150px;
	background-image: url(../jpg/bg-img-1.jpg);
}
a {
    text-decoration: none !important;
}
h2 {font-size: 1.55rem;}
h3 {font-size: 1.45rem;}
h4 {font-size: 1.35rem;}
button {
	border: none;
	outline: none;
	padding: 10px 20px;
	border-radius: 50px;
	color: #333;
	background: #fff;
	margin-bottom: 50px;
	box-shadow: 0 3px 20px 0 #0000003b;
}
button:hover{
	cursor: pointer;
}
.header-area.header-sticky {
    min-height: 80px;
}
.header-area {
    position: fixed;
    top: 30px;
    left: 0px;
    right: 0px;
    z-index: 100;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
	display: block;
}
.header-area .main-nav {
    box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
    border-radius: 40px;
    min-height: 80px;
    background: #fff;
}
.header-area.header-sticky .logo {
    margin-top: 25px;
}
.header-area .main-nav .logo {
    float: left;
    margin-top: 15px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    margin-left: 30px;
}
.header-area .main-nav .logo img {
	height: 50px;
}
.header-area.header-sticky .nav {
    margin-top: 20px !important;
}
.header-area .main-nav .nav {
    float: right;
    margin-top: 27px;
    margin-left: 0px;
    margin-right: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 999;
}
.header-area .main-nav .nav li {
    padding-left: 20px;
    padding-right: 20px;
}
.header-area .main-nav .nav li a {
    display: block;
    font-weight: 500;
    font-size: 13px;
    color: #fff;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    height: 40px;
    line-height: 40px;
    border: transparent;
    letter-spacing: 1px;
}
.header-area.header-sticky .nav li a {
    color: #1e1e1e;
}
.header-area.header-sticky .nav li a.active {
    color: #ff589e;
}
.header-area .main-nav .nav li a:hover {
    color: #ff589e;
}
.header-area.header-sticky .nav li a {
    color: #1e1e1e;
}
.home-feature {
    padding-bottom: 0px;
    padding-top: 10px;
    z-index: 9;
}
.section {
    position: relative;
}
.features-small-item {
    cursor: pointer;
    display: block;
    background: #FFFFFF;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.10);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    margin-bottom: 30px;
}
.features-small-item .icon {
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 90px;
    height: 90px;
    line-height: 90px;
    margin: auto;
    position: relative;
    margin-bottom: 30px;
    background: #8261ee;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.features-small-item .icon i {
    font-size: 18px;
    color: #fff;
}
.features-small-item .features-title {
    font-weight: 500;
    font-size: 18px;
    color: #1e1e1e;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}
.features-small-item p {
    font-weight: 400;
    font-size: 13px;
    color: #777;
    letter-spacing: 0.5px;
    line-height: 25px;
    position: relative;
    z-index: 2;
}
.tm-section-2 {
    background: #ee5057;
    padding-top: 20px;
    position: relative;
}
.text-center {
    text-align: center!important;
}
.tm-section-title {
    color: white;
}
.tm-section-subtitle {
    font-size: 1rem;
    font-weight: 300;
    margin-bottom: 25px;
}

.tm-color-white {
    color: white;
}
.tm-btn-white-bordered {
    display: inline-block;
    padding: 10px 25px;
    border: 2px solid white;
    background: transparent;
    text-transform: uppercase;
}
.tm-position-relative {
    position: relative;
	text-align: justify;
}
svg:not(:root) {
    overflow: hidden;
}
.tm-section-down-arrow {
    position: absolute;
    top: -1px;
    width: 100%;
    height: 100px;
}
.tm-pb-4 {
    padding-bottom: 100px;
}
.tm-pt-5 {
    padding-top: 150px;
}
.social-icons ul {
    margin-top: 2rem;
    width: 100%;
    text-align: center;
}
.mb-0, .my-0 {
    margin-bottom: 0!important;
}
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.social-icons ul>li>a {
    display: block;
    color: #fff;
    background-color: rgba(0,46,102,.8);
    border-radius: 100%;
    font-size: 2rem;
    line-height: 4rem;
    height: 4rem;
    width: 4rem;
}
.social-icons {
	position: fixed;
	right: 15px;
	bottom: 8rem;
	z-index: 5;
}
.social-icons ul>li {
	display: block;
	margin-left: 0;
	margin-right: 0;
	margin-bottom: 1rem;
}
.social-icons ul>li>a {
	transition: all .2s ease-in-out;
	font-size: 2rem;
	line-height: 4rem;
	height: 3rem;
	width: 3rem;
}
.social-icons ul {
	margin-top: 0;
	width: auto;
}
.fa, .fab, .fad, .fal, .far, .fas {
	font-size: 1.2rem;
	margin-top: 15px;
    margin-left: -8px;
    position: absolute;
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto 
{
	padding-right: 0px;
    padding-left: 0px;
}
.other {
    text-align: center;
    bottom: 0px;
    position: fixed;
    width: 100%;
    display: block;
}
.index_x {
    text-align: center;
}
.first_vector
{
	margin-bottom: -10px;position: relative;z-index: 2;height:180px;
}
.second_vector
{
	margin-top: 33px;height: 40px;
}

.header-area .main-nav .menu-trigger {
    cursor: pointer;
    display: block;
    position: absolute;
    top: 25px;
    width: 28px;
    height: 40px;
    text-indent: -9999em;
    z-index: 99;
    right: 40px;
    display: none;
}
.header-area .main-nav .menu-trigger span {top: 16px;}
.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
	-moz-transition: all 0.4s;
	-o-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	background-color: #3B566E;
	display: block;
	position: absolute;
	width: 24px;
	height: 2px;
	left: 0;
}
.header-area .main-nav .menu-trigger span:before {
	-moz-transform-origin: 33% 100%;
	-ms-transform-origin: 33% 100%;
	-webkit-transform-origin: 33% 100%;
	transform-origin: 33% 100%;
	top: -10px;
	z-index: 10;
}
.header-area .main-nav .menu-trigger span:after {
	-moz-transform-origin: 33% 0;
	-ms-transform-origin: 33% 0;
	-webkit-transform-origin: 33% 0;
	transform-origin: 33% 0;
	top: 10px;
}
.telephone
{
    position: fixed;
    left: 15px;
    bottom: 6rem;
	z-index:5;
	display:none;
}
.fab {margin-left: -8px;}
.fab.fa-facebook-f {margin-left: -6px;}
.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
	content: "";
}
.index_n_p2 {background-color:#7ab8bb;height: auto;width: 250px;}
.head_p {padding: 10px;margin-bottom:-2px;font-weight: 500;}
.BBB {margin-top: 3px;}
.BBB img {margin-right:15px;}
.WCB {margin-top: 9px;}
.WCB img {margin-right:20px;}
.Payment {margin-top: 3px;}
.Payment img {margin-right:15px;}
.first_par , .second_par , .third_par {margin-top: 9px;}
.second_par strong {font-family:arial;}
.index_n {margin: auto; position: absolute;top: 50%;left: 0;bottom: 50%;right: 0;}
.index_n_p1, .index_n_p2 {width: 25%;}
	
@media (min-width: 551px) {
	.header-area .main-nav .nav {
		display: flex !important;
	}
}
@media (max-width: 1800px) {
	.first_vector {height:160px;}
	.second_vector {margin-top: 38px;height: 35px;}
}
@media (max-width: 1200px) {
	h3 {font-size: 1.2rem; }
	h4 {font-size: 1.1rem; }
}
@media (max-width: 1186px) {
	.index_n_p1 {margin-left: 7%;height: 50px;}
	.index_n_p2 {margin-right: 7%;}
	.BBB img {height: 30px;margin-right: 8px;}
	.WCB {margin-top: 7px;}
	.WCB img {margin-right: 10px;height: 25px;}
	.index_el {padding-bottom: 60px;}
	.index_el p {font-size: 15px;}
	.Payment img {margin-right: 10px; height: 32px;}
}
@media (max-width: 1060px) {
	.index_n_p2 {margin-right: 2%;}
	.index_n_p1 {margin-left: 2%; height: 40px;}
	.index_n_p1, .index_n_p2 {width: 43%;}
	.index_el {padding-bottom: 48px;}
	.index_el p {font-size: 13px;}
	.WCB {margin-top:4px;}
	.WCB img {height: 20px;}
	.BBB {margin-top:2px;}
	.BBB img {height: 24px;}
	.Payment img {margin-right: 5px;height: 24px;}
	.Payment {margin-top: 2px;}
	.fa, .fab, .fad, .fal, .far, .fas {
		font-size: 1rem;
		margin-top: 10px;
		margin-left: -7px;
	}
	.social-icons {bottom: 3rem;}
	.social-icons ul>li>a {
		height: 2rem;
		width: 2rem;
	}
}
@media (max-width: 990px) {
	.header-area .main-nav .logo {margin-top: 20px;}
	.header-area .main-nav .logo img {height: 45px;}
	.header-area .main-nav .nav {margin-top: 23px; margin-right: 10px;}
	.first_vector {height:140px;}
	.second_vector {margin-top: 20px;height: 26px;}
	.header_x {height: 55px;}
}
@media (max-width: 870px) {
	h3 {font-size: 1.1rem; line-height: 1.4;}
	h4 {font-size: 1rem; }
	.tm-section-title {
		padding-right: 3px;
		padding-left: 3px;
	}
	.first_par {margin-top: 3px;margin-bottom: 9px;}
	.second_par {margin-bottom: 5px;}
    .third_par {margin-bottom: 11px;}
}
@media (max-width: 768px) {
	.header-area .main-nav .logo img {height : 38px;}
	.header-area .main-nav .logo {margin-left: 13px;}
	.header-area .main-nav .nav li {padding-left: 4px; padding-right: 9px;}
	.index_n_p1, .index_n_p2 {width:45%;margin-right: 1%;}
}
@media (max-width: 768px) and (orientation: portrait) {
	.tm-section-2 {
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.separate {
		height: 130px;
	}
	.header-area {
		top: 41px;
	}
	.index_n {
		top: 60%;
	}
	.header_x {
		height: 70px;
	}
	.social-icons {
		bottom: 5rem;
	}
	.telephone {
		bottom: 5rem;
	}
}

@media (max-width: 630px) {
	.telephone {display:block;}
}

@media (max-width: 500px) {
	.nav {
		background: #FFF;
		display: none;
		width: 100%;
		position: absolute;
		right: 0;
	}
	.header-area .menu-trigger {
		display: block !important;
	}
	.header-area .main-nav .nav {
		float: none;
		width: 100%;
		margin-top: 80px !important;
		display: none;
		-webkit-transition: all 0s ease 0s;
		-moz-transition: all 0s ease 0s;
		-o-transition: all 0s ease 0s;
		transition: all 0s ease 0s;
		margin-left: 0px;
	}
	.header-area .main-nav .nav li
	{
		width: 100%;
		background: #fff;
		border-bottom: 1px solid #eee;
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	.header-area .main-nav .nav li a
	{
		height: 50px !important;
		line-height: 50px !important;
		padding: 0px !important;
		border: none !important;
		background: #fff !important;
		color: #3B566E !important;
	}
	.header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background-color: #3B566E;
		display: block;
		position: absolute;
		width: 15px;
		height: 2px;
		left: 0;
		width: 75%;
	}
	.header-area .main-nav .menu-trigger span, .header-area .main-nav .menu-trigger span:before, .header-area .main-nav .menu-trigger span:after {
		-moz-transition: all 0.4s;
		-o-transition: all 0.4s;
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		background-color: #3B566E;
		display: block;
		position: absolute;
		height: 2px;
		left: 0;
	}
	.header-area .main-nav{overflow: hidden;}
	.telephone img {height:38px;}
	.Payment {height: auto;}
}
@media (max-width: 420px) {
	.telephone img {height:32px;}
	.head_p {padding:0px;margin-bottom:-8px;}
	.first_vector {height:80px;}
	.second_vector {margin-top: 12px;height: 18px;}
	.header-area .main-nav {min-height: 50px;}
	.header-area .main-nav .logo img {height:32px;}
	.header-area .main-nav .logo {margin-top: 10px;}
	.header-area .main-nav .menu-trigger {top:10px;}
	.social-icons ul>li {margin-bottom: 0.5rem;}
	.social-icons ul>li>a {height: 1.7rem;width: 1.7rem;}
	.fa, .fab, .fad, .fal, .far, .fas {font-size: 0.7rem;margin-top: 8px;margin-left: -5px;}
	.fab.fa-facebook-f {margin-left: -3px;}
	h4 {font-size: 0.85rem;}
	.BBB img {height:18px;}
	.index_el p {font-size: 11px;font-weight: 600;}
	.index_n_p1 {height: 33px;}
	.Payment {margin-top: 0px;}
	.Payment img {height: 15px;}
	.WCB img {height: 15px;}
}
@media (max-width: 375px) {
	.index_el p {font-size: 8px;}
	.index_el {padding-bottom: 34px;}
	.index_n_p1 {height: 30px;}
	.BBB {margin-top: 0px;}
	.WCB {margin-top: 2px;}
	.Payment {margin-top: 2px;}
	.index_n_p1, .index_n_p2 {margin-right: 1%;}
	.index_n_p1 {margin-left: 1%;}
	.index_n_p2 {margin-right: 1%;}
	.header-area .main-nav .menu-trigger {width:0px;}
	.social-icons ul>li {margin-bottom: 0.1rem;}
	.social-icons ul>li>a {height: 1.5rem;width: 1.5rem;}
	.fa, .fab, .fad, .fal, .far, .fas {font-size: 0.55rem;margin-top: 8px;margin-left: -4px;}
	.fab.fa-facebook-f {margin-left: -3px;}
	.first_vector {height:68px;}
	.second_vector {margin-top: 12px;height: 15px;}
}

@media (max-width: 350px) {
	.toggle:after {width: 60px;font-size: 12px;}
}
@media (max-width: 330px) and (orientation: portrait)
{
	.tm-section-2 {
		padding-top: 15px;
		padding-bottom: 0px;
	}
	.separate {
		height: 100px;
	}
	.header-area {
		top: 27px;
	}
	.index_n {
		top: 55%;
	}
	.header_x {
		height: 40px;
	}
	.telephone img {
		height: 28px;
	}
	.telephone {
		bottom: 3rem;
	}
	.social-icons {
		bottom: 2.2rem;
	}
}
@media (max-width: 210px) {
	.header-area .main-nav {display: none;}
}
@media (max-width: 1300px) and (orientation: landscape) { 
    .other {position: relative;}
	.index_x{min-height: 400px;display: block;position: relative;}
	.header-area {position: absolute;}
	.social-icons {bottom: 2rem;}
}