/*

 Theme Name:   Turnkey

 Theme URI:    http://example.com/twenty-fifteen-child/

 Description:  Twenty Nineteen Child Theme

 Author:       Chiranjit Das

 Author URI:   http://example.com

 Template:     twentynineteen

 Version:      1.0.0

 License:      GNU General Public License v2 or later

 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready

 Text Domain:  twenty-nineteen-child

*/


html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    border: 0 none;
    font-family: inherit;
    font-size: 15px;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0 none;
    padding: 0;
    vertical-align: baseline;
	font-family: 'Poppins', sans-serif;
}
body{
	font-size: 15px;
	color: #333;
}
input, button, textarea, select {
  border: medium none;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  width: 100%;
  max-width: 100%;
}

a{
	text-decoration: none !important;
	color: #1fa5a5 !important;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.clearfix{
	clear: both;
}
h2.ht{
	font-size: 35px;
	font-weight: 700;
	margin-bottom: 12px;
}
h3.hlt{
	font-size: 30px;
	margin-bottom: 10px;
}
h4.hst{
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
h5.bt{
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 10px;
}
p {
    color: #4d4d4d;
}
.btn.btn-primary {
    border: 1px solid #c1c1c1;
    background: #fff;
    display: inline-block;
    width: auto;
    padding: 7px 17px;
    font-size: 14px;
    color: #29c1a7 !important;
}
.btn.btn-primary:hover {
    border: 1px solid #29c1a7;
    background: #29c1a7;
    color: #fff !important;
}
.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

/* Dropdown Popup Effect */
ul.dropdown-menu {
  border-top: medium none;
  border-left: medium none;
  border-right: medium none;
  border-bottom: 5px solid #3b9eff;
  box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.3);
  max-width: 250px;
  overflow: hidden;
  padding: 0;
  border-radius: 4px 4px 0 0px;
  width: 100%;
  min-width: 210px;
}
ul.dropdown-menu li a {
  border-bottom: 1px solid #ebebeb;
  padding: 10px 15px;
}
.dropdown-menu > li:last-child > a, ul.dropdown-menu li:last-child a:hover, ul.dropdown-menu li:last-child a:active, ul.dropdown-menu li:last-child a:focus {
  border-bottom: medium none;
}
ul.dropdown-menu li a:hover, 
ul.dropdown-menu li a:active, 
ul.dropdown-menu li a:focus {
  background: #eaf3fc none repeat scroll 0 0 !important;
  border-bottom: 1px solid #cce0f4 !important;
  color: #248bf0 !important;
  padding: 10px 15px;
}
/* Dropdown Popup Effect */



