@import url("https://fonts.googleapis.com/css2?family=Rubik:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900");
/* :: 2.0 Import All CSS */
@import url(bootstrap.min.css);
@import url(owl.carousel.css);
@import url(owl.theme.css);
@import url(animate.min.css);
@import url(animation.min.css);
@import url(magnific-popup.css);
@import url(font-awesome.min.css);
@import url(custom-icon.css);
@import url(classy-nav.min.css);
@import url(../font/flaticon.css);
/* :: 3.0 Base CSS */
* {
  margin: 0;
  padding: 0; }

body {
 /* font-family: "Montserrat", sans-serif;*/
  /*font-family: 'Poppins', sans-serif;*/
  font-family: 'Barlow', sans-serif;
  font-size: 14px; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #242424;
  line-height: 1.3;
  font-weight: 700; }

p {
  color: #060505;
  font-size: 14px;
  line-height: 2;
  font-weight: 500; }

a,
a:hover,
a:focus {
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms;
  text-decoration: none;
  outline: 0 solid transparent;
  color: #141414;
  font-weight: 600;
  font-size: 14px; }

ul,
ol {
  margin: 0; }
  ul li,
  ol li {
    list-style: none; }

img {
  height: auto;
  max-width: 100%; }

/* Spacing */
.mt-15 {
  margin-top: 15px !important; }

.mt-30 {
  margin-top: 30px !important; }

.mt-50 {
  margin-top: 50px !important; }

.mt-70 {
  margin-top: 70px !important; }

.mt-100 {
  margin-top: 100px !important; }

.mb-15 {
  margin-bottom: 15px !important; }

.mb-30 {
  margin-bottom: 30px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-100 {
  margin-bottom: 100px !important; }

.ml-15 {
  margin-left: 15px !important; }

.ml-30 {
  margin-left: 30px !important; }

.ml-50 {
  margin-left: 50px !important; }

.mr-15 {
  margin-right: 15px !important; }

.mr-30 {
  margin-right: 30px !important; }

.mr-50 {
  margin-right: 50px !important; }

/* Height */
.height-400 {
  height: 400px !important; }

.height-500 {
  height: 500px !important; }

.height-600 {
  height: 600px !important; }

.height-700 {
  height: 700px !important; }

.height-800 {
  height: 800px !important; }

/* Section Padding */
.section-padding-100 {
  padding-top: 100px;
  padding-bottom: 100px; }

.section-padding-100-0 {
  padding-top: 100px;
  padding-bottom: 0; }

.section-padding-0-100 {
  padding-top: 0;
  padding-bottom: 100px; }

.section-padding-100-70 {
  padding-top: 100px;
  padding-bottom: 70px; }

/* Section Heading */
.section-heading {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-bottom: 40px !important; }
  .section-heading span {
    color: #606060;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 15px;
    display: block;
    letter-spacing: 2px; }
  .section-heading h3 {
    font-size: 34px;
    margin-bottom: 0;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .section-heading h3 {
        font-size: 24px; } }
  .section-heading.text-left {
    text-align: left !important; }
  .section-heading.white span,
  .section-heading.white h3 {
     color: #3c3876;
    font-weight: 700;
    /* color: #ffffff; */
    font-size: 36px;
    margin-bottom: 8px;}
.section-heading.white h5 {
	font-weight: 500;
    font-size: 24px;
    }

/* Preloader */
#preloader {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #61ba6d, #83c331);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5000; }
  #preloader .circle-preloader {
    display: block;
    width: 60px;
    height: 60px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    border-bottom-color: #ffffff;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    animation: spin 2s infinite linear; }
@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
/* Miscellaneous */
.bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;     height: 600px;}

.bg-white {
  background-color: #ffffff !important; }

.bg-dark {
  background-color: #000000 !important; }

.bg-transparent {
  background-color: transparent !important; }

.font-bold {
  font-weight: 700; }

.font-light {
  font-weight: 300; }

.bg-overlay {
  position: relative;
  z-index: 2;
  background-position: center center;
  background-size: cover; }
  .bg-overlay::after {
    background-color: rgba(0, 0, 0, 0.88);
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: ""; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #ffffff;
  right: 0;
  padding-right: 0;
  width: 30px;
  height: 30px;
  background-color: #61ba6d;
  line-height: 30px;
  text-align: center;
  position: absolute;
  top: 40px;
  right: -30px; }
  @media only screen and (max-width: 767px) {
    .mfp-image-holder .mfp-close,
    .mfp-iframe-holder .mfp-close {
      right: 0; } }

/* ScrollUp */
#scrollUp {
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(to right, #f14b0f, #f14b0f);
  border-radius: 0;
  bottom: 80px;
  box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.3);
  color: #ffffff;

    font-size: 24px;
    height: 45px;
    line-height: 41px;
    right: 21px;
    text-align: center;
    width: 45px;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    border-radius: 50%;
    font-weight: bold; }
  #scrollUp:hover {
    background-color: #141414; }
  @media only screen and (max-width: 767px) {
    #scrollUp {
      bottom: 30px;
      right: 30px; }
	  #back-top {
   
    right: 30px!important;
	  }}
	  
	  
	  
	  
	  
	  #back-top {
    position: fixed;
    right: 34px;
    bottom: 81px;
    cursor: pointer;
    z-index: 9999999;
    opacity: 0;
    -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;
}
.back-top-animation {
  
    opacity: 1 !important;
    -webkit-transition: all 0.4s ease-in !important;
    -moz-transition: all 0.4s ease-in !important;
    -o-transition: all 0.4s ease-in !important;
    transition: all 0.4s ease-in !important;
}
#back-top a {
    background: #048504;
    display: block;
    text-align: center;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    padding: 6px 6px 6px 6px;
    -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;
}
#back-top a i {
    font-size: 25px;
	line-height:33px;
    color: #fff;
}
	  
	  
	  
	  
	  
	  
	  

