:root {
  --black: #000000;
  --white: #ffffff;
  --firstcolor: #fc6352;
  --secondcolor: #f94b5b;
}
#awesome_screenshot h4.Sec_but,#team h4.Sec_but,#testimonials h4.Sec_but{
    text-align: center;
}
#testimonials h4.Sec_but a {
    border: 2px solid #ffffff;
}
#testimonials h4.Sec_but a:hover{
  background-color: #ffffff;
}
/*--------------------- Main Banner------------------------*/
.banner_conent h1, .banner_conent p{
  color: var(--white);
}
.banner_conent h1 {
  font-size: 36px;
  font-weight: bold;
  padding: 0 0 10px;
  margin: 0;
  letter-spacing: 3px;
}
.righ-image {
  text-align: right;
  margin-top: 6em;
}
.banner_conent {
  position: absolute;
  top: 45%;
  max-width: 45%;
  transform: translateY(-50%);
}
#main_banner {
  background-size: 100% 100%;
  position: relative;
}
.righ-image img {
    height: 450px;
}
/*------------------------- About-----------------------------*/
.about_box:hover {
  transition: all ease-in-out 300ms;
  -moz-box-shadow: 8px 8px 1px 1px #dee2e6;
  -webkit-box-shadow: 8px 8px 1px 1px #dee2e6;
  box-shadow: 5px 5px 14px 0px #dee2e6;
}
#about h2{
  position: relative;
  font-size: 28px;
  letter-spacing: 1px;
}
#about h2::after {
  position: absolute;
  height: 3px;
  width: 80px;
  background-color: #fc6352;
  bottom: 0px;
  text-align: center;
  content: "";
  margin: 0 auto;
  right: 0;
  left: 0;
}
.about_box {
  padding: 20px 0;
}
.icon_about, .icon_news {
  display: table;
  margin: 0 auto;
  padding: 20px;
  background: var(--white);
}
.about_box .icon_about i {
  color: var(--firstcolor);
}
.about_box i {
  width: 45px;
  color: #52565b;
  transition-property: transform;
}
.about_box:hover i {
  color: #52565b;
  transition: 0.70s;
  -webkit-transition: 0.70s;
  -moz-transition: 0.70s;
  -ms-transition: 0.70s;
  -o-transition: 0.70s;
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  -o-transform: rotateY(360deg);
  -ms-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.read_more{
  color: #52565b;
}
.read_more i{
  width: auto;
  padding-left: 5px;
}
#about {
  -vendor-animation-duration: 3s;
  -vendor-animation-delay: 2s;
  -vendor-animation-iteration-count: infinite;
}
/*------------------ Promo Banner ----------------*/
.promo_conent h3, .promo_conent p {
  color: var(--white);
}
.promo_cta_btn {
  text-align: right;
}
.inner_banner {
  padding: 30px;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo_conent h3:after {
  background-color: transparent;
}
/*------------------ Amazing Features ----------------*/
.amazing-features-inner h3, .amazing-features-inner p {
    color: var(--white);
}
.amazing-features-inner h3:after, #plans_pricing h3:after, #testimonials h3:after, #newsletter-section h3:after{
  background-color: var(--white);
}
.features-box-icon {
  padding: 20px 10px;
  background-color: var(--white);
  text-align: center;
}
.features-box:hover .features-box-icon{
  background-color: var(--firstcolor);
}
.features-box:hover .features-box-icon i{
  color: var(--white);
}
.features-box-icon i {
  font-size: 28px;
  color: var(--firstcolor);
}
.features-box-content h4 {
  padding-top: 0;
  color: var(--white);
}
.center-image {
  text-align: center;
}
.fdesc_box {
  margin-top: 7em;
}
#amazing_features {
  background-size: 100% 100%;
  padding: 5em 0;
}
/*------------------ Awesome Screenshots-----------------*/
.awesome_screenshot_inner .owl-dots {
  padding-top: 25px;
  text-align: center;
  display: block;
}
.owl-dot {
  width: 10px;
  height: 10px;
  background-color: var(--firstcolor);
  border: solid 1px var(--firstcolor);
  display: inline-block;
  margin: 5px 3px;
  border-radius: 50%;
  outline: none !important;
}
.owl-dot.active {
  background-color: #2d313d;
  border: solid 1px #2d313d;
  border-radius: 20px;
  width: 20px;
}
/*------------------ Plans Pricing-----------------*/
.head_white{
  color: var(--white);
}
#plans_pricing {
  background-size: 100% 100%;
}
#plans_pricing .price-heading-box {
  padding: 7px 25px;
  background-size: 100% 100%;
  border-bottom: 1px solid var(--firstcolor);
  margin: 0 20px;
}
.price-box h3 {
  border-left: none;
  text-align: center;
  margin-bottom: 20px;
  font-size: 36px;
  padding: 0;
}
.price-box h3::after{
  content: '' !important;
  background-color: transparent !important; 
}
.price-box sub{
  font-size: 12px;
}
.price-box p{
  margin: 0;
}
#plans_pricing .price-heading-box h4 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 2px;
}
#plans_pricing .price-heading-box h3 {
  font-weight: bold;
}
#plans_pricing .price-heading-box h3 small{
  display: block;
  font-size: 14px;
}
#plans_pricing .select-plans a {
  margin: 25px auto 0;
  text-align: center;
  display: table;
}
#plans_pricing .select-plans h4 a {
  font-weight: bold;
}
#plans_pricing .plans-content ul {
  list-style: none;
  text-align: center;
  padding: 0;
  margin: 0;
}
#plans_pricing .plans-content ul li {
  padding: 15px 0;
  border-bottom: dashed 1px #cccccc;
  font-size: 16px;
  text-align: center;
}
#plans_pricing .plans-content ul li span {
  float: right;
}
#plans_pricing .price-box {
  background-color: var(--white);
  margin-bottom: 25px;
  padding: 25px 0;
}
.price-box2 .price-heading-box {
  background: -o-linear-gradient(right, #fd4b5b, #fe634f);
  background: -moz-linear-gradient(right, #fd4b5b, #fe634f);
  background: -webkit-linear-gradient(left, #fd4b5b, #fe634f);
}
.price-box2 .price-heading-box, .price-box2 .price-heading-box h4, .price-box2 .price-heading-box p, .price-box2 .price-heading-box h3{
  color: var(--white);
}
/*------------------------- Team -----------------------------*/
.team_inner .box{
  text-align: center;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  overflow: hidden;
  position: relative;
}
.team_inner .box img{
  width: 100%;
  height: auto;
  transition: all 0.5s ease 0s;
}
.team_inner .team_outer:hover img{
  transform: scale(1.2);
  filter: grayscale(100%);
}
.team_inner .box .box-content{
  width: 95%;
  height: 95%;
  background: rgba(0,0,0,0.8);
  padding: 18% 10px 0;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  transition: all 0.8s ease 0s;
}
.team_inner .team_outer:hover .box-content{ opacity: 1; }
.team_inner .box .title{
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 1px;
  text-transform: capitalize;
  margin: 0 0 10px;
}
.team_inner .box .post{
  display: block;
  font-size: 16px;
  font-style: italic;
  color: #daa520;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.team_inner .box .icon{
  padding: 0;
  margin: 0;
  list-style: none;
  position: absolute;
  bottom: 2em;
  width: 96%;
}
.team_inner .box .icon li{ display: inline-block; }
.team_inner .box .icon li a{
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #fff;
  margin-right: 11px;
  position: relative;
  transform: rotate(-45deg);
  transition: all 0.4s ease-in-out;
}
.team_inner .box .icon li a:hover{ background-color: var(--firstcolor); }
.team_inner .box .icon li a span{ display: block; }
.team_inner .box .icon li a span i{ transform: rotate(45deg); }
.team_inner .box .icon li a:before, .team_inner .box .icon li a:after, .team_inner .box .icon li a span:before, .team_inner .box .icon li a span:after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease-in-out 0s;
}
.team_inner .box .icon li a span:before{
  left: auto;
  right: 0;
}
.team_inner .box .icon li a span:after{
  top: auto;
  bottom: 0;
}
.team_inner .box .icon li:nth-child(2) a:before, .team_inner .box .icon li:nth-child(2) a:after, .team_inner .box .icon li:nth-child(2) a span:before, .team_inner .box .icon li:nth-child(2) a span:after{ transition-delay: 0.2s; } .team_inner .team_outer:hover .icon li a:before, .team_inner .team_outer:hover .icon li a span:before{
    width: 3px;
    height: 100%;
}
.team_inner .team_outer:hover .icon li a:after, .team_inner .team_outer:hover .icon li a span:after{
  width: 100%;
  height: 3px;
}
.team_outer:hover .team_desc {
  position: relative;
  top: -20px;
  transition: all 0.4s ease-in-out 0s;
}
.team_desc {
  background-color: var(--white);
  margin: 0 20px;
  transition: all 0.8s ease 0s;
}
/*------------------------- Records -----------------------------*/
.choose-box-content, .choose-box-content h4 {
  color: var(--white);
}
.choose-box-content h4{
  font-size: 30px;
}
.choose-box-icon i {
  font-size: 42px;
  padding-top: 10px;
  color: var(--white);
}
/*--------------------Video Section----------------*/
.popup {
  width:100%;
  height:100%;
  display:none;
  position:fixed;
  top:0px;
  left:0px;
  background: rgba(0, 0, 0, 0.77);
  z-index: 9999;
}
.popup-inner {
  max-width:1000px;
  width:90%;
  position:absolute;
  top:50%;
  left:50%;
  -webkit-transform:translate(-50%, -50%);
  transform:translate(-50%, -50%);
  border-radius:3px;
}
/* Close Button */
.popup-close {
  width:30px;
  height:30px;
  padding-top:4px;
  display:inline-block;
  position:absolute;
  top:0px;
  right:0px;
  transition:ease 0.25s all;
  -webkit-transform:translate(50%, -50%);
  transform:translate(50%, -50%);
  border-radius:1000px;
  background:rgba(0,0,0,0.8);
  font-family:Arial, Sans-Serif;
  font-size:20px;
  text-align:center;
  line-height:100%;
  color:#fff;
}
.popup-close:hover {
  -webkit-transform:translate(50%, -50%) rotate(180deg);
  transform:translate(50%, -50%) rotate(180deg);
  background:rgba(0,0,0,1);
  text-decoration:none;
}
.adopt_inner h2, .adopt-editor{
  color: var(--white);
}
.adopt_outer {
  background: #f33e17;
}
.over_video{
  position: relative;
  text-align: center;
}
.ps_video {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 5px;
  border-radius: 50%;
  background: var(--white);
}
.ps_video i {
  color: var(--white);
  font-size: 22px;
  padding: 17px 19px;
  border-radius: 50%;
  text-align: center;
  background-color: var(--firstcolor);
  cursor: pointer;
}
/*------------------------Testimonials -----------------------------*/
#testimonials {
  background-size: 100% 100%;
  padding: 6em 0;
}
#tesimonial-record {
  padding:0;
}
.record-inner {
  margin-top: 6em;
}
#testimonials .fancy-title {
  margin: 0 auto;
}
.inner-test-bg .short_text {
  font-size: 18px;
  font-style: italic;
  font-weight: 400;
}
#testimonials .owl-carousel .owl-item img, #testimonials img {
  width: 120px !important;
  height: 120px;
  margin: 0;
  position: relative;
  border-radius: 50%;
  border: 7px solid var(--white);
  margin-top: -5em;
  display: block;
}
#testimonials button.owl-prev {
  position: absolute;
  left: 0;
  background: transparent;
  border: none;
  padding: 10px;
}
#testimonials button.owl-next {
  position: absolute;
  right: 0;
  background: transparent;
  border: none;
  padding: 10px;
}
#testimonials button.owl-next i, #testimonials button.owl-prev i{
  color: #2d313d;
}
#testimonials .testimonial_box, .test-shrtpg {    
  padding: 20px 20px;
  position: relative;
  text-align: center;
  background-color: var(--white);
}
#testimonials .owl-dots{
  display: block;
  text-align: center;
}
#testimonials button.owl-dot {
  background-color: var(--white);
}
#testimonials button.owl-dot.active {
  background-color: #2d313d;
}
#testimonials button:focus {
  outline: inherit !important;
}
#testimonials h4.testimonial_name a {
  color: #2d313d;
}
#testimonials cite {
  font-size: 14px;
  font-style: unset;
  margin-left: 10px;
}
#testimonials blockquote {
  font-size: 15px;
  font-style: italic;
  width: 100%;
  margin: 0.25em 0;
  padding: 0.25em 40px;
  line-height: 1.45;
  position: relative;
  color: #2d313d;
  text-align: left;
  font-weight: 300;
}
#testimonials blockquote:before {
  display: block;
  content: "\201C";
  font-size: 80px;
  position: absolute;
  left: -6px;
  top: -37px;
  color: var(--firstcolor);
  font-family: Georgia, serif;
}
h4.testimonial_name {
  text-align: left;
}
#testimonials blockquote:after {
  display: block;
  content: "\201D";
  font-size: 80px;
  position: absolute;
  right: 30px;
  bottom: -70px;
  color: var(--firstcolor);
  font-family: Georgia, serif;
}
.testimonials_outer {
  padding-top: 6em;
}
/*------------------ Newsletter  -----------------*/
#newsletter-section {
  background-size: 100% 100%;
  padding: 6em 0;
}
#newsletter-section .section-heading {
  margin-top: 9em;
}
.newsletter-shortcode {
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
}
.newsletter-shortcode label{
  text-align: left;
  color: var(--white);
}
#newsletter-section input[type="text"], #newsletter-section input[type="tel"], #newsletter-section input[type="email"], #newsletter-section input[type="phno"], #newsletter-section input[type="password"], #newsletter-section textarea {
  border: 1px solid var(--white);
  border-radius: 30px;
  color: var(--white);
}
#newsletter-section input::-webkit-input-placeholder, #newsletter-section textarea::-webkit-input-placeholder, #newsletter-section input::-moz-placeholder, #newsletter-section textarea::-moz-placeholder, #newsletter-section input:-ms-input-placeholder, #newsletter-section textarea:-ms-input-placeholder, #newsletter-section input:-moz-placeholder, #newsletter-section textarea:-moz-placeholder { 
  color: var(--white);
}
#newsletter-section input[type="email"]::placeholder {
    color: #fff;
}
/*------------------Latest Post -----------------*/
.latest_post_text span {
  color: var(--black);
  font-weight: bold;
}
#latest_post .about-heading {
  padding: 0;
}
.latest_post_text i{
  color: var(--firstcolor);
  font-weight: bold;
}
.post_thumb {
  position: relative;
}
h4.latest_post_name a {
  font-weight: bold;
}
.tags{
  padding: 25px 0 15px;
  text-transform: uppercase;  
}
.tags a{
  text-transform: capitalize;
  border: solid 1px #66686b;
  padding: 3px 15px;
  border-radius: 15px;
  color: #66686b;
  margin: 2px 5px;
  display: inline-block;
}
#latest_post .owl-dots {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}
#latest_post button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px #002b46;
  display: block;
  margin: 5px auto;
}
#latest_post button.owl-dot.active {
  background-color: var(--firstcolor);
  border: solid 2px var(--firstcolor);
}
/*------------------------- Our Records -----------------------------*/
.record-box-icon i {
  font-size: 36px;
  color: var(--firstcolor);
}
.record-box-content h4 {
  font-size: 40px;
}
.record-box {
  transition: all ease-in-out 300ms;
  -moz-box-shadow: 8px 8px 1px 1px #dee2e6;
  -webkit-box-shadow: 8px 8px 1px 1px #dee2e6;
  box-shadow: 5px 5px 14px 0px #dee2e6;
}
.record-box{
  padding: 20px;
}
#our_records {
  padding: 50px 0;
  background-size: 100% 100%;
}
#our_records .counter-icon {
  text-align: left;
}
#our_records h4 {
  font-size: 34px;
  color: var(--white);
  font-weight: bold;
  line-height: 34px;
  padding: 0;
}
#our_records p {
  font-size: 14px;
  color: var(--white);
}
#our_records .owl-dots {
  text-align: center;
  margin-top: 30px;
}
#our_records button.owl-dot {
  width: 12px;
  height: 12px;
  margin: 2px;
  background-color: var(--white);
  border: solid 2px #191b27;
}
#our_records button.owl-dot.active {
  background-color: #ff6589;
  border: solid 2px #ff6589;
}
#our_records button:focus {
  outline: inherit !important;
}
#our_records .counter_inner {
  margin-bottom: 20px;
}
/*------------------ Contact us -----------------*/
.inner-cont {
  padding: 10px 0px;
  background: #ffffff;
}
.c_content span {
  font-size: 18px;
}
.c_content p,.c_content p a {
  font-size: 16px;
  color: #2d313d;
}
.contact-email i, .contact-address i, .contact-phone i {
  font-size: 25px;
  color: #fc6352;
  margin-right: 16px;
}
.contact-info {
  font-size: 14px;
  line-height: 26px;
  padding: 0;
  width: 100%;
}
.contact-address, .contact-email, .contact-phone {
  margin: 20px 0;
}
.contact_us h3:after {
  background-color: transparent;
}
.contact_us h3{
  padding-bottom: 0;
}
.form_outer {
  background: -o-linear-gradient(right, var(--secondcolor), var(--firstcolor));
  background: -moz-linear-gradient(right, var(--secondcolor), var(--firstcolor));
  background: -webkit-linear-gradient(left, var(--secondcolor), var(--firstcolor));
  padding: 30px 10px;
}
.form_outer label{
  text-align: left;
  color: var(--white);
  width: 100%;
}
.form_outer input[type="text"], .form_outer input[type="tel"], .form_outer input[type="email"], .form_outer input[type="phno"], .form_outer input[type="password"], .form_outer textarea {
  border: 1px solid var(--white);
  border-radius: 6px;
  color: #2d313d;
  background-color: var(--white);
}
.form_outer input::-webkit-input-placeholder, .form_outer textarea::-webkit-input-placeholder  { /* Chrome/Opera/Safari */
  color: #2d313d;
}
.form_outer input::-moz-placeholder, .form_outer textarea::-moz-placeholder { /* Firefox 19+ */
  color: #2d313d;
}
.form_outer input:-ms-input-placeholder, .form_outer textarea:-ms-input-placeholder { /* IE 10+ */
  color: #2d313d;
}
.form_outer input:-moz-placeholder, .form_outer textarea:-moz-placeholder { /* Firefox 18- */
  color: #2d313d;
}
.form_outer input[type="submit"] {
  width: 100%;
  background-color: #2d313d;
  color: var(--white);
  border-radius: 6px;
}
.contact-info-home {
  position: relative;
  right: -4em;
  background-color: var(--white);
  z-index: 99;
  margin: 30px 0;
  border-radius: 6px;
  padding: 30px;
  padding-bottom: 0;
  -moz-box-shadow: 8px 8px 1px 1px #dee2e6;
  -webkit-box-shadow: 0 0 32px #dee2e6;
  box-shadow: 0 0 32px #dee2e6;
  box-shadow: 0 0 32px #dee2e6;
}
.services_inner h4, .services_inner .short_text {
  color: var(--white);
}
#our_partners img{
  width: auto !important;
}