/* Start Header */
nav.navbar.navbar-expand-lg.fixed-top {
    padding: 0;
}
.navbar-nav.ml-auto {
    margin: auto 0 auto auto;
}
.navbar.fixed-top .container {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
	padding: 0px;
}
.navbar.fixed-top .container a.navbar-brand {
    padding: 10px 0;
}
.navbar.fixed-top .container a.nav-link {
    color: rgba(255, 255, 255, 0.8) !important;
    font-weight: 300;
    padding: 36px 18px;
    border-bottom: 4px solid rgba(0,0,0,0);
    transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.navbar.fixed-top .container a.nav-link.active, .navbar.fixed-top .container a.nav-link:hover {
    position: relative;
    border-color: #33cbb1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-item > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-menu-ancestor > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-current-page-ancestor > a.mega-menu-link {
    background: rgba(34, 34, 34, 0);
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #33cbb1;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    line-height: normal;
    height: auto;
    padding: 36px 18px;
    vertical-align: baseline;
    width: auto;
    display: block;
    color: rgba(255,255,255,0.8) !important;
    text-transform: none;
    text-decoration: none;
    text-align: left;
    background: rgba(0, 0, 0, 0);
    border-bottom: 4px solid rgba(0,0,0,0);
    border-radius: 0;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    outline: none;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:focus, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link.active{
	position: relative;
    border-color: #33cbb1;
	color: rgba(255,255,255,1) !important;
	font-weight: 300;
}

#mega-menu-wrap-primary #mega-menu-primary {
    visibility: visible;
    text-align: left;
    padding: 0px !important;
}
.navbar.fixed-top .container li.nav-item ul.dropdown-menu {
    left: -182px;
    width: 250px !important;
    background: transparent;
    border: none;
}
.navbar.fixed-top .container li.nav-item ul.dropdown-menu input.form-control {
    margin: 0 !important;
    padding: 10px;
}
.navbar.fixed-top .container button.navbar-toggler {
    background: #fff;
    border: none;
}
nav.header_bg.navbar.navbar-expand-lg.fixed-top {
    background: rgba(0,0,0,0.8);
}
nav.navbar.navbar-expand-lg.fixed-top.global_header {
    background: rgba(0,0,0,0.8);
}
nav.header_bg.navbar.navbar-expand-lg.fixed-top .container a.nav-link {
    color: #ffffff !important;
}
nav.navbar.navbar-expand-lg.fixed-top.global_header {
    color: #ffffff !important;
}
nav.header_bg.navbar.navbar-expand-lg .container {
    border: transparent;
}
.dropdown-toggle::after {
    display: none !important;
}
/* End Header */


/* Slider */
.tcarousel-inner::after {
    content: "";
    background-image: url("./images/s_overlay.png");
    background-repeat: no-repeat;
    background-position: center center;
    left: -2px;
    right: -2px;
    bottom: -2px;
    position: absolute;
    background-size: cover;
    height: 210px;
}
.testi_wrap .owl-dots .owl-dot {
    width: auto;
}
.testi_wrap .owl-dots .owl-dot span {
    height: 13px !important;
    width: 13px !important;
	background: #ffffff !important;
	margin: 5px 4px !important;
}
.testi_wrap .owl-theme .owl-dots .owl-dot.active span, .testi_wrap .owl-theme .owl-dots .owl-dot:hover span {
    background: #00b086;
}
.tcarousel-inner.owl-carousel {
    overflow: hidden;
}
.tcarousel-inner .carousel-caption.d-md-block {
    top: 27%;
    width: 49%;
    margin: auto;
}

.tcarousel-inner .owl-item h1 {
    font-weight: 700;
	font-size: 38px;
}
.tcarousel-inner .owl-item p {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    margin: 25px 0;
    padding-bottom: 15px;
}
.tcarousel-inner .item img.d-block.w-100 {
    max-height: 670px;
    min-height: 330px;
}
.tcarousel-inner .owl-dots button.owl-dot {
    width: auto;
}
.tcarousel-inner .owl-dots button.owl-dot.active span {
    background: #00b086;
}

.tcarousel-inner .owl-dots button.owl-dot span {
    width: 15px;
    height: 15px;
    margin: 0 4px;
}

.tcarousel-inner .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
}
.tcarousel-inner .owl-item a {
    background: #1ea58e;
    padding: 11px 40px;
    font-size: 22px;
    color: #fff !important;
    border-radius: 4px;
	position:relative;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.tcarousel-inner .owl-item a:hover {
    background: #2ec2a9;
}
.tcarousel-inner .owl-item a::after {
    background-image: url("./images/rm_arrow.png");
    width: 10px;
	height: 16px;
	position: absolute;
	content: "";
	right: 30%;
	top: 38%;
	opacity:0;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.tcarousel-inner .owl-item a:hover::after {
	right: 5%;
	top: 38%;
	opacity:1;
}
/* // Slider */


/* Moto Box */
.moto_box {
    background: #f4f4f4;
    padding: 20px 0;
    text-align: center;
}
.moto_box .mc {
    width: 115px;
    height: 115px;
    border-radius: 50%;
    margin: auto auto 25px auto;
	display: block;
	padding-top: 27px;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
	background: rgb(2,0,36);
	background: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(64,173,158,1) 0%, rgba(172,217,207,1) 100%);
	-webkit-background-color: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(64,173,158,1) 0%, rgba(172,217,207,1) 100%);
	-moz-background-color: linear-gradient(351deg, rgba(2,0,36,1) 0%, rgba(64,173,158,1) 0%, rgba(172,217,207,1) 100%);
}
.moto_box h5.bt {
    font-weight: 600;
}

