a{
    text-decoration: none;
    transition: all 0.6s;
}

body,
html {
  height: 100%;
}

p{
    margin: 0;
    padding: 0;
}

body {
  font-family: Poppins;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  transition: 0.5s;
}

button,
input,
select,
textarea {
  font-size: 100%;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  transition: 0.3s !important;
}

a:focus {
    outline: 0;
}

ul{
    padding: 0;
    margin: 0;
}

ul li{
    list-style-type: none;
}

.btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}

/*---- font family secion start -----*/
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Regular.eot');
    src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Regular.woff2') format('woff2'),
        url('../fonts/Poppins-Regular.woff') format('woff'),
        url('../fonts/Poppins-Regular.ttf') format('truetype'),
        url('../fonts/Poppins-Regular.svg#Poppins-Regular') format('svg');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Medium.eot');
    src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Medium.woff2') format('woff2'),
        url('../fonts/Poppins-Medium.woff') format('woff'),
        url('../fonts/Poppins-Medium.ttf') format('truetype'),
        url('../fonts/Poppins-Medium.svg#Poppins-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-SemiBold.eot');
    src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
        url('../fonts/Poppins-SemiBold.woff') format('woff'),
        url('../fonts/Poppins-SemiBold.ttf') format('truetype'),
        url('../fonts/Poppins-SemiBold.svg#Poppins-SemiBold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: Poppins;
    src: url('../fonts/Poppins-Bold.eot');
    src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Poppins-Bold.woff2') format('woff2'),
        url('../fonts/Poppins-Bold.woff') format('woff'),
        url('../fonts/Poppins-Bold.ttf') format('truetype'),
        url('../fonts/Poppins-Bold.svg#Poppins-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: UrbaneRounded;
    src: url('../fonts/UrbaneRounded-Bold.eot');
    src: url('../fonts/UrbaneRounded-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/UrbaneRounded-Bold.woff2') format('woff2'),
        url('../fonts/UrbaneRounded-Bold.woff') format('woff'),
        url('../fonts/UrbaneRounded-Bold.ttf') format('truetype'),
        url('../fonts/UrbaneRounded-Bold.svg#UrbaneRounded-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-- font family secion end ---*/

/*--- header section start ---*/
.header_top {
    padding: 10px 0;
    transition: all 500ms ease-in-out;
    background: #ffbd59;
}
.header_toptext img {
    width: 17px;
    margin-right: 2px;
}
.logo_img img {
    width: 152px;
    margin-top: 6px;
}
.header_toptext {
    font-size: 14px;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    padding-right: 20px;
}
.header_toptext a {
    color: #fff;
    vertical-align: middle;
}
.header_toptext a:hover{
    color: #8186f8;
}
.header_right_icon {
    margin-top: 30px;
}
.head_bg {
    background: #fff;
    height: 100px;
}   
.header_nav ul li:first-child{
    margin: 0;
}
.header_rightbox{
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.header_rightbox a {
    margin-left: 5px;
}
.header_rightbox img {
    width: 14px;
}
.hd_contact ,.form_box .box .btn{
    background: linear-gradient(89deg, #7f85f9 0%, #e77fd5 100%);
    padding: 12px 28px;
    display: inline-block;
    color: #fff;
    border-radius: 25px;
    font-weight: bold;
    transition: all 500ms ease-in-out;
    font-size: 14px;
    text-transform: uppercase;
}
.hd_contact:hover ,.form_box .box .btn:hover{
    color: #fff;
    box-shadow: -3px 5px 5px #7f85f9;
}
.navbar-default.navbar-shrink .head_bg {
    box-shadow: 0px 0px 15px -8px #8f8f8f;
}
.navbar-default.navbar-shrink .header_top {
    margin-top: -45px;
}
/*--- banner section start ---*/
.banner_info {
    padding: 100px 0 76px;
    background: url(../images/banner_backbg.jpg) no-repeat center;
    background-size: cover;
    margin-top: 142px;
}
.banner_texthd {
    font-size: 60px;
    color: #ed7fd3;
    font-weight: bold;
    line-height: 65px;
    margin-bottom: 20px;
    font-family: UrbaneRounded;
    position: relative;
}
.banner_texthd strong{
    color: #8186f8;
    font-weight: bold;
}
.banner_textpara {
    font-size: 16px;
    color: #1f1f1f;
    line-height: 27px;
    margin-bottom: 30px;
}
.banner_disc {
    padding-left: 15%;
}
.banner_rightimgbox {
    width: 580px;
    height: 580px;
    border-radius: 100%;
    background: #ffffff;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 50%, rgba(237, 127, 211, 1) 50%, rgba(237, 127, 211, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.banner_rightimgbox::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    width: 630px;
    height: 630px;
    border-radius: 100%;
    border: 1px solid #000;
    right: 0;
    transform: translate(-50%, -50%);
}
.banner_rtboxvideo {
    width: 543px;
    height: 543px;
    border: 16px solid #ffbd59;
    border-radius: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.banner_rtboxvideo video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}
/*-- banner section end --*/

/*--- services section start ---*/
.services_info{
    padding: 115px 0 165px;
    background: url(../images/serve_bgimg.png) no-repeat;
    background-size: cover;
    position: relative;
}
.services_info::before {
    position: absolute;
    content: "";
    bottom: 8%;
    left: 0;
    background: url(../images/serve_linebg.png) no-repeat center;
    width: 100%;
    height: 17px;
}
.main_text_hd {
    font-size: 38px;
    color: #ed7fd3;
    font-family: UrbaneRounded;
    font-weight: bold;
    line-height: 40px;
    margin-bottom: 15px;
    position: relative;
    display: inline-block;
    padding-right: 40px;
}
.main_text_hd2{
   padding-left: 40px;
}
.main_text_hd::before {
    position: absolute;
    content: "";
    top: 0;
    width: 30px;
    height: 27px;
    background: url(../images/spoon_imgtextbg.png) no-repeat center;
    background-size: 100%;
    margin: auto 0;
    bottom: 0;
    right: 0;
}
.main_text_hd2::after {
    position: absolute;
    content: "";
    top: 0;
    width: 30px;
    height: 27px;
    background: url(../images/spoon_imgtextbg.png) no-repeat center;
    background-size: 100%;
    margin: auto 0;
    bottom: 0;
    left: 0;
}
.main_text_hd strong{
    color: #8185f8;
    font-weight: bold;
}
.services_boximg img {
    height: 457px;
    object-fit: cover;
    width: 100%;
    border-radius: 20px;
}
.services_boximg{
    position: relative;
}
.services_boximg::before {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    border: 1px dashed #ffbd59;
	width:100%;
    max-width: 489px;
    height: 417px;
    border-radius: 20px;
    transform: translate(-50%, -50%);
}
.services_text_hd{
    font-size: 30px;
    font-family: UrbaneRounded;
    font-weight: bold;
    color: #8185f8;
    line-height: 35px;
    margin: 25px 0 15px;
}
.services_text_para{
    color: #202020;
    font-size: 14px;
    line-height: 28px;
}
/*--- services section end --*/

/*--- about section start --*/
.about_info{
    background: url(../images/about_backbg.jpg) no-repeat;
    background-size: cover;
    padding: 94px 0 127px;
}
.about_leftlogo{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
}
.about_rightbox{
    padding: 0 90px 0 16px;
}
.main_text_para {
    font-size: 16px;
    color: #212121;
    line-height: 25px;
    margin-bottom: 15px;
}
/*--- about section end --*/

/*-- choose section start --*/
.choose_info {
    background: url(../images/choose_bgimg.png) no-repeat;
    padding: 100px 0 80px;
    background-position: top 40px left;
}
.choose_leftbox ,.choose_rtbox{
    padding-top: 40px;
}
.choose_list ul li {
    position: relative;
    padding: 0 0 0 20px;
    color: #2a2a2a;
    margin-bottom: 20px;
}
.choose_list ul li::before {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background-image: linear-gradient(89deg, #7f85f9 0%, #e77fd5 100%);
}
.choose_rtbox .choose_list ul li {
    text-align: right;
    padding: 0 20px 0 0;
}
.choose_rtbox .choose_list ul li::before {
    right: 0;
    left: auto;
}
/*-- choose section end --*/

/*-- form section start --*/
.form_info{
    background: url(../images/form_bgimg.jpg) no-repeat;
    padding: 100px 0;
    background-size: cover;
}
.form_box .box .form-control {
    border: none;
    background: #fff;
    border-radius: 0;
    padding: 15px 25px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
    color: #1f1f1f;
}
.form_box .box textarea {
    height: 100px;
    resize: none;
}
/*-- form section end --*/

/*-- testimonial section start --*/
.testimonial_info{
    padding: 80px 0 115px;
    background: url(../images/testimonial_bgimg.png) no-repeat;
    background-size: cover;
}
.tesimonial_box .sp-testimonial-free {
    padding: 37px 15px 0 20px;
}
.tesimonial_box .sp-testimonial-client-rating {
    position: absolute;
    top: 0;
    left: 20px;
}
.tesimonial_box .sp-testimonial-item.swiper-slide-next {
    border-left: 1px solid rgb(32 32 32 / 20%);
    border-right: 1px solid rgb(32 32 32 / 20%);
}
.tesimonial_box .sp-testimonial-content p {
    color: #202020 !important;
    text-align: left !important;
    line-height: 27px !important;
    padding: 0 !important;
    min-height: 108px;
}
.tesimonial_box .sp-testimonial-client-name {
    font-size: 18px !important;
    color: #202020 !important;
    text-align: right !important;
}
.tesimonial_box .testimonial-nav-arrow {
    font-size: 40px !important;
}
/*-- testimonial section end --*/

/*--- footer section start ---*/
.footer_bg {
    padding: 90px 0 0;
    background: url(../images/footer_bg.jpg) no-repeat center;
    background-size: cover;
}
.ft_logo {
    text-align: center;
    margin-bottom: 60px;
}
.ft_logo img{
    width: 164px;
}
.detail_box {
    display: flex;
    align-items: center;
    min-height: 100%;
}
.detail_icon {
    width: 28px;
    height: 28px;
    background: linear-gradient(89deg, #7f85f9 0%, #e77fd5 100%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
}
.detail_icon img {
    width: 14px;
}
.detail_textbox {
    width: 68%;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.detail_textbox a {
    color: #fff;
}
.deatil_bdrt {
    border-right: 1px solid #fff;
}
.detail_box2{
    padding-left: 25px;
}
.footer_copy_box {
    padding: 16px 0;
    margin-top: 50px;
    color: #fff;
    text-align: center;
    border-top: 1px solid #fff;
    font-size: 14px;
}
.footer_copy_box a{
    color: #fff;
}
.footer_copy_box a:hover{
    color: #8186f8;
}
/*---- footer section end ----*/

/*  scroll top --*/
#back_to_top {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background: linear-gradient(89deg, #7f85f9 0%, #e77fd5 100%);
    cursor: pointer;
    padding: 12px 15px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    transition: all 0.5s;
}

#back_to_top:hover{
    box-shadow: inset 0 80px #8185f8;
}
.error_container {
   display: flex;
   min-height: 60vh;
   align-items: center;
   text-align: center;
}

/*-- inner page head --*/

.site-content, .site-main .widecolumn {
    margin-left: 0px !important;
}
.page .entry-header, .blog_page_header {
    background: url("../images/inner_bannerimg.jpg") #fff no-repeat center !important;
    background-size: cover !important;
    max-width: 100% !important;
    padding: 200px 0 40px !important;
    margin: 143px 0 0 !important;
    position: relative;
    overflow: hidden;
    text-align: center;
}
.page .entry-header:before, .blog_page_header:before {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.page .entry-content {
    max-width: 100% !important;
    padding: 0px !important;
}
.content-area, .content-sidebar {
    padding-top: 0px !important;
}
.page .entry-title, .blog_page_title {
    color: #fff;
    position: relative;
    font-size: 32px;
    font-weight: 600;
    text-transform: uppercase;
    z-index: 99;
    margin-bottom: 3px;
}
.breadcrumb-container {
    width: 100%;
    color: #f26d20;
    position: relative;
    font-size: 15px;
}
.breadcrumb-container a {
    color: #f26d20;
}