/* Essence Button */
.academy-btn {
  display: inline-block;
  min-width: 160px;
  height: 65px;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 56px;
    font-size: 18px;
  line-height: 65px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  background: #f14b0f;
  font-weight: 600; }
  .academy-btn.btn-sm {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 42px; }
  .academy-btn.active, .academy-btn:hover, .academy-btn:focus {
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331); }
  .academy-btn.btn-2 {
    background: #141414; }
    .academy-btn.btn-2:hover, .academy-btn.btn-2:focus {
      background: #f14b0f; }
  .academy-btn.btn-3 {
    background: #f14b0f; }
    .academy-btn.btn-3:hover, .academy-btn.btn-3:focus {
      background: #141414; }
  .academy-btn.btn-4 {
    background: #ffffff;
    border: 2px solid #f14b0f;
    color: #606060; }
    .academy-btn.btn-4:hover, .academy-btn.btn-4:focus {
      background: #f14b0f;
      color: #ffffff; }
.header__right {
	text-align: right;
	padding: 10px 0;
}

.header__right__search {
	display: inline-block;
	padding-right: 15px;
	position: relative;
	margin-right: 15px;
}
.is-sticky img{/*width: 86%;*/}
.header__right__search:after {
	position: absolute;
	right: 0;
	top: 5px;
	width: 1px;
	height: 15px;
	background: rgba(255, 255, 255, 0.3);
	content: "";
}

.header__right__search i {
	font-size: 15px;
	color: #ffffff;
	cursor: pointer;
}

.header__right__social {
	display: inline-block;
	margin-right: 25px;
}

.header__right__social a {
	display: inline-block;
	font-size: 16px;
	color: #ffffff;
	margin-right: 20px;
}

.header__right__social a:last-child {
	margin-right: 0;
}
.header__right__btn {
    display: inline-block;
}
.primary-btn {
    display: inline-block;
   font-weight: 700 !important;
    text-transform: capitalize;
    padding: 11px 21px;
    color: #ffffff !important;
    background: #f14b0f;
    letter-spacing: 1px;
    font-size: 15px!important;
	    border-radius: 6px;
}
.header__logo {
   
    position: relative;
    z-index: 1;
}
/* Header Area CSS */
.header-area {
  position: relative;
  z-index: 100;
  width: 100%;
  position: absolute;
     
   }
   .myheaderarea .header-area {
	 background: linear-gradient(
135deg,#f14b0f 0%,#385222 100%);  
   }
   @media (max-width: 1700px) and (min-width: 1280px){
.trp_nav_area .container-fluid {
    padding: 0 50px;
}}
.trp_nav_area .container-fluid {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9999;
    background-color: transparent;
    padding: 0 100px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
  .header-area .top-header {
    width: 100%;
     }
    .header-area .top-header .login-content a {
      display: inline-block;
      font-weight: 600; }
      .header-area .top-header .login-content a:hover {
        color: #f14b0f; }
  .header-area .academy-main-menu {
    position: relative;
    width: 100%;
   /* height: 85px;*/
   
    top: 0;
    z-index: 0;
    left: 0;
    right: 0; }
    .header-area .academy-main-menu .classy-nav-container {
     /* background-color: transparent; */}
    .header-area .academy-main-menu .classy-navbar {
      
      height: unset;
      padding: 0; 
	  position:relative;
	  display:block;}
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em;
		  top: 25px; } 
	}
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classy-navbar {
          padding: 0;
          padding-left: 2em; 
		  } }
      .header-area .academy-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
        text-transform: capitalize;    color: #000000; font-size:16.5px;}
		 .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover {
			 color:#f14b0f;
			
		 }
		  .header-area .is-sticky .academy-main-menu .classy-navbar .classynav ul li a:hover {
			 color:#f14b0f !important;
			
		 }
		.header-area .is-sticky .academy-main-menu .classy-navbar .classynav ul li a {
        font-weight: 500;
    text-transform: capitalize;
    color: #000000;}
		.has-down .dd-arrow::before, .megamenu-item .dd-arrow::before, .has-down .dd-arrow::after, .megamenu-item .dd-arrow::after {
   
    background-color: #fff;}
	.classynav ul li .dropdown li a {
    border-bottom: 1px solid rgba(242,244,248,.7);
    color: #333 !important;
}
.classynav ul li a {
    padding: 0 0px 0px 30px;
    display: block;
    height: 40px;
    font-size: 16px;
    line-height: 34px;
}
.breakpoint-off .classynav ul li .dropdown {
    width: max-content;}
        .header-area .academy-main-menu .classy-navbar .classynav ul li a:hover, .header-area .academy-main-menu .classy-navbar .classynav ul li a:focus {
          color: #f14b0f; }
    .header-area .academy-main-menu .classynav {
      padding-left: 0em; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0;text-align: left; } }
      @media only screen and (max-width: 767px) {
        .header-area .academy-main-menu .classynav {
          padding-left: 0;text-align: left; } }
    .header-area .academy-main-menu .calling-info {
      position: relative;
      padding-left: 80px;
      overflow: hidden; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .header-area .academy-main-menu .calling-info {
          padding-left: 50px; } }
      .header-area .academy-main-menu .calling-info .call-center {
        position: relative;
        z-index: 1;
        background: #61ba6d;
        background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
        background: linear-gradient(to right, #61ba6d, #83c331);
        padding: 0 40px;
        line-height: 85px;
        height: 85px; }
        @media only screen and (min-width: 992px) and (max-width: 1199px) {
          .header-area .academy-main-menu .calling-info .call-center {
            padding: 0 15px 0 30px; } }
        .header-area .academy-main-menu .calling-info .call-center a {
          color: #ffffff;
          font-size: 14px;
          font-weight: 700;
          display: block; }
          .header-area .academy-main-menu .calling-info .call-center a i {
            width: 45px;
            height: 45px;
            border: 2px solid #ffffff;
            border-radius: 50%;
            display: inline-block;
            line-height: 41px;
            font-size: 18px;
            text-align: center;
            margin-right: 20px;
			
			
			
			 }
            @media only screen and (min-width: 992px) and (max-width: 1199px) {
              .header-area .academy-main-menu .calling-info .call-center a i {
                margin-right: 10px; } }
          @media only screen and (max-width: 767px) {
            .header-area .academy-main-menu .calling-info .call-center a span {
              display: none; } }
        .header-area .academy-main-menu .calling-info .call-center:before {
          position: absolute;
          width: 50px;
          height: 120%;
          top: 3px;
          left: -28px;
          z-index: 1;
          background-color: #61ba6d;
          content: '';
          -webkit-transform: rotate(30deg);
          transform: rotate(30deg); }
          @media only screen and (min-width: 992px) and (max-width: 1199px) {
            .header-area .academy-main-menu .calling-info .call-center:before {
              width: 42px; } }
  .header-area .is-sticky .academy-main-menu {
    position: fixed;
    width: 100%!important;
  /*  height: 85px;*/
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #fff;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.2); 
	    padding: 5px 0px;}
    

.hero-slides {
  position: relative;
  z-index: 1; }
 .hero-slides .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #60736ad6; }
  .hero-slides .single-hero-slide {
    width: 100%;
    height: 850px;
    position: relative;
    z-index: 1; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .hero-slides .single-hero-slide {
        height: 650px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .hero-slides .single-hero-slide {
        height: 550px; } }
    @media only screen and (max-width: 767px) {
      .hero-slides .single-hero-slide {
        height: 600px; } }
    .single-hero-slide h4 {
      color: #000;
      margin-bottom: 10px; }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h4 {
          font-size: 18px; } }
    .hero-slides .single-hero-slide h2 {
      font-size: 60px;
      color: #ffffff;
     margin-bottom: 0px; }
	 .hero-slides .single-hero-slide p {
      max-width: 650px;
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 34px; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 48px; } }
      @media only screen and (min-width: 768px) and (max-width: 991px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 36px; } }
      @media only screen and (max-width: 767px) {
        .hero-slides .single-hero-slide h2 {
          font-size: 30px; } }
  .hero-slides .owl-prev,
  .hero-slides .owl-next {
   border: 1px solid;
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    opacity: 0;
    visibility: hidden;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .hero-slides .owl-prev,
      .hero-slides .owl-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px; } }
    .hero-slides .owl-prev:hover, .hero-slides .owl-prev:focus,
    .hero-slides .owl-next:hover,
    .hero-slides .owl-next:focus {
      background: #141414;
      color: #ffffff; }
  .hero-slides .owl-next {
    left: auto;
    right: 5%; }
  .hero-slides:hover .owl-prev, .hero-slides:hover .owl-next {
    opacity: 1;
    visibility: visible; }

/* Top Features Area CSS */
.top-features-area {
  position: relative;
  
  padding:50px 0px 20px;
   }
  
  .top-features-area .features-content {
    position: relative;
    z-index: 50;
    
    padding: 6px 0px;
    }
    .top-features-area .features-content .single-top-features {
      border-top: 5px solid #ffffff;
	  padding:20px;
	  
	  box-shadow:0 6px 25px rgb(12 89 219 / 14%);
	      border-radius: 6px;
		 margin-bottom:15px;
		  
	  
	  }
	   .top-features-area .features-content .single-top-features:hover {
		   
		    border-top: 5px solid #f14b0f;
	   }
	  .single-top-features .iconsec{
		  text-align: center;
    margin-bottom: 20px;
	  }
     .single-top-features .iconsec img{
		 height:90px;
		 width:90px;
	 }
      .top-features-area .features-content .single-top-features i {
        font-size: 40px;
        margin-right: 15px;
        color: #000;
		font: normal normal normal 35px/1.5 FontAwesome; }
     
     
      .top-features-area .features-content .single-top-features h5 {
        font-size: 22px;
        margin-bottom: 10px;
        font-weight: 600;
        color: #000;
		text-align:center; }
		 .top-features-area .features-content .single-top-features p {
			 text-align:center;
			 font-size:15px;
			 color:#504e4e;
			 
		 }
 
		 .academy-courses-area{
background-image: linear-gradient(22deg,#ffffff,#f4f4f4 100%);
background: #ffffff !important;}
/* Course Area CSS */
.mb-20{margin-bottom:20px;}
.single-course-area .course-icon {
 /*-webkit-box-flex: 0; 
    -ms-flex: 0 0 91px;*/
    /* flex: 0 0 52px; */
    /* min-width: 38px; */
    /* width: 91px; */
	flex: 0 0 48px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 99px;
    height: 44px;
    line-height: 46px;
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    border-radius: 50%;
    margin-right: 20px; }
	.academy-courses-area p{
	font-size: 17px;
    line-height: 29px;
	}
.single-course-area .course-content h4 {
  margin-bottom: 15px;
  -webkit-transition-duration: 500ms;
  transition-duration: 500ms; }
  @media only screen and (min-width: 992px) and (max-width: 1199px) {
    .single-course-area .course-content h4 {
      font-size: 18px; } }
  @media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-course-area .course-content h4 {
      font-size: 16px; } }
  @media only screen and (max-width: 767px) {
    .single-course-area .course-content h4 {
      font-size: 18px; } }
.single-course-area .course-content p {
  margin-bottom: 0; }
.single-course-area:hover .course-content h4, .single-course-area:focus .course-content h4 {
  color: #f14b0f; }

/* Testimonials Area CSS */
.single-testimonial-area {
  position: relative;
  z-index: 1;    box-shadow: 0px 0px 25px 10px #dddddd;padding: 2em 1em;
  border-bottom: 5px solid #f14b0f;
    border-radius: 10px;
 }
 .single-testimonial-area p{
	 font-size: 16px;
 }
 .single-testimonial-area .d-flex{padding-bottom: 1.5em;}
  .single-testimonial-area .testimonial-thumb {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-left: 10px;
    margin-right: 35px;
    margin-top: 0px;
    border-radius: 50%; }
    .single-testimonial-area .testimonial-thumb img {
      border-radius: 50%; }
  .single-testimonial-area .testimonial-content h5 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    color: #191919;
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 24px; }
  .single-testimonial-area .testimonial-content p {
    color: #191919; }
  .single-testimonial-area .testimonial-content h6 {
    color: #191919;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 15px; }
    .single-testimonial-area .testimonial-content h6 span {
      color: #f14b0f; }
  .single-testimonial-area:hover .testimonial-thumb {
    border-color: #f14b0f; }
  .single-testimonial-area:hover .testimonial-content h5 {
    color: #f14b0f; }

/* Top Popular Course Area CSS */
.single-top-popular-course {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  background-color: #eef3f6; }
  .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    width: 54%;
    padding: 30px; }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .single-top-popular-course .popular-course-content h5 {
      font-size: 18px;
      font-weight: 500;
      margin-bottom: 8px; }
    .single-top-popular-course .popular-course-content span {
      font-size: 12px;
      color: #61ba6d;
      margin-bottom: 10px;
      display: block; }
    .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 46%;
    flex: 0 0 46%;
    max-width: 46%;
    width: 46%;
    height: 350px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .single-top-popular-course .popular-course-thumb {
        height: 420px; } }
    @media only screen and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .single-top-popular-course .popular-course-thumb {
        height: 250px; } }

.popular-course-details-area .single-top-popular-course {
  margin-bottom: 0; }
  .popular-course-details-area .single-top-popular-course .popular-course-content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    max-width: 570px;
    width: 570px;
    padding: 30px;
    margin-left: auto; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 465px;
        flex: 0 0 465px;
        max-width: 465px;
        width: 465px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
        flex: 0 0 370px;
        max-width: 370px;
        width: 370px; } }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-content {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%; } }
    .popular-course-details-area .single-top-popular-course .popular-course-content h5 {
      font-size: 36px;
      font-weight: 500;
      margin-bottom: 8px;
      margin-left: -2px; }
    .popular-course-details-area .single-top-popular-course .popular-course-content span {
      font-size: 14px;
      color: #61ba6d;
      margin-bottom: 10px;
      display: block; }
    .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings {
      font-size: 10px;
      color: #fbb710;
      margin-bottom: 30px; }
      .popular-course-details-area .single-top-popular-course .popular-course-content .course-ratings .fa-star-o {
        color: #e0e3e4; }
  .popular-course-details-area .single-top-popular-course .popular-course-thumb {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    width: 50%;
    height: 620px; }
    @media only screen and (max-width: 767px) {
      .popular-course-details-area .single-top-popular-course .popular-course-thumb {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        height: 400px; } }

/* Partner Area CSS */
.partners-logo {
  position: relative;
  z-index: 1; }
  .partners-logo a {
    display: inline-block;
    max-width: 130px; }
    @media only screen and (max-width: 767px) {
      .partners-logo a {
        max-width: 40px; } }
    @media only screen and (min-width: 480px) and (max-width: 767px) {
      .partners-logo a {
        max-width: 60px; } }

/* Call to Action Area CSS */
.call-to-action-area {
  position: relative;
  z-index: 1;
  background: #61ba6d;
  background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
  background: linear-gradient(135deg,#2cb367,#ffcb39);
  padding: 70px 0; }
  .call-to-action-area .cta-content h3 {
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 0;max-width: 900px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px; } }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .call-to-action-area .cta-content h3 {
        font-size: 20px; } }
    @media only screen and (max-width: 767px) {
      .call-to-action-area .cta-content h3 {
        font-size: 24px;
        margin-bottom: 30px; } }
  .call-to-action-area .cta-content .academy-btn {
    min-width: 110px;
    padding: 0 20px;
    height: 42px;
    line-height: 38px;
    border: 2px solid #ffffff; }


/* Breadcumb Area CSS */
.breadcumb-area {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 200px; }
  .breadcumb-area .bradcumbContent {
    width: 500px;
    height: 110px;
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    position: absolute;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 30; }
    @media only screen and (max-width: 767px) {
      .breadcumb-area .bradcumbContent {
        width: 280px; } }
    .breadcumb-area .bradcumbContent h2 {
      text-align: center;
      line-height: 110px;
      font-size: 36px;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        .breadcumb-area .bradcumbContent h2 {
          font-size: 24px; } }

/* About Us Content Area CSS */
.about-slides {
  position: relative;
  z-index: 1; }
  .about-slides .owl-prev,
  .about-slides .owl-next {
    background: #61ba6d;
    background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
    background: linear-gradient(to right, #61ba6d, #83c331);
    width: 56px;
    height: 56px;
    line-height: 56px;
    color: #ffffff;
    top: 50%;
    margin-top: -28px;
    left: 5%;
    position: absolute;
    z-index: 10;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms; }
    @media only screen and (max-width: 767px) {
      .about-slides .owl-prev,
      .about-slides .owl-next {
        width: 36px;
        height: 36px;
        line-height: 36px;
        margin-top: -18px; } }
  .about-slides .owl-next {
    left: auto;
    right: 5%; }

/* Teachers Area CSS */
.single-teachers-area {
  position: relative;
  z-index: 1; }
  .single-teachers-area .teachers-info h5 {
    font-weight: 400;
    margin-bottom: 3px; }
  .single-teachers-area .teachers-info span {
    color: #f14b0f;
    font-size: 14px; }

/* Blog Area CSS */
@media only screen and (max-width: 767px) {
  .academy-blog-sidebar {
    margin-top: 100px; } }

.single-blog-post {
  background-color: #eef3f6;
  padding: 30px; }
  .single-blog-post .post-title {
    font-size: 24px;
    display: block;
    font-weight: 500;
    margin-bottom: 5px; }
    .single-blog-post .post-title:hover, .single-blog-post .post-title:focus {
      color: #f14b0f; }
  .single-blog-post .post-meta {
    margin-bottom: 30px; }
    .single-blog-post .post-meta p {
      font-size: 12px;
      color: #f14b0f;
      margin-bottom: 0; }
      .single-blog-post .post-meta p a {
        font-size: 12px;
        color: #f14b0f;
        font-weight: 500; }

.academy-pagination-area .pagination .page-item .page-link {
  width: 36px;
  height: 36px;
  background-color: #eef3f6;
  display: block;
  padding: 0;
  border: none;
  margin-right: 10px;
  color: #242424;
  font-size: 12px;
  font-weight: 600;
  text-align: center;
  line-height: 36px; }
  .academy-pagination-area .pagination .page-item .page-link:hover, .academy-pagination-area .pagination .page-item .page-link:focus {
    background-color: #61ba6d;
    color: #ffffff; }
.academy-pagination-area .pagination .page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.academy-pagination-area .pagination .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.academy-pagination-area .pagination .page-item.active .page-link {
  background-color: #61ba6d;
  color: #ffffff; }

.blog-post-search-widget form {
  position: relative;
  z-index: 1; }
  .blog-post-search-widget form input {
    width: 100%;
    height: 48px;
    border: none;
    background-color: #eef3f6;
    padding: 0 30px;
    font-size: 12px;
    font-style: italic; }
  .blog-post-search-widget form button {
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 48px;
    background-color: #f14b0f;
    border: none;
    z-index: 10;
    cursor: pointer;
    color: #ffffff; }

.blog-post-categories {
  background-color: #eef3f6;
  padding: 30px; }
  .blog-post-categories h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .blog-post-categories ul {
    padding-left: 30px; }
    .blog-post-categories ul li a {
      font-size: 16px;
      font-weight: 500;
      margin-bottom: 10px;
      display: block; }
      .blog-post-categories ul li a:hover, .blog-post-categories ul li a:focus {
        color: #f14b0f; }

.latest-blog-posts {
  background-color: #eef3f6;
  padding: 30px; }
  .latest-blog-posts h5 {
    font-size: 18px;
    margin-bottom: 30px; }
  .latest-blog-posts .latest-blog-post-thumb {
    @flex (0 0 66px);
    max-width: 66px;
    width: 66px;
    margin-right: 15px; }
  .latest-blog-posts .latest-blog-post-content .post-title h6 {
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    font-weight: 500;
    margin-bottom: 3px; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .latest-blog-posts .latest-blog-post-content .post-title h6 {
        font-size: 14px; } }
    .latest-blog-posts .latest-blog-post-content .post-title h6:hover, .latest-blog-posts .latest-blog-post-content .post-title h6:focus {
      color: #f14b0f; }
  .latest-blog-posts .latest-blog-post-content .post-date {
    font-size: 12px;
    color: #f14b0f; }

.map-area {
  position: relative;
  z-index: 2; }
  .map-area #googleMap {
    width: 100%;
    height: 650px; }
    @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .map-area #googleMap {
        height: 500px; } }

/* Contact Area CSS */
.contact-content {
  background-color: #eef3f6;
  padding: 100px 50px;
  position: relative;
  z-index: 15;
  top: -200px;
  margin-bottom: -100px; }
  @media only screen and (max-width: 767px) {
    .contact-content {
      padding: 50px 30px; } }
  .contact-content .section-heading {
    margin-bottom: 30px !important; }
  .contact-content .contact-social-info a {
    color: #f14b0f;
    display: inline-block;
    margin-right: 30px; }
  .contact-content .contact-icon i {
    padding-top: 5px;
    display: inline-block;
    color: #f14b0f; }
  .contact-content .contact-form-area {
    padding: 40px 20px;
    background-color: #ffffff; }
    @media only screen and (min-width: 768px) and (max-width: 991px) {
      .contact-content .contact-form-area {
        margin-top: 100px; } }
    @media only screen and (max-width: 767px) {
      .contact-content .contact-form-area {
        margin-top: 50px; } }
    .contact-content .contact-form-area .form-control {
      height: 55px;
      width: 100%;
      background-color: #eef3f6;
      font-size: 12px;
      font-style: italic;
      margin-bottom: 15px;
      border: none;
      border-radius: 0;
      padding: 15px 25px; }
    .contact-content .contact-form-area textarea.form-control {
      height: 200px; }

.elements-title h2 {
  font-weight: 500; }
.elements-title span {
  font-size: 12px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: block;
  color: #8e8e8e;
  margin-bottom: 15px; }

.single-pie-bar h6 {
  font-weight: 500; }

.single-cool-fact {
  position: relative;
  z-index: 1; }
  .single-cool-fact i {
    font-size: 45px;
    margin-bottom: 30px;
    display: block;
    color: #f14b0f; }
  .single-cool-fact h3 {
    font-size: 48px;
    font-weight: 400;
    margin-bottom: 5px; }
  .single-cool-fact p {
    font-size: 16px;
    margin-bottom: 0; }

/* Accordians */
.single-accordion.panel {
  background-color: #ffffff;
  border: 0 solid transparent;
  border-radius: 4px;
  box-shadow: 0 0 0 transparent;
  margin-bottom: 15px; }
.single-accordion:last-of-type {
  margin-bottom: 0; }
.single-accordion h6 {
  margin-bottom: 0;
  text-transform: uppercase; }
  .single-accordion h6 a {
    background-color: #f5f7fa;
    border-radius: 0;
    color: #141414;
    display: block;
    margin: 0;
    padding: 20px 60px 20px 20px;
    position: relative;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 500; }
    .single-accordion h6 a span {
      font-size: 10px;
      position: absolute;
      right: 20px;
      text-align: center;
      top: 23px; }
      .single-accordion h6 a span.accor-open {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
    .single-accordion h6 a.collapsed {
      background: #61ba6d;
      background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
      background: linear-gradient(to right, #61ba6d, #83c331);
      color: #ffffff; }
      .single-accordion h6 a.collapsed span.accor-close {
        opacity: 0;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        filter: alpha(opacity=0); }
      .single-accordion h6 a.collapsed span.accor-open {
        opacity: 1;
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        filter: alpha(opacity=100); }
.single-accordion .accordion-content {
  border-top: 0 solid transparent;
  box-shadow: none; }
  .single-accordion .accordion-content p {
    padding: 20px 15px 5px;
    margin-bottom: 0; }

/* Tabs CSS*/
.academy-tabs-content {
  position: relative;
  z-index: 1; }
  .academy-tabs-content .nav-tabs {
    border-bottom: none;
    margin-bottom: 50px; }
    .academy-tabs-content .nav-tabs .nav-link {
      background: #61ba6d;
      background: -webkit-linear-gradient(to right, #61ba6d, #83c331);
      background: linear-gradient(to right, #61ba6d, #83c331);
      padding: 0 20px;
      height: 50px;
      line-height: 50px;
      color: #ffffff;
      margin: 0 2px;
      border-radius: 0;
      border: none; }
      @media only screen and (min-width: 992px) and (max-width: 1199px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      @media only screen and (max-width: 767px) {
        .academy-tabs-content .nav-tabs .nav-link {
          padding: 0 10px; } }
      .academy-tabs-content .nav-tabs .nav-link.active {
        background: #f5f7fa;
        color: #141414; }
  .academy-tabs-content .tab-content h6 {
    font-size: 18px; }

/*# sourceMappingURL=style.css.map */
/*================================================
Choose Area CSS
=================================================*/
.choose-area {
  background-color: #f9fafb;
}

.choose-title span {
  color: #f14b0f;
}

.choose-title h2 {
  font-size: 36px;
  margin-top: 10px;
  margin-bottom: 14px;
}

.choose-title p {
  max-width: 570px;
  margin: auto;
}

.choose-image {
  position: relative;
  margin-top: 45px;
}

.choose-image .video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  left: 45px;
  right: 0;
  margin: auto;
  bottom: -40px;
  -webkit-transform: translateY(-135%);
          transform: translateY(-135%);
  text-align: center;
}

.choose-image .video-btn i {
  font-size: 35px;
    position: relative;
    top: 0px;
    left: 4px;
    color: #f14b0f;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.choose-image .video-btn::after {
  z-index: -1;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  width: 80px;
  height: 80px;
  -webkit-animation: ripple 1.6s ease-out infinite;
  animation: ripple 1.6s ease-out infinite;
  opacity: 0;
  border-radius: 50%;
  background: #f14b0f;
}

.choose-image .video-btn:hover, .choose-image .video-btn .video-content .video-btn:focus {
  background-color: #f14b0f;
  color: #ffffff !important;
}

.choose-image .video-btn:hover i, .choose-image .video-btn .video-content .video-btn:focus i {
  color: #ffffff;
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}
/*================================================
Process Area CSS
=================================================*/
.process-area {
  background-color: #f9fafb;
}

.process-area.bg-color {
  background-color: #fdfdfb;
}

.process-area.bg-color .container {
  max-width: 1140px;
}

.process-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
  box-shadow: 0 0 10px #ccc;
}

.process-item::before {
  position: absolute;
  content: "";
  height: 86%;
  width: 90%;
  background-color: #f14b0f;
  left: 0;
  right: 0;
  margin: auto;
  top: -110px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.process-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  text-align: center;
  font-size: 56px;
  color: #f14b0f;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.process-item h3 {
     font-size: 20px;
    margin-bottom: 8px;
}

.process-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.process-item:hover .icon i {
  background-color: #f14b0f;
  color: #ffffff;
}

.process-item.bg-top1 {
  margin-top: 0px;
}

.process-item.bg-top2 {
  margin-top: 0;
}

.process-item.bg-top3 {
  margin-top: 0;
}

.process-item.bg-top4 {
  margin-top: -30px;
}

.process-item-two {
  background-image: url(../../assets/img/process-shape.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
  height: 280px;
  width: 280px;
  text-align: center;
  margin-bottom: 30px;
}

.process-item-two .text {
  position: absolute;
  top: 45px;
  padding-left: 35px;
  padding-right: 35px;
}

.process-item-two .text .icon i {
  font-size: 50px;
  color: #f14b0f;
}

.process-item-two .text h3 {
  font-size: 24px;
  margin-top: 14px;
  margin-bottom: 10px;
}

.process-item-two .text p {
  font-size: 15px;
  margin-bottom: 0;
}

.pb-70 {
    padding-bottom: 70px;
}
.pt-100 {
    padding-top: 100px;
}
@media (min-width: 1200px){
.container {
    max-width: 1200px;
}}

.close-btn {
    cursor: pointer;
    display: none;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    
    color: #111111;
    font-size: 18px;
}
.close-btn.active {
    display: block;
}

.search-overlay.search-popup {
    position: absolute;
    top: 100%;
    width: 300px;
    background: #ffffff;
    z-index: 2;
    right: 0;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
}
.search-overlay.search-popup .search-form {
    position: relative;
}
.search-overlay.search-popup .search-form .search-input {
    display: block;
    width: 100%;
    height: 50px;
    line-height: initial;
    border: 1px solid #eeeeee;
    color: #111111;
    outline: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding-top: 4px;
    padding-left: 10px;
}
.search-overlay.search-popup .search-form .search-button {
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    background: transparent;
    border: none;
    width: 50px;
    outline: 0;
    color: #606060;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    padding: 0;
}
.option-item {
    
    position: relative;
}
.option-item .info {
    position: relative;
    padding-left: 45px;
}
.option-item .info i {
    font-size: 20px;
    color: #f14b0f;
    position: absolute;
    left: 0;
    top: -3px;
    border: 1px solid;
    border-radius: 50%;
    padding: 6px;
}
.option-item .info span {
    color: #606060;
}
.option-item .info p {
    font-weight: 500;
    margin-bottom: 0;
    font-family: "Rubik", sans-serif;
}
.option-item a:hover {
    
    font-size: 16px;
   
}
.is-sticky .option-item a, .is-sticky .search-switch{
	color:#000;
}
.is-sticky .header__right__search:after {
	position: absolute;
    right: 0;
    top: 5px;
    width: 1px;
    height: 15px;
    background: rgb(27 25 25 / 30%);
    content: "";
}
.is-sticky .close-btn {
    color:#000;
}
/*================================================
Services Area CSS
=================================================*/
.services-area {
  background-color: #f9fafb;
}

.services-area.bg-color {
  background-color: #ffffff;
}

.services-area.bg-color .services-item {
  background-color: #f9fafb;
}

.services-item {
  text-align: center;
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 30px;
}

.services-item::before {
  position: absolute;
  content: "";
  height: 65%;
  width: 90%;
  background-color: #fdebeb;
  left: 0;
  right: 0;
  margin: auto;
  top: -130px;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item .icon {
  margin-bottom: 20px;
  position: relative;
}

.services-item .icon i {
  display: inline-block;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 50px;
  color: #f14b0f;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.services-item h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services-item .learn-btn {
  color: #f14b0f;
  display: inline-block;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}

.services-item:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

.services-item:hover::before {
  background-color: #f14b0f;
}
/*================================================
Best Services Area CSS
=================================================*/
.best-services-area {
  background-color: #f9fafb;
}

.best-services-area.bg-color {
  background-color: #ffffff;
}

.tab .tabs_item {
  display: none;
}

.tab .tabs_item:first-child {
  display: block;
}

.tabs-list {
  padding-left: 0;
  list-style-type: none;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 45px;
}

.tabs-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15.666667%;
          flex: 1 0 15.666667%;
  max-width: 20.666667%;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  cursor: pointer;
  margin-right: 5px;
  margin-left: 5px;
}

.tabs-list li span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs-list li i {
  font-size: 60px;
  line-height: 1;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.tabs-list li.current span {
  color: #f14b0f;
}

.tabs-list li.current i {
  color: #f14b0f;
}

.services-list-tab .tabs_item .services-tab-content {
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .services-tab-content h3 {
  font-size: 25px;
  margin-bottom: 14px;
}

.services-list-tab .tabs_item .services-tab-content p {
  margin-bottom: 0;
}

.services-list-tab .tabs_item .services-tab-content.left {
  margin-bottom: 0;
}

.services-list-tab .tabs_item .list {
  padding-left: 0;
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .list h3 {
  font-size: 25px;
  margin-bottom: 20px;
}

.services-list-tab .tabs_item .list li {
  color: #606060;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.services-list-tab .tabs_item .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: #f14b0f;
}

.services-list-tab .tabs_item .list li:last-child {
  margin-bottom: 0;
}

.best-services-slider {
  position: relative;
}

.best-services-slider #thumbs {
  border-bottom: 1px solid #cbcbcc;
  margin-bottom: 40px;
}

.best-services-slider #thumbs .current .tabs-item {
  border-bottom: 1px solid #f14b0f;
}

.best-services-slider #thumbs .current .tabs-item i {
  color: #f14b0f;
}

.best-services-slider .tabs-item {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.best-services-slider .tabs-item a {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  text-align: center;
  font-family: "Rubik", sans-serif;
}

.best-services-slider .tabs-item i {
  display: inline-block;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
          box-shadow: 0 2px 28px 0 rgba(0, 0, 0, 0.09);
  text-align: center;
  font-size: 45px;
  color: #606060;
  border-radius: 50px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.best-services-slider .tabs-item span {
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 30px;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-] {
  position: absolute;
  left: 0;
  top: 95%;
  -webkit-transform: translateY(-28%);
          transform: translateY(-28%);
  margin: 0;
  padding: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 0px;
  background-color: #ffffff;
  color: #111111;
  border: 1px solid #cbcbcc;
  border-radius: 50px;
  z-index: 1;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 0;
}

.best-services-slider .owl-theme .owl-nav [class*=owl-]:hover {
  color: #ffffff;
  background-color: #f14b0f;
  border: 1px solid #f14b0f;
}

.best-services-slider .owl-theme .owl-nav {
  margin-top: 0;
}

.best-services-slider .services-tabs-item .services-tab-content {
  margin-bottom: 20px;
}

.best-services-slider .services-tabs-item .services-tab-content h3 {
  font-size: 25px;
  margin-bottom: 14px;
  font-weight: 500;
}

.best-services-slider .services-tabs-item .services-tab-content p {
  margin-bottom: 0;
}

.best-services-slider .services-tabs-item .services-tab-content.left {
  margin-bottom: 0;
}

.best-services-slider .services-tabs-item .list {
  padding-left: 0;
  margin-bottom: 20px;
}

.best-services-slider .services-tabs-item .list h3 {
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: 500;
}

.best-services-slider .services-tabs-item .list li {
  color: #606060;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  list-style-type: none;
  margin-bottom: 10px;
  position: relative;
  padding-left: 18px;
}

.best-services-slider .services-tabs-item .list li::before {
  position: absolute;
  content: "";
  height: 10px;
  width: 10px;
  left: 0;
  top: 5px;
  border-radius: 30px;
  background-color: #f14b0f;
}

.best-services-slider .services-tabs-item .list li:last-child {
  margin-bottom: 0;
}

.section-title {
    text-align: center;
    margin-bottom: 45px;
}
.section-title span {
    color: #f14b0f;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 14px;
}
.section-title p {
    max-width: 570px;
    margin: auto;
}
.owl-nav i{
	line-height: normal;
    padding: 9px 12px;
}

/*================================================
Deserve Area CSS
=================================================*/
.deserve-item h3 {
  font-size: 36px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.4;
}

.deserve-item .deserve-content {
  position: relative;
  padding-left: 65px;
  margin-top: 30px;
}

/*.deserve-item .deserve-content::before {
  width: 1px;
  height: 140%;
  background-color: #f14b0f;
  content: '';
  z-index: -1;
  position: absolute;
  left: 20px;
  top: 0;
}*/

.deserve-item .deserve-content:nth-child(5)::before {
  display: none;
}

.deserve-item .deserve-content span {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
 /* background-color: #f9fafb;
  border: 1px solid #f14b0f;*/
  text-align: center;
  font-size: 24px;
  color: #f14b0f;
  border-radius: 50px;
  position: absolute;
  left: 0;
  top: 0;
}
.deserve-item .deserve-content span i {
	font-size: 30px;
}
.deserve-item .deserve-content h4 {
  font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    color: #191919;
}

.deserve-item .deserve-content p {
  margin-bottom: 0;
}

.deserve-item .deserve-btn {
  margin-top: 25px;
}

.rate-form {
  padding: 15px 25px;
  background-color: #f14b0f;
  box-shadow:0px 10px 20px 0px rgba(33, 20, 106, 0.1);
}

.rate-form .rate-content {
  margin-bottom: 28px;
  text-align: center;
}

.rate-form .rate-content span {
  color: #ffffff;
}

.rate-form .rate-content h3 {
  font-size: 33px;
  color: #ffffff;
  margin-top: 5px;
}

.rate-form label {
  color: #ffffff;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}

.rate-form .form-group .form-control {
  background-color: #ffffff;
  border: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  height: 50px;
  border-radius: 6px;
  color: #606060;
  width: 100%;
  font-size: 14px;
 
  border-bottom: 1px solid #eae7e7;
}
.rate-form .form-group .form-control:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #f00;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
 }
 
 
 
 .select_box1{
 border-radius: 0px;
    color: #606060;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #f14b0f;


  overflow: hidden;
 
  position: relative;
  padding: 10px 0;
}
 .select_box2{
 border-radius: 0px;
    color: #606060;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #f14b0f;


  overflow: hidden;
 
  position: relative;
  padding: 10px 0;
}
.select_box1:after{
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #606060;
  position: absolute;
  top: 40%;
  right: 5px;
  content: "";
  z-index: 98;
 }
.select_box1 select{
  width: 100%;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
	padding: 0px 30px;
	outline:none;
	color: #525252;
    padding-left: 0px;
	  padding-left: 10px;
    font-size: 15px;
    font-weight: 500;

}
.select_box2 input{
  width: 100%;
  border: 0;
  position: relative;
  z-index: 99;
  background: none;
  -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
	padding: 0px 30px;
	outline:none;
	color: #525252;
    padding-left: 0px;
	 padding-left: 10px;
    font-size: 15px;
    font-weight: 500;

}
.select_box2 input::placeholder {
			 font-size: 15px;
   font-weight: 500;
 	color: #525252;
		}
/*.rate-form .form-group .form-control option{
  direction:ltr;
}*/
body.modal-open {
  padding-right: 0 !important;
}
.rate-form .form-group .nice-select {
  float: unset;
  line-height: 52px;
  color: #606060;
  text-transform: capitalize;
  font-weight: 400;
  padding-top: 0;
  padding-bottom: 0;
}

.rate-form .form-group .nice-select .list {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
          box-shadow: 0px 0px 29px 0px rgba(102, 102, 102, 0.1);
  border-radius: 0;
  margin-top: -1px;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.rate-form .form-group .nice-select .list .option {
  -webkit-transition: .6s;
  transition: .6s;
  color: #606060;
  font-size: 14px;
  line-height: 25px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 10px;
}

.rate-form .form-group .nice-select .list .option:hover {
  background-color: #f14b0f !important;
  color: #ffffff;
}

.rate-form .form-group .nice-select .list .option.selected {
  background-color: transparent;
  font-weight: 500;
}

.rate-form .form-group .nice-select:after {
  right: 20px;
  border-bottom: 2px solid #111111;
  border-right: 2px solid #111111;
}

.rate-form .rate-btn {
  margin-top: 0px;
}

.rate-form .rate-btn .default-btn {
  background-color: #ffffff;
  color: #111111;
  width: 100%;
  padding: 10px 18px;
  cursor: pointer;
}

.rate-form.bg-fdebeb {
    background: #fff;
    border: none;
    border-radius: 10px;
    margin-bottom: 20px;
}

.rate-form.bg-fdebeb .rate-content span {
  color: #606060;
}

.rate-form.bg-fdebeb .rate-content h3 {
  color: #111111;
}

.rate-form.bg-fdebeb label {
  color: #b1b1b1;
  position: absolute;
    right: 5px;
    padding: 10px;
    margin-bottom: 0px;
}

.rate-form.bg-fdebeb .rate-btn .default-btn {
     background-color: #f14b0f;
    color: #ffffff;
    border: unset;
	border-radius: 6px;
}
.default-btn {
  border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #f14b0f;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
}

.default-btn span {
  position: absolute;
  display: inline-block;
  width: 0;
  height: 0;
  border-radius: 50%;
  background-color: #111111;
  color: #ffffff;
  -webkit-transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  transition: width 0.5s ease-in-out, 
 height 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
  border-radius: 5px;
  opacity: 1;
}

.default-btn:hover {
  color: #ffffff !important;
}

.default-btn:hover span {
  width: 225%;
  height: 562.5px;
}

.default-btn i {
  font-size: 12px;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
/*================================================
Footer Area CSS
=================================================*/
.footer-area {
 background:#fff;
 background-image: url(../img/foot.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 60px 0px 0px;
	border-top:1px solid #eee;
	position:relative;
}
.footlay{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    background: #000000cc;
}

.footer-area.bg-top .single-footer-widget {
  margin-top: 80px;
}


.single-footer-widget {
  margin-bottom: 25px;
}
.single-footer-widgetcall {
	padding-left: 40px;
}
.single-footer-widgetaddress{
	padding-left: 30px;
}

.single-footer-widget .logo img {
  margin-bottom: 5px;
  width: 220px;
    margin-top: -23px;
}

.single-footer-widget p {
  color: #fffffff5;
  margin-bottom: 0;
  line-height: 29px;
 
}

 .social {
 padding-left: 0;
    margin-top: 0px;
    margin-bottom: 0;
}

 .social li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
 padding: 10px 10px;
    border-right: 1px solid #d2e1d661;
}

 .social li:last-child {
  margin-right: 0;
}

 .social li a {
  font-weight: 500;
    font-size: 14px;
    color: #fff;
}
.social i{
 position:relative!important;
 font-size: 15px!important;
 font-weight: 200!important;
}
 .social li a:hover {
 color: #fff;
}


 .msocial {
 padding-left: 0;
    margin-top: 15px;
    margin-bottom: 0;
}

 .msocial li {
  list-style-type: none;
  display: inline-block;
  color: #ffffff;
  margin-right: 12px;
}

 .msocial li:last-child {
  margin-right: 0;
}

 .msocial li a {
  color: #ffffff;
}
.msocial i{
 position:relative!important;
 font-size: 17px!important;
 font-weight: 200!important;
}
 .msocial li a:hover {
  color: #fff;
}











.single-footer-widget h3 {
  font-size: 20px;
  color: #fff;
  margin-bottom: 15px;
  padding-bottom: 15px;
  /*border-bottom: 1px solid #b9b2b2;*/
  position:relative;
}
.single-footer-widget h3:before {
left: 0;
    bottom: 0;
    height: 1.5px;
    width: 60px;
    content: "";
    position: absolute;
    background-color: #b9b2b2;
	}

.single-footer-widget .quick-links {
  padding-left: 0;
  margin-bottom: 0;
}

.single-footer-widget .quick-links li {
  list-style-type: none;
  margin-bottom: 15px;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position:relative;
  padding-left: 15px;
}

.single-footer-widget .quick-links li:last-child {
  margin-bottom: 0;
}
.single-footer-widget .quick-links li:before{
	position: absolute;
    content: '\f105';
    left: 0;
    top: 0;
    font-size: 15px;
    color: #fffffff5;
    font-family: 'FontAwesome';
}
.single-footer-widget .quick-links li:hover{
	 color: #f14b0f;
}
.single-footer-widget .quick-links li a {
  color: #fffffff5;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.single-footer-widget .quick-links li:hover a {
  color: #f14b0f;
  /*letter-spacing: 1px;*/
}

.single-footer-widget .info-contact {
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
}

.single-footer-widget .info-contact:last-child {
  margin-bottom: 0;
}

.single-footer-widget .info-contact i {
  position: absolute;
  left: 0;
  font-size: 20px;
  color: #ffffff;
  font-weight: bold;
  top: 5px;
}

.single-footer-widget .info-contact span {
  font-size: 16px;
  color: #ffffff;
}

.single-footer-widget .info-contact a {
  color: #ffffff;
  display: block;
}

.single-footer-widget .info-contact a:hover {
  color: #f14b0f;
}
.single-footer-widget h5{
color: #f14b0f;
}
/*================================================
Copy Right Area CSS
=================================================*/
.copy-right-area {
 
    border-top: 1px solid #b9b2b2;
    padding-top: 18px;
    padding-bottom: 18px;
	margin-top: 35px;
}

.copy-right-content {
  /*text-align: center;*/
}
.copy-right-content p{
	margin-bottom: 0px;
    line-height: 1;
	color:#fffffff5!important;
	text-align: center;
	padding-top: 10px;

}
.copy-right-content p span{
	color:#fff;
	font-weight:600;
}
.copy-right-content p a {
  display: inline-block;
  font-weight: 600;
  color: #ffffff;
}

.copy-right-content p a:hover {
  color: #f14b0f;
}

.service-area{
background-image: linear-gradient(22deg,#ffffff,#f4f4f4 100%);    padding: 2em 0;}
#new_columns-913-63 {
    flex-direction: row-reverse;
}
.ct-new-columns {
    display: flex;
    width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex-wrap: wrap;
}
#div_block-914-63 {
    width: 100.00%;
    padding-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    border-top-style: none;
    border-right-style: none;
    flex-direction: row;
    display: flex;
    border-top-width: 1px;
    border-left-style: none;
    border-bottom-style: none;
}
.ct-new-columns > .ct-div-block {
    padding: 20px;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
#div_block-667-63 {
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-color: #e6f0f9;
    border-bottom-style: none;
    border-bottom-width: 1px;
   
    padding-bottom: 0px;
    padding-top: 0px;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
#div_block-595-63 {
    transform: scale3d(1,1,1);
    padding-top: 25px;
    flex-direction: column;
    display: flex;
    text-align: center;
    align-items: center;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    border-left-style: none;
    border-top-color: #898989;
    border-top-width: 1px;
    border-left-width: 1px;
    border-right-color: #898989;
    border-right-width: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    border-left-color: #898989;
    border-bottom-color: #898989;
    border-bottom-width: 1px;
    background-color: #ffffff;
    box-shadow: 0px 0px 20px 5px #ededed;
}
.ct-div-block {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items: flex-start;
}
#fancy_icon-596-63 {
    background-color: #f14b0f;
    border: 1px solid #f14b0f;
    padding: 10px 16px;
    color: #ffffff;
}
#fancy_icon-596-63  i{ 
font-size: 46px;
    margin-left: 10px;
}
div.ct-fancy-icon {
    display: inline-flex;
    border-radius: 50%;
}
.agencyb-iconblock-1-icon {
    margin-bottom: 12px;
}
.agencyb-iconblock-1-icon {
    border: 1px solid;
    padding: 20px;
    color: #ec2758;
}
#text_block-1512-63 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0px;
    line-height: 20px;
    min-height: 36px;
    color: #3c3876;
    margin-top: 10px;
}
#text_block-598-63 {
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 5px;
    min-height: 100px;
    font-weight: 300;
}
.agencyb-iconblock-1-text {
    
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 24px;
}
#link_button-1720-63 {
    url-encoded: true;
}
#link_button-1720-63 {
}
.pri-button {
    border: 1px solid #f14b0f;
    border-radius: 50px;
    display: block;
    background: linear-gradient(to right, #f14b0f 50%, white 50%)!important;
    background-size: 200% 100%!important;
    background-position: right bottom!important;
    transition: all .5s ease-out!important;
}
.pri-button {
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    color: #f14b0f;
}
.pri-button {
    background-color: transparent;
    border: 1px solid #f14b0f;
    color: #f14b0f;
    padding: 10px 38px;
}
.ct-link-button {
    border-radius: 3px;
}
.ct-link-button {
    background-color: #1e73be;
    border: 1px solid #1e73be;
    color: #ffffff;
    padding: 10px 16px;
}
.ct-link-button {
    display: inline-block;
    text-align: center;
    text-decoration: none;
}
#fancy_icon-596-63>svg {
    width: 36px;
    height: 36px;
}

.service-area2{ padding:2em 0}
.course
{
	border: solid 1px #f1f1f1;
}
.course_image
{
	width: 100%;
}
.course_image img
{
	max-width: 100%;
}
.course_body
{
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 19px;
	padding-bottom: 47px;
	background: #FFFFFF;
}
.course_body h3{
	    font-size: 16px;
    margin-bottom: 5px;
	padding-top: 10px;
    
    font-weight: 500;
    color: #ff795e;
	}
.course_title a
{
	
	font-size: 20px;
	font-weight: 700;
	color: #3c3876;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.course_title a:hover
{
	color: #103c80;
}
.course_info
{
	    margin-top: 5px;
    margin-left: -40px;

}
.course_info ul li
{
	display: inline-block;
	position: relative;
}
.course_info ul li a
{
	font-size: 14px;
	font-weight: 500;
	color: rgba(0,0,0,0.4);
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.course_info ul li a:hover
{
	color: #103c80;
}
.course_info ul i
{
	display: inline-block;
	
	color: #b8b8b8;
	font-size: 4px;
	margin-left: 7px;
	margin-right: 5px;
	
	vertical-align: middle;
}
.course_text
{
	margin-top: 16px;
}
.course_footer
{
	width: 100%;
	height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	border-top: solid 1px #ebebeb;
	background: #FFFFFF;
}
.course_students,
.course_rating
{
	color: rgba(0,0,0,0.4);
}
.course_students i,
.course_rating i
{
	font-size: 18px;
	margin-right: 15px;
	vertical-align: middle;
}
.course_mark
{
	position: absolute;
	top: 89%;
	left: 13%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 61px;
	height: 25px;
	background: #f9cf0e;
	border-radius: 3px;
	text-align: center;
}
.fa-star{ color:#f3d329;}
.course_mark:hover
{
	box-shadow: 0px 5px 20px rgba(0,0,0,0.35);
}
.course_mark a
{
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 25px;
}
.course_free
{
	background: #c12028;
}
.client_review_slider .owl-nav.disabled{
	display: block !important;
}
.client_review_slider .owl-prev, .client_review_slider .owl-next {
  position: absolute;
    top: 50%;
    left: -1%;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 0px 5px 0 0px;
    color: #ffff;
}
.client_review_slider .owl-next {
   left: 99%;
    padding: 0 0 0 4px;

}
/* Accordion */

.accordion-area .panel {
	margin-bottom: 16px;
}

.accordion-area .panel-link:after {
	content: "\f107";
	position: absolute;
    font-size: 26px;
    right: 10px;
    top: 21px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    text-align: center;
    color: #f14b0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	
	
	
	display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
	font-weight:900;
}

.faq-accordion.accordion-area .panel-link,
.faq-accordion.accordion-area .panel-link.active.collapsed {
	padding: 17px 100px 17px 20px;
}

.faq-accordion.accordion-area .panel-link:after {
	right: 44px;
}

.accordion-area .panel-header .panel-link.collapsed:after {
	content: "\f107";
	color: #f14b0f;
}

.accordion-area .panel-link.active:after {
	content: "\f106";
	color: #f14b0f;
}

.accordion-area .panel-link.active {
	
    box-shadow: 0 0px 8px rgb(77 201 14 / 62%);
	
}
.accordion-area .panel-header:before{
	
	 content: '';
    top: 0;
    bottom: 0;
    height: 0px;
    width: 5px;
    background-color: #f14b0f;
    position: absolute;
    left: 0;
    -webkit-transition: .2s cubic-bezier(.24,.74,.58,1);
    -khtml-transition: .2s cubic-bezier(.24,.74,.58,1);
    -moz-transition: .2s cubic-bezier(.24,.74,.58,1);
    -ms-transition: .2s cubic-bezier(.24,.74,.58,1);
    -o-transition: .2s cubic-bezier(.24,.74,.58,1);
    transition: .2s cubic-bezier(.24,.74,.58,1);
    margin: auto;
	z-index: 1;
}
.accordion-area .panel-header:hover:before{
	 height: 100%;
}
.accordion-area .panel-link:before,
.accordion-area .panel-link.active.collapsed:before {
	content: "\f058";
	
	
    position: absolute;
    font-size: 26px;
    left: 15px;
    top: 21px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    text-align: center;
    color: #f14b0f;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.accordion-area .panel-link,
.accordion-area .panel-link.active.collapsed {
	text-align: left;
    position: relative;
    width: 100%;
   
    font-size: 16px;
    font-weight: 600;
    color: #2e3751;
    line-height: 23px;
    cursor: pointer;
    border: none;
   
    border-radius: 6px 6px 0px 0px;
    background: #ffffff;
	background: #ffffff;
    padding: 23px 30px 23px 40px;
    line-height: 30px;
	box-shadow: 0 10px 30px rgb(75 131 252 / 10%);
}
button:focus {
    outline: 1px dotted;
    outline: none;
}

.accordion-area .panel-body {
	padding:20px 30px 20px 40px;
	box-shadow: -10px 10px 30px rgb(0 0 0 / 6%);
	background:#fff;
}

.accordion-area .panel-body h4 {
	margin-bottom: 25px;
}

.accordion-area .panel-body p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.8;
	color: #323232;
}

.accordion-area .panel-body img {
	border-radius: 15px;
}

.faq-accordion .panel-body {
	padding: 50px 5px 0;
}

.faq-accordion .panel-body h4 {
	padding-top: 25px;
}

.faq-accordion .panel-body p {
	font-size: 15px;
	margin-bottom: 0;
	line-height: 1.8;
}

.faq-accordion .panel-body img {
	border-radius: 15px;
}
.pri-button {
  border: 1px solid #f14b0f;
  color:#f14b0f;
  border-radius: 5px;
 
  display: block;

  background: linear-gradient(to right, #f14b0f 50%, white 50%)!important;
  background-size: 200% 100%!important;
  background-position: right bottom!important;
  transition: all .5s ease-out!important;
  text-align: center;
    margin: 0px auto;
    display: block;
}

.pri-button:hover {
  background-position: left bottom!important;color:#fff!important; background:#f14b0f;
}

.pri-large-button {
  border: 1px solid #f14b0f;
  border-radius: 50px;
 padding:8px 40px!important;
  display: block;

  background: linear-gradient(to right, #f14b0f 50%, white 50%)!important;
  background-size: 200% 100%!important;
  background-position: right bottom!important;
  transition: all .5s ease-out!important;
}

.pri-large-button:hover {
  background-position: left bottom!important;color:#fff;
}div.wpforms-container-full .wpforms-form input[type=text]{

border-bottom: 1px solid #ccc;


}

/* Feature Area css
============================================================================================ */
.feature_inner {
  margin-bottom: -30px;
}

.feature_item {
	
	
	
 /* background: #fff;
  border-radius: 10px;
  padding: 0px 50px 50px 50px;
  margin-bottom: 30px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  border: 1px solid #eeeeee;*/
  background: #ffffff;
    text-align: center;
    border-radius: 0px 50px 50px 50px;
	margin-bottom: 30px;
	transition: .5s;
	padding: 35px 30px 0;
    box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
    position: relative;
    z-index: 1;
	
}

.feature_item h4 {
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  color: #222222;
  margin-bottom: 4px;
  -webkit-transition: all 300ms linear 0s;
  -o-transition: all 300ms linear 0s;
  transition: all 300ms linear 0s;
  margin-top: 4px;
}

.feature_item h4 img{
    margin-right: 12px;
}
.feature_item h4 i {
  font-size: 24px;
  padding-right: 15px;
  position: relative;
  top: 4px;
}

.feature_item p {
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.feature_item:hover {
	transform:translateY(-10px);
    background:#11b159;
/*  -webkit-box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  box-shadow: 0px 10px 30px 0px rgba(157, 157, 157, 0.2);
  border-color: #fff;*/
}

.feature_item:hover h4 {
  color: #fff;
}
.feature_item:hover p {
  color: #fff;
}

.mylogin{
	max-width: 375px!important;
	margin-top: 93px;
}
.mylogin .divs{ 
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 20px 10px;
    background: #f14b0f;
    margin-bottom: 0px;
}
.mylogin .divs h3{ 
color: #fff;
    font-size: 27px;
	font-weight: 500!important;
}
.mylogin .divs button{ 
color: #fff;
    position: relative;
    display: block;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
	font-size: 30px;
}
.mylogin .dform{
padding-bottom:15px;	
}
.mylogin .dform .form-control {
height: 43px !important;
background: #eee;
}
.mylogin .dform input{
font-size:14px;
}
.mylogin .dform a{
float: unset;
    color: #f14b0f;
    text-align: center;
    margin: 0px auto;
    position: relative;
    display: block;
}
.modalbuttons{
	text-align: center;
  
    position: relative;
    display: block;
}
.modalbuttons button{
	text-align: center;
    position: relative;
    display: block;
    color: #fff;
    background: linear-gradient(135deg,#f14b0f 0%,#385222 100%);
    border-color: #f14b0f;
    margin: 0px auto;
    width: max-content;
    padding: 7px 25px;
    font-size: 15px;
}
.modalbuttons button:hover{
	 color: #fff;
    background: #f14b0f;
    border-color: #f14b0f;
}
.myregister{
	max-width: 550px!important;
	margin-top: 93px;
}
.myregister .divs{ 
    text-align: center;
    font-size: 22px;
    line-height: 30px;
    font-weight: 600;
    padding: 10px 20px 10px;
    background: #f14b0f;
    margin-bottom: 0px;
}
.myregister .divs h3{ 
color: #fff;
    font-size: 27px;
	font-weight: 500!important;
}
.myregister .divs button{ 
color: #fff;
    position: relative;
    display: block;
    text-shadow: 0 1px 0 #fff;
    opacity: .8;
	font-size: 30px;
}
.myregister .dform{
padding-bottom:20px;	
}
.myregister .dform .form-control {
height: 43px !important;
background: #eee;
text-decoration:none;
outline:none;
}
.myregister .dform label{
color: #504e4e;
    font-size: 15px;
    font-weight: 500;
}
.myregister .dform input{
font-size:14px;
}
.myregister .dform select{
width:100%;	
height: 43px !important;
border: 1px solid #ced4da!important;
text-decoration:none;
outline:none;
background: #eee;
}
.modal-open{
	padding-right:0px!important;
}

.modal-content{
	color: #fff!important;
    border: 5px solid #f14b0f;
    border-radius: 0.3rem;
}
.modal-content .rgba-stylish-strong{
	color: #fff!important;
    border: 2px solid #fff;
    border-radius: 6px;
}
.acceptsec{
	/*background:#2c183e;*/
	padding:13px 30px 20px 0px;
	min-height: 186px;
}
.pay2{
margin-bottom:10px;	
}
.pay1{
margin-bottom:15px;	
}
.acceptsec h4{
	color:#2e3751;
	font-size:18px;
	margin-bottom:10px;
	text-transform:capitalize;
	padding-bottom: 10px;
    border-bottom: 1px solid #818383;



	}
	.myfooter .disclaimer {
    border: 1px solid #4b5567;
    border-radius: 10px;
    padding: 20px;
    width: 100%;
    position: relative;
    margin-top: 20px;
}
.myfooter .disclaimer .title {
    display: inline-block;
    font-size: 14px;
    padding: 0 10px;
    background: #1b0d27;
	color:#fff;
    position: absolute;
    left: 10px;
    top: -9px;
}
.myfooter .disclaimer p {
    color: rgba(255,255,255,.7);
    line-height: 27px;    font-size: 14px;
	text-align: justify;
}
.footer-link .uu{
	border-bottom:1px solid #4c4747;
	margin: auto;
	width:60%;
	text-align:center;
	
}
	.footer-link ul{
		margin-top:10px;
		text-align: center;
    padding-inline-start: 0;
	}
.footer-link ul li{ display:inline-block;
}
.footer-link ul li a{ padding: 0 2em;color: rgba(255, 255, 255, 0.8);font-size: 14px;}
.betsec{
	border-radius: 15px;
    box-shadow: 0 16px 14px 2px rgba(0,0,0,.14), 0 6px 14px 5px rgba(0,0,0,.12), 0 8px 10px -5px rgba(0,0,0,.2);
    padding: 30px 15px 20px;
}
.betsec p{
	text-align:justify;
}
.is-sticky .classynav ul{
	
}
.classynav ul{
	margin-top:22px;
}

/********************
blog*/
.mycor{
	margin-bottom:15px;

}
.myblobox{
	background: #fff;
    border: 1px solid #f14b0f;
    padding: 8px 10px;
}
.myblobox h2 {
    color: #fff;
    margin-bottom: 20px;
    background: #f14b0f;
    border: 1px solid #E0E0E0;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
}
.myblobox h4 {
    padding: 0 15px;
    font-size: 20px;
}
.myblobox h3 span {
   color: #313131f2;
    font-weight: 500;
    font-size: 15px;
    text-transform: none;
	line-height: 25px;
}
.myblobox h3 {
    width: auto;
    float: none;
    font-size: 19px;
    padding: 15px 15px 5px;
    text-align: left;
    height: auto;
    font-family: Roboto,sans-serif;
    color: #ff4e00;
    text-transform: uppercase;
    margin-bottom: 5px;
}
.myblobox p{
	
	padding: 0 15px;
    text-align: justify;
	color: #27354d;
    font-size: 14px;
    line-height: 27px;
  
}
/*pricing**************
******************/
.yyuusec{
	background-color: #fff;
    border: none;
    border-radius: 4px;
  margin-bottom:20px;
  box-shadow:0 12px 18px 0 rgba(165,168,177,.12)
}
.uusec{
	background-color: #fff;
    border: none;
    border-radius: 4px;
    box-shadow: 0 12px 18px 0 rgba(165,168,177,.12);
  
    background-image: -webkit-gradient(linear,0 0,0 100%,from(rgba(239,240,241,.87)),to(white)),-webkit-gradient(linear,0 0,0 100%,from(rgba(239,240,241,.87)),to(white));
    background-image: -webkit-linear-gradient(rgba(239,240,241,.87),#fff),-webkit-linear-gradient(rgba(239,240,241,.87),#fff);
    background-image: -moz-linear-gradient(rgba(239,240,241,.87),#fff),-moz-linear-gradient(rgba(239,240,241,.87),#fff);
    background-image: -o-linear-gradient(rgba(239,240,241,.87),#fff),-o-linear-gradient(rgba(239,240,241,.87),#fff);
    background-image: linear-gradient(rgba(239,240,241,.87),#fff),linear-gradient(rgba(239,240,241,.87),#fff);
    -moz-background-size: 1px 100%;
    background-size: 1px 100%;
    background-position: 0 0,100% 0;
    background-repeat: no-repeat;
padding:40px;
}

.uusec h4{
	padding:0px 20px 20px;color: #19283f;
    font-size: 30px;
    line-height: 30px;font-weight: 600;text-align:center;
}
.uusec h3{
	padding:0px 20px 20px;color: #19283f;
    font-size: 20px;
    line-height: 30px;font-weight: 600;
	
}
.uusec h3 span{
	background: #27a82a;
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -28px;
    color: #fff;
    margin-top: -3px;
    margin-right: 10px;
}


.wet_in_touch h2 span{ color:#006db8;}
.wet_in_touch .border{ border-bottom: solid 2px #006db8; width:20%; margin-bottom:2%;}
.wet_in_touch p{font-family: 'open_sansregular';font-size:14px; color:#999999; line-height:25px;}
.wet_in_touch .form-group{ float:left; width:100%; margin-right:4%;margin-bottom: 20px !important;}
.wet_in_touch .form-group01{ width:100%;}
.wet_in_touch .form-group input{ border-radius:4px;  margin-bottom:0%;border: 1px solid #d6d6d6;height: 43px;font-size: 14px;width:100%;}
.wet_in_touch .form-group textarea{border-radius:4px;}
.wet_in_touch .form-group select{width:100%;font-size: 14px;height: 43px !important;border: 1px solid #d6d6d6;}
.wet_in_touch .form-group .btn-success{border-radius:0;}
.wet_in_touch .form-group .btn{border-radius:0;}
.wet_in_touch .form-group label{font-weight: 500;padding-top: 11px;font-size: 14px;float: left;
    color: #19283f;}
	
	.myhec {
		background:#f14b0f;
		padding:10px 15px;
	}
	.myhec h4{
	text-align: center;
    color: #fff;
    font-size: 26px;
    margin-bottom: 0px;
		
	}
	.myproductul input[type="button"] {
  -webkit-appearance: button;
  cursor: pointer;
}

.myproductul input::-webkit-outer-spin-button,
.myproductul input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.myproductul .input-group {
  clear: both;
  margin: 0px 0;
  position: relative;
}

.myproductul .input-group input[type='button'] {
  background-color: #eeeeee;
  min-width: 30%;
  width: auto;
  transition: all 300ms ease;
}

.myproductul .input-group .button-minus,
.myproductul .input-group .button-plus {
  font-weight: bold;
  height: 44px;
  padding: 0;
  width: 38px;
  position: relative;
}

.myproductul .input-group .quantity-field {
  position: relative;
  height: 44px;
  left: -6px;
  text-align: center;
  width: 40%;
  display: inline-block;
  font-size: 13px;
  margin: 0 0 5px;
  resize: vertical;
}

.myproductul .button-plus {
  left: -13px;
}

.myproductul input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
}
.ddsec {
    padding: 0px 35%;
    margin: 20px 0px;
}
.radio-toolbar input[type="radio"] {
  display: none;
}

.radio-toolbar label {
  display: inline-block;
  background-color: #fff;
  border:1px solid #ebeef1; 
  padding: 11px 11px;
  
  font-size: 14px;
  cursor: pointer;
  margin: 0px 15px 0px 0px;
  float: left!important;
  height:44px;
  border-radius: 4px;
}

.radio-toolbar input[type="radio"]:checked+label {
  background-color: #f14b0f;
  color:#fff;
  box-shadow: 0 2px 6px 0 rgb(0 0 0 / 30%);
    color: #ffffff;
}



.servicesecc h5{
	    font-weight: 600;
    font-size: 28px;
    text-align: center;
    margin-bottom: 20px;
	color:#3c3876;
}
.servicesecc p{
	text-align:justify;
}
.contentBox {
    background: #fff !important;
    border: 1px solid #ddc19b;
    padding: 8px 10px;
	    margin-bottom: 20px;
}
.contentBox h2 {
    color: #fff;
    margin-bottom: 20px;
    background: #f14b0f !important;
    border: 1px solid #f14b0f !important;
    padding: 10px 15px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
	text-align: center;
}
.contentBox p {
    padding: 0px 20px 12px 20px;
    font-size: 14px;
   line-height: 30px;
    margin-bottom: 5px;
    text-align: justify;
}
.contentBox h4 {
    color: #27354d;
    font-weight: 600;
    font-size: 20px;
	 padding: 0px 20px 0px 20px;
}
.ccontact p{
color: #202f46;
    text-align: justify;
	line-height: 30px;
    font-size: 16px;	
}


.get_in_touch{ margin-top:0%; margin-bottom:3%;}
.get_in_touch h2{ color:#222222; font-size:30px;font-family: 'Poppins', sans-serif; margin-top:0;}
.get_in_touch h2 span{ color:#7b1b1c;}
.get_in_touch .border{ border-bottom: solid 2px #7b1b1c; width:20%; margin-bottom:2%;}
.get_in_touch p{font-family: 'Poppins', sans-serif;font-size:14px; color:#999999; line-height:25px;}
.get_in_touch .form-group{ float:left; width:100%; margin-right:4%}
.get_in_touch .form-group01{ width:100%;}
.get_in_touch .form-group input{ border-radius:4px; height:40px; margin-bottom:2%;}
.get_in_touch .form-group textarea{border-radius:4px;}
.get_in_touch .form-group .btn-success{border-radius:0;}
.get_in_touch .form-group .btn{border-radius:0;}
.address{ }
.address p{ font-size:16px; color:#ffff;line-height: 2;}
.address p i{ color:#fe6500; font-size:22px;}
.address hr{border-color: #000;
    width: 47%;
    margin: 0 0 5px;}
.address h3{ color:#f14b0f; font-size:22px; margin-top:0;text-align:left;padding-bottom: 5px;}
.address h3 span{ color:#999999; font-size:20px;}

.contactfooter{
	margin-top:15px;
}
.contactfooter li{
	list-style-type: none;
    display: inline-block;
    
    margin-right: 10px;
}
.contactfooter li a i {
    position: relative!important;
    font-size: 17px!important;
    font-weight: 200!important;
}
.contactfooter li a{
	background: #f14b0f;
    color: #fff;
    padding: 7px;
}
.contactfooter li a:hover{
	color: #000;
}

.service_review_slider .owl-next {
    left: 99%!important;
    padding: 0 0 0 4px!important;
}
.service_review_slider .owl-prev, .service_review_slider .owl-next {
    position: absolute;
    top: 50%;
    left: -1%;
    font-size: 22px;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
    padding: 0px 5px 0 0px;
    color: #ffff;
}
.service_review_slider .owl-nav.disabled {
    display: block !important;
}
.guar{
margin-top:10px;	
display: flex;
}
.guar p{
	margin-bottom: 0px;
    line-height: 25px;
    text-align: justify;
    transition-duration: 500ms;
    color: #8c8a8a;
    font-weight: 500;
    font-size: 12px;
}
.fgu img{
	width:85%;
}
.fgu{
	transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 55px;
    flex: 0 0 55px;
    max-width: 55px;
    width: 55px;
    height: 55px;
    border: 2px solid transparent;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    border-radius: 50%;
}
.form-group {
    margin-bottom: 9px!important;
}
.ddarea{
	padding: 40px 0px;
}
.ju{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(135deg,#92d359 0%,#385222 100%) !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	cursor:pointer;
	width: 100%;
	border:1px solid #fff;
	margin-bottom: 15px;
}

.jufinal{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #f14b0f !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	margin-bottom: 5px;
	cursor:pointer;
	width: 100%;
	 background: linear-gradient(135deg,#92d359 0%,#385222 100%);
	 border:1px solid #fff;
}

.slide-slide-bar {
    margin: 0;
    padding: 0;
    position: fixed;
    right: 0px;
    z-index: 999;
    top: 50%;
    width: 46px;
    opacity: 1;
    transition: all .5s ease-in-out;
    transform: translateY(-50%);
}
.slide-slide-bar a{
	display:block;
	position:relative;
}
.slide-slide-bar.active {
    opacity: 1;
    transition: all .5s ease-in-out;
}

#slide-panel {
    width: 350px;
    margin-right: -350px;
    position: absolute;
    z-index: 100;
    right: 0;
    top: 50%;
    padding: 15px 0 15px 41px;
    overflow: auto;
    transform: translateY(-50%);
}
.panelTitle {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.visible {
    opacity: 1;
}
.overflow {
    background: #fff;
    padding: 20px 20px 15px;
    box-shadow: 1px 1px 8px #529285;
    height: 465px;
    overflow: auto;
}
.close-btn {
    margin-top: 0;
    position: absolute;
    left: 0;
    top: 14px;
}
.slide-slide-bar .master-button{
	padding: 10px 25px;
}



.ordernowfirst{
	display:none;
}
.myshow{
	padding-right: 0px!important;
}
.logt{
transform: rotate(-90deg);
   
    width: 90px;
    height: 75px;
    background: #f14b0f !important;
    border: 1px solid #f14b0f !important;
    text-align: center;
    margin: 0px;
    color: #fff;
   position: relative;
    display: block;
    border: 1px solid #fff !important;
	font-weight: 600;
	padding: 5px 10px;
}
.regt{
	transform: rotate(-90deg);
  
    width: 90px;
    height: 75px;
   background: #f14b0f;
    border: 1px solid #f14b0f !important;
    text-align: center;
    margin: 0px;
    color: #fff;
   position: relative;
    display: block;
    border: 1px solid #fff !important;
	font-weight: 600;
	padding: 5px 10px;
	}
	.txtNewBox{
		width: 90%!important;
		outline:none;
		height: 28px!important;
		margin-top: 10px;
    margin-bottom: 10px;
	}
	.calcmain{
	padding: 0px 91px 0px 138px;	
	}
	.calcmain1{
	background: #f14b0f !important;
    padding: 20px 28px 18px 28px;
    background-color: #f2b919;
    overflow: visible;
    color: #333a3e;
    font-size: 22px;
    line-height: 1.2;
    -webkit-border-radius: 10px 10px 0 0;
    -moz-border-radius: 10px 10px 0 0;
    border-radius: 10px 10px 0 0;	
	}
	
	.calcmain1 h3{
		text-align:center;font-size:22px;margin:0px;color:#fff;
	}
	.calcmain2{
	display: block;
    width: 100px;
    border: 183px solid transparent;
    border-top: 9px solid #f14b0f99 !important;
    position: absolute;
    top: 71px;
    left: 0;	
	}
		.calcmain3{
	display: block;
    width: 100px;
    border: 183px solid transparent;
   /* border-top: 9px solid #f14b0f99 !important;*/
    position: absolute;
    top: 71px;
    left: 0;
	}
	.section-padding-111{
		padding-top:40px;
		padding-bottom:0px;
	}
	.contimg{
		width: 100%;
    margin-bottom: 20px;
	}
@media (max-width: 1199px) and (min-width: 992px){
	
	.pl-md-5, .px-md-5{
		padding-left: 0rem!important;
	}
	.pri-button{
		padding: 10px 22px;
	}
	
	.header-area .academy-main-menu{
		height: 78px;
	}
	.header-area .is-sticky .academy-main-menu{
		height: unset;
	}
	.classynav ul {
   
}
.pr12 {
    padding-right: 2px!important;
}
.call-to-action-area .cta-content h3{
	max-width: 800px;
}
.calcmain {
    padding: 0px 0px 0px 85px;
}

.firelement {
    position: absolute!important;
    right: 30px!important;
    top: 0px!important;
}
.firelement img{
	width:145px!important;
}
.snapinersec {
   
    min-height: 159px!important;
}
.espertsec .espertsecdes {
    font-size: 17px!important;
}
}
@media (max-width: 991px) and (min-width: 768px){
	.whyimg{
		display:none;
	}
	.calcmain3 {
  
    border: 163px solid transparent;
	}
	.bg-img {
   
    height: 721px;
}
	.calcmain {
    padding: 0px 0px 0px 0px;
}
	.nnbe{
		margin-top:15px;
	}
	.pl-md-5, .px-md-5{
		padding-left: 15px!important;
	}
	.classy-navbar-toggler{
		margin-left: auto !important;
	}
	.trp_nav_area .container-fluid{
		padding: 0 29px!important;
	}
	.header__right {
    text-align: left!important;
    padding: 20px 0px!important;
}
.orderbybutton{
display:none!important;	
}
.ordernowfirst{
	display:block!important;
}
.footer-link ul li a {
    padding: 0 13px!important;
}
.footer-link{
	margin-top: 15px;
}
.footer-link .uu{
width: 93%;	
}
.acceptsec{
	padding: 13px 0px 20px;
}
.ddarea {
    padding: 20px 0px;
}
.firelement {
    position: absolute!important;
    right: 20px!important;
    top: 0px!important;
}
.firelement img{
	width:135px!important;
}
.headessay a{
	margin-bottom:30px;
}
	  .teamsecseven {
    margin-top: 0px!important;
	margin-bottom:20px;
}
}
@media (max-width: 767px) and (min-width: 576px){
	.firelement {
    position: absolute!important;
    right: 20px!important;
    top: 0px!important;
}
.firelement img{
	width:100px!important;
}
	.whyimg{
		display:none;
	}
	
	.pl-md-5, .px-md-5{
		padding-left: 15px!important;
	}
	.course_body{
		padding-bottom: 19px;
	}
	.classy-navbar-toggler{
		margin-left: auto !important;
	}
	.trp_nav_area .container-fluid{
		padding: 0px 39px!important;
	}
	.header__right {
    text-align: left!important;
    padding: 20px 15px!important;
}
.orderbybutton{
display:none!important;	
}
.ordernowfirst{
	display:block!important;
}
.footer-link ul li a{
	padding: 0 18px;
}

.acceptsec{
	padding: 13px 0px 20px;
}
.ddarea {
    padding: 20px 0px;
}
.radio-toolbar label{
	margin: 0px 3px 19px 0px;
	padding: 11px 4px;
}
.bg-img{
height: auto;	
}
.tide{
	padding:0px;	
	}
	.myorder1{
		order:2;
		margin-top:0px;
	}
	.myorder2{
		margin-top:15px;
		margin-bottom:15px;
		order:1;
	}
	.bannaimg{
		display:block;
	}
	.calcmain {
    padding: 0px 69px 0px 69px;
}
.betsec{
		margin-bottom:15px;
		}
		
		
}










@media (max-width: 575px) and (min-width: 240px){
	.firelement {
    position: absolute!important;
    left: 0px!important;
    top: 0px!important;
}
.firelement img{
	width:100px!important;
}
	.service_review_slider .owl-next {
    left: 90%!important;
    padding: 0 0 0 4px!important;
}
.client_review_slider .owl-next {
    left: 90%;
    padding: 0 0 0 4px;
}
	.betsec{
		margin-bottom:15px;
		}
	.tide{
		
	}
	.myorder1{
		order:1;
		margin-top:15px;
	}
	.myorder2{
		margin-top:15px;
		margin-bottom:15px;
		order:2;
	}
	
	.select_box1 select{
	font-size: 14px;	
	padding-left: 20px;
	}
	
	
	.whyimg{
		display:none;
	}
	.radio-toolbar label{
	margin: 0px 5px 17px 0px;
	padding: 11px 6px;
}
	.uusec{
		padding: 40px 20px;
	}
	
	.pl-md-5, .px-md-5{
		padding-left: 15px!important;
	}
	.course_body{
		padding-bottom: 19px;
	}
	.classy-navbar-toggler{
		margin-left: auto !important;
	}
	
	.accordion-area .panel-link, .accordion-area .panel-link.active.collapsed{
		
	}
	.trp_nav_area .container-fluid{
		padding: 0 15px!important;
	}
	.header__right {
   /* text-align: left!important;
    padding: 20px 15px!important;*/
	display: none;
	/*margin: -30px 0px;
	padding: 0px;*/
	
}
.orderbybutton{
display:none!important;	
}
.ordernowfirst{
	display:block!important;
}
.acceptsec{
	padding: 13px 0px 20px;
}
.footer-link ul li a {
    padding: 0 8px;
}
.ddarea {
    padding: 20px 0px;
}
.wet_in_touch .form-group{
	margin-bottom: 10px !important;
}

.bg-img{
height: auto;	
}
.rate-form label {
   
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}
.calcmain1 h3 {
    text-align: center;
    font-size: 18px;
}
.calcmain3 {
   border: 70px solid transparent;
  top: 65px;
}
.calcmain {
    padding: 0px 0px 0px 0px;
}
.consearchsec{
	padding:30px 30px!important;
}
.sideleft{
	border-left:none!important;
}
.base-headernew h2{
	font-size:27px!important;
}.base-headernew {
    padding-bottom: 80px!important;
    width: 100%!important;
}
.serviceSlider .owl-nav div{
	height: 40px!important;
	width: 40px!important;
    line-height: 40px!important;
	top: -47px!important;
	
}
.serviceSlider .owl-nav .owl-prev {
   
    right: 73px!important;
}
.esservicesec2 {
    margin-top: 0px!important;
	display: flex;
  flex-direction: column;
}
.esservicesec2 .eiconsec {
	order: 3;
	-webkit-order: 3;
}
.esservicesec2 .essdescription {
	order: 2;
	-webkit-order: 2;
}
.esservicesec2 .essicon {
	order: 1;
	-webkit-order: 1;
}
.esservicesec1 .eiconsec{
	width:max-content;
	margin:10px auto 0px!important;
}
.esservicesec2 .eiconsec{
	width:max-content;
	margin:10px auto 0px!important;
}
.esservicesec1 .eiconsub {
   
    padding: 25px 30px!important;
}
.esservicesec2 .eiconsub {
   
    padding: 25px 30px!important;
}





/*---------------------added---------------------------------*/
.info-box .icon-box {
	 display:none;
	}
.info-box li span{
	  display: none;
	}

/*----------------------end------------------------------------*/

}

@media (max-width: 430px) and (min-width: 240px){
.ddsec {
    padding: 0px 10%;
    margin: 20px 0px;
}
}
@media (max-width: 575px) and (min-width: 521px){
.calcmain3 {
   border: 180px solid transparent;
   top: 66px;
}
.calcmain {
    padding: 0px 65px 0px 65px;
}
}
@media (max-width: 520px) and (min-width: 493px){
.calcmain3 {
   border: 166px solid transparent;
   top: 66px;
}
.calcmain {
    padding: 0px 65px 0px 65px;
}
}
@media (max-width: 492px) and (min-width: 430px){
.calcmain3 {
   border: 180px solid transparent;
   top: 66px;
}
.calcmain {
    padding: 0px 20px 0px 20px;
}
}
@media (max-width: 429px) and (min-width: 389px){
.calcmain3 {
   border: 159px solid transparent;
   top: 66px;
}
.calcmain {
    padding: 0px 20px 0px 20px;
}
}
@media (max-width: 388px) and (min-width: 358px){
.calcmain3 {
   border: 145px solid transparent;
   top: 66px;
}
.calcmain {
    padding: 0px 20px 0px 20px;
}
}
@media (max-width: 357px) and (min-width: 300px){
.calcmain3 {
   border: 127px solid transparent;
  top: 65px;
}
.calcmain {
    padding: 0px 0px 0px 0px;
}
.calcmain1 h3 {
    text-align: center;
    font-size: 18px;
}


}
.sticky-wrapper{
	/*height: 100px!important;*/
}


/*******************************/
.testi-section {
    background: #ecfde475;
    padding-top: 55px;
    padding-bottom: 55px;
}
.base-header {
    padding-bottom: 30px;
    width: 57%;
    margin: auto;
    text-align: center;
}
.base-header small {
    font-size: 20px;
    color: #f14b0f;
    text-transform:unset;
    position: relative;
    letter-spacing: 1px;
    font-weight: 700;
}
.base-header h2 {
    padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 37px;
    color: #000;
    margin-top: 8px;
    line-height: 1.2;
}
.base-header p {
	color: #504e4e;
    margin-top: 10px;
    font-size: 18px;
    font-weight: 600;
	margin-bottom: 0px;
}
.base-header a {
	color: #504e4e;
  
    font-size: 18px;
    font-weight: 600;
}
.base-header h2::after, .ind-header h2::after, .base-header.base_header_left small::after {
    display:none;
}


/***********************************/
.base-headernew {
    padding-bottom: 50px;
    width: 50%;
  
    text-align: left;
}
.base-headernew small {
    font-size: 20px;
    color: #f14b0f;
    text-transform:uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}
.base-headernew h2 {
    padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 37px;
    color: #000;
    margin-top: 8px;
    line-height: 1.2;
}
.base-headernew h2::after, .ind-headernew h2::after, .base-headernew.base_header_left small::after {
    display:none;
}





.testi_wrp {
    padding: 25px 25px 25px;
    margin-bottom: 0;
    overflow: hidden;
    background: #fff;
	border-style: solid;
    border-width: 0 0 5px 0;
    border-color: #f14b0f;
    box-shadow: 10px 10px 60px 0 rgb(42 45 59 / 10%);
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
	border-radius:6px;
}
.testi-section i {
    background: #fff;
    color: #f14b0f;
    border-radius: 50%;
    font-size: 21px;
   top: 15px;
    right: 15px;
    line-height: 45px;
	position: absolute;
   
}
.testi_info {
    position: relative;
}
.testi_info p {
    margin-bottom: 20px;
	height: 105px;
    overflow-y: auto;
	padding:0px 5px;
	color:#504e4e;
}




.testi_info ::-webkit-scrollbar {
  width: 4px;
}

/* Track */
.testi_info ::-webkit-scrollbar-track {
  background: #fff; 
}
 
/* Handle */
.testi_info:hover ::-webkit-scrollbar-thumb {
  background: #f14b0f; 
}

/* Handle on hover */
.testi_info ::-webkit-scrollbar-thumb:hover {
     background: #f14b0f; 
}




.client-says {
    text-align: justify;
    font-size: 14px;
}
.testi_info:after {
    position: absolute;
    top: 0;
    font-size: 59px;
    color: #eaece3;
    margin-top: -6px;
    z-index: -9;
    left: 0;
    margin-left: -6px;
    content: '\e89e';
    font-family: custom-icons;
    font-weight: 700;
}
.testi_img {
    position: relative;
	min-height: 70px;
	display:block;
}
.testi_img img {
   padding:0px 5px;
    border-radius: 50%;
   
    float: left;
    overflow: hidden;
	width: 70px!important;
	display:inline-block!important;
}
.testi_img h4 {
    display: inline-block;
    font-size: 20px;
    position: relative;
    top: 10px;
    color: #2b343b;
	padding-top: 0px;
	width: 75%;
	 padding-left: 20px;
	 margin-bottom:0px;
}
.testi_img::after {
    width: 90px;
    height: 95px;
    content: "";
    left: -4px;
    top: 0;
    border-radius: 50%;
    z-index: -9;
}
.owl-theme .owl-dot.active span {
    background: #e03e25;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    background: 0 0;
    display: block;
    border: 1px solid #f14b0f;
    border-radius: 50%;
	
}
.owl-theme .owl-dots .owl-dot.active span {
	background:#f14b0f;
}
.serviceSlider.owl-carousel .owl-dots {

  text-align: center;

  padding-top: 35px;
  display: flex;
    justify-content: center;
   

}

.serviceSlider.owl-carousel .owl-dots button {

  height: 10px;

  width: 10px;

  background: rgba(17, 17, 17, 0.1);

  border-radius: 50%;

  margin-right: 10px;

}

.serviceSlider.owl-carousel .owl-dots button.active {

  background: rgba(17, 17, 17, 0.5);

}

.serviceSlider.owl-carousel .owl-dots button:last-child {

  margin-right: 0;

}
.serviceSlider .owl-nav{
	
	
}
.serviceSlider .owl-nav .owl-prev{
	left: inherit;
    right: 86px;
  
    opacity: 1;
	
}
.serviceSlider .owl-nav .owl-next{
	left: inherit;
    right: 15px;
	opacity: 1;
}
.serviceSlider .owl-nav div{
	
webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	border-radius: 50%;
    color: #fff;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
	transition: all 0.5s ease 0s;
    width: 50px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
   
   
    background: #f14b0f;
	position:absolute;
	top:-66px;
}


.Mothersc{
	position:relative;
	display:block;
	padding:30px 0px 50px;
}
.mtreatsec{
	overflow: hidden;
    background-color: #fff;
    box-shadow: 0 0 40px rgb(0 0 0 / 10%);
    border-radius: 5px;
    display: block;
    position: relative;
}
.shape-1 {
    top: 0px;
    right: 0px;
    width: 164px;
    height: 190px;
    background-repeat: no-repeat;
	position:absolute;
}
 .shape-2 {
    bottom: 0px;
    right: 0px;
    width: 164px;
    height: 190px;
    background-repeat: no-repeat;
	position:absolute;
}
.shapescg:before{
	content:'';
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	width:50%;
	height:100%;
	background:-o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .3) 100%);
	background:-webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, .3)));
	background:linear-gradient(to right, #ffffff1a 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform:skewX(-25deg);
	-khtml-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	transform:skewX(-25deg);
	
}
.shapescg:hover:before{
	-webkit-animation:shine 800ms;
	animation:shine 800ms;
}


.mtreat{
	padding: 60px 40px 50px 10px;
}
.mtreat h3{
	color: #000;
    font-size: 37px;
    margin-bottom: 10px;
}

.mtreat p{
	text-align: justify;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
}

/******************************************************/
.Blogsec{
	padding: 50px 0px 40px;
	position:relative;
	display:block;
   
}
.blog-entry {
	margin-bottom: 20px;
}
.blog-entry {
	overflow: hidden;
	box-shadow: 0px 0px 5px 0 rgb(42 45 59 / 20%);
	padding: 0px;
    transition: .3s;
    background-color: #fff;
	 -webkit-transition: .6s;
 transition: .6s;
    border-radius: 6px;
	padding:0px;
}
.blog-entry:hover {
	
}
.block-20 {
	overflow: hidden;
	/*background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;*/
	position: relative;
	display: block;
	width: 100%;
	overflow: hidden;
/*	height: 240px;
	-webkit-transition: opacity 1s, -webkit-transform 1s;
	transition: opacity 1s, transform 1s;*/
	
}
.block-20:before{
	content:'';
	position:absolute;
	top:0;
	left:-75%;
	z-index:2;
	display:block;
	width:50%;
	height:100%;
	background:-o-linear-gradient(left, #fff 0%, rgba(255, 255, 255, .3) 100%);
	background:-webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, .3)));
	background:linear-gradient(to right, #fff 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform:skewX(-25deg);
	-khtml-transform:skewX(-25deg);
	-moz-transform:skewX(-25deg);
	-ms-transform:skewX(-25deg);
	-o-transform:skewX(-25deg);
	transform:skewX(-25deg);
	
}
.blog-entry:hover .block-20:before{
	-webkit-animation:shine 800ms;
	animation:shine 800ms;
}
@-webkit-keyframes shine {
100% {
left:125%
}
}
@keyframes shine {
100% {
left:125%
}
}
.block-20 img{
	width:100%;
	transition: .3s cubic-bezier(.24,.74,.58,1);
}
.blog-entry .text {
	position: relative;
	width: 100%;
	margin: 0 auto;
	margin-top: 0px !important;
	border-radius:0px 0px 6px 6px;
	float: right !important;
	       padding: 20px 15px 15px 15px;
    min-height: 498px;
}
.blog-entry .topp {

	background: #f14b0f;
	
    position: absolute;
   top: -60px;
    left: 0;
    padding: 5px 15px;
   
    border-radius: 0 30px 0 0;
    display: flex !important;
    align-items: center !important;
    margin-bottom: 1.5rem !important;
}
.blog-entry .one {
    width: 50px;
}
.blog-entry span.day {
    font-size: 50px;
    font-weight: 300;
    color: #fff;
    line-height: 1;
}
.blog-entry .two {
    width: calc(100% - 64px);
	padding-left: 0.5rem!important;
}
.blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.blog-entry span.yr, .blog-entry span.mos {
    display: block;
    font-size: 14px;
    line-height: 1.4;
    color: #fff;
}
.blog-entry .text .heading {
	font-size: 20px;
	margin-bottom: 11px;
	font-weight: 600;
	color: #272727;
	line-height: 1.3;
	/*min-height: 34px;*/
	
}

.blog-entry:hover .text .heading{
	color: #f14b0f;
}
.blog-entry .text h3{
	font-size: 17px;
    font-weight: 700;
    color: #272727;
    line-height: 1.3;
    margin-top: 10px;
    margin-bottom: 5px;
}
.blog-entry .text ul{
		list-style:none;
		position:relative;
		display:block;
}
.blog-entry .text ul li{
	    text-align: left;
    font-size: 15px;
    color: #504e4e;
    line-height: 28px;
    margin-bottom: 5px;
	list-style:none;
	font-weight: 500;
	padding-left:15px;
	position:relative;
	display:block;
}
.blog-entry .text ul li:before{
	color: #504e4e;
    background: #504e4e;
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    left: 0;
    top: 12px;
    border: 1px solid #504e4e;
}
.blogcic{
height: 40px;
    width: 40px;
    background-color: #fff;
    -webkit-border-radius: 40px;
    -khtml-border-radius: 40px;
    -moz-border-radius: 40px;
    -ms-border-radius: 40px;
    -o-border-radius: 40px;
    border-radius: 40px;
    position: absolute;
    top: -20px;
    right: 30px;
    line-height: 40px;
    text-align: center;
    font-size: 12px;
    color: #4b83fc;
    -webkit-box-shadow: 0 10px 30px rgb(75 131 252 / 20%);
    -khtml-box-shadow: 0 10px 30px rgba(75,131,252,.2);
    -moz-box-shadow: 0 10px 30px rgba(75,131,252,.2);
    -ms-box-shadow: 0 10px 30px rgba(75,131,252,.2);
    -o-box-shadow: 0 10px 30px rgba(75,131,252,.2);
    box-shadow: 0 10px 30px rgb(75 131 252 / 20%);
    z-index: 99;
}
.blogcic i{
font-size: 17px;
    font-weight: 600;
	}



.blog-entry .text p {
	text-align: left;
    font-size: 15px;
    color: #504e4e;
    line-height: 28px;
	margin-bottom: 5px;
}
.bloga {
	margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
    background-color: #f14b0f;
    border-radius: 50px 50px 50px 50px;
    padding: 12px 20px 12px 20px;
    line-height: 28px;
	background:#f14b0f;
}
.bloga:hover {
	color:#14449d;
	
}
.bloga i {
	padding-left:5px;
}
.bloga:hover i {
	padding-left:7px;
}


/******************************************/
.toparea{
	background:#f14b0f;
	padding:0px 0px;
	border-bottom:1px solid #d2e1d661;
}
.top-left{
	
}
.top-left li{
	display:inline-block;
	color:#fff;
	padding: 10px 10px;
    border-right: 1px solid #d2e1d661;
	font-size: 14px;
    font-weight: 500;
	
}
.top-left li a{
	color:#fff;
}

/******************************************/
.About-section{
	padding: 50px 0px 50px;
   
}
.hh-100 {
    height: 96%!important;
}
.absec img{
	padding-right:15px;
}
.absec-def{
	padding:0px 30px 0px 0px
}
.absec-def h6{
	color: #f14b0f;
    font-size: 20px;
    margin-bottom: 0px;
	text-transform:capitalize;
}
.absec-def h5{
	color: #000;
    font-size: 37px;
    margin-bottom: 10px;
}
.absec-def p{
	text-align: justify;
    font-weight: 500;
    line-height: 30px;
   color:#504e4e;
}
.absec-def h4{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #504e4e;
}
.absec-def h6{
	text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #f14b0f;
	margin-bottom: 10px;
}
.absec-def a{
		background:#f14b0f ;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: max-content;
    font-size: 16px;
}
.absec-def ul{
	display:block;
	position:relative;
}
.absec-def ul li{
	list-style:none;
	padding-left:35px;
	display:block;
	font-weight: 500;
    line-height: 30px;
   color:#504e4e;
	position:relative;
	margin-bottom: 10px;
	
}

.auccd{
	height: 95%;
    left: 25px;
    opacity: 1;
    position: absolute;
    top: 10px;
    width: 90%;
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
}
.absec-def ul li:before{
	content: "\f058";
    position: absolute;
    font-size: 26px;
    left: 5px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
   
    color: #f14b0f;
  
    display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.about_image {
    position: relative;
    padding: 0 0px 0px 0px;
}
.about_image .about_image-1 {
    height: auto;
    padding: 8px;
    margin-top: 73px;
    position: relative;
    display: inline-block;
    border-radius: 22px;
    background: #fff;
    z-index: 1;
}
.about_image .about_image-1 img{
	
}
.about_image img {
    border-radius: 16px;
    background: #fff;
}
.about_image .about_image-2 {
    position: absolute;
   top: 0;
    right: 0;
    max-width: 325px;
    -webkit-box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 20%);
    box-shadow: 0px 0px 120px 0px rgb(0 0 0 / 20%);
    z-index: -1;
}

#sppb-addon-wrapper-1632970186494 {
    position: absolute;
    left: 200px;
    top: 25%;
    z-index: -1;
    margin: 0px 0px 0px 0px;
}



/******************************/
.Caresec{
	
	padding:0px 0px 50px;
	position:relative;
	display:block;
}
.carefull p{
	text-align: center;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
}


.Therappisec{
	padding:50px 0px 50px;
	position:relative;
	display:block;
	background-color: #f9f9f9;
}
.terasecs{
	position:relative;
	display:block;
}
.terasecs p{
	position:relative;
	display:block;
	    text-align: center;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
	margin-bottom: 32px;
}
.Therappy{
	padding:30px 27px 8px 27px;
	position:relative;
	display:block;
	box-shadow: rgb(0 0 0 / 10%) 0px 2px 14px 8px;
    border-radius: 6px;
	z-index: 1;
	margin-bottom:25px;
	min-height:387px;
}
.Therappy:before{
	background: #f14b0f;
    position: absolute;
    left: 0;
    top: 0;
    width: 2px;
    height: 100%;
    content: "";
    z-index: -1;
    transition: .5s;
	border-radius: 6px;
}
.Therappy:hover:before {
    width: 100%;
    height: 100%;
    border-radius: 0;
}
.Therappy .ticon{
	margin: 0px auto;
    text-align: center;
}
.Therappy .ticon i{
	color: #f14b0f;
    font-size: 44px;
    margin-bottom: 15px;
}
.Therappy:hover .ticon i{
		
    color: #ffff;
}
.Therappy .tdesc{
	
}
.Therappy .tdesc h2{
	font-size: 20px;
    text-align: center;
    margin-top: 5px;
}
.Therappy:hover .tdesc h2{
	
    color: #ffff;
}
.Therappy .tdesc p{
	text-align: left;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
}
.Therappy:hover .tdesc p{
	
    color: #ffff;
}

.Therappy .tdesc p i{
	font-size: 20px;
    width: 10px;
    height: 10px;
    top: 2px;
    position: relative;
    display: inline-block;
    cursor: pointer;
    margin-left: 5px;
	 color: #f14b0f;
}
.Therappy:hover .tdesc p i{
	
	 color: #fff;
}
/********************************/
.service-sec{
	padding-top: 55px;
    padding-bottom: 55px;
}
.top-section{
	padding-top: 40px;
   
}

.socialfooter {
  padding-left: 0;
    margin-top: 12px;
    margin-bottom: 0;
    text-align: left;
}
.socialfooter li {
    list-style-type: none;
    display: inline-block;
    color: #ffffff;
    margin-right: 12px;
    color: #fff;
    background: #fff;
    border-radius: 5px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    font-size: 14px;
    text-align: center;
}
.socialfooter li a {
    color: #f14b0f;
}
.socialfooter li:hover a {
    color: #fff;
}
.socialfooter li a:hover {
    color: #fff;
}
.socialfooter li:hover {
    color: #fff;
	background: #f14b0f;
}
.socialfooter i {
    position: relative!important;
    font-size: 17px!important;
    font-weight: 200!important;
}
.footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
	margin-top:10px;
}
.footer-contact-info li {
    margin-bottom: 8px;
   color: #fff;
  
    font-size: 15px;
   
	color: #fffffff5;
    line-height: 29px;
    padding-left: 30px;
    position: relative;
	font-weight: 500;
}
 .footer-contact-info li i {
    position: absolute;
    left: 0px;
    top: 8px;
	 color: #fffffff5;
	 font-weight:500;
	font-size: 16px;
}

.footer-contact-info li a{
	color: #fffffff5;
    
    
    margin-bottom: 5px;
   
	font-weight:500;
	font-size: 15px;
}
.footer-contact-info li a span{
display: block;
    padding-left: 45px;
	font-weight:500;
	font-size: 15px;
}


 .quick-linkss {
  padding-left: 0;
  margin-bottom: 0;
   text-align:center;
}

 .quick-linkss li {
  list-style-type: none;
  margin:0px auto 15px;
  text-align:center;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  padding: 0px 30px 0px 30px;
    border-right: 1px solid #504e4e;
}

.quick-linkss li:last-child {
 border-right: unset;
}

.quick-linkss li a {
  color: #504e4e;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-weight: 500;
}

.quick-linkss li:hover a {
  color: #f14b0f;
  /*letter-spacing: 1px;*/
}
.payment{
	text-align:center
}
.payment ul{
}
.payment li{
	list-style:none;
	display:inline-block;
	padding:10px 10px;
}
.payment{
}
.disclaimer{
	text-align:center;
	margin-bottom: 20px;
}
.disclaimer h3{
	font-size: 18px;
    color: #2e3751;
    margin: 0px auto 6px;
    border-bottom: 1px solid #2e3751;
    width: max-content;
    padding-bottom: 5px;
}
.disclaimer p{
	text-align:center;
	color: #504e4e;
    margin-bottom: 0;
    line-height: 29px;
}
/*
************************************/

.single-services-box {
	margin-bottom: 30px;
	position: relative;
	z-index: 1;
	border-radius: 5px;
	padding: 20px;
	overflow: hidden;
	background-color: #f1f6fa;
	text-align: center;
}
.single-services-box:hover {
	background-color: #f14b0f;
}
.single-services-box:hover h3 a {
	color:#fff;
}
.single-services-box:hover p {
	color:#fff;
}
.single-services-box:hover .link-btn {
	color:#fff;
}
.single-services-box:hover:before {
	width: 100%;
	height: 100%;
	border-radius: 5px;
}
/*.single-services-box:before {
	content: "";
	left: 0;
	bottom: 0;
	z-index: -1;
	border-radius: 0 100% 0 5px;
	width: 50px;
	position: absolute;
	height: 50px;
	background-color: #f14b0f;
 transition: .2s;
}*/

.single-services-box .icon {
	width: 65px;
	height: 65px;
	text-align: center;
	background-color: #fff;
	position: relative;
	font-size: 35px;
 transition: .5s;
	border-radius: 3px;
	color: #f14b0f;
	border: 1px solid #f14b0f;
	margin-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
}
.single-services-box .icon i {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -1px;
	transform: translateY(-50%);
}
.single-services-box h3 {
	font-size: 20px;
	margin-bottom: 10px;
 transition: .5s;
	color: #1a2238;
	font-weight: 700;
	line-height: 1.4;
	height:42px;
	line-height: 25px;
    height: 50px;
}
.single-services-box h3 a {
	outline: 0!important;
	color: #1a2238;
 transition: .5s;
     font-size: 17px;
}
.single-services-box p {
 transition: .5s;
	margin-bottom: 15px;
	text-align: justify;
}
p {
	color: #666;
	font-size: 15px;
	line-height: 1.8;
}
.single-services-box .link-btn {
	display: inline-block;
	color: #f14b0f;
	position: relative;
	margin-top: 5px;
	padding-right: 20px;
	font-size: 15px;
	font-weight: 500;
}
.single-services-box .link-btn i {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 21px;
}
.single-services-box .link-btn:hover {
	padding-right: 25px;
}
.single-services-box .back-icon {
	position: absolute;
	right: -3px;
	top: -15px;
	z-index: -1;
 transition: .5s;
	color: #dbdcdf;
	line-height: 1;
	font-size: 140px;
}
.single-services-box:hover .back-icon {
	color: #b7b7bb8c!important;
	animation: fade-left 1.5s linear infinite;
}
.single-services-box .back-icon {
	position: absolute;
	right: -3px;
	top: -15px;
	z-index: -1;
	transition: var(--transition);
	color: #dbdcdf;
	line-height: 1;
	font-size: 140px;
}


	  
	  
	  	
	/*05.Service Section Starts here 
-----------------------------------*/

.ServiceWrap{
	padding:48px 0px 75px;
	margin:0px;
	background:#eae9e9}
	
.services-container {
  counter-reset: div;
}

.box-service {
  position: relative;
  padding-right: 43px;
  padding:24px;
  margin: 0 auto 20px;
  
    box-shadow: 0px 0px 0px 0px rgb(0 0 0 / 0%);
	margin-right: 30px;
-webkit-transition: .6s;
    transition: .6s;
}
.box-service:hover {
	
	transform: translateY(-10px);
   
	 -webkit-transition: .6s;
 transition: .6s;
}
.boxsec1 {
	
	background-color: #fece6338;
}
.boxsec2 {
	
		background-color:#f1f6faab;
}
.boxsec1:hover {
	
	background-color: #fece638f;
}
.boxsec2:hover {
	
	background-color: #e6ecf1;
}
.box-service:before {
  content: counter(div, decimal) "";
  counter-increment: div;
  position: absolute;
  top: 0px;
  right: -60px;
  display: inline-block;
  color: rgba(21, 21, 21, 0.12);

  font-size:213px;
  font-weight:900;

}

.box-service-heading {
  display: flex;
  margin-bottom: -13px;
  margin-left: -13px;
}


.box-service-heading h5 {
	text-transform: capitalize;
    font-weight: 600;
    font-size: 22.2px;
    color: #2f3030;
    padding-top: 0px;
	

}

.box-service-heading:empty {
  margin-bottom: 0;
  margin-left: 0;
}

.box-service-heading > * {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 13px;
  margin-left: 5px;
}

.box-service-heading > *:nth-child(1) {
  flex-shrink: 0;
}

.box-service-body {
  margin-top: 12px;
  width:88%
}

.box-service-body p{
	font-size:15px;
	line-height:27px;
	font-weight:400;
	color:#3e3c3c;}

.box-service:hover .icon-effect-7 {
  color: #fff;
}

.box-service:hover .icon-effect-7:after {
  box-shadow: inset 0 0 0 2px #f14b0f;
  transform: scale3d(1, 1, 1);
  color:#f14b0f;
}
	.box-service:hover .icon-effect-7 i{
	color:#f14b0f;
	}
.icon {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}

.icon::before {
  position: relative;
  display: inline-block;
  font-weight: 400;
  font-style: normal;
  speak: none;
  text-transform: none;
}

.icon-primary {
  color: #f14b0f;
}

.icon-circle {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.icon-circle.icon-primary {
  background-color: #f14b0f;
  color: #ffffff;
}

.icon-circle.icon-md {
  width: 70px;
  height: 70px;
}

.icon-sm {
  font-size: 22px;
}

.icon-md {
  font-size: 28px;
}

.icon-lg {
  font-size: 54px;
}

.linearicons-diamond3:before {
  position: relative;
  left: 2px;
}

.linearicons-power:before,
.linearicons-mouse-right:before {
  position: relative;
  top: -1px;
}

.icon-effect-7 {
  position: relative;
  z-index: 1;
  transition: color 0.3s;
  
}

.icon-effect-7.icon-circle.icon-primary {
  background: transparent;

}

.icon-effect-7.icon-circle.icon-md {
  width: 59px;
  height: 59px;
 
  
}

.icon-effect-7:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  z-index: -1;
  box-shadow: inset 0 0 0 70px #f14b0f;
  transform: scale3d(0.9, 0.9, 1);
  transition: box-shadow 0.3s, transform 0.3s;
   
}

.icon-effect-7:hover {
  color: #f14b0f;
}

.icon-effect-7:hover:after {
  box-shadow: inset 0 0 0 2px #f14b0f;
  transform: scale3d(1, 1, 1);
  /* background:#f14b0f;*/
}

.icon-effect-4 {
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0 3px #f14b0f;
  overflow: hidden;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
}

.icon-effect-4:before {
  display: block;
  -webkit-font-smoothing: antialiased;
}

.icon-effect-4:after {
  content: '';
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-sizing: content-box;
  display: none;
}

.icon-effect-4:hover {
  background: rgba(77, 109, 230, 0.78);
  box-shadow: 0 0 0 8px rgba(77, 109, 230, 0.27);
  color: #ffffff;
}

.icon-effect-4--mod-4:hover:before {
  -moz-animation: toBottomFromTop 0.3s forwards;
  -webkit-animation: toBottomFromTop 0.3s forwards;
  animation: toBottomFromTop 0.3s forwards;
}



/*02.Banner Section Starts Here
-------------------------------*/
.headsec h6{
font-size: 20px;
    color: #f14b0f;
    text-transform:uppercase;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
	margin-bottom:0px;
}
.headsec h3{

padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 30px;
    font-size: 37px;
    color: #000;
    margin-top: 8px;
    line-height: 1.2;
}
.hero-area{
/*background-image: url(../img/home1.png);*/
    background-position: top left;
    background-repeat: no-repeat;
	padding: 120px 0px 0px;
	background:linear-gradient(135deg,#f14b0f 0%,#385222 100%);
}
.myheader-area{
z-index:100000;
}
.headessay{
padding-top: 50px;
}
.headessay h6{
color: #fff;
    font-size: 22px;
    margin-bottom: 10px;
}
.headessay h3{
color: #fff;
    font-size: 50px;
    margin-bottom: 15px;
}
.headessay p{
font-size: 15px;
    line-height: 28px;
    color: #fff;
}
.headessay a{
background: linear-gradient(135deg,#f14b0f 0%,#385222 100%);
    color: #fff;
    padding: 14px 25px;
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: max-content;
    font-size: 16px;
}

/*
**********************************/
.mysearchsec {
    text-align: center;
    margin-top: 40px;
  
    border-color: #cee2ff;
    border-radius: 5px;
  
	
	padding: 30px;
    position: relative;
    display: block;
   background:linear-gradient(135deg,#f14b0f 0%,#385222 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.mysearchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
   
    border-bottom: 1.5px solid #ffffff8f;
    width: max-content;
    text-align: center;
    margin: 0px auto 20px;
    padding-bottom: 5px;
	
}
.Firstsec select {
    width: 100%;
    font-size: 15px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 42px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	
}
.Firstsec input {
    width: 100%;
    font-size: 15px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 42px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}
.Firstsec .anysec{
	color: #fff;
    font-size: 17px;
    margin-top: 15px;
    font-weight: 600;
}
.Firstsec .buttonfirst{
	
}
.Firstsec .buttonsecond{
	
}
.Firstsec input::placeholder {
			 color: #3d3d3e;
		}
		.header__logo a img{
			display:inline-block;
		
		}
		.header-area .is-sticky .header__logo h2{
			color: #f14b0f;
		}
		.header__logo h2{
			display: inline-block;
    font-size: 35px;
    text-align: right;
    margin-left: 10px;
    color: #fff;
    margin-top: 20px;
	font-style: italic;
		}
		.header__logo h2 span{
			display:block;text-align: right;
		}
	/*	**************************            Inner Page                                  **************************/
	
	.elementor-element{
		position: absolute;
    right: 50px;
    top: 100px;
	}
	
	.element {
  display: inline-block;
 
 
  transform: skew(20deg);
  font-size: 1px;
  padding: 1px;
  color: white;
  margin-right: 5px;
  margin-left: 5px;
 animation: shimmy 3s infinite;
  animation-direction: alternate;
}

@keyframes shimmy {
  0% {
    transform: translate(0, 0);    
  }
  100% {
    transform: translate(20px, 50px);
  }
}
		.Innersepage{
			  padding-top: 50px;
    padding-bottom: 50px;
		}
		
		.Infull{
			width:100%;
			position:relative;
		}
		.Infull .inimgage{
			float:right;
			padding-left:25px;
		}
		.Infull .inimgsec{
			width: 100%;
    padding-left: 0px;
    margin-bottom: 15px;
    border-radius: 8px;
    margin-top: 8px;
		}
		.Infull .indescription{
			padding:0px 15px;
			width:100%;
		}
		
		.Infull .indescription h2{
			
			position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 33px;
    color: #000;
    margin-top: 0px;
    line-height: 41px;
		}
		.Infull .indescription p{
			text-align:justify;
			font-size: 15px;
    color: #504e4e;
    line-height: 30px;
		}
		.Infull .indescription h4{
			 color: #060505;
    line-height: 30px;
	font-size: 20px;
	text-transform:capitalize;
		}
		.Infull .indescription ul {
			display: block;
    position: relative;
		}
		.Infull .indescription ul li{
			list-style: none;
    padding-left: 30px;
    display: block;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 10px;
	    font-size: 15px;
		}
		.Infull .indescription ul li:before {
    content: "\f058";
    position: absolute;
    font-size: 25px;
    left: 2px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #f14b0f;
    display: inline-block;
    font: normal normal normal 17px/2 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}


/******************************/
.Abfull{
			width:100%;
			position:relative;
		}
		.Abfull .animgage{
			float:right;
			padding-left:25px;
		}
		.Abfull .animgsec{
			width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    margin-top: 8px;
		}
		.Abfull .andescription{
			padding:0px 15px;
			width:100%;
		}
		
		.Abfull .andescription h2{
			
			position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 33px;
    color: #000;
    margin-top: 0px;
    line-height: 41px;
		}
		.Abfull .andescription p{
			text-align:justify;
			font-size: 15px;
    color: #504e4e;
    line-height: 30px;
		}
		.Abfull .andescription h4{
			 color: #060505;
    line-height: 30px;
	font-size: 20px;
	text-transform:capitalize;
		}
		.Abfull .andescription ul {
			display: block;
    position: relative;
		}
		.Abfull .andescription ul li{
			list-style: none;
    padding-left: 30px;
    display: block;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 10px;
	    font-size: 15px;
		}
		.Abfull .andescription ul li:before {
    content: "\f058";
    position: absolute;
    font-size: 25px;
    left: 2px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #f14b0f;
    display: inline-block;
    font: normal normal normal 17px/2 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}

/******************************/
.Difull{
			width: 100%;
    position: relative;
    border-color: #abe7a7;
    border-radius: 5px;
    box-shadow: 0px 0px 10px 0px #cef7bd;
    padding: 20px 15px;
		}
		.Difull .dnimgage{
			float:right;
			padding-left:25px;
		}
		.Difull .dnimgsec{
			width: 100%;
    padding-left: 0px;
    margin-bottom: 0px;
    border-radius: 8px;
    margin-top: 8px;
		}
		.Difull .dndescription{
			padding:0px 15px;
			width:100%;
		}
		
		.Difull .dndescription h2{
			
			position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 33px;
    color: #000;
    margin-top: 0px;
    line-height: 41px;
		}
		.Difull .dndescription p{
			text-align:justify;
			font-size: 15px;
    color: #504e4e;
    line-height: 30px;
		}
		.Difull .dndescription h4{
			 color: #060505;
    line-height: 30px;
	font-size: 20px;
	text-transform:capitalize;
		}
		.Difull .dndescription ul {
			display: block;
    position: relative;
		}
		.Difull .dndescription ul li{
			list-style: none;
    padding-left: 30px;
    display: block;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 10px;
	    font-size: 15px;
		}
		.Difull .dndescription ul li:before {
    content: "\f058";
    position: absolute;
    font-size: 25px;
    left: 2px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #f14b0f;
    display: inline-block;
    font: normal normal normal 17px/2 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
		
		/******************************/
.Gifull{
			width: 100%;
    position: relative;
  
		}
		.Gifull .gnimgage{
			float:left;
			padding-right:25px;
		}
		.Gifull .gnimgsec{
			width: 100%;
    padding-left: 0px;
    margin-bottom: 12px;
    border-radius: 8px;
    margin-top: 0px;
		}
		.Gifull .gndescription{
			padding:0px 15px;
			width:100%;
		}
		
		.Gifull .gndescription h2{
			
			position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 33px;
    color: #000;
    margin-top: 0px;
    line-height: 41px;
		}
		.Gifull .gndescription p{
			text-align:justify;
			font-size: 15px;
    color: #504e4e;
    line-height: 30px;
		}
		.Gifull .gndescription h4{
			 color: #060505;
    line-height: 30px;
	font-size: 20px;
	text-transform:capitalize;
		}
		.Gifull .gndescription ul {
			display: block;
    position: relative;
		}
		.Gifull .gndescription ul li{
			list-style: none;
    padding-left: 30px;
    display: block;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 10px;
	    font-size: 15px;
		}
		.Gifull .gndescription ul li:before {
    content: "\f058";
    position: absolute;
    font-size: 25px;
    left: 2px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #f14b0f;
    display: inline-block;
    font: normal normal normal 17px/2 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
		
		.base-innerheader {
    padding-bottom: 50px;
    width: 57%;
    margin: auto;
    text-align: center;
}
.base-innerheader small {
    font-size: 22px;
    color: #f14b0f;
    text-transform:capitalize;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}
.base-innerheader h2 {
    padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 33px;
    color: #000;
    margin-top: 12px;
    line-height: 38px;
}
/*.base-innerheader h2::after {
    position: absolute;
    content: "";
    background-color: #0098dc;
    width: 60px;
    height: 1px;
    bottom: 0;
    left: 50%;
    margin-left: -32px;
    margin-bottom: -11px;
}*/
.Otherdesc{
	
}
	.Otherdesc p{
	text-align:justify;
			font-size: 15px;
    color: #060505;
    line-height: 30px;
}	
.Otherdesc img{
	margin-bottom:20px;
}
.map iframe{

    box-shadow: 0px 6px 30px rgb(0 0 0 / 6%);
    border-radius: 6px;
}
	.contactform{
    padding: 30px;
    margin-bottom: 30px;
    background-color: #fff;
    box-shadow: 0px 6px 30px rgb(0 0 0 / 6%);
    border-radius: 6px;}
.contactform .form-group {
    margin-bottom: 20px;
}
.contactform .checkbox {
   position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: 400;
}
.contactform .form-group label{
    margin-bottom: 10px;
	color:#151515;
	font-size:15px;
	font-weight:500;
}
.contactform .form-groupsec label{
    margin-bottom: 10px;
	color:#151515;
	font-size:15px;
	font-weight:500;
	line-height: 26px;
}
.contactform .form-groups{
	position: relative;
    display: block;
    margin-top: 5px;
    margin-bottom: 13px;
    font-weight: 400;
}
.contactform .form-group .form-control{
	border: 1px solid #eee!important;
	padding-left: 15px;
	padding-left: 15px;
   
    color: #1a2238;
    font-size: 15px;
    box-shadow: unset!important;
    transition: .5s;
    background-color: #f7f8f9!important;
}

.contactform .form-group input{
	height: 45px;
}
.contactform .form-group select{
	height: 45px!important;
}
.contactform .form-group textarea{
	height: 100px;
}


.cdefault-btn {
    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #f14b0f;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 6px;
    opacity: 1;
    font-weight: 600;
    font-size: 14px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
	margin-top:10px;
}





.contactform .contactdefault{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #f14b0f;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 16px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
	cursor:pointer;
}
.contact-info-box {
    padding: 30px;
    margin-bottom: 30px;
    background-color: #eeefef;
    box-shadow: 0 0 0.25rem #119e0182;
    border-radius: 5px;
}
.contact-info-box .icon {
	text-align: center;
    line-height: 1;
    font-size: 40px;
    margin-bottom: 20px;
    color: #119e01;
}
.contact-info-box h3 {
    font-size: 20px;
    margin-bottom: 12px;
	color: #1a2238;
    font-weight: 700;
	text-align: center;
}
.contact-info-box p {
    font-size: 14px;
	text-align: center;
	color: #505050;
	margin-bottom: 0px;
   
}
.contact-info-box a {
    font-size: 14px;
	text-align: center;
	color: #505050;
   
}

.contactdefault-btn {
    display: inline-block;
    text-align: center;
   
    color: #fff;
    padding: 10px 20px;
    position: relative;
    transition: .5s;
   
    border: none;
    font-size: 14px;
    font-weight: 600;
	margin:10px 0px;
	background: #f14b0f;
   
    border-radius: 5px;
}	
.needhelp{
	
}
.needhelp h2{
	position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 30px;
    color: #000;
   
    line-height: 38px;
}
.needhelp p{
	font-size: 15px;
    color: #504e4e;
    line-height: 28px;
	margin-bottom:15px;
}
.consearchsec {
    text-align: center;
    margin-bottom: 20px;
    border-color: #cee2ff;
    border-radius: 5px;
    padding: 20px 40px;
    position: relative;
    display: block;
  background: linear-gradient( 
135deg,#f14b0f 0%,#385222 100%);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.consearchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
}
.consearchsec .Serrstsec input::placeholder {
	font-weight:500;
}
.consearchsec .Serrstsec textarea::placeholder {
	font-weight:500;
}
.consearchsec .Serrstsec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 46px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
    outline: none;
    text-decoration: none;
}
.consearchsec .Serrstsec textarea {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 90px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
    outline: none;
    text-decoration: none;
}
.Serrstsecbutton {
	text-align:center;
}
.Serrstsecbutton input{
	margin:0px auto;
	text-align:center;
	padding:10px 25px;
	font-size:15px;
	font-weight:400;
	border-radius: 5px;
	color:#fff;
	border:none;
	cursor:pointer;
	background:linear-gradient(135deg,#92d359 0%,#385222 100%) !important;
	width:max-content;
}


/************************************************************/
.pricesearchsecmain{
	border: 3px solid #f14b0f;
    padding: 3px;
    border-radius: 6px;
}
.pricesearchsec {
    text-align: center;
    margin-top: 0px;
  
    border-color: #cee2ff;
    border-radius: 5px;
  
	
	padding: 30px 50px;
    position: relative;
    display: block;
  background: linear-gradient( 
135deg,#f14b0f 0%,#385222 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pricesearchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 25px;
    text-decoration: underline;
	
}
.pricesearchsec .pricesec label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
	margin-top: 10px;
}
.pricesearchsec .pricesec select {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	
}
.pricesearchsec .pricesec{
	
	display: block;
    position: relative;
}
.pricesearchsec .pricesec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 25px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

.pricesearchsec .pricesec input::placeholder {
			 color: #3d3d3e;
			 
		}


.priceju{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
   background: linear-gradient(
135deg,#92d359 0%,#385222 100%);
    border: 1px solid #fff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	cursor:pointer;
	width: 100%;
}

.pricejufinal{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #28427e !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	margin-bottom: 20px;
	cursor:pointer;
	width: 100%;
	 background: linear-gradient(
135deg,#92d359 0%,#385222 100%);
    border: 1px solid #fff;
}





/********************************************* Ordernow 1 ***********************************/


/************************************************************/
.ordersearchsecmain {
    border: 3px solid #f14b0f;
    padding: 3px;
    border-radius: 6px;
	margin-bottom: 30px;
}
.order1searchsec {
    text-align: center;
    margin-top: 0px;
   margin-bottom: 0px;
    border-color: #cee2ff;
    border-radius: 5px;
  
	
	padding: 30px 50px;
    position: relative;
    display: block;
  background: linear-gradient( 
135deg,#f14b0f 0%,#385222 100%);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
}
.order1searchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
	
}

.order1searchsec h3 {
    padding: 0px 0px 20px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	text-align: left;
    float: left;
	    width: 100%;
}
.order1searchsec h3 span {
    background: #f14b0f;
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -28px;
    color: #fff;
    margin-top: -3px;
    margin-right: 10px;
}
.order1searchsec .order1sec label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
    margin-top: 10px;
}
.order1searchsec .order1sec select {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	
}
.order1searchsec .order1sec{
	
	display: block;
    position: relative;
}
.order1searchsec .order1sec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

.order1searchsec .order1sec input::placeholder {
			 color: #3d3d3e;
		}


.order1ju{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%) !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	cursor:pointer;
	width: 100%;
}

.order1jufinal{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #28427e !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	margin-bottom: 20px;
	cursor:pointer;
	width: 100%;
	 background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%) !important;
}
/********************************************* Ordernow 2 ***********************************/


/************************************************************/
.order2searchsec {
    text-align: center;
    margin-top: 0px;
   margin-bottom: 0px;
    border-color: #cee2ff;
    border-radius: 5px;
  
	
	padding: 30px 50px;
    position: relative;
    display: block;
   background: linear-gradient( 
135deg,#f14b0f 0%,#385222 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.order2searchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
	
}
.order2searchsec h3 {
    padding: 0px 0px 20px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	text-align: left;
    float: left;
	    width: 100%;
}
.order2searchsec h3 span {
    background: #f14b0f;
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -28px;
    color: #fff;
    margin-top: -3px;
    margin-right: 10px;
}
.order2searchsec .order2sec label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
	margin-top: 10px;
}
.order2searchsec .order2sec select {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	
}
.order2searchsec .order2sec{
	
	display: block;
    position: relative;
}
.order2searchsec .order2sec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

.order2searchsec .order2sec input::placeholder {
			 color: #3d3d3e;
		}

.order2searchsec .order2sec{
	
	display: block;
    position: relative;
}
.order2searchsec .order2sec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

.order2searchsec .order2sec input::placeholder {
			 color: #3d3d3e;
		}
		.order2searchsec .order2secs{
	
	display: block;
    position: relative;
}
.order2searchsec .order2secs input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 0px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	width: 90%!important;
}
.order2searchsec .order2secs .txtNewBox  {
	
	 height: 44px!important;
}
.order2searchsec .order2secs span{
	color: #fff;
    padding-left: 10px;
}
.order2searchsec .order2secs label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
	margin-top: 10px;
}
.order2searchsec .order2secs input::placeholder {
			 color: #3d3d3e;
		}
.order2ju{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%) !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	cursor:pointer;
	width: 100%;
}

.order2jufinal{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #28427e !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	margin-bottom: 20px;
	cursor:pointer;
	width: 100%;
	 background: linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%) !important;
}

.order2searchsec .order2sec{
	
	display: block;
    position: relative;
}
.order2searchsec .order2sec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}
.order2searchsec .order2sec textarea {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
   
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

		.order2searchsec .order2secsa{
	
	display: block;
    position: relative;
}
.order2searchsec .order2secsa input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 0px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	width: 90%!important;
}
.order2searchsec .order2secsa .txtNewBox  {
	
	 height: 44px!important;
}
.order2searchsec .order2secsa span{
	color: #fff;
    padding-left: 10px;
}
.order2searchsec .order2secsa label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
}
.order2searchsec .order2secsa input::placeholder {
			 color: #3d3d3e;
		}
		.autud{
			color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
	margin-top: 4px;
		}
/********************************************* Ordernow 1 ***********************************/


/************************************************************/
.order3searchsec {
    text-align: center;
    margin-top: 0px;
  
    border-color: #cee2ff;
    border-radius: 5px;
  
	
	padding: 30px 50px;
    position: relative;
    display: block;
   background: linear-gradient( 
135deg,#f14b0f 0%,#385222 100%);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.order3searchsec h2{
	font-size: 27px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 20px;
	
}
.order3searchsec h3 {
     padding: 0px 0px 20px 20px;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
	text-align: left;
    float: left;
	    width: 100%;
}
.order3searchsec h3 span {
    background: #f14b0f;
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    margin-left: -28px;
    color: #fff;
    margin-top: -3px;
    margin-right: 10px;
}
.order3searchsec .order3sec label{
	
color: #fff;
    text-align: left;
    float: left;
    font-size: 15px;
    font-weight: 500;
	margin-top: 10px;
}
.order3searchsec .order3sec select {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 46px;
    border-radius: 4px;
    padding-left: 9px;
   margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
	
}
.order3searchsec .order3sec{
	
	display: block;
    position: relative;
}
.order3searchsec .order3sec input {
    width: 100%;
    font-size: 14px;
    color: #3d3d3e;
    font-weight: 400;
    background: #fff;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: 1px solid #bbbbbb;
	outline:none;
	text-decoration:none;
}

.order3searchsec .order3secbu input {
    width: 100%;
    font-size: 15px;
    color: #3d3d3e;
    font-weight: 600;
    background: #efefef;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding-left: 9px;
    margin-bottom: 17px;
    border: none;
	outline:none;
	text-decoration:none;
	text-align:center;
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 16%);
}

.order3searchsec .order3secbu input::placeholder {
			 color: #547f2f;
		}
.order3searchsec .order3sec input::placeholder {
			 color: #547f2f;
		}


.order3ju{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
   background: linear-gradient( 
135deg,#92d359 0%,#385222 100%);
    border: 1px solid #fff;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	cursor:pointer;
	width: 100%;
}

.order3jufinal{
	border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #28427e !important;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 9px;
    padding-bottom: 9px;
	margin-bottom: 20px;
	cursor:pointer;
	width: 100%;
	background: linear-gradient( 
135deg,#92d359 0%,#385222 100%);
    border: 1px solid #fff;
}
.ddsec_new a{
	color: #fff;
    font-size: 14px;
}
.total{
	
width: 100%;
    font-size: 18px;
    color: #3d3d3e;
    font-weight: 600;
    background: #efefef;
    height: 44px;
    line-height: 30px;
    border-radius: 4px;
    padding: 9px;
    margin-bottom: 17px;
    border: none;
    outline: none;
    text-decoration: none;
    text-align: center;
    box-shadow: 0 0 1.25rem rgb(108 118 134 / 16%);
}
.total .fucc1{
	font-weight: 600;
	color:#547f2f;
	}
	.total .fucc2{
	font-weight: 600;
	color:#547f2f;
	}
	
	
/*	*******************************************
	
	*/
	
	.servicemain {
}
	
	.servicemain ul {
}
	.servicemain ul li {
    color: #fff;
    background: #0b3076a1;
    margin-bottom: 12px;
    list-style: none;
    line-height: 29px;
}
	.servicemain ul li a:hover {
		 background: #0b3076a1;
	}
.servicemain ul li a {
    color: #fff;
    width: 100%;
    position: relative;
    display: block;
    padding: 11px 15px;
	font-weight: 500;
	font-size:15px;
}
	
	
	.Servicefull{
			width:100%;
			position:relative;
		}
		.Servicefull .Serviceimgage{
			float:right;
		}
		.Servicefull .Serviceimgsec{
			width:100%;
			padding-left:15px;
			margin-bottom:15px;
		}
		.Servicefull .Servicedescription{
			padding:0px 15px;
			width:100%;
		}
		
		.Servicefull .Servicedescription p{
			text-align:justify;
			font-size: 15px;
    color: #504e4e;
    line-height: 30px;
		}
		.Servicefull .Servicedescription h4{
			 color: #060505;
    line-height: 30px;
	font-size: 20px;
	text-transform:capitalize;
		}
	.ssec h2{
		
	}
	/************************************************************/
	
	.Guarantesec{
		margin-bottom:20px;
	}
	.Guarantesec p{
		text-align: justify;
    font-size: 15px;
    color: #504e4e;
    line-height: 30px;
	}
	.Guarantesec img{
		width:100%;
		margin-bottom:20px;
	}
	.Guarantesec h4{
		padding-top:20px;
			color: #000;
    font-size: 30px;
    margin-bottom: 10px;
	}
	.hestinfo h3{
		color: #000;
    font-size: 33px;
    margin-bottom: 10px;
		
}
.hestinfo ul {
   
    position: relative;
    display: block;
    margin-bottom: 12px;
}
.hestinfo ul li {
    font-size: 15px;
    color: #504e4e;
    line-height: 30px;
    text-align: left;
    list-style-type: none;
    margin-bottom: 15px;
   
    padding-left: 30px;
    position: relative;
    display: block;
}
.hestinfo ul li:after {
    position: absolute;
    content: "";
    width: 13px;
    height: 13px;
    left: 0;
    top: 8px;
    border: 1px solid #f14b0f;
	background:#f14b0f;
    border-radius: 50%;
}
@media (max-width: 4000px) and (min-width: 1582px){
	.header-area .academy-main-menu .classynav {
    padding-left: 0em;
}
}

@media (max-width: 4000px) and (min-width: 1582px){
	.pr12 {
    padding-right: 0px!important;
}
.classynav ul li a {
      padding: 0 10px;
}
}


@media (max-width: 1199px) and (min-width: 992px){
	.service-box.style-eight {
  
    min-height: 244px!important;
}
	.base-header {
    padding-bottom: 30px;
	}
	/*.trp_nav_area .row .col-lg-3{
	flex: 0 0 30%;
    max-width: 30%;
}
.trp_nav_area .row .col-lg-9{
	flex: 0 0 70%;
    max-width: 70%;
}*/
.classynav ul li a{
		
	
	}
	.header__logo a img {
   
}
.header__logo h2 {
    
    font-size: 32px;
  
    margin-left: 10px;
  
    margin-top: 17px;
  
}
.headessay h3 {
    color: #000;
    font-size: 48px;
}
.Firstsec input {
    width: 100%;
    font-size: 13px;
}
.Firstsec select {
    width: 100%;
    font-size: 13px;}
.jufinal{
	padding-left: 5px;
    padding-right: 5px;
	font-size: 13px;
	padding-top: 10.5px;
    padding-bottom: 10.5px;
}
.ju{
	padding-left: 5px;
    padding-right: 5px;
	font-size: 13px;
	padding-top: 10.5px;
    padding-bottom: 10.5px;
}
.box-service-heading .icon-circle{
	margin-left: 0px;
}
.icon-effect-7.icon-circle.icon-md {
    width: 60px;
    height: 60px;
	    font-size: 28px;

}
.box-service-heading h5 {
  
    font-size: 21.5px;

}
.box-service-body {
    margin-top: 12px;
    width: 98%;
}
.testi_img h4{
	width: 67%;
	top:0px;
}

.radio-toolbar label{	
	margin:0px 5px 0px 0px
}
.auorder{
	flex: 0 0 22%;
    max-width: 22%;
}

.esservicesec1 .eiconsub{
	padding: 10px 10px!important;
}
.esservicesec2 .eiconsub{
	padding: 10px 10px!important;
}
.esservicesec1 .eiconsec {
    margin: 10px 30px 0 30px!important;
}
.esservicesec1 .eiconsec {
    margin: 10px 30px 0 30px!important;
}
.senelement
{
	display:none!important;
}
	.sfeature-item{
		min-height:412px!important;
		    padding: 25px 20px 10px!important;
	}
	.teamdessub p {
 
    font-size: 14px!important;
}
.sfeature-item p {
    text-align: center!important;
}
	.elementor-element-populated {
   
    padding: 23px 10px 20px 10px!important;
    min-height: 178px!important;
}
.elementor-icon {
    font-size: 33px!important;
}
.elementor-icon-box-icon {
    margin-right: 10px!important;
}
.doing h6 {
    font-size: 14px!important;
}
.doing {
    
    min-height: 199px!important;
}
.Therappy {
    padding: 30px 20px 8px 20px;
    min-height: 425px;
}
.single-footer-widgetaddress {
    padding-left: 4px;
}
.mtreat {
    padding: 20px 30px 20px 0px;
}


.blog-entry .text {
    
    min-height: 583px;
}
}

@media (max-width: 649px) and (min-width: 576px){
	.uyd {
    height: 320px!important;
}
}
@media (max-width: 575px) and (min-width: 450px){
	.uyd {
    height: 270px!important;
}
}
@media (max-width: 449px) and (min-width: 375px){
	.uyd {
    height: 250px!important;
}
}
@media (max-width: 374px) and (min-width: 310px){
	.uyd {
    height: 320px!important;
}
}
@media (max-width: 309px) and (min-width: 240px){
	.uyd {
    height: 304px!important;
}
.freejob {
    
    width: 213px!important;
}
}
@media (max-width: 2000px) and (min-width: 1200px){

	.firelement{
		display:none!important;
	}
}
@media (max-width: 991px) and (min-width: 240px){
	.absec-def {
    padding: 0px 0px 20px 0px!important;
}
	.senelement
{
	display:none!important;
}
.has-down .dd-arrow::before, .megamenu-item .dd-arrow::before, .has-down .dd-arrow::after, .megamenu-item .dd-arrow::after {
    background-color: #000!important;
}
.box-service{
	margin-bottom:20px;
}
.faqimg{
	margin-bottom:15px;
}
.abtimg{
	margin-bottom:15px;
}
.ftc{
	margin-top: 15px;
}
.header-area .academy-main-menu .classy-navbar .classynav ul li a {
    font-weight: 500;
    text-transform: capitalize;
    color: #000000;
}
.breakpoint-on .classynav ul li a {
    padding: 5px 10px;
    height: 50px;
    line-height: 38px;
}
.classynav .header__logo{
	display:block!important;
	padding-left: 10px;
	padding-top: 10px;
}
.classynav .header__logo h2{
color: #f14b0f!important;
}
}
@media (max-width: 991px) and (min-width: 768px){
	.banner-sec figcaption {
   
    bottom: -12%!important;
	}
	.banner-sec figcaption h1 {
    font-size: 38px!important;
	}
	.yuio{
		display:none;
	}
	.info-box {
   
    margin-right: 15px!important;
    padding: 8px 0 0 40px!important;
	}
	.primary-btn {
  
    padding: 11px 11px!important;
    
    font-size: 14px!important;
   
}
	.info-box .icon-box {
   font-size: 30px!important;
	}
	.is-sticky .info-box .icon-box {
 font-size: 30px!important;
}
	.Innersepage {
    padding-top: 35px!important;
    padding-bottom: 40px!important;
}
	.service-box.style-eight {
   
    padding: 80px 35px 5px!important;
	}
	.elementor-column {
   
    margin-bottom: 56px!important;
}
	.doing {
    
    min-height: 199px!important;
}
	.elementor-element-populated {
   
    padding: 23px 20px 20px 20px!important;
    min-height: 130px!important;
}
.elementor-icon {
    font-size: 36px!important;
}
.elementor-icon-box-icon {
    margin-right: 20px!important;
}
	.headessay h3 {
    
    font-size: 36px;
	}
	.codd{
		flex: 0 0 100%;
    max-width: 100%;
	}
	.box-service-heading .icon-circle{
	margin-left: 0px;
}
.icon-effect-7.icon-circle.icon-md {
    width: 60px;
    height: 60px;
	    font-size: 28px;

}
.box-service-heading h5 {
  
    font-size: 21.5px;

}
.box-service-body {
    margin-top: 12px;
    width: 94%;
}
.copy-right-content p {
  
    font-size: 14.5px;
	text-align:center;
	margin-bottom:15px;
}


.testi_img h4{
	width: 72%;
	top:0px;
}

.radio-toolbar label{
	margin: 0px 8px 17px 0px;
	padding: 11px 10px;
}
 .gorder1{
		order:2;
	}
	.gorder2{
		order:1;
	}
	.top-features-area .features-content .single-top-features h5 {
    font-size: 20px;
}
.esservicesec1 .eiconsec {
    margin: 10px auto 0px !important;
}
.esservicesec2 .eiconsec {
   margin: 10px auto 0px !important;
}
.esservicesec {
    padding: 8px!important;
}
.essdescription h2 {
    line-height: 26px!important;
}
.essdescription h2 a {
  
  
    font-size: 20.2px!important;
}
.essdescription p {
  
    font-size: 14px;
    font-weight: 400;
}
.quick-linkss li{
padding: 0px 22px 0px 22px;
}
.Firstsec .anysec {
   
    margin-top: 29px;
}
.ju{
	margin-bottom:55px;
}
.jufinal{
padding-left: 12px;
    padding-right: 12px;
}

.sfeature-item {
   
    min-height: 415px!important;
	padding: 25px 20px 5px;
}
.sfeature-item h4 {
   
    font-size: 19px!important;
}
.sfeature-item p {
    text-align: center!important;
}
.Therappy {
   
    min-height: 331px;
}

.blog-entry .text {
 min-height: 528px;
}
.single-footer-widgetaddress {
    padding-left: 0px;
}
.single-footer-widgetcall {
    padding-left: 0px;
}
.col-lg-22 {
    -ms-flex: 0 0 16.6666666667%!important;
    flex: 0 0 25%!important;
    max-width: 25%!important;
}
.subscribe-inner-area .content h2 {
   
    font-size: 33px!important;
   
}
.absec-def h5 {
   
    font-size: 33px!important;
    
}
.base-header h2 {
	 font-size: 33px!important;
}
.mtreat h3 {
   
    font-size: 33px!important;
   
}
.post-def h5 {
   
    font-size: 33px!important;
   
}
.Sideheading h2 {
   
    font-size: 33px!important;
}
.base-header {
    padding-bottom: 15px!important;
}
.mtreat {
    padding: 10px 40px 10px 40px!important;
}
.about_image .about_image-1 {
    margin-left: 80px!important;
}
}
@media (max-width: 767px) and (min-width: 576px){
	.Therappy {
    padding: 30px 20px 8px 20px;
    min-height: 400px;
}
	.header__right {
    display: none;
}
.banner-sec figcaption {
   
    bottom: -24%!important;
}
.banner-sec figcaption h2 {
    font-size: 20px!important;
}
	.doing {
    
    min-height: 227px!important;
}
.doing h6 {
    font-size: 13px!important;

}

	.elementor-element-populated {
   
    padding: 23px 11px 20px 12px!important;
    min-height: 152px!important;
}
.elementor-icon {
    font-size: 33px!important;
}
.elementor-icon-box-icon {
    margin-right: 10px!important;
}
	.header-area .academy-main-menu .classy-navbar {
         
		  top: 25px;
	}
	.codd1{
		flex: 0 0 100%;
    max-width: 100%;
	}
	.jufinal{
		margin-bottom:15px;
	}
	.contact_thumb_area {
    padding: 0px 30px 20px 30px!important;
}
	.footer-area {
  
    background-position: left center;
	}
	.col-lg-22 {
    -ms-flex: 0 0 33.333333%!important;
    flex: 0 0 33.333333%!important;
    max-width: 33.333333%!important;
}
.order2searchsec .order2secs input {
	width: 88%!important;
}
.banner-sec figcaption h1 {
    font-size: 34px!important;
	margin-bottom: 10px!important;
}
.banner-sec figcaption span {
    font-size: 28px!important;
}
.banner-sec figcaption h3 {
    font-size: 17px!important;
}
.banner-sec figcaption .container {
   
    margin: 0px 0px 0px 0px!important;
}
.Innersepage {
    padding-top: 30px;
    padding-bottom: 30px;
}
.mtreat {
    padding: 20px 20px 20px 20px!important;
}



.mtreat h3 {
   
    font-size: 30px!important;
    
}
.post-def h5 {
    font-size: 30px!important;
}
.rate-form .rate-content h3 {
    font-size: 27px!important;
}
.base-header h2{
	font-size: 30px!important;
	margin-top: 4px!important;
}
.subscribe-inner-area .content h2 {
    color: #fff;
    margin-bottom: 15px!important;
    font-size: 30px!important;
}
.Subsidiaries h2{
	 font-size: 30px!important;
}

.absec-def h5 {
   
   font-size: 30px!important;
    
}
.serviceSlider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 15px!important;
    padding-bottom: 20px!important;
}
.blog-entry .text {
 
    min-height: 450px!important;
}
}
@media (max-width: 767px) and (min-width: 240px){
	

	.header-area .academy-main-menu .classy-navbar .classynav ul li a {
   
    font-size: 16px!important;
}
	.service-box.style-eight{
		min-height:unset!important;
	}
	.elementor-column {
   
    margin-bottom: 56px!important;
}
	.servicejsec {
   
    display: flex!important;
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.Firstserform {
    float: unset!important;
    order: 2!important;
}
.Firstser {
   
    order: 1!important;
}

	.single-slider .owl-dots{
		display:none;
	}
	.sfeature-item h4 {
    font-size: 19px!important;
	}
	.teamsecs  {
    margin-top: 0px!important;
	margin-bottom:20px;
}
.base-header small{
font-size: 19px!important;
}

.base-header {
    padding-bottom: 15px!important;
}
.subscribe-inner-area .content h3 {
	  font-size: 19px!important;
}

.absec-def h6 {
     font-size: 19px!important;
}
	.seshead{
		display:block!important;
		color:#f14b0f !important;
	}
	 .gorder1{
		order:2;
	}
	.gorder2{
		order:1;
	}
	 .sorder1{
		order:2;
	}
	.sorder2{
		order:1;
	}
	.Servicefull .Serviceimgsec{
		padding-left:0px;
	}
	.Infull .inimgsec {
		padding-right:0px;
	}
	.base-innerheader h2 {
		font-size: 28px;
		line-height: 40px;
	}
	.headessay h3 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 10px;
}
.headessay h6 {
    color: #fff;
    font-size: 16px;
}
.headessay {
    padding-top: 0px;
}
.headessay a {
   
    padding: 10px 25px;
    border-radius: 6px;
    margin-top: 13px;
   
    font-size: 14px;
}
.top-features-area {
    position: relative;
    padding: 50px 0px 0px;
}
.block-20{
	height:auto;
}
.Blogsec {
  
    padding-bottom: 0px
}
.ftco-section{
	padding: 2em 0 0!important;
}
.copy-right-content p {
  
    text-align: center;
	margin-bottom:10px;
	line-height:28px;
}
.single-footer-widgetcall {
    padding-left: 0px!important;
}
.single-footer-widgetaddress {
    padding-left: 0px!important;
}
.base-header {
    
    width: 100%;
}
.base-innerheader{
	width: 100%;
}
.base-innerheader h2 {
	line-height:43px;
}
.quick-linkss li{
	padding:0px 7px;
}
.headessay p {
    font-size: 13.5px;
}
.espertsec .espertsecdes {
    font-size: 17px!important;
}
}
@media (max-width: 575px) and (min-width: 240px){
	.blog-entry .text {
 
    min-height: 580px!important;
}
	.mtreat h3 {
   
    font-size: 25px!important;
    
}
.post-def h5 {
    font-size: 25px!important;
}
.rate-form .rate-content h3 {
    font-size: 25px!important;
}
.base-header h2{
	font-size: 25px!important;
	margin-top: 4px!important;
}
.subscribe-inner-area .content h2 {
    color: #fff;
    margin-bottom: 15px!important;
    font-size: 25px!important;
}
.Subsidiaries h2{
	 font-size: 25px!important;
}

.absec-def h5 {
   
   font-size: 25px!important;
    
}
	.col-ser-4{
		    -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
	}
	.col-ser-1 {
  -ms-flex: 0 0 100%!important;
    flex: 0 0 100%!important;
    max-width: 100%!important;
	text-align:center;
	}
	.col-ser-1 i{
		transform: rotate(90deg);
    margin-bottom: 15px;
	}
	.doing {
  
    padding: 25px 15px!important;
    min-height: unset!important;
   
}
	.elementor-element-populated {
   
    padding: 23px 20px 23px 20px!important;
    min-height: unset!important;
}
	.Innersepage {
    padding-top: 25px;
    padding-bottom: 25px;
}
	.header-area .academy-main-menu .classy-navbar {
    padding: 0;
    padding-left: 0em!important;
}

	.sfeature-item{
		min-height:unset!important;
		padding: 25px 20px 20px!important;
	}
	.header-area .academy-main-menu .classy-navbar {
        
		  top: 10px;
	}
	.banner-sec figcaption h1 {
    font-size: 23px!important;
    margin-bottom: 5px!important;
}
.banner-sec figcaption span {
    font-size: 19px!important;
}
.banner-sec figcaption h3 {
    font-size: 14px!important;
    line-height: 26px!important;
    margin-bottom: 15px!important;
}
.banner-sec figcaption h2 {
    font-size: 17px!important;
}

.banner-sec figcaption .container {
    max-width: 100%!important;
    width: 100%!important;
    margin: 0px 0px 0px 0px!important;
}

.banner-sec figcaption {
  
    bottom: 12%!important;
	transform: unset!important;
   
}
.Therappy{
	min-height:unset!important;
}
.mtreat {
    padding: 20px 20px 15px 20px!important;
}
.col-lg-22 {
    -ms-flex: 0 0 50%%!important;
    flex: 0 0 50%!important;
    max-width: 50%!important;
}
.contact_thumb_area {
    padding: 0px 20px 16px 20px!important;
}
.apartment_area {
   
    padding: 30px 20px 20px!important;
}
.Sideheading h2 {
  
    font-size: 25px!important;
}
.serviceSlider.owl-carousel .owl-dots {
   
    padding-top: 10px!important;
    padding-bottom: 25px!important;
}
.about_image .about_image-2 {
    position: relative;
    top: unset;
    right: unset;
    width: 100%;
    max-width: 100%;
    z-index: 1;
}
.about_image .about_image-1 {
    height: auto;
    padding: 0px;
    margin-top: 0px;
    margin-bottom: 15px;
}

.default-btn {
   
    font-size: 14px!important;
    padding-left: 20px!important;
    padding-right: 20px!important;
    padding-top: 10px!important;
    padding-bottom: 10px!important;
}
	.top-left {
    text-align: center;
}
	.social {
   
    text-align: center;
	margin-top: 11px;
}
	.footer-area{
	
}
.jufinal{
		margin-bottom:15px;
	}
	.header__logo a img {
    display: inline-block;
    margin-top: 0px;
    width: 110px;
}
.header__logo h2 {
    display: inline-block;
    font-size: 25px;
	margin-left: 5px;
	 margin-top: 25px;
}
.top-features-area .features-content {
  
    padding: 0px 0px;
	width:100%;
}
.box-service:before{
	right: 0px;
	    font-size: 180px;
		top:50px;
}
.box-service{
	margin-right:0px;
}
.box-service-heading h5 {
 
    font-size: 20px;

}
.acceptsec{
	min-height:unset;
}
.headsec h3{
	font-size: 27px;
	line-height:35px;
}
.base-header h2{
	font-size: 27px;
}
.absec-def h5 {
    color: #000;
    font-size: 27px;
   
}
.hero-area {
   /* background-image: url(../img/mobilebanner.png);*/
}
.order1searchsec h3 {
	font-size:19px;
}
.order2searchsec h3 {
	font-size:19px;
}
.order3searchsec h3 {
	font-size:19px;
}
.socialfooter li{
	width: 27px;
    height: 27px;
    line-height: 27px;
}
.blog-entry .text{
	padding: 20px 20px 10px 20px;
}
.top-left li {
  
    padding: 11px 7px 11px 7px;
   
    font-size: 12px;
   
}
.social li{
	 padding: 8px 7px 10px 7px;
}
.social li a {
   
    font-size: 12px;
   
}


.snapinersec1 .snoverflow {
    border-radius: 6px 6px!important;
}
.snapinersec2 .snoverflow {
    border-radius: 6px 6px!important;
}
.snapinersec3 .snoverflow {
    border-radius: 6px 6px!important;
}
.snapinersec4 .snoverflow {
    border-radius: 6px 6px!important;
}
}
@media (max-width: 370px) and (min-width: 306px){
.testi_img h4{
	width: 67%;
	top:0px;
}
}
@media (max-width: 305px) and (min-width: 240px){
.testi_img h4{
	width: 100%;
	top:0px;
	padding-left:0px;
}
}
@media (max-width: 315px) and (min-width: 280px){
	.header__logo a img {
   
   margin-top: 0px;
    width: 110px;
}
.header__logo h2 {
    display: inline-block;
    font-size: 23px;
    margin-left: 5px;
    margin-top: 28px;
}

.classynav .header__logo a img {
   
    margin-top: -15px;
    width: 44px;
}
.classynav .header__logo h2 {
    display: inline-block;
    font-size: 23px;
    margin-left: 5px;
    margin-top: 28px;
}
.breakpoint-on .classy-navbar .classy-menu{
	width:260px!important;
}
.top-left li {
    padding: 10px 3px 10px 3px;
    font-size: 12px!important;
}
.top-left li i{
	 font-size: 12px!important;
}
.social li a {
     font-size: 10px!important;
}
.social li {
   padding: 3px 4px 7px 2px!important;
}
.social i {
   
    font-size: 12px!important;
   
}
}
@media (max-width: 279px) and (min-width: 240px){
	.header__logo a img {
   
   margin-top: 0px;
    width: 100px;
}
.header__logo h2 {
    display: inline-block;
    font-size: 18px;
    margin-left: 5px;
    margin-top: 30px;
}
.breakpoint-on .classy-navbar .classy-menu{
	width:230px!important;
}
.top-left li {
   padding: 10px 8px 6px 4px;
    font-size: 10.5px!important;
}
.top-left li i{
	 font-size: 8px!important;
}
.social li a {
     font-size: 8.5px!important;
}
.social li {
    padding: 3px 7px 6px 6px!important;
}
.social i {
   
    font-size: 10px!important;
   
}
.mysearchsec h2 {
    font-size: 21px!important;
}
}

.esservicesec{
	padding:15px;
	text-align:center;
	margin-bottom:20px;
	
}
.esservicesec1{
	
}
.esservicesec2{
	margin-top:120px
}
.esservicesec{
	
}
.essicon{
	
}
.esservicesec1 .essicon h3{
	color:#f14b0f;
	font-size:50px;
	margin-bottom: 0px;
}
.esservicesec2 .essicon h3{
	color:#dfd9d9;
	font-size:50px;
		margin-bottom: 0px;
}
.essdescription{
	
}
.essdescription h2{
	line-height:30px;
	margin-top: 15px;
}
.essdescription p{
	color:#504e4e;
}
.essdescription h2 a{
	text-transform: capitalize;
    font-weight: 600;
    font-size: 22.2px;
    color: #2f3030;
}
.essdescription h2 a:hover{
	 color: #f14b0f;
	
}
.esservicesec1 .eiconsec{
	
margin: 10px 35px 0 35px;
    padding: 10px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 10px 60px 0 rgb(42 45 59 / 10%);
}
.esservicesec1 .eicon{
	
	text-align: center;
    margin: 0px auto;
}
.esservicesec1 .eiconsub{
	border: 1px solid #f14b0f;
    padding: 15px 15px;
	border-radius:6px;
}
.esservicesec2 .eiconsec{
	
margin: 10px 35px 0 35px;
    padding: 10px;
    background-color: #FFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFF;
    border-radius: 6px;
    box-shadow: 0 10px 60px 0 rgb(42 45 59 / 10%);
	background:linear-gradient(135deg,#f14b0f 0%,#385222 100%);
	border: 1px solid #fff;
}
.esservicesec2 .eiconsub{
	border: 1px solid #fff;
    padding: 15px 15px;
	border-radius:6px;
}
.esservicesec2 .eicon{
	
	text-align: center;
    margin: 0px auto;
}
.esservicesec1 .eicon i{
	font-size: 60px;
	width: 80px;
	color:#f14b0f;
    height: 80px;
	line-height: 80px;
	text-align: center;
    margin: 0px auto;
}
.esservicesec2 .eicon i{
	font-size: 60px;
	color:#fff;
	width: 80px;
    height: 80px;
	line-height: 80px;
	text-align: center;
    margin: 0px auto;
}
.sideleft{
	border-left:1px solid #d2e1d661;
}
.classynav .header__logo{
	display:none;
}

.sersec{
	
}
.sersec h2{

    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 15px;
    font-size: 33px;
    color: #000;
    margin-top: 0px;
    line-height: 38px;
	text-align:center;
}

.sersec p{
	text-align: justify;
    font-size: 15px;
    color: #504e4e;
    line-height: 30px;
}
/*******************************************/

.Innerbannersec{
	background-position: top left;
    background-repeat: no-repeat;
    padding: 120px 0px 0px;
    background: linear-gradient(
135deg,#f14b0f 0%,#385222 100%);
}
.banpad {
   padding-top: 40px;
    padding-bottom: 60px;
    position: relative;
    display: block;
}
.banpad h1{
	text-align: center;
    font-size: 55px;
    color: #fff;
    margin-bottom: 7px;
	font-weight: 700;
}
.banpad p{
	color:#fff;
	font-weight:600;
	margin-bottom:0px;
	text-transform:capitalize;
}
.banpad p a{
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	margin-right:5px;
}
.banpad p span{
	color:#fff;
	font-weight:600;
	text-transform:capitalize;
	margin-left:5px;
}

/* --------------
  Category page
------------------*/
.categorysec{
	padding:40px 0px;
}
.categoryleft{
/*border-radius:4px;
    box-shadow: 0px 0px 3px 0px #097c5778;
	 background: #f7f7f78c;*/
}
.filter-widget {
	border-bottom: 4px solid #d2d2d2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    clear: both;
	margin-bottom: 30px;
}
.filter-widget h4{
	font-size: 15px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 20px;
	padding:0px 15px;
	
}
.filter-widget .fw-title {
   
	
	
	
	
	background-color: #f14b0f;
    text-align: center;
    margin: 0;
    line-height: 52px;
    color: #fff;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}
.category-menu {
	list-style: none;
	
}
.category-menu li{

}
.category-menu li a {
	display: block;
    position: relative;
    font-size: 14px;
    color: #504e4e;
  
    padding: 12px 0 12px 20px;
	border-bottom: 1px solid #dadada;
    border-right: 1px solid #dadada;
	border-left: 3px solid #f4f4f4;
}
.category-menu li a span {
	float: right;
}
/*.category-menu li a:after {
	font-family: "FontAwesome";
    display: inline-block;
    content: '\f0da';
    padding-right: 8px;
    position: absolute;
    left: 5px;
}*/
.category-menu li a:hover {

	color:#f14b0f;
	
	 border-left: 3px solid #f14b0f;
}
.category-menu li a.active {
	color:#f14b0f;
	
	 border-left: 3px solid #f14b0f;
}
.category-menu li a:hover:after {

}
.category-menu li a:last-child a {
	margin-bottom: 0;
}
.category-menu li .sub-menu {
	list-style: none;
	overflow: hidden;
	height: 0;
	-webkit-transform: rotateX(90deg);
	transform: rotateX(90deg);
	opacity: 0;
	-webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
	transition: opacity 0.4s, -webkit-transform 0.4s;
	-o-transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
	    padding-left: 15px;
}
.category-menu li .sub-menu li a {
	padding-left: 25px;
}
.category-menu li:hover>a {
	color: ##f14b0f;
}
.category-menu li.active>.sub-menu {
	display: block;
	height: auto;
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
}
.serscmain{
box-shadow: 0px 2px 18px 1px rgb(21 49 91 / 8%);
    padding: 15px 20px;
    border-radius: 6px;
}
.orderbutton{
	text-align:center;
	position:relative;
	display:block;
	margin-top:25px;
}
.orderbutton a{
	text-align:center;
	margin:0px auto;
	width:max-content;
	padding:12px 25px;
	position: relative;
    display: block;
	background: linear-gradient( 
135deg,#92d359 0%,#385222 100%);
    color:#fff;
	transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 600;
    font-size: 16px;
}





/*****************************************/

.banner-sec .owl-item::after {
    content: "";
    background: rgb(0 0 0 / 37%);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}
.banner-sec figcaption {
    position: absolute;
    transform: translateY(-50%);
    bottom: 0%;
    z-index: 9;
    color: #fff;
    left: 0;
    right: 0;
}
.banner-sec figcaption .container {
    max-width: 540px;
    width: 100%;
    margin: 0px 0px 0px 80px;
}
.banner-sec figcaption h2 {
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1px;
    margin: 0 0 5px;
    display: inline-block;
    color: #fff;
    -webkit-animation: 0.8s 0.8s fadeInUp both;
    animation: 0.8s 0.8s fadeInUp both;
    text-transform: uppercase;
    border-top: 1px solid #f14b0f;
    padding-top: 6px;
}
.banner-sec figcaption h3{
	font-size: 19px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    margin-bottom: 25px;
    letter-spacing: 0;
    text-shadow: 1px 1px 2px rgb(51 51 51 / 84%);
    color: #fff;
	line-height:28px;
}

.banner-sec figcaption span {
    font-size: 41px;
    text-transform: capitalize;
    display: block;
    font-weight: 600;
    margin-bottom: 0px;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgb(51 51 51 / 84%);
}
.banner-sec figcaption h1 {
    font-size: 56px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f14b0f;
    text-shadow: 1px 1px 2px rgb(51 51 51 / 84%);
   
}
.banner-sec figcaption p{
	font-size: 16px;
	font-weight: 300;
	margin: 0;
	text-shadow: 1px 1px 2px rgba(51, 51, 51, 0.84);
}
.banner-sec figcaption .master-button{
	margin-top: 50px;
}
.uyd {
    height: 100%;
}



.single-slider .owl-dots{
	
	text-align: center;
    margin: -38px auto 0px;
    padding-bottom: 20px;
    position: relative;
    display: block;
}
.single-slider .owl-dots .owl-dot{
	
	text-align: center;
  
    position: relative;
    display: inline-block;
}
.single-slider .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #fff;
    display: block;
       opacity: 0.25;
    border-radius: 50%;
	border:unset;
}

.single-slider .owl-dots .owl-dot.active span {
    background: #fff;
	opacity:1;
}
/*
***************************************/
.Teamsec{

    padding: 40px 0px 50px;
  
    background-image: url(../img/slide-image-6.jpg);

}
.teamsecs{
	display:block;
	position:relative;
	border-radius:6px;
box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    -webkit-transition: .6s;
    transition: .6s;
	cursor:pointer;
}

.teamsecs:hover{
	 transform: translateY(-10px);
   
	 -webkit-transition: .6s;
 transition: .6s;
}
.teamsecseven{
	margin-top:30px;
}
.teamsecsodd{
	
}
.teamsecs img{
	border-radius:6px 6px 6px;
	width: 100%;
}
.teamsecs .teamdesc {
    padding: 15px 20px;
    text-align: left;
    background: transparent;
    /* border-style: solid; */
    /* border-width: 0 0 4px 0; */
    /* border-color: #f14b0f; */
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    /* border-radius: 6px; */
    position: absolute;
    width: 100%;
    bottom: 0;
	  -webkit-transition: .6s;
    transition: .6s;
}
.teamsecs:hover .teamdesc {
	 bottom: 0px;
	  -webkit-transition: .6s;
 transition: .6s;

}
/*.teamsecs .teamdesc:before {
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f14b0f;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}*/
.teamsecs .teamoverflow{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .3;
    background: #222624;
	border-radius: 6px;
}
.teamsecs:hover .teamoverflow{
	
   opacity: .5;
    background: #f14b0f;
	background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
	transition: .5s;
}
.teamsecs .teamdesc h3{
	font-size:20px;
	margin-bottom:5px;
	font-weight:600;
	color:#fff;
}
.teamsecs .teamdesc h4{
	font-size:17px;
	font-weight:500;
	color:#fff;
}
.teamsecs .teamdessub{
	display:none;
}
.teamsecs:hover .teamdessub{
	display:block;
}



.teamdessub p {
    color:#fff;
	margin-bottom: 5px;
}
.teamdessub a {
    color:#fff;
	font-weight:600;
	font-size:15px;
}

.teamdessub a i{
	padding-left:3px;
}

/*============== Media Queries =============*/
.support {
padding:40px 0px 40px;
position:relative;
display:block;
background-image: url(../img/19.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.subscribe-inner-area {
    border-radius: 15px;
	padding: 40px 0px 35px
    z-index: 1;
    position: relative;
    
}
.subscribe-inner-area .content {
    text-align: center;
   
    margin-left: auto;
    margin-right: auto;
}
.subscribe-inner-area .content h3 {
	font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    letter-spacing: 1px;
    font-weight: 600;
}
.subscribe-inner-area .content h2 {
   color: #fff;
    margin-bottom: 8px;
    font-size: 37px;
	text-transform: capitalize;
}
.subscribe-inner-area .content p{
   color: #fff;
 line-height: 28px;
    font-size: 15px;
    margin-bottom: 15px;
}
.supportbutton{

border: none;

    padding: 14px 30px;
    border-radius: 5px;
    position: absolute;
     color: #f14b0f;
    
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    outline: none;
	margin-bottom: 20px;
   
    position: relative;
    display: block;
    margin: 0px auto;
    width: max-content;
}
.supportbutton:hover{
 color: #ed1c24;
     font-size: 16px;
    font-weight: 600;
    background-color: #fff;
}
/*--*************************************************


**************/
.Servicessec{
	padding:50px 0px; 40px;
}

.sersecs{
	display:block;
	position:relative;
	border-radius:6px;
box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
margin-bottom:15px;
  
 -webkit-transition: .6s;
    transition: .6s;
	overflow: hidden;
}

.sersecs:hover{
	 transform: translateY(-10px);
   
	 -webkit-transition: .6s;
 transition: .6s;
}
.sersecseven{
	margin-top:30px;
}
.teamsecsodd{
	
}
.serimg{
	overflow: hidden;
	
}
.sersecs img{

	width:100%;
	-webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sersecs img:hover{
	opacity:0.9;
	-webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.sersecs .serdesc {
	padding: 15px 20px;
    text-align: left;
    background: #fff;
  
   background: #fff;
    border-style: solid;
    border-width: 0 0 4px 0;
    border-color: #f14b0f;
    transition: background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;
    border-radius: 6px;
}

.case-study-style5 .dreamit-single-cases-study:hover .case-study-thumb::before {
    background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(37, 19, 209,.2)),to(blue));
    background-image: linear-gradient(to bottom,rgba(37, 19, 209,.4),#2513d1);
    top: 0;
	opacity:1;
}
.case-study-style5 .case-study-thumb:before {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(black));
    background: linear-gradient(to bottom,rgba(0,0,0,0),#000);
    top: 25px;
    content: "";
    opacity: 1;
    transition: .5s;
	border-radius: 5px;
}
/*.teamsecs .teamdesc:before {
	content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 3px;
    background: #f14b0f;
    -webkit-transition: 0.4s all ease;
    -moz-transition: 0.4s all ease;
    transition: 0.4s all ease;
    left: 0;
}*/
.sersecs .serdesc h3{
	font-size:19px;
	margin-bottom:5px;
	font-weight:600;
	text-align:center;
	
}
.sersecs .serdesc h4{
	font-size:17px;
	font-weight:500;
	color:#186789;
}
.sersecs .serdesc p{
	text-align: justify;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
	font-size: 15px;
}






/*============== Media Queries =============*/
.owl-carousel .owl-nav {
    margin: 0px;
}
.owl-carousel .owl-nav  .owl-prev{
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
	left: 45px;
	background: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.owl-carousel .owl-nav  .owl-next{
	position: absolute;
    transform: translateY(-50%);
    top: 50%;
    margin: 0;
	right: 45px;
	background: #fff;
    border-radius: 50%;
    font-size: 20px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
	
}
.sticky-wrapper{
	height:unset!important;
	padding:5px 0px;
}


/******************************/

.Expertisesec{
	padding:50px 0px 50px;
}
.espertsec{
	border-radius: 6px;
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    margin-bottom: 15px;
	padding:20px 15px
}

.espertsec .espertsecdes{
	font-size:20px;
	font-weight:500;
	text-align:center;
}
.espertsecicon{
	text-align:center;
	margin:0px auto 15px;
	
}
.espertsecicon img{
	
}
/*******************************/

/*--------------*******************services*/
.Jobsec{
	padding:50px 0px; 40px;
}
.sfeature-item {
	text-align: center;
	margin-bottom: 20px;
	border-radius: 0px 50px 50px 50px;
	box-shadow: 0 10px 29.7px 0.3px rgba(225,225,225,.64);
	padding:25px 20px 5px;
	transition: .5s;
	width: 100%;
    min-height: 365px;
 
	margin-top:20px;
	 -webkit-transition: .6s;
 transition: .6s;
 border:1px solid #f14b0f;
}
.sfeature-item:hover {
    transform: translateY(-10px);
    background: #2b91bdc9;
	 -webkit-transition: .6s;
 transition: .6s;
}

.sfeature-item .ft-icon {
	display: -ms-inline-flex;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	width: 77px;
	height: 77px;
	padding:3px;
	background: #fff;
	font-size: 35px;
	color: #fff;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	margin-bottom: 20px;
}
.sfeature-item:hover .ft-icon{
   	background: #fff;
	font-size: 35px;
	color: #f14b0f;
}

.sfeature-item h4 {
	margin-bottom: 12px;
  
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 26px;
	color: #f14b0f;
}
.sfeature-item:hover h4 {
	color:#fff;
}


.sfeature-item h5 {
	text-align: center;
    margin-bottom: 5px;
   color: #504e4e;
    font-size: 16px;
    line-height: 28px;
	font-weight:500;
}
.sfeature-item:hover h5 {
	color:#fff;
	
}
.sfeature-item h6 {
	text-align: center;
    margin-bottom: 5px;
   color: #504e4e;
    font-size: 15px;
    line-height: 25px;
	font-weight:500;
}
.sfeature-item:hover h6 {
	color:#fff;
	
}

.sfeature-item span {
	text-align: center;
    margin-bottom: 8px;
   color: #504e4e;
    font-size: 14px;
    line-height: 28px;
	font-weight:500;
}
.sfeature-item:hover span {
	color:#fff;
	
}


.sfeature-item p {
	text-align: justify;
    margin-bottom: 8px;
    color: #504e4e;
    font-size: 14px;
    line-height: 28px;
}
.sfeature-item:hover p {
	color:#fff;
	
}
.sfeature-item .myright{
	margin-bottom: 15px;
    color: #504e4e;
    font-size: 14px;
    text-align: right;
    font-weight: 600;
}
.sfeature-item:hover .myright{
	color:#fff;
}
.sfeature-item.fi-center-top .ft-icon {
	-webkit-transform-origin: bottom center;
	-ms-transform-origin: bottom center;
	transform-origin: bottom center;
	-webkit-transform: scale(1.65);
	-ms-transform: scale(1.65);
	transform: scale(1.65);
}

.sfeature-item.fi-center-top .ft-icon i {
	-webkit-transform: scale(0.8);
	-ms-transform: scale(0.8);
	transform: scale(0.8);
}
.sfeature-item .scall-btn {
 background-color: #f14b0f;
    color: #fff;
    padding: 9px 23px;
    border-radius: 0px;
    border: 1px solid transparent;
    transition: all 0.3s ease 0s;
    font-weight: 500;
    border-radius: 6px;
    position: relative;
    display: block;
    width: max-content;
    margin: 0px auto;
}
 .sfeature-item:hover .scall-btn {
  background: #fff;
	
	color:#f14b0f; 
  border: 1px solid #f14b0f;
}

 .sfeature-item .scall-btn i{
	    position: relative;
    display: inline-block;
    top: 1px;
}
/**********************************************/
.Subsidiaries{
	text-align:center;
	padding:40px 0px;
	background: #f8f8fb;
	position: relative;
    display: block;
    background-image: url(../img/Careers-new.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
	
}
.Subsidiaries h2{
	
	text-align:center;
	padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 37px;
    color: #fff;
    margin-top: 8px;
    line-height: 1.2;
}
.Subsidiaries h3{
	text-align:center;
	padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 27px;
    color: #fff;
    margin-top: 8px;
    line-height: 1.2;
	color: #f14b0f;
	   
}
.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.4;
	
  }
}
.Subsidiaries h5{
	text-align:center;
	    font-weight: 600;
    line-height: 30px;
   color: #000;
	margin-bottom:5px;
	font-style:italic;
}
.Subsidiaries p{
	text-align:center;
	    font-weight: 500;
    line-height: 30px;
    color: #fff;
	margin-bottom:5px;
}
.Subsidiaries p i{
	font-weight: 500;
    padding-right: 3px;
}
.Subsidiaries p span{
	font-weight:700;
	font-size:18px;
	
}
.freejob{
	   position: relative;
    display: block;
    width: 279px;
    text-align: center;
    margin: 0px auto 15px;
    border: 1px solid #fff;
    padding: 5px 20px;
    background: #ffffffe3;
    border-radius: 13px;
}
.freejob img{ 
margin: 0px auto;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}
/********************************/
.snpshot{
	
}
.snpshot h2{
	 color: #242424;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 17px;
    font-size: 28px;
    font-weight: 600;
}
.snapinersec{
	padding:20px 15px 13px;
	min-height:136px;
	margin-bottom:15px;
	box-shadow: 0 0 1.25rem rgb(108 118 134 / 16%);
	position:relative;cursor:pointer;
  
}
.snapinersec h3{
		text-align: center;
    font-weight: 500;
    line-height: 30px;
    color: #fff;
	font-size:20px;
	position: relative;
}
.snapinersec p{
	text-align: center;
    font-weight: 500;
    line-height: 24px;
    color: #fff;
	position: relative;
}
.snaprow{
	margin-right: -7.5px!important;
    margin-left: -7.5px!important;



}

 .snapinersec1 {

   border-radius:20px 0px 20px 0px; 
}

 .snapinersec2 {
  
    border-radius:0px 20px 0px 20px; 
}
 .snapinersec3 {
 
    border-radius:0px 20px 0px 20px; 
}
 .snapinersec4 {

    border-radius:20px 0px 20px 0px; 
}


 .snapinersec1 .snoverflow{

   border-radius:6px 0px 20px 0px; 
}

 .snapinersec2 .snoverflow{
  
    border-radius:0px 6px 0px 20px; 
}
 .snapinersec3 .snoverflow{
 
    border-radius:0px 20px 0px 6px; 
}
 .snapinersec4 .snoverflow{

    border-radius:20px 0px 6px 0px; 
}
.snapinersec .snoverflow{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .9;
    
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.snapmain{
	
}
.snapmain h4{
	text-align:center;
	
}
.snappaddsec{
	padding-right: 7.5px!important;
    padding-left: 7.5px!important;
}

.Trainsec {
	
}
.Trainsec h2{
	    color: #242424;
    text-align: center;
    text-transform: capitalize;
    margin-bottom: 10px;
    font-size: 28px;
    font-weight: 600;
}
.Trainsec p{
	text-align: justify;
    font-weight: 500;
    line-height: 32px;
    color: #504e4e;
}
.Trainsec ul{
	display:block;
	position:relative;
}
.Trainsec ul li{
	list-style: none;
    padding-left: 35px;
    display: block;
    font-weight: 600;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 11px;
    font-size: 15px;
	
}


.Trainsec ul li:before{
	content: "\f058";
    position: absolute;
    font-size: 26px;
    left: 5px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
   
    color: #f14b0f;
  
    display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}
.Manyhot{
	text-align:center;
	position:relative;
	display:block;
}
.Manyhot h3{
	text-align: center;
    position: relative;
    display: block;
    margin: 10px auto 0px;
    font-size: 19px;
    color: #f14b0f;
    text-transform: capitalize;
}



/******************************************/
.coniuy{
	margin-top:25px;
}
.elementor-column{
	position:relative;
	margin-bottom: 25px;
	
}
.elementor-column .elementor-widget-wrap {
/*padding: 10px;*/
position: relative;
    width: 100%;
}
.elementor-widget{
	position: relative;
    width: 100%;

}
.elementor-column .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.service-box.style-eight {
    position: relative;
    border-radius: 5px;
    padding: 80px 40px 5px;
    background: #fff;
    box-shadow: 0 0 5px rgb(181 175 175 / 29%);
	    min-height: 218px;
}
.service-box.style-eight::before {
    content: '';
    position: absolute;
    height: 210px;
    width: 210px;
    background: #f7f8f9;
    top: 0;
    clip-path: polygon(0% 0%, 95% 0%, 0% 100%, 0% 100%);
    left: 0;
}
.service-box.style-eight .service-box-icon {
    position: absolute;
    top: -47px;
    height: 100px;
    width: 100px;
    text-align: center;
    line-height: 100px;
    border-radius: 50%;
box-shadow: 0 0px 8px rgb(12 89 219 / 5%);
}
.service-box-icon {
    color: #333;
    font-size: 35px;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}
.service-box.style-eight .service-box-icon i {
    color: #f14b0f;
    font-size: 40px;
    height: 100px;
    width: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.service-box .service-box-icon i {
    margin-bottom: 15px;
    display: inline-block;
    color: #f14b0f;
}
.service-box.style-eight .service-content {
    position: relative;
    z-index: 1;
}
.service-box.style-eight::after {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: #f14b0f;
    top: 0;
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 100% 100%);
    right: 0;
}
.service-box.style-eight .service-content h3 {
    font-size: 24px;
   
    font-weight: 500;
}
.service-box.style-eight .service-content p {
       color: #707070;
    margin-bottom: 12px;
    margin-top: 5px;
}
.service-box.style-eight:hover .service-box-icon i {
    color: #fff;
    background: #f14b0f;
}


/*********************************/
.abseinner{
	border-radius: 6px;
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    margin-top: 25px;
    padding: 20px 20px;
}
.abseinner h4{
	
}
.abseinner p{
	text-align: justify;
    font-weight: 500;
    line-height: 30px;
    color: #504e4e;
}
.abseinner ul{
	display: block;
    position: relative;
}
.abseinner ul li{
	list-style: none;
    padding-left: 35px;
    display: block;
    font-weight: 600;
    line-height: 30px;
    color: #504e4e;
    position: relative;
    margin-bottom: 10px;
    font-size: 15px;
}
.abseinner ul li:before{
	content: "\f058";
    position: absolute;
    font-size: 26px;
    left: 5px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
    color: #f14b0f;
    display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
	    font-size: 16px;
}
.srviceinbutton{
	text-align: left;
}
.srviceinbutton a{
	    border: none;
    position: relative;
    display: inline-block;
    text-align: center;
    overflow: hidden;
    z-index: 1;
    background-color: #f14b0f;
    color: #ffffff;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
    font-weight: 400;
    font-size: 15px;
    padding-left: 17px;
    padding-right: 17px;
    padding-top: 9px;
    padding-bottom: 9px;
    margin-top: 7px;
    cursor: pointer;
    text-align: center;
}




/************************************************/
.servicejsec{
	width:100%;
	position:relative;
	display:block;
}
.Firstserform{
	float:right;
	
}
.Firstser{
	padding:0px 15px;
}

.col-ser-4 {
    -ms-flex: 0 0 22%;
    flex: 0 0 22%;
    max-width: 22%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-ser-1 {
    -ms-flex: 0 0 4%;
    flex: 0 0 4%;
      max-width: 4%;
	position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.doing {
    border-radius: 6px;
    box-shadow: 0 6px 25px rgb(12 89 219 / 9%);
    margin-bottom: 25px;
    padding: 10px 11px;
	min-height: 171px;
	display: flex;
  flex-wrap: wrap;
  align-content: center;
}
.doicon{
	position:relative;
	display:block;
	text-align:center;
	width: 100%;
}

.doicon span{
	    background: #f14b0f;
    padding: 5px 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border: 4px solid #fff;
    font-size: 14px;
    position: relative;
	color:#fff;
}
.doing h6{
        font-size: 15px;
    text-transform: capitalize;
    color: #494747;
    font-weight: 500;
    text-align: center;
    line-height: 28px;
    width: 100%;
    position: relative;
    display: block;
    margin-top: 10px;
}

.Newswrt{
	
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
	box-shadow: 0px 0px 30px 0px rgb(42 22 139 / 11%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: 0px;
    margin-bottom: 30px;
    padding: 0px 0px 0px 0px;
	border-radius: 5px 5px 5px 5px;
	width:100%;
}
.Newswrt1{
	background-image: url(../img/home12-11.png);
}
.Newswrt2{
	background-image: url(../img/home12-12.png);
}
.elementor-element-populated {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin: 0px 0px 0px 0px;
   padding: 23px 20px 20px 20px;
    min-height: 158px;
}
.elementor-elements{
	width: 100%;
	position:relative;
}
.elementor-elements .elementor-widget-container {
    -webkit-transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    transition: background .3s,border .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
    -o-transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s,-webkit-border-radius .3s,-webkit-box-shadow .3s;
}
.elementor-icon-box-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
	text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
	display: flex;
}
.elementor-icon-box-icon {
    margin-right: 20px;
	display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
	margin-top: 9px;
}
.elementor-icon {
    font-size: 36px;

    display: inline-block;
    line-height: 1;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    
   
    text-align: center;
}
.Newswrt1 .elementor-icon {
	color: #e84e4e;
}
.Newswrt2 .elementor-icon {
	color: #21a5ccbf;
}
.elementor-widget-icon-box .elementor-icon-box-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
 .elementor-icon-box-title {
   margin-bottom: 4px;
    color: #2c2c2c;
    font-size: 18px;
}
.elementor-icon-box-description {
    margin: 0;
	
    line-height: 27px;
    color: #504e4e;
	font-size: 14.3px;
}
.Innser-sec img{
	width:100%;
}

/****************************/





.clients_slider.owl-carousel .owl-dots {
    text-align: center;
    padding-top: 35px;
    display: flex;
    justify-content: center;
}

.clients_slider.owl-carousel .owl-dots button {

  height: 10px;

  width: 10px;

  background: rgba(17, 17, 17, 0.1);

  border-radius: 50%;

  margin-right: 10px;

}

.clients_slider.owl-carousel .owl-dots button.active {

  background: rgba(17, 17, 17, 0.5);

}

.clients_slider.owl-carousel .owl-dots button:last-child {

  margin-right: 0;

}
.clients_slider .owl-nav{
	
	
}
.clients_slider .owl-nav .owl-prev{
	left: inherit;
    right: 86px;
  
    opacity: 1;
	
}
.clients_slider .owl-nav .owl-next{
	left: inherit;
    right: 15px;
	opacity: 1;
}
.clients_slider .owl-nav div{
	
webkit-box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 30%);
	border-radius: 50%;
    color: #fff;
    font-size: 19px;
    height: 50px;
    line-height: 50px;
	transition: all 0.5s ease 0s;
    width: 50px;
    text-align: center;
    z-index: 99;
    -webkit-transform: translateY(-49%);
    -ms-transform: translateY(-49%);
    transform: translateY(-49%);
   
   
    background: #f14b0f;
	position:absolute;
	top:-66px;
}





/****************************/
.Offersec{
	padding:50px 0px 50px;
}
.offers{
	display:block;
	text-align:center;
	position:relative;
	
	box-shadow: 0px 0px 5px 0 rgb(42 45 59 / 20%);
    padding: 0px;
	border-radius: 6px;
	cursor:pointer;
	margin-bottom: 10px;
}
.offdes{
	text-align:center;
	padding:10px;
}
.offdes h2{

	color:#f14b0f;
	font-size:22px;
	margin-bottom:5px;
	line-height:28px;
	text-align:center
}
.offdes h3{
	font-size: 18px;
    margin-bottom: 10px;
    text-align: center;
    line-height: 24px;
}
.offdes h4{
		font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
    color: #07405c;
    font-weight: 800;
}
.offdes h6 {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
    background: #f14b0f;
    color: #fff;
    width: max-content;
    margin: 0px auto 10px;
    padding: 5px 20px;
    text-transform: capitalize;
	border-radius:6px;
}
.offimg{
border-radius: 6px 6px 0px 0px;
}
.offimg img{
border-radius: 6px 6px 0px 0px;
}
.offers:hover{
	background:linear-gradient(90deg, rgb(255, 56, 52) 0%, rgb(255, 113, 51) 100%)
}
.offers:hover .offdes h2{
	color:#fff;
}
.offers:hover .offdes h6 {
   
    color: #f14b0f;
    
	 background: #fff;
  
}

.info-box {
    position: relative;
   
    margin-right: 35px;
    font-size: 14px;
    color: #98b2c4;
    text-align: left;
    text-transform: uppercase;
    padding: 8px 0 0 50px;
}
.info-box .icon-box {
    position: absolute;
    left: 0;
    top: 12px;
    color: #fff;
    font-size: 34px;
    line-height: 1em;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.info-box li {
    position: relative;
    color: #fff;
    font-size: 14px;
    font-weight: 100;
    line-height: 1.8em;
    text-transform: capitalize;
}
.info-box li span {
    font-weight: 500;
    font-size: 18px;
}
.info-box li a{
    font-weight: 500;
    font-size: 14px!important;
	color:#fff;
	 text-transform: lowercase;
}
.info-box li a:hover{
    font-weight: 500;
    font-size: 14px!important;
	color:#fff!important;
	
}
.is-sticky .info-box .icon-box {
color:#000000;
}
.is-sticky .info-box li{
color:#000000;
}
.is-sticky .info-box li span {
color:#000000;
}
.is-sticky .info-box li a{
color:#000000;
}
.is-sticky .info-box li a:hover{
color:#000000!important;
}
.mytbox{
top: -12px!important;
    margin-right: 0px!important;
    padding: 0px!important;
}







/*
********************************/

.icon-bar-side  {
   
  
    width: 35px!important;
  
}
.icon-bar-side a {

  /*padding: 16px 8px 16px 8px!important;
  font-size: 19px!important;*/
  padding: 16px 58px 16px 8px!important;
  font-size: 43px!important;
  
}

.icon-bar-side  {
    margin: 0;
    padding: 0;
    position: fixed;
  
    z-index: 999;
    top: 55%;
    width: 35px;
    opacity: 0;
    transition: all .5s ease-in-out;
    transform: translateY(-50%);
}
.icon-bar-side.active {
    opacity: 1;
    transition: all .5s ease-in-out;
}


.icon-bar-side a {
  display: block;
  text-align: center;
  padding: 16px 0px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar-side a:hover {
  background-color: #000;
}

.facebook-icon-bar-side {
  background: #3B5998;
  color: white;
}

.twitter-icon-bar-side {
  background: #55ACEE;
  color: white;
}

.insta-icon-bar-side {
  background: #dd4b39;
  color: white;
}

.linkedin-icon-bar-side {
  background: #007bb5;
  color: white;
}

.youtube-icon-bar-side {
  background: #bb0000;
  color: white;
}
.whatsapp-icon-bar-side {
  background: #06a12f;
  color: white;
}


.contactSec {
    background-color: #f5f5f5 !important;
    padding-top: 50px;
    padding: 40px 0px;
}

.postnatural{
padding: 60px 0px 40px;
    position: relative;
    background-image: url(../img/mother.jpg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
	
	}
.postnatural:before{
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    opacity: .7;
    background: #000000ba;
}
.post-def{
	padding:0px 15px 0px 0px
}
.post-def h6{
	color: #f14b0f;
    font-size: 20px;
    margin-bottom: 0px;
	text-transform:capitalize;
}
.post-def h5{
	color: #fff;
    font-size: 37px;
    margin-bottom: 10px;
}
.post-def p{
	text-align: justify;
    font-weight: 500;
    line-height: 30px;
   color:#fff;
}
.post-def h4{
	text-align: center;
    font-size: 20px;
    font-weight: 600;
    color: #504e4e;
}
.post-def h6{
	text-align: left;
    font-size: 20px;
    font-weight: 600;
    color: #504e4e;
	margin-bottom: 10px;
}
.post-def a{
		background:#f14b0f ;
    color: #fff;
    padding: 12px 25px;
    border-radius: 6px;
    margin-top: 20px;
    position: relative;
    display: block;
    width: max-content;
    font-size: 16px;
}
.post-def ul{
	display:block;
	position:relative;
}
.post-def ul li{
	list-style:none;
	padding-left:35px;
	display:block;
	font-weight: 500;
    line-height: 30px;
   color:#fff;
	position:relative;
	margin-bottom: 10px;
	
}


.post-def ul li:before{
	content: "\f058";
    position: absolute;
    font-size: 26px;
    left: 5px;
    top: 0px;
    line-height: 0px;
    width: 15px;
    height: 50%;
   
    color: #f14b0f;
  
    display: inline-block;
    font: normal normal normal 18px/2 FontAwesome;
    
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-weight: 900;
}

/**********************************************************************************/

/***********************/
.institute_contact_area.home_page {
    padding: 50px 0px 20px;
	background: #fff;
}
.Sideheading{
	
}
.Sideheading h2{
	margin-bottom:15px;
}
.contact_bg {
    background-image: url(../img/contact-bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 14px 8px;
	border-radius: 6px;
}
.home_page .apartment_area {
    box-shadow: none;
}
.apartment_area {
    text-align: center;
   
    padding: 40px 35px 30px;
}
.apartment_area {
    position: relative;
    background-size: cover;
  
    border-radius: 10px;
    text-align: left;
}
.contact_thumb_area {
    padding: 75px 25px 0px 0px;
}
.witr_apartment_form input{
    width: 100%;
    height: 45px;
    color: #888888;
    border-radius: 5px;
    border: 1px solid #DDDDDD96;
    outline: none;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
	font-weight:500;
}
.witr_apartment_form input::placeholder{
	font-weight:500;
}
.witr_apartment_form textarea::placeholder{
	font-weight:500;
}
.witr_apartment_form textarea{
    width: 100%;
    height: 90px;
    color: #888888;
    border-radius: 5px;
    border: 1px solid #DDDDDD96;
    outline: none;
    margin-bottom: 20px;
    text-align: left;
    padding-left: 30px;
	padding-top: 15px;
	font-weight:500;
}


.witr_apartment_form button {
    font-weight: 700 !important;
    text-transform: capitalize;
    padding: 11px 28px;
    color: #ffffff !important;
    background: #f14b0f;
    letter-spacing: 0px;
    font-size: 15px!important;
    border-radius: 6px;
    border: unset;
	margin-bottom: 10px;
	    cursor: pointer;
}

/*----------------------------added style start-------------------------*/
.base-header h1{
	padding-bottom: 4px;
    position: relative;
    text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 0;
    font-size: 37px;
    color: #000;
    margin-top: 8px;
    line-height: 1.2;

}
.Partnersec {
    padding: 50px 0px 30px;
    background: #fff;
    position: relative;
    display: block;
}
.col-lg-22{
-ms-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%;	
}
.insurance_img{
	    margin: 0px auto 30px;
    text-align: center;
    position: relative;
    cursor: pointer;
    box-shadow: rgb(0 0 0 / 10%) 0px 10px 14px 9px;
    border-radius: 6px;
    background: #fff;
    padding: 15px 6px;
}
.width_five{
	 width : 20%;
	}
@media (max-width: 649px) and (min-width: 375px){
.uyd {
    height: 320px!important;
  }
}
@media (max-width: 575px) and (min-width: 240px){

}
/*---------------------------added style end----------------------------*/