.moto_box .bshadow {
    padding: 60px 10px;
    box-shadow: 0px 0px 9px rgb(0 0 0 / 0%);
    margin: 10px;
    border-radius: 5px;
    background: rgba(255,255,255,0);
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.moto_box .bshadow:hover {
    box-shadow: 0px 0px 9px rgb(0 0 0 / 15%);
}
.moto_box .bshadow:hover .mc {
    background: #06bfa5;
    margin: auto auto 17px auto;
}
/* //Moto Box */


/* Welcome Section */
.welcome_wrap {
    background-image: url("./images/welcome_round.png");
    background-repeat: no-repeat;
    background-position: left top;
    margin-top: 80px;
    padding-bottom: 30px;
}
.welcome_wrap h4.hst {
    padding-bottom: 50px;
    color: #5f5f5f;
    font-weight: 400;
}
.welcome_wrap p.fst-italic {
    line-height: 23px;
    margin: 15px 0;
}
/* // Welcome Section */


/* Services Section */
.service_sec {
    padding: 90px 0;
    background-image: url("./images/ser_bg.png");
    background-color: #f4f4f4;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.service_sec h2.ht {
    margin-bottom: 2rem;
}
.service_sec .card {
    margin: 10px;
    border: none;
    box-shadow: 0px 0px 12px rgb(0 0 0 / 15%);
    border-radius: 15px;
}
.service_sec .card-body {
    padding: 2rem;
}
.service_sec h5.card-title {
    font-weight: 700;
    font-size: 20px;
}
.service_sec .owl-carousel .item {
    padding: 5px;
}
.service_sec .owl-dots button.owl-dot {
    width: auto;
}
.service_sec .owl-dots button.owl-dot span {
    width: 13px;
    height: 13px;
    margin: 0 3px;
}
.service_sec .owl-theme .owl-dots .owl-dot.active span, .service_sec .owl-theme .owl-dots .owl-dot:hover span {
    background: #00b086;
}
/* // Services Section */


/*  Testimonials Section */
.testi_wrap {
    margin-top: 110px;
}
.testi_wrap .container {
    background-image: url("./images/tes_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	 padding: 25px 0px;
}
.testi_wrap .c_img .img_thumb {
    width: 165px;
    height: 165px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px;
    border: 5px solid #24b49b;
}
.testi_wrap a.btn.btn-primary {
    width: 90px;
    display: block;
    margin: auto;
}
.testi_wrap .c_img p {
    margin: 5px 0 0 0;
}
.testi_wrap .c_text {
    padding: 20px 60px;
}
.testi_wrap .c_text h4.hst {
    margin-bottom: 20px;
}
.testi_wrap .carousel-inner {
    padding: 35px 0;
}
.testi_wrap .carousel-indicators {
    margin: auto;
    bottom: 30px;
}
/* // Testimonials Section */


/*  Get in touch Section */
.get_in_wrap {
    background-color: #24b49b;
    color: #fff;
    padding: 80px 0;
    background-image: url("./images/getin_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}
.get_in_wrap h1.fw-light {
    font-size: 37px;
}
.get_in_wrap h3 {
    margin: 14px auto 35px;
    color: #fff;
}
.get_in_wrap a.btn.btn-warning {
    width: 200px;
    margin: auto;
    color: #fff !important;
    font-weight: 600;
    font-size: 15px;
    padding: 15px 0;
    position: relative;
    border-radius: 4px;
}
.get_in_wrap a.btn.btn-warning::after {
    background-image: url("./images/rm_arrow.png");
    width: 10px;
	height: 16px;
	position: absolute;
	content: "";
	right: 30%;
	top: 38%;
	opacity:0;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.get_in_wrap a.btn.btn-warning:hover::after {
	right: 5%;
	top: 38%;
	opacity:1;
}
/* // Get in touch Section */


/*  Fees & Subscribe Section */
.fs_wrap {
    background-image: url("./images/subs_bg.png");
	background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    color: #fff;
}
.fs_wrap .fees h4.text-uppercase {
    margin-bottom: 30px;
}
.fs_wrap .fees h5.fw-light {
    margin: 13px 0;
}
.fs_wrap .fees h5.fw-light b {
    font-weight: 600;
    margin-left: 20px;
}
.fs_wrap .fees p.fw-light {
    color: #fff;
    margin-top: 25px;
}
.fs_wrap .subs_sec p.fw-semibold {
    color: #fff;
}
.fs_wrap .subs_sec form input {
    border: none;
    margin-bottom: 8px;
    padding: 11px 10px;
}
.fs_wrap .subs_sec form button.btn.btn-primary {
    color: #fff !important;
    width: 200px;
    padding: 12px 0;
    background: #22c6a9;
    border: none;
}
/* // Fees & Subscribe Section */


/*  Footer */
.footer {
    background-image: url("./images/f_bg.png");
	background-size: cover;
    background-repeat: no-repeat;
	padding-top: 60px;
}
.footer h5.text-uppercase {
    color: #00b086;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
}
.footer ul li {
    list-style: none;
}
.footer .copyright {
    border-top: 1px solid #c5c5c5;
    padding: 20px 0;
	margin-top: 25px;
}
.footer .copyright p.text-uppercase {
    margin: 0;
    color: #797979;
}
.footer .top_sec ul {
    padding-left: 0;
}
.footer .top_sec ul.links a {
    display: inline-block;
    color: #797979 !important;
    margin: 5px 0;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.footer .top_sec ul.links a:hover {
    color: #222222 !important;
	padding-left: 5px;
}
.footer .contact a {
    color: #0ea783 !important;
    margin-bottom: 9px;
    display: block;
}
.footer .social li {
    display: inline-block;
}
.footer .social li a {
    text-align: center;
    padding: 6px 12px;
	color: #ffffff !important;
	border-radius: 3px;
	margin: 2px 0;
	display: block;
	border: 1px solid transparent;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.footer .social li a.fb {
    background-color: #3b5998;
}
.footer .social li a.fb:hover {
    background-color: #ffffff;
	color: #3b5998 !important;
	border: 1px solid #3b5998;
}
.footer .social li a.tw {
    background-color: #00aced;
}
.footer .social li a.tw:hover {
    background-color: #ffffff;
	color: #00aced !important;
	border: 1px solid #00aced;
}
.footer .social li a.ins {
    background-color: #ea2c59;
}
.footer .social li a.ins:hover {
    background-color: #ffffff;
	color: #ea2c59 !important;
	border: 1px solid #ea2c59;
}
.footer .social li a.gg {
    background-color: #dd4b39;
}
.footer .social li a.gg:hover {
    background-color: #ffffff;
	color: #dd4b39 !important;
	border: 1px solid #dd4b39;
}
.footer .social li a.pin {
    background-color: #cb2027;
}
.footer .social li a.pin:hover {
    background-color: #ffffff;
	color: #cb2027 !important;
	border: 1px solid #cb2027;
}
/* // Footer */


/* Others page Top banner section */
.top_img_head_sec {
    min-height: 320px;
    position: relative;
}
.top_img_head_sec.contact_heading {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
	position: relative;
}
.top_img_head_sec.contact_heading:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: rgba(0,0,0,0.5);
}
.top_img_head_sec h2.ht {
    position: absolute;
    bottom: 0;
    background: #fff;
    margin: 0 auto;
    padding: 30px 0;
    max-width: 1170px;
    width: 95%;
    left: 0;
    right: 0;
    z-index: 9;
}
/* Others page Top banner section */


/* contact page */
.contact_wrapper {
    margin-bottom: 50px;
}
.contact_wrapper p {
    line-height: 27px;
    width: 93%;
    margin-bottom: 30px;
	color: #6c757d;
}
.contact_wrapper form {
    padding: 0 25px 0px 0px;
    margin-bottom: 40px;
}
.contact_wrapper .link_btn {
    background-color: #fff;
    color: #06bfa5 !important;
	border: 1px solid #06bfa5;
	width: 220px;
}
.contact_wrapper .link_btn:hover {
    background-color: #06bfa5;
    color: #fff !important;
	border: 1px solid rgba(0,0,0,0);
}
.contact_wrapper form .form-control {
    padding: 15px;
}

.contact_wrapper ul.contact_option {
    padding: 10px;
}
.contact_wrapper ul.contact_option li {
    overflow: hidden;
    padding: 30px 0;
    border-bottom: 5px solid #dcdcdc;
}
.contact_wrapper ul.contact_option li a {
    color: #0eb68e !important;
    display: block;
    font-size: 20px;
    font-weight: 500;
    word-break: break-all;
}
.contact_wrapper ul.contact_option li:last-child {
    border: none;
}
.contact_wrapper ul.contact_option .icon {
    float: left;
    margin-right: 30px;
}
.contact_wrapper ul.contact_option li .c_opt {
    overflow: hidden;
}
.contact_wrapper ul.contact_option p {
    Font-weight: 600;
    margin-bottom: 5px;
}
.contact_wrapper ul.contact_option li:last-child p {
    font-weight: 400;
}
/* // contact page */


/* Services page */
.service_thumb_wrap {
    background: #f4f4f4;
    padding: 100px 0;
}
.ser_box.text-center {
    background-image: url(./images/serthumb_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
    padding: 80px 40px;
}
.ser_box.text-center p {
    color: #fff;
    line-height: 1.55rem;
    margin: 25px 0 40px;
}
.ser_box.text-center a {
    border: 1px solid #fff;
    padding: 15px;
    display: block;
    width: 160px;
    margin: 5px auto;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.ser_box.text-center a:hover {
    border-color: #1bbea5;
    background-color: #1bbea5;
}
.service_thumb_wrap .sicon_wrap {
    box-shadow: 0 2px 7px rgb(0 0 0 / 20%);
    background: #fff;
    border-radius: 6px;
    text-align: center;
    padding: 30px 0;
    margin: 7px 0;
	cursor: pointer;
	position: relative;
	border-bottom: 4px solid #ffffff;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.service_thumb_wrap .sicon_wrap:hover {
    border-color: #1fdbc1;
}
.service_thumb_wrap .box {
    width: 88px;
    height: 86px;
    margin: auto;
	position: relative;
}

.service_thumb_wrap .box img.img_hover {
    position: absolute;
    left: 0;
    right: 0;
    opacity: 0;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.service_thumb_wrap .sicon_wrap:hover img.img_hover{
	opacity: 1;
}

.service_thumb_wrap .sicon_wrap h5.fw-light {
    font-size: 17px;
	margin-top: 20px;
}
.service_thumb_wrap .sicon_wrap .flip-box-back {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: -4px;
    text-align: center;
    padding: 15px;
    background: #24b49b;
    border-radius: 5px;
	transform: scale(0);
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.service_thumb_wrap .sicon_wrap:hover .flip-box-back {
	transform: scale(1);
}
.service_thumb_wrap .sicon_wrap .flip-box-back p {
    line-height: 20px;
    color: #fff;
}

/* Vision Mision section */

.vm_wrap {
    margin: 100px 0;
}
.vm_wrap .vis_mis_wrap .vm_thmub {
    position: relative;
}
.vm_wrap .vis_mis_wrap .vm_thmub ul.ser_moto {
    margin: 0;
    position: absolute;
    background: #e7e7e7;
    padding: 20px 30px;
    bottom: -20px;
    right: 40px;
    border: 3px solid #fff;
    border-radius: 5px;
}
.vm_wrap .vis_mis_wrap .vm_thmub ul.ser_moto li {
    padding: 4px 0px;
    list-style-image: url(./images/tick.png);
    margin-left: 15px;
    padding-left: 5px;
}
.vm_wrap .vm_text h3.fw-light {
    margin-bottom: 25px;
    font-size: 30px;
    padding: 5px 0px 5px 83px;
    background-image: url("./images/vmkey_icon.png");
    background-repeat: no-repeat;
    background-position: center left;
}

/* Affor Home Section */

/* // Affor Home Section */
.aff_home_wrap {
    padding: 140px 0 100px 0px;
    position: relative;
}
.aff_home_wrap::after {
    position: absolute;
    left: 88%;
    top: 140px;
    bottom: 100px;
    right: 0;
    content: "";
    background: #e2e2e2;
    z-index: -1;
}
.aff_home_wrap img.aff_img {
    position: absolute;
    right: 2%;
    bottom: 100px;
    max-width: 50%;
}
.aff_home_wrap .container {
    background: #e2e2e2;
}
.aff_home_wrap .container .aff_text {
    padding: 35px 0px 35px 35px;
}
.aff_home_wrap .container .aff_text h3.fw-light {
    font-size: 30px;
}
.aff_home_wrap .container .aff_text ul li {
    line-height: 22px;
    margin: 10px 0;
}
.aff_home_wrap .container .aff_text p.text-secondary {
    margin: 25px 0;
    line-height: 26px;
}
.aff_home_wrap .container .aff_text a {
    padding: 15px;
    display: block;
	background-color: #1bbea5;
    width: 160px;
	text-align: center;
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 4px;
	transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
}
.aff_home_wrap .container .aff_text a:hover {
    background-color: #158474;
}
/* //Services page */

/* Css By Chiranjit */
h1:not(.site-title)::before, h2::before {
	background: none;
	content: "";
	display: none;
	height: 0;
	margin: 0;
	width: 0;
}

/* About page */
.about_section {
    overflow: hidden;
    margin: 10px auto 50px;
    padding: 0;
}
.about_section .wp-block-image {
    max-width: 410px;
    width: 90%;
    margin-right: 25px;
	overflow: hidden;
    float: left;
}
.about_section p {
    line-height: 25px;
    margin-bottom: 15px;
}
/* // About page */


/*  Testimonials page */
.testimonial_section {
    max-width: 900px;
    margin: auto;
}
.testimonial_section .row {
    border-left: 7px solid #24b49b;
    margin: 10px auto;
    padding: 35px 25px;
    border-radius: 4px;
    background: #e9e9e9;
}
.testimonial_section .row p.fw-bold {
    margin-top: 15px;
}
/*  // Testimonials page */