/*================================================
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
07: home 2 css
  7.1: banner
  7.2: feature
  7.3: newsletter
  7.4: screenshot
  7.5: video
  7.6: mobile
  7.7: pricing
08: inner-page css
  8.1: menubar
  8.2: banner
09: service page
10: team page
11: blog page
12: blog details page CSS
13: service-detail page
14: project detail page
15: team detail page
16: contact page

==================================================*/

/*================================================
01: General css Style
==================================================*/

/* 1.1: variables */
:root{
    --light-orange: #ffab6b;
    --deep-orange: #fb6d62;
    --gradient: linear-gradient(to bottom,#548dff,#86AEFF);
    --gradienta: linear-gradient(to bottom,#ffab6b,#fb6d62);
    --dark: #181818;
    --grey: #606060;
    --white: #fff;
    --josefin: 'Josefin Sans', sans-serif;
    --heebo: 'Heebo', sans-serif;
    --mainblue: #005CFF;
}

/* 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: 5.21vw;
  line-height: 6.25vw;
  color: var(--dark);
}

h2 {
  font-size: 3.47vw;
  line-height: 4.44vw;
  color: var(--dark);
}

h3 {
  font-size: 2.78vw;
  line-height: 3.47vw;
  color: var(--dark);
}

h4 {
  font-size: 2.08vw;
  line-height: 2.78vw;
  color: var(--dark);
}

h5 {
  font-size: 1.67vw;
  line-height: 2.08vw;
  color: var(--dark);
}

h6 {
  font-size: 1.53vw;
  line-height: 1.94vw;
  color: var(--dark);
}
p {
    font-size: 1.11;
    line-height: 1.39vw;
    color: var(--grey);
    font-family: var(--heebo);
    font-weight: 400;
}

/* 1.4: padding margin */

.p-10 {
  padding: 0.69vw 0;
}

.pt-10 {
  padding-top: 0.69vw;
}

.pb-10 {
  padding-bottom: 0.69vw;
}

.p-20 {
  padding: 1.39vw 0;
}

.pt-20 {
  padding-top: 1.39vw;
}

.pb-20 {
  padding-bottom: 1.39vw;
}

.p-30 {
  padding: 2.08vw 0;
}

.pt-30 {
  padding-top: 2.08vw;
}

.pb-30 {
  padding-bottom: 2.08vw;
}

.p-40 {
  padding: 2.78vw 0;
}

.pt-40 {
  padding-top: 2.78vw;
}

.pb-40 {
  padding-bottom: 2.78vw;
}

.p-50 {
  padding: 3.47vw 0;
}

.pt-50 {
  padding-top: 3.47vw;
}

.pb-50 {
  padding-bottom: 3.47vw;
}

.p-60 {
  padding: 4.17vw 0;
}

.pt-60 {
  padding-top: 4.17vw;
}

.pb-60 {
  padding-bottom: 4.17vw;
}

.p-70 {
  padding: 4.86vw 0;
}

.pt-70 {
  padding-top: 4.86vw;
}

.pb-70 {
  padding-bottom: 4.86vw;
}

.p-80 {
  padding: 5.56vw 0;
}

.pt-80 {
  padding-top: 5.56vw;
}

.pb-80 {
  padding-bottom: 5.56vw;
}

.p-90 {
  padding: 6.25vw 0;
}

.pt-90 {
  padding-top: 6.25vw;
}

.pb-90 {
  padding-bottom: 6.25vw;
}

.p-100 {
  padding: 6.94vw 0;
}

.pt-100 {
  padding-top: 6.94vw;
}

.pb-100 {
  padding-bottom: 6.94vw;
}
.p-110 {
  padding: 7.64vw 0;
}

.pt-110 {
  padding-top: 7.64vw;
}

.pb-110 {
  padding-bottom: 7.64vw;
}
.p-120 {
  padding: 8.33vw 0;
}

.pt-120 {
  padding-top: 8.33vw;
}

.pb-120 {
  padding-bottom: 8.33vw;
}

.m-10 {
  margin: 0.69vw 0;
}

.mt-10 {
  margin-top: 0.69vw;
}

.mb-10 {
  margin-bottom: 0.69vw;
}

.m-20 {
  margin: 1.39vw 0;
}

.mt-20 {
  margin-top: 1.39vw;
}

.mb-20 {
  margin-bottom: 1.39vw;
}

.m-30 {
  margin: 2.08vw 0;
}

.mt-30 {
  margin-top: 2.08vw;
}

.mb-30 {
  margin-bottom: 2.08vw;
}

.m-40 {
  margin: 2.78vw 0;
}

.mt-40 {
  margin-top: 2.78vw;
}

.mb-40 {
  margin-bottom: 2.78vw;
}

.m-50 {
  margin: 3.47vw 0;
}

.mt-50 {
  margin-top: 3.47vw;
}

.mb-50 {
  margin-bottom: 3.47vw;
}

.m-60 {
  margin: 4.17vw 0;
}

.mt-60 {
  margin-top: 4.17vw;
}

.mb-60 {
  margin-bottom: 4.17vw;
}

.m-70 {
  margin: 4.86vw 0;
}

.mt-70 {
  margin-top: 4.86vw;
}

.mb-70 {
  margin-bottom: 4.86vw;
}

.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 {
  display: none;
  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;
  
}

.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: #fff;;
  z-index: 999;
  animation: mymove 0.4s linear;
  -webkit-box-shadow: 2px 0 3.47vw hsla(0, 0%, 13%, 0.15);
  box-shadow: 2px 0 3.47vw 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;
}
.menubar .header-menu{
  margin-left: 0px;
}
.menubar .right-part ul li{
  padding-left: 1.39vw;
}
.menubar .right-part button i{
  font-size: 1.11vw;
  color: var(--white);
}
.menubar .right-part a{
  height: 2.78vw;
  line-height: 2.78vw;
  font-size: 1.11vw;
  font-family: var(--heebo);
  font-weight:normal;
  display: inline-block;
  padding: 0 1.11vw;
  text-transform: capitalize;
  border-radius: 1.39vw;
  -webkit-border-radius: 1.39vw;
  -moz-border-radius: 1.39vw;
  -ms-border-radius: 1.39vw;
  -o-border-radius: 1.39vw;
  
}
.leftlogo,.right-part { width: 20.83vw;}
.leftlogo a object { width: 9.37vw; height: 3.33vw;}
.menubar .right-part ul { display: flex; justify-content: right; padding: 0.28vw 0 0.27vw 0;}
.menubar .right-part ul li a.btn_pclogin {border: var(--mainblue) solid 0.07vw; background-color: #fff; color: #var(--mainblue);}
.menubar .right-part ul li a.btn_schreg {border: var(--mainblue) solid 0.07vw; background-color: var(--mainblue); color: #fff;}
.menubar .right-part ul li a.btn_pclogin:hover{ box-shadow: 0 2px 12px 0 rgba(100,101,102,0.12); opacity: .8;}
.menubar .right-part ul li a.btn_schreg:hover{ box-shadow: 0 2px 12px 0 rgba(100,101,102,0.12); opacity: .8;}

.menulist { width: 41.67vw; text-align: center;}
.menulist ul li { display: inline-block;padding: 0.69vw 1.39vw; line-height: 1.67vw; margin: 0;}
.menulist ul li a { font-size: 1.11vw; font-weight: bold; color: var(--dark);}
.menulist ul li.active a { color: var(--mainblue);}


.bxbslogn { font-size: 3.89vw; color: var(--dark); text-align: center; font-weight: bold;}
.bxbslogn span { display: inline-block; padding: 0 2.08vw;}
.bxbposition { font-size: 2.22vw; color: var(--mainblue); text-align: center; padding: 1.39vw 0 2.47vw 0;}
.bxbtopic { padding: 1.39vw 0; display: flex; justify-content: center;}
.module01,.module02 {width:31.25vw; height: 15.67vw; border-radius: 1.11vw; margin: 0 1.11vw; padding: 2.51vw 2.31vw; box-sizing:border-box;}
.module01 h5,.module02 h5 { color:#fff;}
.module01 span,.module02 span { display: block; font-size: 1vw; width: 15.62vw; color: #fff; padding: 0.9vw 0 1.5vw 0;}
.module01 a,.module02 a { display: inline-block; width: 8.89vw; height: 2.78vw; font-size: 1.11vw; background-color: #fff; border-radius: 1.39vw; color: var(--mainblue);padding: 0.6vw 1.2vw 0.50vw 1.6vw;box-sizing: border-box;}
.module01 a::after,.module02 a::after  {content: "";
    display: inline-block;
    vertical-align: middle;
    width: 1.11vw;
    height: 1.11vw;
    margin-top: -0.1vw;
    margin-left: 0.208vw; background: url(../images/home1/arrow_dob.svg) no-repeat;background-size: cover; background-position: right center;}

.module01,.module02 {background-repeat: no-repeat; background-position: right bottom; background-size: 10vw 10vw;}   
.module01 { background-color:  #8BB0F9; background-image: url(../images/home1/img_ai.png); }
.module02 { background-color:  #6296FF; background-image: url(../images/home1/img_edu.png); }
.coreyw { padding:0 4vw; width: 20.83vw; box-sizing: border-box; text-align: center;}
.coreyw img { width: 4.44vw; height: 4.44vw;}
.coreyw .ywname { font-size: 1.25vw; color: var(--dark); font-weight: 500; padding-bottom: 0.4vw;}
.coreyw .ywdes { font-size: 0.83vw;  color: var(--grey); text-align: left !important; line-height: 1.25vw !important;}

.userport { width: 20.83vw; flex: 0 0 auto;}
.mgr-80 {margin-right: 0.0vw; }
.bxbscene { width: 19.8vw; height: 26.74vw; margin: 0 auto; border-radius: 1.11vw; background-image: linear-gradient(to bottom right, #6296FF, #9BC7FF);  box-shadow: 0 0.12vw 1.39vw hsla(0, 0%, 13%, 0.1);}
.scenename { width: 19.8vw; height: 4.51vw; line-height: 4.5vw; font-size: 1.94vw; text-align: center; color: #fff;}
.scenelist {display: block; width: 19.8vw; height: 22.23vw; border: #ffffff solid 1px; border-radius: 1.11vw;background-image: linear-gradient(to bottom, #C1DCFF 0%, #F8FAFF 20%);}
.scenelist ul {display: block; width: 19.8vw; height: 22.23vw; padding-top: 0.9vw !important; background-size: 10.41vw 10.41vw;}
.scene01 { background: url(../images/home1/bgimg_01.png) no-repeat right bottom;}
.scene02 { background: url(../images/home1/bgimg_02.png) no-repeat right bottom;}
.scene03 { background: url(../images/home1/bgimg_03.png) no-repeat right bottom;}
.scene04 { background: url(../images/home1/bgimg_04.png) no-repeat right bottom;}
.scenelist ul li { padding: 1.4vw 1.11vw 0 1.11vw; font-size: 0.97vw;}
.scenelist ul li span { font-weight: 500;}
.scenelist ul li::before { content: ""; display: inline-block; vertical-align: middle; width: 1.67vw; height: 1.67vw; background: url(../images/home1/icon_checkeds.svg) no-repeat; background-size: cover; margin-right: 0.5vw;}

/*------------差异化优势及亮点------------*/
.flexbj { display: flex;flex-wrap: wrap;}
.ldcontent { width: 45.83vw; text-align: left; display: none;}

.activep {display: block;}
.ldlist {display: grid; justify-content: flex-end;}


.prod-item { width: 32vw; display: block; padding: 1vw; box-sizing: border-box; height: 4.17vw; box-shadow: 0 0 0.83vw rgba(62, 87, 131, 0.22); border-radius: 0.83vw; margin-bottom: 1.04vw; cursor: pointer;}
.lddetail div:last-child { margin-bottom: 0;}
.ld-title { font-size: 1.25vw; color: var(--dark); line-height: 2.17vw; }
.prod-item span { display: none; font-size: 0.97vw; color: var(--grey);}
.ld01 .ld-title::before,.ld02 .ld-title::before,.ld03 .ld-title::before,.ld04 .ld-title::before,.ld05 .ld-title::before,.ld06 .ld-title::before { content: ""; display: inline-block; vertical-align: middle; width: 1.67vw; height: 1.67vw; margin-top: -0.28vw; margin-right: 0.55vw; background-size: cover !important;}
.ld01 .ld-title::before {background: url(../images/home1/icon01.svg) no-repeat;}
.ld02 .ld-title::before {background: url(../images/home1/icon02.svg) no-repeat;}
.ld03 .ld-title::before {background: url(../images/home1/icon03.svg) no-repeat;}
.ld04 .ld-title::before {background: url(../images/home1/icon04.svg) no-repeat;}
.ld05 .ld-title::before {background: url(../images/home1/icon05.svg) no-repeat;}
.ld06 .ld-title::before {background: url(../images/home1/icon06.svg) no-repeat;}
.activeq { height: 7.64vw; border: var(--mainblue) solid 0.07vw;}
.activeq div.ld-title { color: var(--mainblue);}
.activeq span { display: block; padding:0.3vw 0 0 2.43vw;}

/*-------------核心应用--------------*/
.box-pr-20 { padding-right: 1.39vw; box-sizing: border-box;}
.appitem { width: 19.78vw; height: 11.80vw; background-color: #F7F8FA; border:#DADFEB solid 0.07vw; border-radius: 0.83vw; padding: 1.39vw; box-sizing: border-box;}
.appitem:hover { border: var(--mainblue) solid 0.07vw; background-color: var(--white);box-shadow: 0 2px 12px 0 rgba(60,94,147,0.15);}
.appitem_name { height: 3.33vw; font-size: 1.25vw; line-height: 3.33vw; color: var(--dark); font-weight:600;}
.appitem_name::before { content: ""; display: inline-block; vertical-align: middle; width: 3.33vw; height: 3.33vw;  margin-right: 1.39vw;  }
.appitem_icon01::before {background: url(../images/home1/app_01.png) no-repeat; background-size: cover;}
.appitem_icon02::before {background: url(../images/home1/app_02.png) no-repeat;background-size: cover;}
.appitem_icon03::before {background: url(../images/home1/app_03.png) no-repeat; background-size: cover;}
.appitem_icon04::before {background: url(../images/home1/app_04.png) no-repeat;background-size: cover;}
.appitem_icon05::before {background: url(../images/home1/app_05.png) no-repeat; background-size: cover;}
.appitem_icon06::before {background: url(../images/home1/app_06.png) no-repeat;background-size: cover;}
.appitem_icon07::before {background: url(../images/home1/app_07.png) no-repeat; background-size: cover;}
.appitem_icon08::before {background: url(../images/home1/app_08.png) no-repeat;background-size: cover;}
.appitem_icon09::before {background: url(../images/home1/app_09.png) no-repeat; background-size: cover;}
.appitem_icon10::before {background: url(../images/home1/app_10.png) no-repeat;background-size: cover;}
.appitem_icon11::before {background: url(../images/home1/app_11.png) no-repeat; background-size: cover;}
.appitem_icon12::before {background: url(../images/home1/app_12.png) no-repeat;background-size: cover;}
.appitem_icon13::before {background: url(../images/home1/app_13.png) no-repeat; background-size: cover;}
.appitem_icon14::before {background: url(../images/home1/app_14.png) no-repeat;background-size: cover;}
.appitem_icon15::before {background: url(../images/home1/app_15.png) no-repeat; background-size: cover;}
.appitem_icon16::before {background: url(../images/home1/app_16.png) no-repeat;background-size: cover;}
.appitem_icon17::before {background: url(../images/home1/app_17.png) no-repeat; background-size: cover;}
.appitem_icon18::before {background: url(../images/home1/app_18.png) no-repeat;background-size: cover;}
.appitem_icon19::before {background: url(../images/home1/app_19.png) no-repeat; background-size: cover;}
.appitem_icon20::before {background: url(../images/home1/app_20.png) no-repeat;background-size: cover;}
.appitem_des { padding: 1vw 0 0 0; font-size: 0.97vw; color: var(--grey); line-height: 1.39vw;}
.appcantainer { justify-content: center;}
.croeapp {padding: 0 1.39vw 1.39vw 0; box-sizing: border-box; flex: 0 0 auto; width: 21.18vw;}
.croeapp:nth-child(4n) { width: 19.78vw; padding-right: 0;}

/*------------contact us-------------*/
.contactus { height: 24.3vw; background: url(../images/home1/bgpage_01.png) no-repeat; background-size: 100%;}
.cut_topic { padding-top: 5.21vw; font-size: 2.5vw; color: var(--dark); text-align: center; font-weight: bold;}
.cut_des { padding-top: 1.39vw; font-size: 1.11vw; color: var(--dark); text-align: center;}
.cut_btn { padding-top: 2.78vw; text-align: center;}
.cut_try,.cut_contact {display: inline-block; margin-right: 1.67vw; height: 3.33vw; line-height: 3.33vw; padding: 0 1.88vw; font-size: 1.25vw; border-radius: 1.67vw;}
.cut_try {  color: var(--white); background-color: var(--mainblue);}
.cut_contact {color: var(--mainblue); background-color: var(--white); border: var(--mainblue) solid 1px; box-sizing: border-box;}
a.cut_try:hover { background-color: rgba(0, 92, 266, 0.80); color: var(--white);}
a.cut_contact:hover { color: rgba(0, 92, 266, 0.80); }

/*--------------footer2.0--------------*/
.footer_v2 { background-color: #1F2329; padding: 2.78vw 0; box-sizing: border-box;}
.logo_white object { width: 9.37vw; height: 3.33vw; color:#fff;}
.footer_txt { font-size: 0.9vw; color: #BBBBBB; line-height: 1.39vw; padding-top: 1.11vw;}
.footer_v2 a { color: #bbbbbb;}
.footerbox { display: flex; flex-wrap: wrap; justify-content: left; width: 83.33vw; margin: 0 auto;}
.aboutus { width: 31.5vw; flex: 0 0 auto;}
.midlink {width:39.33vw; flex: 0 0 auto;}
.sitemap { width: 33%; flex: 0 0 auto; }
.sm_title { color: var(--white); font-size: 1.11vw; font-weight: bold;}
.sitemap ul { padding-top: 1.11vw;}
.sitemap ul li { line-height: 2.09vw; font-size: 0.9vw; color: #bbbbbb;}
.sitemap ul li a {color: #bbbbbb; text-decoration: none;}
.sitemap ul li a:hover { text-decoration: underline;}
.fl_right {flex-direction: row-reverse; display: flex; width: 12.5vw; flex: 0 0 auto;}
.wx_qrcode { width: 9vw; height: 9vw; }
.wx_qrcode img {width: 9vw; height: 9vw;}
.wx_txt { width: 9vw; text-align: center; padding-top: 0.9vw; font-size: 0.9vw; color: #bbbbbb;}


/*--------------ourservice---------------*/
.servicebox { width: 83.33vw; margin: 0 auto; }
.servicecontent { display: flex; flex: 0 0 auto; justify-content: center;}
.ourservice { height: 27.78vw; padding-top: 11.42vw; box-sizing: border-box; background: url(../images/home1/bgservice.png) no-repeat; background-size: cover;}
.topiclink { text-align: center;}
.topiclink h4 { padding-bottom: 2.23vw;}
.topiclink a.linkbtn { display: inline-block; width: 11.11vw; height: 3.75vw; line-height: 3.75vw; font-size: 1.25vw; padding: 0 0.4vw 0 1.39vw; background-image: linear-gradient(to right, #0095FF, #005CFF); border-radius: 1.87vw; color: var(--white);}
.topiclink a.linkbtn::after {content: ""; display: inline-block; vertical-align: middle; width: 1.67vw; height: 1.67vw;  background:#fff url(../images/home1/arrow.svg) no-repeat; background-size: 60%; background-position: center center; border-radius: 0.83vw; margin-left: 0.96vw; margin-top: -0.3vw; transition:all 0.35s}
.svctopic { padding: 6.9vw 0 3.5vw 0; text-align: center;}
.svctopic h4 { padding-bottom: 1.39vw;}
.svctopic span { font-size: 1.11vw; color: var(--dark);display: inline-block; padding: 0 5.86vw;}
.svcitem  { height: 16.67vw; padding: 1.39vw 0 0 0;box-sizing: border-box; box-shadow: 0 0 0.83vw rgba(60, 95, 147, 0.15); border-radius: 1.11vw;}
.svcitem ul { display: flex; flex-wrap: wrap;} 
.svcitem ul li {  display: inline-block; text-align: center; padding: 0 3.12vw; box-sizing: border-box;}
.jishu ul li {width: 33.3%;}
.zixun ul li {width: 25%;}
.svcitem ul li img { width: 5vw; height: 5vw;}
.svcitem ul li h6 { font-size: 1.25vw; color: var(--dark); padding-bottom: 0.69vw;}
.svcitem ul li span { display: inline-block;  line-height: 1.5; font-size: 1.11vw; color:#888;}
.customsvc {height: 35.41vw; padding: 2.08vw 0 0 0;box-sizing: border-box; box-shadow: 0 0 0.83vw rgba(60, 95, 147, 0.15); border-radius: 1.11vw; background: url(../images/home1/bg_customsvc.png) no-repeat; background-size: cover; text-align: center; border: #DADFEB solid 1px;}
.customsvc img:first-child { width: 76.39vw; height: 4.17vw; margin-bottom: 1.39vw;}
.customsvc img:last-child { width: 76.39vw; 24.31vw}

/*---------------prduct price----------------*/
.prd-price { padding: 9.22vw 0 0 0; background: url(../images/home1/bground.png) no-repeat; background-size: cover;}
.pricetopic { padding-bottom: 5.55vw; text-align: center;}
.pricetopic h5 { color: var(--dark);}
.priceitem { display: flex;flex-wrap: wrap; justify-content:center; padding-bottom: 5.5vw;}
.price-li { width: 19.79vw; padding-right: 1.39vw; box-sizing: content-box; }
.price-li:nth-child(4n) { padding-right: 0;}
.verbox {box-sizing: border-box; padding: 1.39vw; box-shadow: 0 0 0.83vw rgba(60, 95, 147, 0.15); border-radius: 1.11vw; background-color: var(--white); min-height: 45vw;border: var(--white) solid 0.14vw;}
div.verbox:hover { border: var(--mainblue) solid 0.14vw;}
.prd-version { font-size: 1.67vw; color: var(--dark); text-align: center; padding-bottom: 0.35vw; font-weight: bold;}
.prd-tag { font-size: 0.96vw; color: #07C160; text-align: center; padding-bottom: 0.96vw;}
.ver-price { color: var(--dark); text-align: center;; font-size: 0.96vw; height: 2.5vw; box-sizing: content-box; line-height: 2.5vw; padding-bottom: 1vw;}
.ver-price b { font-size: 2vw !important; font-family: Arial, Helvetica, sans-serif; font-weight: 500;}
.ver-price b.paynbr { color: var(--mainblue);}
.buy-btn { padding-bottom: 1.11vw;}
.buy-btn a { display: inline-block; width: 100%; height: 2.78vw; line-height: 2.78vw; font-size: 1.11vw; text-align:center; border-radius: 1.39vw;}
.buy-btn a.btn_free { border: var(--mainblue) solid 1px; background-color: var(--white); color: var(--mainblue);}
.buy-btn a.btn_buy { border: var(--mainblue) solid 1px; background-color: var(--mainblue); color: var(--white);}
.ver-des { background-color: #E4F8FF; padding: 0.6vw; font-size: 0.96vw; color: var(--dark); line-height: 1.5;}
.ver-contents { padding: 1vw 0;}
.ver-contents ul li {padding: 0 0 1.11vw 0.7vw; font-size: 0.96vw; color: #666; line-height: 1.2;}
.ver-contents ul li::before {content: ""; display: inline-block; vertical-align: middle; width: 1.11vw; height: 1.11vw; margin-right: 0.7vw; background: url(../images/home1/icon_checked.svg) no-repeat; background-size: cover;}
li.coreli { color: var(--dark) !important; font-weight: 500;}
li.coreli::before {background: url(../images/home1/icon_checked2.svg) no-repeat !important; }

/*-------mask--------*/
.bxbmask { position: fixed; display:none; left: 0; top: 0; z-index: 999; width: 100vw; height: 100vh;}
.shadelayer { position: relative;background-color: rgba(0, 0, 0, 0.6);width: 100vw; height: 100vh; pointer-events: auto;}
.showcontent { position: fixed; display: flex; align-items: center; flex-direction: row;left: 0; top: 0; width: 100%; height: 100%; pointer-events: none;}
.freetry {   width: 65.28vw; height: 24.3vw; margin: 0 auto; background-color: var(--white); padding: 2.08vw; border: var(--dark) solid 1px; border-radius: 1.11vw; box-sizing: content-box;pointer-events: auto;}


/*================================================
6.2: banner css Style
==================================================*/
.home1.banner{
  padding-top: 11.8vw;
  padding-bottom: 2vw;
  background: url(../images/home1/bground.png) no-repeat; background-size: cover;
 /* background-image: linear-gradient(to bottom right, #E2ECFF, #F3F8FF, #E2ECFF);*/
}
.home1.banner .content{
  margin-left: -35px;
  margin-right: -35px;
  position: relative;
}

.home1.banner .text-area h1{
  font-weight: 900;
  line-height: 150%;
  color: #123769;
  font-family: var(--josefin);
}
.home1.banner .text-area p{
  color: #123769;
  width: 80%;
  padding-top: 25px;
  padding-bottom: 45px;
}
.home1.banner .text-area ul li:not(:last-child){
  padding-right: 30px;
}
.home1.banner .image-area{
  position: absolute;
  right: -30px;
  bottom: -100px;
}

/*================================================
6.3: modal
==================================================*/
.modal .modal-title{
  font-size: 24px;
  font-weight: 700;
  color: var(--dark);
  text-transform: capitalize;
  font-family: var(--josefin);
}
.modal .modal-body .inputs{
  width: 100%;
  height: 50px;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  padding: 0 20px;
  outline: none;
}
.modal .modal-body .inputs:hover,
.modal .modal-body .inputs:focus{
  border-color: var(--deep-orange);
}
.modal .modal-body .inputs::placeholder{
  font-size: 16px;
  color: var(--grey);
  text-transform: capitalize;
}
.modal .modal-body .search-area{
  position: relative;
}
.modal .modal-body .search-btn{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  z-index: 9;
}
.modal .modal-body .search-btn i{
  font-size: 16px;
  color: var(--deep-orange);
}
/*================================================
6.4: feature
==================================================*/
.home1.feature .item{
  background: var(--white);
  box-shadow: 0 0 48px rgba(0, 0, 0, 0.06);
  padding: 45px;
  position: relative;
  z-index: 1;
}
.home1.feature .item:before{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--gradient);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.home1.feature .item:hover{
  transform: translateY(-6px);
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
}
.home1.feature .item:hover:before{
  opacity: 1;
}
.home1.feature .item .icon{
  padding-bottom: 20px;
}
.home1.feature .item .icon i{
  font-size: 60px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home1.feature .item span{
  display: inline-block;
  font-family: var(--josefin);
  font-size: 60px;
  font-weight: 600;
  color: #ddd;
  position: absolute;
  top: 30px;
  right: 40px;
  z-index: 5;
}
.home1.feature .item h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
}
.home1.feature .item p{
  padding-top: 10px;
  padding-bottom: 35px;
}
.home1.feature .item a i{
  font-size: 30px;
  color: var(--dark);
}
.home1.feature .item,
.home1.feature .item:before,
.home1.feature .item .icon i,
.home1.feature .item h5,
.home1.feature .item p,
.home1.feature .item a i{
  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;
}
.home1.feature .item:hover h5,
.home1.feature .item:hover p,
.home1.feature .item:hover a i{
  color: var(--white);
}
.home1.feature .item:hover .icon i{
  background: var(--white);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/*================================================
6.5: counter
==================================================*/
.home1.counter .item .icon{
  height: 180px;
  width: 180px;
  border: 8px solid var(--white);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin: auto;
  text-align: center;
}
.home1.counter .item .icon i{
  font-size: 65px;
  color: var(--white);
  line-height: 164px;
}
.home1.counter .item1 .icon{
  background: #f084dc;
}
.home1.counter .item2 .icon{
  background: var(--gradienta);
}
.home1.counter .item3 .icon{
  background: #69ccff;
}
.home1.counter .item4 .icon{
  background: #8b68ef;
}
.home1.counter .item h4{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 15px;
  padding-bottom: 20px;
}
.home1.counter .item h2{
  font-family: var(--heebo);
  font-weight: 300;
  font-size: 40px;
  color: #a6a6a6;
}
/*================================================
6.6: about
==================================================*/
.home1.about .content{
  padding-right: 100px;
}

.home1.about .content h3,
.home1.about .content h6{
  font-family: var(--josefin);
  font-weight: 700;
}
.home1.about .content h3{
  padding-bottom: 35px;
}
.home1.about .content h6{
  text-transform: capitalize;
}
.home1.about .content p{
  width: 80%;
}
.home1.about .content ul li{
  padding-top: 25px;
}
.home1.about .content .icon{
  padding-right: 25px;
}
.home1.about .content .icon i,.home1.about .content .icon span{
  font-size: 40px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*================================================
6.7: portfolio
==================================================*/
.home1.portfolio{
  background: #f9f8ff;
}
.home1.portfolio .project-menu{
  margin-bottom: 60px;
}
.home1.portfolio .project-menu li a{
  display: inline-block;
  font-family: var(--heebo);
  font-size: 17px;
  text-transform: capitalize;
  font-weight: 400;
  color: var(--grey);
  clip-path: polygon(0 0, 100% 0%, 70% 100%, 0% 100%);
  background: transparent;
  padding: 13px 32px 13px 12px;
}
.home1.portfolio .project-menu .active a{
  background: var(--gradient);
  color: var(--white);
}
.home1.portfolio .item{
  position: relative;
  margin-bottom: 30px;
}
.home1.portfolio .item img{
  width: 100%;
}
.home1.portfolio .item .overlay{
  position: absolute;
  top: 100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: var(--gradient);
  text-align: center;
}

.home1.portfolio .item .overlay .text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  z-index: 9;
}
.home1.portfolio .item .overlay a{
  position: absolute;
  bottom: 20px;
  right: 30px;
  z-index: 9;
}
.home1.portfolio .item h6{
  font-weight: 700;
  font-family: var(--josefin);
  color: var(--white);
  text-transform: capitalize;
}
.home1.portfolio .item p{
  font-weight: 500;
  font-family: var(--heebo);
  color: var(--white);
  text-transform: capitalize;
}
.home1.portfolio .item a i{
  font-size: 40px;
  color: var(--white);
}
/*================================================
6.8: team
==================================================*/
.home1.team .item{
  text-align: center;
  box-shadow: 3px 0 63px rgba(0, 0, 0, 0.07);
  padding: 30px;
}
.home1.team .item .image img{
  width: 100%;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.home1.team .item h6{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
  padding-top: 30px;
}
.home1.team .item h6:hover{
  color: var(--deep-orange);
}
.home1.team .item h6,
.home1.team .item ul li a:after,
.home1.team .item ul li a i{
  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;
}
.home1.team .item p{
  text-transform: capitalize;
  padding-top: 5px;
  padding-bottom: 15px;
}
.home1.team .item ul li{
  padding: 0 5px;
}
.home1.team .item ul li a{
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: #f3f3f3;
  text-align: center;
  position: relative;
  z-index: 1;
}
.home1.team .item ul li a:after{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--gradient);
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.home1.team .item ul li a i{
  font-size: 16px;
  line-height: 40px;
  color: var(--deep-orange);
}
.home1.team .item ul li a:hover:after{
  opacity: 1;
}
.home1.team .item ul li a:hover i{
  color: var(--white);
}
/*================================================
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.10: video
==================================================*/
.home1.video{
  margin-top: -220px;
  background-attachment: fixed !important;
}
.home1.video .overlay{
  background: rgba(0, 0, 0, 0.77);
  padding-top: 320px;
  padding-bottom: 120px;
}
.home1.video .content .vid-icon {
  display: inline-block;
  padding: 0;
  height: 55px;
  width: 55px;
  text-align: center;
  background: var(--white);
  border-radius: 50%;
  position: relative;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}
.home1.video .content .vid-icon i{
  line-height: 55px;
  font-size: 20px;
  background: var(--gradient);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home1.video .content .vid-icon i:after {
  position: absolute;
  content: "";
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 20px;
  height: 55px;
  width: 55px;
  border-radius: 50%;
  box-shadow: 0 0 rgba(255, 255, 255, 0.1),0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1);
  animation: ripple-wave1 1s linear infinite;
  animation-play-state: running;
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-animation: ripple-wave1 1s linear infinite;
}
.home1.video .content p{
  color: var(--white);
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 500;
  padding-top: 55px;
}
@keyframes ripple-wave1{
  to {
      box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.1),0 0 0 30px rgba(255, 255, 255, 0.1),0 0 0 45px rgba(255, 255, 255, 0.02);
  }
}
/*================================================
6.11: client
==================================================*/
.home1.client .section-title{
  padding-bottom: 80px;
}
.home1.client .shape{
  height: 280px;
  width: 280px;
  background: #ffeae9;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  position: absolute;
  top: -20px;
  left: 50px;
}

.home1.client .image{
  height: 240px;
  width: 240px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: auto;
}
.home1.client .image:after{
  content: '';
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.24);
  position: absolute;
  top: 0;
  left: 0;
}
.home1.client .image img{
  width: 100%;
}
.home1.client .item h6{
  font-family: var(--josefin);
  text-transform: capitalize;
  font-weight: 700;
  padding-top: 35px;
  padding-bottom: 5px;
}
.home1.client .item p{
  width: 77%;
}
.home1.client .item .designation{
  text-transform: capitalize;
}
.home1.client .client-slider{
  padding-bottom: 60px;
}
.home1.client .swiper-pagination{
  text-align: left;
  bottom: 0;
}
.home1.client .swiper-pagination-bullet{
  height: 20px;
  width: 20px;
  background: var(--deep-orange);
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}
.home1.client .swiper-pagination-bullet.swiper-pagination-active{
  opacity: 1;
}

/*=========================================================
    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);
}
.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.7),rgba(255, 171, 107, 0.7));
  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: 25px 30px 30px 30px;
}
.home1.blog .single-blog .content h6{
  font-family: var(--josefin);
  font-weight: 700;
  padding-bottom: 15px;
}
.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;
}
.footer .footer-top .address{
  padding-top: 5px;
}
.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: 14px;
}
.footer .footer-bottom ul li a:hover{
  color: var(--deep-orange);
}

/*================================================
07: home 2 css
==================================================*/
/*================================================
7.1: banner
==================================================*/
.home2.banner .image-area{
  right: 30px;
  bottom: -150px;
}
.home2.banner .text-area h1 {
  font-size: 52px;
  line-height: 4.86vw;
}
/*================================================
7.2: feature
==================================================*/
.home2.feature .item:before{
  opacity: 1;
  background: var(--white);
}
.home2.feature .item:hover:before{
  background: rgba(6, 23, 56, 0.8);
}
/*================================================
7.3: newsletter
==================================================*/
.home2.newsletter{
  background: var(--gradient);
}
.home2.newsletter .content{
  position: relative;
}
.home2.newsletter .content:before{
  content: '';
  width: 96px;
  height: 108px;
  background: url(../images/home2/mail-img.png) no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  left: -130px;
}
.home2.newsletter .content h3{
  font-family: var(--josefin);
  font-weight: 700;
  color: var(--white);
}
.home2.newsletter .content p{
  color: var(--white);
}
.home2.newsletter .form-area{
  background: var(--white);
  padding: 6px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: flex;
}

.home2.newsletter .form-area .inputs{
  width: calc(100% - 155px);
  height: 54px;
  padding: 0 15px;
  border: 0;
  outline: none;
}
.home2.newsletter .form-area .inputs::placeholder{
  font-family: var(--heebo);
  text-transform: capitalize;
  color: var(--grey);
  font-size: 16px;
  font-weight: 400;
}
.home2.newsletter .form-area button{
  line-height: 54px;
  padding: 0 35px;
  background: var(--deep-orange);
  width: 155px;
  font-family: var(--heebo);
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 400;
  color: var(--white);
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  position: relative;
  z-index: 1;
}
.home2.newsletter .form-area button:before{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--gradient);
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  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;
}
.home2.newsletter .form-area button:hover:before{
  opacity: 1;
}
/*================================================
7.4: screenshot
==================================================*/
.home2.screenshot .ss-slider-area{
  position: relative;
}
.home2.screenshot .ss-slider-area:after{
  content: url('../images/home2/screenshot/mockup.png');
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  z-index: 9;
}
.home2.screenshot .item{
  text-align: center;
}
.home2.screenshot .item img{
  box-shadow: 0 0 44px rgba(0, 0, 0, 0.1);
}

/*================================================
7.5: video
==================================================*/
.home2.video{
  margin-top: 0;
}
.home2.video .overlay{
  padding-top: 120px;
  padding-bottom: 320px;
}
/*================================================
7.6: mobile
==================================================*/
.home2.mobile{
  margin-top: -250px;
}
/*================================================
7.7: pricing
==================================================*/
.home2.pricing .item{
  padding: 30px;
  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;
}
.home2.pricing .item.active{
  box-shadow: 1px 0 61px rgba(0, 0, 0, 0.2);
}
.home2.pricing .item .price-title span{
  display: inline-block;
  
  padding: 0 25px;
  background: var(--gradient);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 16px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  font-family: var(--heebo);
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 26px;
}
.home2.pricing .item .price-title h5{
  font-family: var(--josefin);
  font-weight: 700;
  color: var(--deep-orange);
  text-transform: capitalize;
  padding-bottom: 5px;
}
.home2.pricing .item .price-title h4{
  font-family: var(--josefin);
  font-weight: 700;
  font-size: 26px;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.home2.pricing .item ul li{
  font-family: var(--heebo);
  font-size: 16px;
  line-height: 27px;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--grey);
  padding-bottom: 25px;
}
.home2.pricing .item ul li i{
  font-size: 20px;
  padding-right: 16px;
  color: rgba(255, 88, 51, 0.6);
}
.home2.pricing .item ul li i.not{
  color: var(--deep-orange);
}
.home2.pricing .item .purchase{
  box-shadow: 1px 0 61px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  padding: 25px 0 30px;
}
.home2.pricing .item.active .purchase{
  box-shadow: none;
  background: var(--gradient);
}
.home2.pricing .item .purchase h3{
  font-size: 38px;
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
  padding-bottom: 10px;
}

.home2.pricing .item .purchase h3 span{
  font-family: var(--heebo);
  font-size: 20px;
  color: var(--grey);
}
.home2.pricing .item.active .purchase h3,
.home2.pricing .item.active .purchase h3 span{
  color: var(--white);
}
.home2.pricing .item .purchase a{
  display: inline-block;
  font-family: var(--heebo);
  font-weight: 500;
  font-size: 16px;
  text-transform: capitalize;
  line-height: 48px;
  padding: 0 25px;
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  color: var(--white);
  background: var(--dark);
}
.home2.pricing .item.active .purchase a{
  background: var(--white);
  color: var(--dark);
}

/*================================================
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);
}
/*================================================
09: service page
==================================================*/
.service-page.feature .item{
  margin-bottom: 30px;
}
/*================================================
10: team page
==================================================*/
.team-page.team .item{
  margin-bottom: 30px;
}
/*================================================
11: blog page
==================================================*/
.blog-page.blog .single-blog{
  margin-bottom: 30px;
}
/*===========================================================
 12: blog details page CSS
=============================================================*/

.blog-page.blog-detail .blog-img {
  position: relative;
}
.blog-page.blog-detail .blog-img img {
  width: 100%;
}
.blog-page.blog-detail .blog-img .option {
  height: 55px;
  width: 55px;
  background: var(--deep-orange);
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 9;
  text-align: center;
}
.blog-page.blog-detail .blog-img .option p {
  font-family: var(--josefin);
  text-transform: capitalize;
  color: var(--white);
  line-height: 20px;
  padding-top: 8px;
}


.blog-page.blog-detail .content p {
  padding-top: 20px;
  font-family: var(--josefin);
}
.blog-page.blog-detail .content .new {
  font-size: 18px;
}
.blog-page.blog-detail .content h5 {
  font-family: var(--josefin);
  font-weight: 700;
  padding-top: 25px;
  text-transform: capitalize;
}

.blog-page.blog-detail .content blockquote {
  background: var(--white);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.1);
  padding: 30px 35px;
  text-align: center;
  margin-top: 20px;
  position: relative;
}
.blog-page.blog-detail .content blockquote p {
  padding-top: 0;
  font-size: 18px;
  color: var(--dark);
  position: relative;
  z-index: 1;
}
.blog-page.blog-detail .content blockquote i {
  font-size: 90px;
  color: #fed7d5;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 0;
}
.blog-page.blog-detail .share-blog {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 30px;
  margin-top: 35px;
}
.blog-page.blog-detail .share-blog span {
  display: inline-block;
  font-family: var(--josefin);
  font-size: 18px;
  color: var(--deep-orange);
  text-transform: capitalize;
  font-weight: 600;
}
.blog-page.blog-detail .share-blog .social li {
  padding: 0 7px;
}
.blog-page.blog-detail .share-blog .social li a i {
  color: var(--dark);
  font-size: 18px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .share-blog .social li a:hover i {
  color: var(--deep-orange);
}
.blog-page.blog-detail .share-blog p {
  text-transform: capitalize;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .share-blog .right-part i {
  color: var(--deep-orange);
}
.blog-page.blog-detail .share-blog .right-part a p {
  padding-top: 0;
}
.blog-page.blog-detail .share-blog .right-part a i {
  padding-right: 10px;
}
.blog-page.blog-detail .share-blog .right-part a:hover p{
  color: var(--deep-orange);
}
.blog-page.blog-detail .comment {
  padding-top: 30px;
}
.blog-page.blog-detail .comment .title h5 {
  text-transform: capitalize;
  padding-bottom: 16px;
  position: relative;
}
.blog-page.blog-detail .comment .title h5:after {
  content: "";
  height: 2px;
  width: 90px;
  background: var(--deep-orange);
  position: absolute;
  bottom: 0;
  left: 0;
}
.blog-page.blog-detail .comment .leave h5 {
  padding-top: 10px;
}
.blog-page.blog-detail .comment .all-comment li {
  position: relative;
  margin: 50px 0;
}
.blog-page.blog-detail .comment .all-comment li ul {
  margin-left: 4.86vw;
}
.blog-page.blog-detail .comment .all-comment li ul li {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 50px 0;
}
.blog-page.blog-detail .comment .all-comment li ul li img {
  margin-top: 50px;
}
.blog-page.blog-detail .comment .all-comment li ul li .reply {
  top: 50px;
}
.blog-page.blog-detail .comment .all-comment li h4, 
.blog-page.blog-detail .comment .all-comment li p {
  padding-top: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
}
.blog-page.blog-detail .comment .all-comment li img {
  position: absolute;
  top: 0;
  left: 0;
  height: 120px;
  width: 120px;
  border-radius: 50%;
}
.blog-page.blog-detail .comment .all-comment li .comment-body {
  padding-left: 155px;
}
.blog-page.blog-detail .comment .all-comment li h6 {
  font-family: var(--josefin);
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
}
.blog-page.blog-detail .comment .all-comment li h6:hover {
  color: var(--deep-orange);
}
.blog-page.blog-detail .comment .all-comment li .time {
  padding-bottom: 5px;
}
.blog-page.blog-detail .comment .all-comment li .time:hover {
  color: var(--deep-orange);
}
.blog-page.blog-detail .comment .all-comment li .reply {
  position: absolute;
  top: 0;
  right: 0;
}
.blog-page.blog-detail .comment .all-comment li .reply i {
  margin-right: 10px;
  color: var(--deep-orange);
}
.blog-page.blog-detail .comment .all-comment li .reply p {
  text-transform: capitalize;
  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;
}
.blog-page.blog-detail .comment .all-comment li .reply:hover p {
  color: var(--deep-orange);
}
.blog-page.blog-detail .comment form {
  margin-top: 50px;
  margin-bottom: 0;
}
.blog-page.blog-detail .comment .input-field {
  width: 100%;
  height: 50px;
  background: #f4f4f4;
  padding: 0 20px;
  outline: none;
  border: 0;
  margin-bottom: 30px;
  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;
  font-family: var(--josefin);
  color: var(--dark);
}
.blog-page.blog-detail .comment .input-field:hover,
.blog-page.blog-detail .comment .input-field:focus{
  background: rgba(251, 108, 98, 0.1);
}
.blog-page.blog-detail .comment .input-field::placeholder {
  text-transform: capitalize;
  font-family: var(--josefin);
  font-size: 16px;
  color: var(--grey);
  font-weight: 500;
}
.blog-page.blog-detail .comment textarea.input-field {
  height: 215px;
  padding: 20px;
}
.blog-page.blog-detail .comment button {
  line-height: 55px;
  padding: 0 35px;
  font-family: var(--josefin);
  font-weight: 500;
  text-transform: capitalize;
  font-size: 18px;
  color: var(--white);
  background: var(--deep-orange);
  position: relative;
  z-index: 1;
}
.blog-page.blog-detail .comment button:after{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--gradient);
  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;
}
.blog-page.blog-detail .comment button:hover:after{
  opacity: 1;
}
/* blog sidebar */
.blog-page.blog-detail .blog-sidebar .section{
  padding-bottom: 40px;
}
.blog-page.blog-detail .blog-sidebar .inputs{
  width: 100%;
  height: 40px;
  padding: 0 15px;
  border: 1px solid #ddd;
  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;
  outline: none;
  font-family: var(--josefin);
  color: var(--dark);
}
.blog-page.blog-detail .blog-sidebar .inputs:hover,
.blog-page.blog-detail .blog-sidebar .inputs:focus{
  border-color: var(--deep-orange);
}
.blog-page.blog-detail .blog-sidebar .inputs::placeholder{
  text-transform: capitalize;
  font-family: var(--josefin);
  font-size: 16px;
  color: var(--grey);
  font-weight: 500;
}
.blog-page.blog-detail .blog-sidebar .search-area{
  position: relative;
}
.blog-page.blog-detail .blog-sidebar .search-area button{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  right: 10px;
  z-index: 9;
}
.blog-page.blog-detail .blog-sidebar .search-area button i{
  font-size: 16px;
  color: var(--deep-orange);
}
.blog-page.blog-detail .blog-sidebar .title{
  padding-bottom: 25px;
}
.blog-page.blog-detail .blog-sidebar .title h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
}
.blog-page.blog-detail .blog-sidebar .category ul li{
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}
.blog-page.blog-detail .blog-sidebar .category ul li:first-child{
  padding-top: 0;
}
.blog-page.blog-detail .blog-sidebar .category ul li:last-child{
  padding-bottom: 0;
  border-bottom: 0;
}
.blog-page.blog-detail .blog-sidebar .category ul li p{
  font-family: var(--josefin);
  text-transform: capitalize;
}
.blog-page.blog-detail .blog-sidebar .category ul li:hover p{
  color: var(--deep-orange);
}
.blog-page.blog-detail .blog-sidebar .popular ul li .image{
  margin-right: 15px;
}
.blog-page.blog-detail .blog-sidebar .popular ul li .image img{
  width: 100%;
}
.blog-page.blog-detail .blog-sidebar .popular ul li .item-body{
  flex: 1;
}
.blog-page.blog-detail .blog-sidebar .popular ul li:not(:last-child){
  padding-bottom: 30px;
}
.blog-page.blog-detail .blog-sidebar .popular ul li h6{
  font-family: var(--josefin);
  font-size: 18px;
  font-weight: 700;
}

.blog-page.blog-detail .blog-sidebar .popular ul li h6:hover{
  color: var(--deep-orange);
}
.blog-page.blog-detail .blog-sidebar .popular ul li p{
  font-family: var(--josefin);
  text-transform: capitalize;
}
.blog-page.blog-detail .blog-sidebar .popular ul li i{
  padding-right: 10px;
}
.blog-page.blog-detail .blog-sidebar .tags{
  padding-bottom: 20px;
}
.blog-page.blog-detail .blog-sidebar .all-tag a{
  display: inline-block;
  font-size: 16px;
  line-height: 35px;
  padding: 0 10px;
  font-family: var(--josefin);
  color: var(--grey);
  text-transform: capitalize;
  border: 1px solid #ddd;
  margin-right: 15px;
  margin-bottom: 20px;
}
.blog-page.blog-detail .blog-sidebar .all-tag a:hover{
  color: var(--white);
  background: var(--deep-orange);
  border-color: var(--deep-orange);
}
.blog-page.blog-detail .blog-sidebar .form-area .inputs{
  padding: 0;
  border: 0;
  border-bottom: 1px solid #ddd;
}
/*================================================
13: service-detail page
==================================================*/
.service-page.detail{
  padding-bottom: 90px;
}
.service-page.detail .image img{
  width: 100%;
}
.service-page.detail .text{
  padding-right: 50px;
}
.service-page.detail .text h5{
  font-family: var(--josefin);
  font-weight: 700;
  padding: 20px 0;
}
.service-page.detail .text p{
  padding-bottom: 20px;
  color: var(--grey);
}
.service-page.detail .text .img{
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
}
.service-page.detail .right-part .title{
  padding-bottom: 30px;
}
.service-page.detail .right-part .title h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.service-page.detail .right-part .title h5:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 60px;
  background: var(--gradient);
}
.service-page.detail .right-part .item{
  margin-bottom: 30px;
}

.service-page.detail .right-part .item ul li{
  border-bottom: 1px solid #ddd;
  padding: 8px 0;
}
.service-page.detail .right-part .item ul li p{
  color: var(--grey);
  text-transform: capitalize;
}
.service-page.detail .right-part .hours{
  padding: 15px;
  border: 6px solid #ddd;
}
.service-page.detail .right-part .item a{
  margin-top: 20px;
  display: inline-block;
  line-height: 50px;
  padding: 0 25px;
  background: var(--gradient);
  font-size: 16px;
  font-weight: 700;
  font-family: var(--josefin);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  text-transform: capitalize;
  color: var(--white);
  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;
  position: relative;
  z-index: 1;
}

.service-page.detail .right-part .item a i{
  padding-left: 10px;
}
.service-page.detail .right-part .item a:after{
  content: '';
  height: 100%;
  width: 100%;
  background: var(--gradienta);
  border-radius: 24px;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  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;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}
.service-page.detail .right-part .item a:hover:after{
  opacity: 1;
}
.service-page.detail .right-part .item .img img{
  width: 100%;
}
/*================================================
14: project detail page
==================================================*/
.project-page.project-detail .image img{
  width: 100%;
}

.project-page.project-detail .sub-title{
  padding-bottom: 20px;
}
.project-page.project-detail .sub-title h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
}
.project-page.project-detail .info li{
  display: flex;
  align-items: center;
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.project-page.project-detail .info li:last-child{
  border-bottom: 0;
}
.project-page.project-detail .info li h6{
  font-family: var(--josefin);
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
  width: 50%;
}
.project-page.project-detail .info li p{
  width: 50%;
  text-transform: capitalize;
}
.project-page.project-detail .info li ul li{
  border: 0;
  padding: 0;
  padding-right: 15px;
}
.project-page.project-detail .info li ul li a i{
  font-size: 16px;
  color: var(--dark);
  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;
}
.project-page.project-detail .info li ul li a:hover i{
  color: var(--deep-orange);
}
.project-page.project-detail .list-part{
  padding-top: 10px;
}
.project-page.project-detail .title{
  padding-top: 20px;
  padding-bottom: 15px;
}
.project-page.project-detail .title h4{
  text-transform: capitalize;
  font-weight: 700;
  font-family: var(--josefin);
}
.project-page.project-detail .desc-list{
  padding-top: 20px;
}
.project-page.project-detail .desc-list li{
  position: relative;
  padding: 5px 0 5px 30px;
}
.project-page.project-detail .desc-list li:before{
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  background: var(--gradient);
}
/*================================================
15: team detail page
==================================================*/
.team-page.team-detail .personal-info{
  box-shadow: 19px 0 109px rgba(0, 0, 0, 0.08);
}
.team-page.team-detail .personal-info .image img{
  width: 100%;
}
.team-page.team-detail .personal-info .name{
  padding: 25px 30px 30px 30px;
}
.team-page.team-detail .personal-info .name h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
}
.team-page.team-detail .personal-info .name p{
  text-transform: capitalize;
  padding-top: 5px;
}
.team-page.team-detail .personal-info .name ul{
  padding-top: 20px;
}
.team-page.team-detail .personal-info .name ul li{
  padding-right: 20px;
}
.team-page.team-detail .personal-info .name ul li a i{
  font-size: 16px;
  color: var(--grey);
  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;
}
.team-page.team-detail .personal-info .name ul li a:hover i{
  color: var(--deep-orange);
}
.team-page.team-detail .box{
  padding-top: 30px;
}
.team-page.team-detail .box:first-child{
  padding-top: 0;
}
.team-page.team-detail .title{
  padding-bottom: 40px;
}
.team-page.team-detail .title h5{
  font-family: var(--josefin);
  font-weight: 700;
  text-transform: capitalize;
  position: relative;
}
.team-page.team-detail .title h5:after{
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  height: 2px;
  width: 65px;
  background: var(--gradient);
}
.team-page.team-detail .table tr th,
.team-page.team-detail .table tr td{
  font-family: var(--heebo);
  font-weight: 400;
  text-transform: capitalize;
  font-size: 16px;
  line-height: 28px;
  color: var(--grey);
  padding: 5px 0;
}
.team-page.team-detail .table tr th{
  font-weight: 500;
}
.team-page.team-detail .table1 tr td{
  text-transform: uppercase;
}
.team-page.team-detail .table tr .day{
  width: 150px;
}
.team-page.team-detail .table tr .time{
  min-width: 200px;
}
.team-page.team-detail .table tr .yar{
  min-width: 150px;
}
.team-page.team-detail .table tr .dept{
  min-width: 14.86vw;
}
.team-page.team-detail .table tr .pos,
.team-page.team-detail .table tr .com{
  min-width: 200px;
}
/*================================================
16: contact page
==================================================*/
.contact-page.contact .content h6{
  font-family: var(--josefin);
  font-weight: 600;
  text-transform: capitalize;
}
.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;
}


/* add by 2022-04-28 */
.btn_teacher,.btn_parents { width: 200px; height: 60px; display: inline-block;  color: #fff; text-align: center; line-height: 60px; font-size: 24px; border-radius: 30px;}
.btn_teacher {background-image: linear-gradient(#629AFF, #548DFF);}
.btn_parents {background-image: linear-gradient(#FEC749, #FEBE3C);}
a.btn_teacher:hover {background-image: linear-gradient( rgba(98,154,255,90%),rgba(84,141,255,90%)); color: #fff;}
a.btn_parents:hover {background-image: linear-gradient( rgba(254,199,73,90%),rgba(254,190,60,90%)); color: #fff;}
.btn_teacher b { font-weight: bold;}
.btn_teacher i { font-weight: 100;}

.navbar { width: 83.33vw; margin: 0 auto; display: flex; padding: 1.11vw 0; justify-content: center;}
.text-area ul li.qrteacher:hover  div { display: block;}
.text-area ul li.qrparents:hover  div { display: block;}
.navbar a.navbar-brand {display: inline-block; width: 9.37vw;height: 3.33vw;}
.navbar a.navbar-brand object {width: 9.37vw;height: 3.33vw;}
.qr_box { display: none; position: absolute; top: 60px; left: 0; width: 172px; height: 172px; padding: 14px; box-sizing: content-box; background-color: #fff; border: #eee solid 1px; border-radius: 10px; box-shadow: 0 2px 12px 0 rgba(100,101,102,0.12);}
.qr_box img { width: 172px; width: 172px;}
.qr_imgst { width: 172px; height: 172px; padding: 10px; background-color: #fff; border-radius: 8px; box-shadow: 0 2px 12px 0 rgba(100,101,102,0.32);}
.qddtxt { color: #fff; line-height:2.5vw; display: inline-block; width:172px; text-align: center;}
