/*================================================
Template name: Rdsto App Landing HTML Template
Version: 1.0.0
Author: Design Expert        
Author url: https://themeforest.net/user/designexpart260
Developer: Najmul Huda Eimon 

[ Table of Contents ]

01: General css Style
  1.1: variables
  1.2: common css
  1.3: headings
  1.4: padding margin
  1.5: section title
02: custom cursor css Style
03: preloader
04: top-to button
05: Sticky menu CSS
06: home 1 css Style
  6.1: menubar css Style
  6.2: banner css Style
  6.3: modal
  6.4: feature
  6.5: counter
  6.6: about
  6.7: portfolio
  6.8: team
  6.9: mobile
  6.10: video
  6.11: client
  6.12: brand
  6.13: blog
  6.14: footer
    6.14.1: footer-top
    6.14.2: footer-bottom
08: inner-page css
  8.1: menubar
  8.2: banner
12: blog details page CSS
16: contact page

==================================================*/

/*================================================
01: General css Style
==================================================*/

/* 1.1: variables */
:root{
    --light-orange: #ffab6b;
    --deep-orange: #fb6d62;
    --gradient: linear-gradient(to bottom,#fb6d62,#ffab6b);
    --gradienta: linear-gradient(to bottom,#ffab6b,#fb6d62);
    --dark: #061738;
    --grey: #606060;
    --white: #fff;
    --josefin: 'Josefin Sans', sans-serif;
    --heebo: 'Heebo', sans-serif;
}

/* 1.2: common css */
body {
    overflow-x: hidden !important;
    width: 100%;
    max-width: 100%;
  }
* {
    margin: 0;
    padding: 0;
}

img {
    vertical-align: middle;
}

ol,
ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

.clr {
    clear: both;
}

button:focus {
    outline: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul,
li,
a {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transition: all linear 0.3s;
    -ms-transition: all linear 0.3s;
    -moz-transition: all linear 0.3s;
    -o-transition: all linear 0.3s;
    transition: all linear 0.3s;
}



button {
  outline: none;
  border: 0;
  cursor: pointer;
  background: transparent;
}

button:focus {
  outline: none;
}

.clearfix {
  clear: both;
  display: block;
}

input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
}

::-moz-selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

::selection {
  background: var(--deep-orange);
  color: var(--white);
  text-shadow: none;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

textarea {
  resize: none;
}

img {
  max-width: 100%;
  height: auto;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}


/* 1.3: headings */

h1 {
  font-size: 75px;
  line-height: 90px;
  color: var(--dark);
}

h2 {
  font-size: 50px;
  line-height: 64px;
  color: var(--dark);
}

h3 {
  font-size: 40px;
  line-height: 50px;
  color: var(--dark);
}

h4 {
  font-size: 30px;
  line-height: 46px;
  color: var(--dark);
}

h5 {
  font-size: 24px;
  line-height: 42px;
  color: var(--dark);
}

h6 {
  font-size: 22px;
  line-height: 28px;
  color: var(--dark);
}
p {
    font-size: 16px;
    line-height: 26px;
    color: var(--grey);
    font-family: var(--heebo);
    font-weight: 400;
}

/* 1.4: padding margin */

.p-10 {
  padding: 10px 0;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.p-20 {
  padding: 20px 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.p-30 {
  padding: 30px 0;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.p-40 {
  padding: 40px 0;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.p-50 {
  padding: 50px 0;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.p-60 {
  padding: 60px 0;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.p-70 {
  padding: 70px 0;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.p-80 {
  padding: 80px 0;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.p-90 {
  padding: 90px 0;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.p-100 {
  padding: 100px 0;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}
.p-110 {
  padding: 110px 0;
}

.pt-110 {
  padding-top: 110px;
}

.pb-110 {
  padding-bottom: 110px;
}
.p-120 {
  padding: 120px 0;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.m-10 {
  margin: 10px 0;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.m-20 {
  margin: 20px 0;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.m-30 {
  margin: 30px 0;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.m-40 {
  margin: 40px 0;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.m-50 {
  margin: 50px 0;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.m-60 {
  margin: 60px 0;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.m-70 {
  margin: 70px 0;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.m-80 {
  margin: 80px 0;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.m-90 {
  margin: 90px 0;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.m-100 {
  margin: 100px 0;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}
.m-110 {
  margin: 110px 0;
}

.mt-110 {
  margin-top: 110px;
}

.mb-110 {
  margin-bottom: 110px;
}
.m-120 {
  margin: 120px 0;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}
/* 1.5: section title */
.section-title{
  text-align: center;
  padding-bottom: 55px;
  margin-top: -8px;
}
.section-title h2{
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--josefin);
  padding-bottom: 15px;
}
/*================================================
02: custom cursor css Style
==================================================*/
.custom-cursor {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  pointer-events: none;
  z-index: 10000;
  transition: opacity 0.2s ease-in-out 0.5s;
  -webkit-transition: opacity 0.2s ease-in-out 0.5s;
  -moz-transition: opacity 0.2s ease-in-out 0.5s;
  -ms-transition: opacity 0.2s ease-in-out 0.5s;
  -o-transition: opacity 0.2s ease-in-out 0.5s;
}

#cursor {
  position: fixed;
  width: 40px;
  height: 40px;
  border: 2px solid var(--deep-orange);
  pointer-events: none;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#cursor::after {
  position: absolute;
  content: "";
  top: calc(50% - 2px);
  left: calc(50% - 2px);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: var(--deep-orange);
  z-index: 100;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
#cursor-ball {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: transparent;
  border-right: 2px solid transparent;
  border-bottom: 2px solid var(--deep-orange);
  border-left: 2px solid transparent;
  border-top: 2px solid transparent;
  border-radius: 50px;
  box-sizing: border-box;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  transform: translate(-9px, -9px) rotate(0deg);
  -webkit-animation: rotating 0.8s ease-in-out infinite;
  animation: rotating 0.8s ease-in-out infinite;
  -webkit-transition: opacity 0s ease-in-out 0s;
  transition: opacity 0s ease-in-out 0s;
}

@-webkit-keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }
  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }
  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}
@keyframes rotating {
  0% {
    -webkit-transform: translate(-7px, -7px) rotate(0deg);
    transform: translate(-7px, -7px) rotate(0deg);
  }
  95% {
    -webkit-transform: translate(-7px, -7px) rotate(350deg);
    transform: translate(-7px, -7px) rotate(350deg);
  }
  100% {
    -webkit-transform: translate(-7px, -7px) rotate(360deg);
    transform: translate(-7px, -7px) rotate(360deg);
  }
}
/*================================================
03: preloader
==================================================*/

.preloader {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99999;
  background: var(--white);
}
.preloader .circle1,
.preloader .circle2 {
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 2px solid var(--light-orange);
  animation: anim12 1.2s ease-in infinite;
}

.preloader .circle2 {
  width: 100px;
  height: 100px;
  animation: anim12-2 1.2s ease-out infinite;
  border: 2px solid var(--deep-orange);
}

@keyframes anim12 {
  100% {
    width: 100px;
    height: 100px;
    opacity: 0;
  }
}

@keyframes anim12-2 {
  0% {
    opacity: 0;
  }
  100% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
}
/*=========================================================
    04: top-to button
===========================================================*/

.top-btn {
  height: 45px;
  width: 45px;
  line-height: 45px;
  text-align: center;
  background: var(--gradient);
  position: fixed;
  right: 40px;
  bottom: 40px;
  transform: scale(0);
  opacity: 0;
  visibility: hidden;
  z-index: 99;
  outline: none;
  -webkit-transition: all linear 0.4s;
  -moz-transition: all linear 0.4s;
  -ms-transition: all linear 0.4s;
  -o-transition: all linear 0.4s;
  transition: all linear 0.4s;
  cursor: pointer;
  -webkit-animation: witr_bounce 1000ms ease-out infinite;
  animation: witr_bounce 1000ms ease-out infinite;
}

.top-btn:hover{
  background: var(--deep-orange);
}

@keyframes witr_bounce {

  0%,
  100%,
  20%,
  50%,
  80% {
      -webkit-transform: translateY(0);
      transform: translateY(0);
  }

  40% {
      -webkit-transform: translateY(-10px);
      transform: translateY(-10px);
  }

  60% {
      -webkit-transform: translateY(-5px);
      transform: translateY(-5px);
  }
}


.top-btn i {
  font-size: 14px;
  color: #fff;
}


.top-btn.show {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}
/*===========================================================
    05: Sticky menu CSS
=============================================================*/
.menubar.sticky {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100%;
  background: #FFFFFF;
  z-index: 999;
  animation: mymove 0.4s linear;
  -webkit-box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
  box-shadow: 2px 0 70px hsla(0, 0%, 13%, 0.15);
}

@keyframes mymove {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
}

/*================================================
06: home 1 css Style
==================================================*/
/*================================================
6.1: menubar css Style
==================================================*/
.menubar{
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #FFFFFF;
}
.menubar .header-menu{
  margin-left: auto;
}
.menubar .right-part ul li{
  padding-left: 50px;
}
.menubar .right-part button i{
  font-size: 16px;
  color: var(--white);
}
.menubar .right-part a{
  font-family: var(--heebo);
  font-weight: 500;
  display: inline-block;
  padding: 0 30px;
  line-height: 50px;
  color: var(--white);
  background: var(--deep-orange);
  text-transform: capitalize;
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border: 1px solid var(--white);
}
.menubar .right-part a:hover{
  background: var(--light-orange);
}
/*================================================
6.2: banner css Style
==================================================*/
.home1.banner{
  padding-top: 250px;
  padding-bottom: 300px;
}
.home1.banner .content{
  margin-left: -35px;
  margin-right: -35px;
  position: relative;
}
.home1.banner .text-area h1{
  font-weight: 700;
  color: var(--white);
  font-family: var(--josefin);
}
.home1.banner .text-area p{
  color: var(--white);
  width: 80%;
  padding-top: 25px;
  padding-bottom: 45px;
}
.home1.banner .text-area ul li:not(:last-child){
  margin-right: 30px;
}
.home1.banner .image-area{
  position: absolute;
  right: 0;
  bottom: -160px;
}

/*================================================
6.9: mobile
==================================================*/
.home1.mobile .bg{
  background: var(--gradient);
  border-radius: 35px;
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -ms-border-radius: 35px;
  -o-border-radius: 35px;
  position: relative;
}
.home1.mobile .image{
  position: absolute;
  bottom: 0;
  left: 50px;
}
.home1.mobile .content{
  padding: 55px 100px 60px 30px;
}
.home1.mobile .content h3{
  font-family: var(--josefin);
  font-size: 45px;
  color: var(--white);
  font-weight: 700;
  width: 70%;
}
.home1.mobile .content p{
  color: var(--white);
  width: 85%;
  padding-top: 20px;
  padding-bottom: 35px;
}
.home1.mobile .content ul li:not(:last-child){
  padding-right: 30px;
}

/*=========================================================
    6.12: brand
===========================================================*/
.home1.brand {
  background: var(--gradient);
}

/*=====================================================
6.13: blog
======================================================*/

.home1.blog .single-blog{
  background: var(--white);
  box-shadow: 0 0 92px rgba(102, 68, 68, 0.08);
  margin-bottom: 60px;
}
.home1.blog .single-blog .image{
  position: relative;
}
.home1.blog .single-blog .image img{
  width: 100%;
}
.home1.blog .single-blog .image:after{
  content: '';
  height: 100%;
  width: 100%;
  background: linear-gradient(to bottom,rgba(251, 108, 98, 0.3),rgba(255, 171, 107, 0.3));
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  transform: scale(0.2);
  -webkit-transform: scale(0.2);
  -moz-transform: scale(0.2);
  -ms-transform: scale(0.2);
  -o-transform: scale(0.2);
  opacity: 0;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}
.home1.blog .single-blog:hover .image:after{
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  opacity: 1;
}
.home1.blog .single-blog .content{
  padding: 20px 30px 12px 30px;
  display: flex;
    justify-content: space-between;
    align-items: baseline;
}
.home1.blog .single-blog .content span{
  font-family: var(--josefin);
  font-weight: 700;
  padding-bottom: 15px;
  font-size: 20px;
}
.home1.blog .single-blog .content ul {
  padding-bottom: 15px;
}
.home1.blog .single-blog .content ul li:not(:last-child){
  padding-right: 20px;
}
.home1.blog .single-blog .content ul li a{
  font-family: var(--heebo);
  font-size: 15px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--grey);
}

.home1.blog .single-blog .content ul li a i{
  padding-right: 10px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}


.home1.blog .single-blog .content .read-more{
  display: inline-block;
  font-family: var(--josefin);
  font-weight: 600;
  font-size: 18px;
  line-height: 30px;
  text-transform: capitalize;
  margin-top: 15px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.home1.blog .single-blog .content .read-more:after{
  content: '';
  height: 1px;
  width: 100%;
  background: var(--gradient);
  position: absolute;
  bottom: 7px;
  left: 0;
}
.home1.blog .single-blog .content ul li a:hover,
.home1.blog .single-blog .content h6:hover,
.home1.blog .single-blog .content .read-more:hover{
  color: var(--deep-orange);
}
/*=====================================================
6.14: footer
======================================================*/
/*=====================================================
6.14.1: footer-top
======================================================*/
.footer .footer-top .title{
  padding-bottom: 25px;
}
.footer .footer-top .title h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
}
.footer .footer-top .desc{
  padding-right: 120px;
  color: #FFFFFF;
}
.footer .footer-top .address{
  padding-top: 20px;
}
.footer .footer-top .address li:not(:last-child){
  padding-bottom: 15px;
}
.footer .footer-top .address li i{
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--dark);
  font-size: 14px;
  color: var(--white);
  text-align: center;
  margin-right: 20px;
  position: relative;
  z-index: 1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.footer .footer-top .address li i:after{
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--gradient);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}
.footer .footer-top .address li:hover i{
  background: transparent;
}
.footer .footer-top .address li:hover i:after{
  opacity: 1;
}
.footer .footer-top .navigation li{
  padding-left: 20px;
  position: relative;
}
.footer .footer-top .navigation li:before{
  content: '';
  height: 5px;
  width: 5px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #ddd;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: 0;
}
.footer .footer-top .navigation li:hover:before{
  background: var(--gradient);
}
.footer .footer-top .navigation li:not(:last-child),
.footer .footer-top .follow li:not(:last-child){
  margin-bottom: 10px;
}
.footer .footer-top .navigation li a,
.footer .footer-top .follow li a{
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  font-family: var(--heebo);
  font-weight: 400;
  text-transform: capitalize;
  color: var(--grey);
}
.footer .footer-top .navigation li a:hover,
.footer .footer-top .follow li a:hover{
  color: var(--deep-orange);
}
.footer .footer-top .inputs{
  width: calc(100% - 60px);
  height: 40px;
  border: 1px solid var(--deep-orange);
  background: transparent;
  padding: 0 10px;
  outline: none;
}
.footer .footer-top .inputs::placeholder{
  font-family: var(--heebo);
  font-weight: 400;
  font-size: 15px;
  color: var(--grey);
  text-transform: capitalize;
}
.footer .footer-top .form-area{
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
}
.footer .footer-top .form-area button{
  width: 60px;
  height: 40px;
  background: var(--gradient);
  position: absolute;
  top: 0;
  right: 0;
}
.footer .footer-top .form-area button i{
  font-size: 18px;
  color: var(--white);
}
.footer .footer-top .social li{
  padding-right: 15px;
}
.footer .footer-top .social li a i{
  font-size: 14px;
  color: var(--dark);
}
.footer .footer-top .social li a:hover i{
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*=====================================================
6.14.2: footer-bottom
======================================================*/
.footer .footer-bottom .bg{
  border-top: 1px solid #ebebeb;
  padding: 25px 0;
}
.footer .footer-bottom ul li{
  padding-left: 30px;
}
.footer .footer-bottom ul li:first-child {
  padding-left: 0;
}
.footer .footer-bottom ul li a{
  font-family: var(--heebo);
  color: var(--grey);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
}
.footer .footer-bottom ul li a:hover{
  color: var(--deep-orange);
}

/*================================================
08: inner-page css
==================================================*/
/*================================================
8.1: menubar
==================================================*/
.inner-page.menubar .right-part button{
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--gradient);
  margin-left: 20px;
  position: relative;
  z-index: 1;
}
.inner-page.menubar .right-part button:after{
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--gradienta);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 0;
}
.inner-page.menubar .right-part button:hover:after{
  opacity: 1;
}
.inner-page.menubar.sticky .right-part button{
  background: var(--white);
}
.inner-page.menubar.sticky .right-part button:after{
  opacity: 0;
}
.inner-page.menubar.sticky .right-part button i{
  color: var(--deep-orange);
}
/*================================================
8.2: banner
==================================================*/
.inner-page.banner .overlay{
  padding-top: 215px;
  padding-bottom: 125px;
  background: rgba(0, 0, 0, 0.6);
}
.inner-page.banner h2{
  font-family: var(--josefin);
  font-size: 45px;
  font-weight: 700;
  color: var(--white);
  text-transform: capitalize;
  padding-bottom: 10px;
}
.inner-page.banner .breadcrumb{
  justify-content: center;
}
.inner-page.banner .breadcrumb-item a,
.inner-page.banner .breadcrumb-item{
  font-family: var(--josefin);
  text-transform: capitalize;
  color: var(--white);
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
}
.inner-page.banner .breadcrumb-item a:hover{
  color: var(--deep-orange);
}
.inner-page.banner .breadcrumb-item.active{
  color: var(--white);
}
.inner-page.banner .breadcrumb-item + .breadcrumb-item::before {
  color: var(--white);
}

/*================================================
16: contact page
==================================================*/
.contact-page.contact .content span{
  font-family: var(--josefin);
  font-weight: 600;
  text-transform: capitalize;
  font-size: 23px;
}
.contact-page.contact .content h2{
  font-family: var(--josefin);
  font-size: 41px;
  font-weight: 600;
  width: 70%;
  padding-top: 15px;
  padding-bottom: 35px;
}
.contact-page.contact .content h3{
  font-family: var(--josefin);
  font-weight: 600;
  padding-bottom: 55px;
}
.contact-page.contact .content .inputs{
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid #ddd;
  outline: none;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  margin-bottom: 35px;
  font-family: var(--josefin);
  color: var(--dark);
}
.contact-page.contact .content .inputs:hover,
.contact-page.contact .content .inputs:focus{
  border-color: var(--deep-orange);
}
.contact-page.contact .content .inputs::placeholder{
  font-family: var(--heebo);
  font-weight: 400;
  font-size: 16px;
  color: var(--grey);
  text-transform: capitalize;
}
.contact-page.contact .content button{
  font-family: var(--josefin);
  font-size: 20px;
  font-weight: 600;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  line-height: 48px;
  padding: 0 30px;
  text-transform: capitalize;
  color: var(--white);
  background: var(--gradient);
  position: relative;
  z-index: 1;
  margin-top: 5px;
}
.contact-page.contact .content button:after{
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  background: var(--gradienta);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  opacity: 0;
}
.contact-page.contact .content button:hover:after{
  opacity: 1;
}
.contact-page.contact ul li {
  padding-top: 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.contact-page.contact ul li p{
  font-weight: 500;
}
.contact-page.contact ul li:first-child {
  padding-top: 0;
}
.contact-page.contact ul li:last-child {
  padding-bottom: 0;
  border: 0;
}
.contact-page.contact ul li .icon {
  padding-right: 25px;
}
.contact-page.contact ul li .icon i {
  font-size: 30px;
  color: var(--dark);
}
.contact-page.contact ul li h5{
  font-family: var(--josefin);
  font-weight: 600;
  text-transform: capitalize;
}

.contact-page.location #map {
  width: 100%;
  height: 560px;
}
footer h5{
  color: var(--white);
}
footer .content ul.adress li p{
  color: var(--white)!important;
}

.home1.banner .text-area ul li{
  border: solid 2px #FFFFFF; 
  border-radius: 10px; 
  padding: 10px; 
  margin-right: 30px;
}
.home1.banner .text-area ul li a{
  color: #FFFFFF; font-size: 20px;
}

.home1.banner .text-area ul li#btn01:hover{
  background-color: var(--deep-orange);
  border: solid 2px var(--deep-orange); 
  box-shadow:
    0.3em 0.3em 1em rgba(0, 0, 0, 0.1);
}
.home1.banner .text-area ul li#btn02:hover{
  background-color: var(--light-orange);
  border: solid 2px var(--light-orange);
  box-shadow:
    0.2em 0.2em 1em rgba(0, 0, 0, 0.1);
}
@media(min-width: 320px) and (max-width: 575px){
  .home1.banner .text-area ul{
    flex-wrap: wrap;
  }
  .home1.banner .text-area ul li{
    margin-bottom: 15px;
  }

  .home1.banner .text-area p{
    padding-bottom: 20px;
  }
  .cv-saram-hr{
    max-width: 120%;
    margin-left: 20px;
  }
  .header-img{
    margin-top: 30px;
    margin-bottom: -120px;
  }
}
@media(min-width: 576px) and (max-width: 991px){
  .cv-saram-hr{
    float: right;
    margin-bottom: -180px;
  }
  .contact-page{
    overflow: hidden;
  }
  .header-img{
    margin-top: 60px;
    margin-bottom: -120px;
  }
  
}
@media(min-width: 320px) and (max-width: 991px){
  .contact-page.contact .content button{
    padding: 20px 20px 15px 20px;
    line-height: 25px;
  }
}
.single-blog .content a{
  background-color: var(--deep-orange); color: #FFFFFF; border-radius:15px; border: solid 1px #fbc1ab; padding: 6px 12px
}
.single-blog .content a:hover, .single-blog .content a:focus{
  background: var(--light-orange);
}
/**--NEW GRID FOR UNIVERSITY LOGOS**/
.brand-list{
  display:flex;  gap: 30px; justify-content: space-between;
}
@media (min-width:992px) and (max-width:1199px){
  .brand-list{
    flex-wrap: nowrap;  
  }
}
@media (max-width:991px){
  .brand-list{
    flex-wrap: wrap;  
    justify-content: center;
  }
}
#confirmationPopup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 1px solid #ccc;
    padding: 20px;
    z-index: 1000;
}
/**-- terminos de uso --**/
.blog-page .content ul{
  margin-top: 15px;
  margin-bottom: 20px;
}
.blog-page .content ul li{
  list-style-type: circle;  margin-left: 20px; font-family: var(--josefin);color: var(--grey);
}
.blog-page.blog-detail .content h5 {
    font-family: var(--josefin);
    font-weight: 700;
    padding-top: 25px;
    font-size: 23px;
}
.blog-page.blog-detail .content p {
    padding-top: 10px;
    font-family: var(--josefin);
}