 
/* Css For Polpress */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/

.ban {
  height: 80vh; /* Full-screen height */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.ban-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1; /* Send the image to the back */
}
.ban-cont {
  text-align: center;
  color: #FFFFFF;
  text-shadow: 2px 2px 8px rgba(233, 231, 231, 0.7);
}
.ban-title {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
}
.ban-btn {
  padding: 10px 20px;
  font-size: 1.2rem;
  font-weight: 600;
  color: #FFFFFF;
  background-color: transparent;
  border: 1px solid rgb(253, 251, 251);
  border-radius: 5px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
.ban-btn:hover {
  background-color: transparent;
  color: #FFFFFF;
  border: 1px solid white;
  text-decoration: none;
}
body {
  font-size:14px;
  color:#83838b;
  line-height:28px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Open Sans', sans-serif;
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1550px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1200px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 15px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: 'Open Sans', sans-serif;
  color: #83838b;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  color: #52547c;
  margin: 0px;
  transition: all 500ms ease;
}


/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #1c1d31;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 26px;
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: "Playfair Display", serif;
  font-weight: 400;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 70px;
  line-height: 70px;
  text-transform: uppercase;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  color: #ffffff;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 40px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 16px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  color: #fff !important;
  text-align: center;
  padding: 17px 33px;
  z-index: 1;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  
}

.theme-btn:before{
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  width: 0;
  opacity: 0;
  content: "";
  z-index: -1;
  background-color: #52547c;
  transform: scale(1.0) rotateX(45deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.theme-btn:hover:before{
  opacity: 1.0;
  width: 100%;
  transform: scale(1.0) rotateX(0deg);
  -webkit-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;    
}

.theme-btn.btn-two{
  color: #83838b !important;
  border: 1px solid #edeef2;
  padding: 16px 33px;
}

.theme-btn.btn-two:hover{
  color: #ffffff !important;
}

.theme-btn.btn-three{
  background-color: #202135;
}



.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 7px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Open Sans', sans-serif;
  height: 50px;
  width: 50px;
  line-height: 50px;
  background: #ffffff;
  text-align: center;
  color: #222;
  border-radius: 5px;
  z-index: 1;
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  box-shadow: none;
}

.pagination li:first-child a{
  color: #ffffff;
}

.pagination li:last-child a{
  color: #ffffff;
}

.sec-pad{
  padding: 113px 0px 120px 0px;
}

.mr-0{
  margin: 0px !important;
}

.scroll-top{
  width: 55px;
  height: 55px;
  line-height: 55px;
  position: fixed;
  bottom: 105%;
  right: 30px;
  color: #ffffff;
  font-size: 40px;
  z-index: 99;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
  transition: 1s ease;
}

.scroll-top.open {
  bottom: 50px;
}

.scroll-top:after, 
.scroll-top:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.9);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.scroll-top:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.sec-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.sec-title h2{
  display: block;
  font-size: 60px;
  line-height: 72px;
  font-weight: 400;
}

.sec-title h2 span{

}

.sec-title.centred h2{
  font-size: 50px;
}

.sec-title h6{
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 0px;
  letter-spacing: 5px;
}

.sec-title.light h2{
  color: #ffffff !important;
}

.sec-title.light h6{
  color: rgba(255,255,255,0.6);
}


.sec-title i{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -21px;
  font-size: 50px;
  line-height: 50px;
  color: #e8e8ea;
}

.sec-title.light i{
  color: rgba(255,255,255,0.1);
}

.sec-title h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin: 10px;
  text-transform: uppercase;
}




/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #52547c;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}


/** header-top **/

.header-top{
  position: relative;
  width: 100%;
  background-color: #fdf6f3;
  padding: 17px 0px;
}

.header-top .right-column .language{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-left: 25px;
  padding-right: 13px;
  font-size: 14px;
  line-height: 26px;
}

.header-top .right-column .language:after {
  position: absolute;
  content: "\f101";
  font-family: 'Flaticon';
  font-size: 8px;
  color: #52547c;
  top: 1px;
  right: 0px;
}

.header-top .right-column .language span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  color: #52547c;
  cursor: pointer;
}

.header-top .right-column .language img{
  position: absolute;
  left: 0px;
  top: 7px;
}

.header-top .right-column .language i{
  position: absolute;
  top: 0px;
  right: 0px;
  font-size: 10px;
}

.header-top .right-column .currency{
  position: relative;
  display: inline-block;
  float: left;
  padding-right: 13px;
  padding-left: 13px;
  font-size: 14px;
  line-height: 26px;
}

.header-top .right-column .currency i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 15px;
  color: #52547c;
}

.header-top .right-column .currency:after {
  position: absolute;
  content: "\f101";
  font-family: 'Flaticon';
  font-size: 8px;
  color: #52547c;
  top: 1px;
  right: 0px;
}

.header-top .right-column .currency span{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  color: #52547c;
  cursor: pointer;
}

.header-top .right-column .option-box ul{
  position: absolute;
  left: 0px;
  top: 35px;
  width: 120px;
  padding: 10px 0px;
  border-radius: 5px;
  background-color: #202135;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 500ms ease;
}

.header-top .right-column .option-box .language:hover ul,
.header-top .right-column .option-box .currency:hover ul{
  opacity: 1;
  top: 25px;
  visibility: visible;
}

.header-top .right-column .option-box ul li{
  position: relative;
  display: block;
}

.header-top .right-column .option-box ul li a{
  position: relative;
  display: block;
  padding: 2px 10px;
  text-align: left;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  color: #fff;
}

.header-top .right-column .option-box ul li a:hover{

}

.header-top .right-column .option-box{
  position: relative;
  margin-right: 90px;
}

.header-top .right-column .login-info{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  color: #52547c;
  padding-left: 20px;
}

.header-top .right-column .login-info i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 12px;
  color: #52547c;
}

.header-top .right-column .login-info a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 26px;
  font-family: 'Playfair Display', serif;
  color: #52547c;
}

.header-top .right-column .login-info a:hover{

}

/** header-upper **/

.header-upper{
  position: relative;
  background-color: #ffffff;
  padding: 30px 0px;
}

.header-upper .logo-box{
  position: relative;
  padding: 8px 0px;
}

.main-header .logo-box .logo{
  position: relative;
  max-width: 143px;
  width: 100%;
}

.main-header .logo-box .logo img{
  width: 100%;
}

.header-upper .info-list{
  position: relative;
  display: flex;
  align-items: center;
}

.header-upper .info-list li{
  position: relative;
  margin-right: 50px;
}

.header-upper .info-list li:last-child{
  margin: 0px !important;
}

.header-upper .info-list li.place-box{
  padding-left: 45px;
  margin-right: 100px;
}

.header-upper .info-list li.place-box i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
}

.header-upper .info-list li.place-box p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8687ac;
}

.header-upper .info-list li.place-box h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
}

.header-upper .info-list li h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}

.header-upper .info-list li h5 span{

}

.main-header .nav-right{
  position: relative;
  display: flex;
  align-items: center;
  padding: 22.5px 0px;
  padding-left: 35px;
}

.main-header .nav-right:before{
  position: absolute;
  content: '';
  background-color: #202135;
  width: 5000px;
  height: 100%;
  left: 0px;
  top: 0px;
}

.main-header .social-links li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.main-header .social-links li:last-child{
  margin: 0px !important;
}

.main-header .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: rgba(255,255,255,0.5);
}

.main-header .social-links li a:hover{
  color: #ffffff;
}

.main-header .nav-right .social-links{
  position: relative;
  margin-right: 35px;
}

.main-header .nav-right .shop-cart{
  position: relative;
  top: 5px;
}

.main-header .nav-right .shop-cart a{
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

.main-header .nav-right .shop-cart a span{
  position: absolute;
  top: -7px;
  right: -5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
}


/** header-lower **/

.header-lower{
  background-color: #52547c;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 17px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size:16px;
  line-height:30px;
  padding: 30px 0px;
  font-family: 'Playfair Display', serif;
  font-weight:400;
  opacity:1;
  color: #fff;
  text-transform: uppercase;
  z-index:1;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li > a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 5px;
  left: 0px;
  bottom: 0px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li > a:hover:before{
  transform: scale(1,1);
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  background-color: #202135;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: "Playfair Display", serif;
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{

}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  right:100%;
  top:0%;
  margin-top: 15px;
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  background-color: #202135;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 30px;
  line-height:24px;
  font-weight:400;
  font-size:16px;
  text-transform:capitalize;
  font-family: "Playfair Display", serif;
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color: #3786ff;
  display: none;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.main-header.style-two .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #222;
}

.main-header.style-three .menu-area .mobile-nav-toggler .icon-bar{
  background-color: #fff;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/

.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  font-weight: 700;
  padding: 3px 0px;
  margin-bottom: 10px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #202135;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 15px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 16px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 15px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li a:hover{
  
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}


/** banner-section **/

.banner-section{
  position: relative;
}

.banner-carousel{
  position: relative;
}

.banner-carousel .slide-item{
  position: relative;
  overflow: hidden;
  padding: 120px 0px 125px 0px;
}

.banner-carousel .slide-item:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(82,84,124,0.2);
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1;
}

.banner-carousel .slide-item .shape{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 704px;
  height: 833px;
  background-repeat: no-repeat;
}

.banner-carousel .slide-item .image-layer{
  position:absolute;
  left:0px;
  top:0px;
  right: 0px;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 6000ms linear;
  -moz-transition: all 6000ms linear;
  -ms-transition: all 6000ms linear;
  -o-transition: all 6000ms linear;
  transition: all 6000ms linear;
}

.banner-carousel .active .slide-item .image-layer{
  -webkit-transform:scale(1.15);
  -ms-transform:scale(1.15);
  transform:scale(1.15);
}

.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index:5;
  width: 100%;
  max-width: 550px;
}

.banner-carousel .content-box h3{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height:34px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  opacity: 0;
  padding-right: 55px;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h3{
  opacity: 1;
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.banner-carousel .content-box h1{
  position: relative;
  display: block;
  color: #fff;
  font-size: 120px;
  line-height: 144px;
  font-weight: 500;
  margin-bottom: 49px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box h1{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.banner-carousel .content-box .btn-box{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.banner-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 120px;
}

.banner-carousel .owl-nav button{
  position: absolute;
  display: inline-block;
  width: 74px;
  height: 38px;
  line-height: 38px;
  text-align: center;
  font-size: 20px;
  color: #52547c;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 30px;
  cursor: pointer;
  font-weight: 400;
  transition: all 500ms ease;
}

.banner-carousel .owl-nav button:hover{
  background-color: #52547c;
  color: #ffffff;
}

.banner-carousel .owl-nav .owl-prev{
  top: 5px;
}

.banner-carousel .owl-nav .owl-next {
  bottom: 5px;
}

.nice-select:after{
  position: absolute;
  content: "\f101";
  font-family: 'Flaticon';
  font-size: 8px;
  color: #52547c;
  top: 0px;
  right: 9px;
  margin: 0px;
  font-weight: 400;
  border: none !important;
  transform: rotate(0deg) !important;
}

.nice-select{
  position: relative;
  display: block;
  width: 100%;
  max-width: 100%;
  line-height: 50px;
  border: none !important;
  font-size: 14px;
  line-height: 26px;
  height: 26px;
  font-family: 'Playfair Display', serif;
  color: #52547c;
  font-weight: 400;
  background: transparent;
  padding: 0px 20px 0px 0px;
}

.nice-select .option{
  padding-left: 15px;
  padding-right: 15px;
  font-size: 12px;
  color: #222;
}

.nice-select .list{
  min-width: 170px;
}


/** about-section **/

.about-section{
  position: relative;
  padding: 120px 0px;
}

.image_block_1 .image-box{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-right: 100px;
  padding-bottom: 100px;
}

.image_block_1 .image-box img{
  width: 100%;
}

.image_block_1 .image-box .image-2{
  position: absolute;
  left: 0px;
  bottom: 0px;
  border-radius: 50%;
}

.image_block_1 .image-box .image-2 img{
  border-radius: 50%;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.image_block_1 .image-box .shape{
  position: absolute;
  left: 100px;
  bottom: 95px;
  width: 270px;
  height: 275px;
  background-repeat: no-repeat;
}

.image_block_1 .image-box .text{
  position: absolute;
  top: 130px;
  left: -118px;
  font-size: 18px;
  line-height: 28px;
  color: #d2d3d7;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  transform: rotate(-90deg);
}

.image_block_1 .image-box .video-btn{
  position: absolute;
  right: 70px;
  bottom: 40px;
}

.image_block_1 .image-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.image_block_1 .image-box .video-btn a:after, 
.image_block_1 .image-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_1 .image-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 40px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.image_block_1 .image-box .image-1{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_1 .image-box .image-1:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.image_block_1 .image-box:hover .image-1:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}

.content_block_1 .content-box{
  position: relative;
  display: block;
}

.content_block_1 .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.content_block_1 .content-box .inner-box{
  position: relative;
  display: block;
  padding-left: 300px;
}

.content_block_1 .content-box .inner-box .image-box{
  position: absolute;
  left: 0px;
  top: 1px;
  width: 270px;
  height: 120px;
}

.content_block_1 .content-box .inner-box .image-box img{
  width: 100%;
}

.content_block_1 .content-box .inner-box .inner h5{
  position: relative;
  display: block;
  padding-left: 70px;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 18px;
  min-height: 56px;
}

.content_block_1 .content-box .inner-box .inner h5 i{
  position: absolute;
  left: 0px;
  top: 1px;
  font-size: 55px;
  line-height: 55px;
}

.about-section .content_block_1 .content-box{
  margin-right: 20px;
  margin-top: -13px;
}

.content_block_1 .content-box .sec-title{
  margin-bottom: 11px;
}

.content_block_1 .content-box .signature{
  position: relative;
  display: block;
  margin-top: 41px;
}

.bg-color-1{
  background-color: #fefaf9;
}


/** service-section **/

.service-section{
  position: relative;
  padding-top: 120px;
}

.service-block-one .inner-box{
  position: relative;
  display: block;
  background-color: #fff;
  padding: 50px 35px 40px 35px;
}

.service-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-color: #fefaf9;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 24px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover .icon-box{
  background-color: rgba(255,255,255,0.1);
}

.service-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 59px;
}

.service-block-one .inner-box h3 a{
  display: inline-block;
  color: #52547c;
}

.service-block-one .inner-box:hover h3 a{
  color: #ffffff;
}

.service-block-one .inner-box .link a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 30px;
  color: #dcdde5;
  font-weight: 400;
}

.service-block-one .inner-box:hover .link a{

}

.service-block-one .inner-box:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 0%;
  left: 0px;
  top: 0px;
  transition: all 500ms ease;
}

.service-block-one .inner-box:hover:before{
  height: 100%;
}


/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.chooseus-section .title-inner{
  position: relative;
  width: 100%;
  padding-top: 140px;
  background-color: #202135;
}

.chooseus-section .title-inner .sec-title{
  margin-bottom: 54px;
}

.chooseus-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  width: 33.333%;
  background-color: rgba(255,255,255,0.1);
  font-size: 24px;
  line-height: 34px;
  font-family: 'Playfair Display', serif;
  color: #ffffff;
  padding: 38px 15px;
  text-align: center;
  cursor: pointer;
  transition: all 500ms ease;
}

.chooseus-section .tab-btns li.active-btn{

}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.98,0.98) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.chooseus-section .content-inner{
  position: relative;
  width: 100%;
  padding-top: 70px;
}

.chooseus-section .tabs-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.chooseus-section .tabs-content .image-box img{
  width: 100%;
}

.content_block_2 .content-box{
  position: relative;
  display: block;
}

.content_block_2 .content-box .text h3{
  position: relative;
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  padding-left: 20px;
  z-index: 1;
}

.content_block_2 .content-box .text h3:before{
  position: absolute;
  content: '';
  width: 70px;
  height: 50px;
  left: 0px;
  top: -1px;
  z-index: -1;
}

.content_block_2 .content-box .sec-title{
  margin-bottom: 60px;
}

.content_block_3 .content-box{
  position: relative;
  display: block;
}

.content_block_3 .content-box p{
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 28px;
}

.content_block_3 .content-box h3{
  font-size: 32px;
  line-height: 40px;
  padding-left: 80px;
  margin-bottom: 34px;
}

.content_block_3 .content-box h3 i{
  position: absolute;
  left: 18px;
  top: 4px;
  font-size: 24px;
}

.content_block_3 .content-box h3:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-3.png);
  width: 60px;
  height: 60px;
  left: 0px;
  top: -7px;
  background-repeat: no-repeat;
}

.content_block_3 .content-box .btn-box{
  position: relative;
  padding-top: 33px;
}

.content_block_3 .content-box .btn-box .theme-btn{
  padding: 16px 37px;
}

.chooseus-section .content_block_3 .content-box {
  padding-top: 41px;
}


/** case-section **/

.case-section{
  position: relative;
  padding: 110px 30px 90px 30px;
}

.case-section .sec-title{
  margin-bottom: 54px;
}

.case-block-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  margin-bottom: 30px;
}

.case-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #52547c;
}

.case-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.case-block-one .inner-box:hover .image-box img{
  opacity: 0.8;
  transform: scale(1.05);
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.case-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-block-one .inner-box .content-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 0px;
  top: -15px;
  opacity: 0;
  transition: all 500ms ease;
}

.case-block-one .inner-box:hover .content-box .icon-box{
  opacity: 1;
  top: 0px;
}

.case-block-one .inner-box .content-box h2{
  position: relative;
  display: block;
  font-size: 28px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 700;
  transition: all 500ms ease;
  top: 15px;
  opacity: 0;
}

.case-block-one .inner-box .content-box h2 a{
  display: inline-block;
  color: #ffffff;
}

.case-block-one .inner-box .content-box h2 a:hover{

}

.case-block-one .inner-box:hover .content-box h2{
  opacity: 1;
  top: 0px;
}


/** skills-section **/

.skills-section{
  position: relative;
}

.single-progress-box .piechart{
  position: relative;
}

.single-progress-box{
  position: relative;
  text-align: center;
}

.single-progress-box .box{
  position: relative;
  max-width: 170px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
}

.single-progress-box .piechart span{
  position: absolute;
  display: flex;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 170px;
  align-items: center;
  justify-content: center;
  font-size: 48px;
  line-height: 50px;
  font-family: 'Playfair Display', serif;
  font-weight: 400;
  text-align: center;
}

.single-progress-box .piechart span:after{
  content: "%";
}

.single-progress-box h5{
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #83838b;
}

.content_block_4 .content-box{
  position: relative;
  display: block;
}

.content_block_4 .content-box .text{
  position: relative;
  margin-bottom: 61px;
}

.content_block_4 .content-box .text p{
  font-size: 16px;
  line-height: 30px;
}

.image_block_2 .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.skills-section .image_block_2 .image-box{
  margin-right: 100px;
}

.image_block_2 .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
}

.image_block_2 .image-box .image img{
  width: 100%;
}

.image_block_2 .image-box .text{
  position: absolute;
  top: 30px;
  right: -75px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  padding-top: 20px;
  transform: rotate(-90deg);
}

.image_block_2 .image-box .text h6{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  text-align: center;
}


/** team-section **/

.team-section{
  position: relative;
  padding: 140px 0px 110px 0px;
}

.team-section .sec-title{
  margin-bottom: 54px;
}

.team-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.team-block-one .inner-box .image-box img{
  width: 100%;
}

.team-block-one .inner-box .designation{

}


.team-block-one .inner-box .designation{
  position: absolute;
  top: 30px;
  right: -145px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  padding-top: 20px;
  opacity: 0;
  visibility: hidden;
  transform: rotate(-90deg);
  transition: all 500ms ease;
}

.team-block-one .inner-box .designation h6{
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
}

.team-block-one .inner-box:hover .designation{
  right: -55px;
  opacity: 1;
  visibility: visible;
}

.team-block-one .inner-box .text{
  position: relative;
  display: block;
  padding-top: 23px;
}

.team-block-one .inner-box .text h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 15px;
}

.team-block-one .inner-box .text h4 a{
  display: inline-block;
  color: #52547c;
}

.team-block-one .inner-box .text h4 a:hover{

}

.team-block-one .inner-box .text .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 15px;
}

.team-block-one .inner-box .text .social-links li:last-child{
  margin: 0px !important;
}

.team-block-one .inner-box .text .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #83838b;
  font-family: 'Open Sans', sans-serif;
}

.team-block-one .inner-box .text .social-links li a:hover{

}

.bg-color-2{
  background-color: #52547c;
}


/** cta-section **/

.cta-section{
  position: relative;
  overflow: hidden;
  padding: 53px 0px 60px 0px;
}

.cta-section .text h2{
  position: relative;
  display: inline-block;
  font-size: 40px;
  line-height: 48px;
  color: #ffffff;
  padding-left: 100px;
}

.cta-section .text h2 i{
  position: absolute;
  left: 0px;
  top: 5px;
  font-size: 90px;
  line-height: 90px;
  font-weight: 400;
}

.cta-section .text h2 span{

}

.cta-section .text h2:before {
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-4.png);
  width: 60px;
  height: 60px;
  right: -64px;
  top: -38px;
  background-repeat: no-repeat;
}

.cta-section .btn-box .theme-btn.btn-one{
  margin-right: 7px;
}

.cta-section .btn-box .theme-btn:before{
  background-color: #ffffff;
}

.cta-section .btn-box .theme-btn:hover{

}

.cta-section .btn-box{
  position: relative;
  margin-top: 22px;
}

.cta-section .title-one{
  position: absolute;
  left: 375px;
  top: -30px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
  text-transform: uppercase;
}

.cta-section .title-two{
  position: absolute;
  right: 150px;
  bottom: -15px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(255,255,255,0.1);
}


/** news-section **/

.news-section{
  position: relative;
  padding: 140px 0px 120px 0px;
}

.news-section .sec-title{
  margin-bottom: 54px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #52547c;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
  opacity: 0.5;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding-top: 21px;
  padding-right: 15px;
}

.news-block-one .inner-box .lower-content .info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #8f8f8f;
  margin-right: 3px;
}

.news-block-one .inner-box .lower-content .info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .lower-content .info li span{

}

.news-block-one .inner-box .lower-content .info{
  position: relative;
  display: block;
  margin-bottom: 3px;
}

.news-block-one .inner-box .lower-content h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 42px;
}

.news-block-one .inner-box .lower-content h5 a{
  display: inline-block;
  color: #52547c;
}

.news-block-one .inner-box .lower-content h5 a:hover{

}

.news-block-one .inner-box .lower-content .theme-btn{
  padding: 10px 22px;
  font-size: 14px;
  font-weight: 400;
  text-transform: capitalize;
}


/** clients-section **/

.clients-section{
  position: relative;
  padding-bottom: 120px;
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}

.clients-section .clients-logo-box img:hover{
  filter: grayscale(0%);
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  transform: scale(1.05);
}


/** main-footer **/

.main-footer{
  position: relative;
  background-color: #202135;
}

.footer-top{
  position: relative;
  padding: 68px 0px 50px 0px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.footer-top .text{
  position: relative;
  padding-left: 205px;
}

.footer-top .text i{
  position: absolute;
  left: 40px;
  top: 24px;
  font-size: 50px;
  line-height: 50px;
}

.footer-top .text h3{
  position: relative;
  font-size: 32px;
  line-height: 40px;
  color: #ffffff;
}

.footer-top .text h3 span{

}

.footer-top .text .shape{
  position: absolute;
  width: 132px;
  height: 132px;
  left: 0px;
  top: -16px;
  background-repeat: no-repeat;
}

.main-footer .widget-section{
  position: relative;
  padding-top: 70px;
}

.main-footer .widget-section .logo-widget{
  position: relative;
  display: block;
  margin-right: 50px;
}

.main-footer .widget-section .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 20px;
}

.main-footer .widget-section .logo-widget .text{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.main-footer .widget-section .logo-widget .text p{
  font-size: 16px;
  line-height: 28px;
  color: #9d9ead;
}

.main-footer .widget-section .logo-widget .social-links li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 50px;
}

.main-footer .widget-section .logo-widget .social-links li:last-child{
  margin: 0px !important;
}

.main-footer .widget-section .logo-widget .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #52547c;
}

.main-footer .widget-section .logo-widget .social-links li a:hover{
  color: #ffffff;
}

.main-footer .widget-section .widget-title{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.main-footer .widget-section .widget-title h3{
  font-size: 22px;
  line-height: 30px;
  color: #ffffff;
  text-transform: uppercase;
}

.main-footer .widget-section .links-widget .links-list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 20px;
}

.main-footer .widget-section .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 28px;
  font-weight: 500;
  font-family: 'Playfair Display', serif;
  color: #9d9ead;
}

.main-footer .widget-section .links-widget .links-list li a:hover{

}

.main-footer .widget-section .contact-widget{
  position: relative;
  display: block;
  background-color: #232438;
  padding: 64px 30px 61px 30px;
}

.main-footer .widget-section .contact-widget .info-list li{
  position: relative;
  display: block;
  padding-left: 100px;
  font-size: 14px;
  line-height: 16px;
  color: #9d9ead;
  margin-bottom: 77px;
}

.main-footer .widget-section .contact-widget .info-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .widget-section .contact-widget .info-list li a{
  display: inline-block;
  color: #9d9ead;
}

.main-footer .widget-section .contact-widget .info-list li h6{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
}

.main-footer .widget-section .contact-widget .info-list li a:hover{

}

.main-footer .widget-section .contact-widget .info-list li:first-child h6{
  top: 10px;
}

.footer-bottom{
  position: relative;
  padding: 30px 0px;
  width: 100%;
  background-color: #1c1d31;
}

.footer-bottom p{
  font-size: 16px;
  line-height: 24px;
  font-family: 'Playfair Display', serif;
  color: #a3a4b3;
}

.footer-bottom p a{

}

.footer-bottom p a:hover{
  text-decoration: underline;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/

.main-header.style-two .social-links li a{
  color: #c9c5cf;
}

.main-header.style-two .social-links li a:hover{

}

.main-header.style-two .header-top .select-box{
  margin-right: 100px;
}

.main-header.style-two .header-lower{
  position: relative;
  width: 100%;
  background-color: #ffffff;
}

.main-header.style-two .header-lower .outer-box{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.main-header .menu-right-content .shop-cart,
.main-header .menu-right-content .btn-box{
  position: relative;
  display: inline-block;
  float: left;
}

.main-header .menu-right-content .shop-cart a{
  position: relative;
  display: inline-block;
  font-size: 36px;
  font-weight: 700;
  color: #52547c;
  width: 60px;
  height: 60px;
  line-height: 68px;
  border: 1px solid #edeef2;
  text-align: center;
}

.main-header .menu-right-content .shop-cart a:hover{
  color: #ffffff;
}

.main-header .menu-right-content .shop-cart a span{
  position: absolute;
  top: 5px;
  right: 5px;
  width: 20px;
  height: 20px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  border-radius: 50%;
  background-color: #52547c;
  color: #ffffff;
}

.main-header .menu-right-content .shop-cart{
  margin-right: 10px;
}

.main-header.style-two .header-lower .main-menu .navigation > li > a{
  color: #52547c;
  padding: 45px 0px;
}

.main-header.style-two .header-lower .main-menu .navigation > li > a:before{
  display: none;
}

.main-header.style-two .logo-box{
  position: relative;
  padding: 38px 0px;
}

.main-header .menu-right-content{
  padding: 30px 0px;
}


/** banner-style-two **/


.banner-style-two .banner-carousel .content-box h3{
  padding-left: 30px;
}

.banner-style-two .banner-carousel .content-box h1{
  margin-bottom: 29px;
  padding-left: 30px;
}

.banner-carousel .content-box p{
  position: relative;
  display: block;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
  padding-left: 30px;
  margin-bottom: 63px;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-style-two .banner-carousel .content-box{
  position: relative;
  max-width: 950px;
  padding-top: 22px;
}

.banner-style-two .banner-carousel .content-box:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 70px;
  height: calc(100% - 100px);
  left: 0px;
  top: 0px;
}

.banner-style-two .banner-carousel .slide-item{
  padding: 133px 0px;
}

.banner-style-two{
  position: relative;
  overflow: hidden;
}

.banner-style-two .schedule{
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 18px;
  line-height: 30px;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  transform: translateY(-50%) rotate(-90deg);
  z-index: 2;
}

.banner-style-two .big-title{
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 100px;
  line-height: 100px;
  font-family: 'Playfair Display', serif;
  color: rgba(186,187,203,0.3);
  font-weight: 700;
  text-transform: uppercase;
  z-index: 2;
}

.banner-style-two .place-box{
  position: absolute;
  top: -85px;
  right: -145px;
  width: 300px;
  height: 430px;
  border-radius: 50%;
  background-color: #52547c;
  z-index: 2;
  text-align: center;
}

.banner-style-two .place-box .text{
  position: relative;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 140px;
}

.banner-style-two .place-box .text i{
  position: absolute;
  left: 20px;
  top: 150px;
  font-size: 35px;
  line-height: 35px;
}

.banner-style-two .place-box .text p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8081a6;
}

.banner-style-two .place-box .text h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.banner-style-two .banner-carousel .slide-item:before{
  background: rgba(82,84,124,0.4);
}


/** service-style-two **/

.service-style-two{
  position: relative;
  padding-top: 120px;
}

.service-style-two .sec-title{
  margin-bottom: 60px;
}

.service-style-two .sec-title i{
  position: relative;
  display: block;
  top: 0px;
  margin-bottom: 14px;
}

.service-style-two .sec-title h2{
  line-height: 60px;
}

.service-block-two .inner-box{
  position: relative;
  display: block;
  text-align: center;
  max-width: 270px;
  margin: 0 auto;
}

.service-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 270px;
  height: 270px;
  line-height: 270px;
  border-radius: 50%;
  margin-bottom: 23px;
}

.service-block-two .inner-box .icon-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 270px;
  height: 270px;
  border-radius: 50%;
  background-repeat: no-repeat;
}

.service-block-two .inner-box .icon-box .bg-layer:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  opacity: 0.8;
  transition: all 500ms ease;
}

.service-block-two .inner-box:hover .icon-box .bg-layer:before{
  opacity: 0.7;
}

.service-block-two .inner-box .icon-box .icon{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  background-color: #fefaf9;
  text-align: center;
  border-radius: 50%;
}

.service-block-two .inner-box .icon-box .link{
  position: absolute;
  top: 50%;
  transform: translateY(-50%) scale(0,0);
  right: -35px;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 78px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  box-shadow: 0 0px 20px 0px rgb(0 0 0 / 10%);
}

.service-block-two .inner-box:hover .icon-box .link{
  transform: translateY(-50%) scale(1,1);
}

.service-block-two .inner-box .icon-box .link:hover{
  color: #fff;
}

.service-block-two .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 16px;
}

.service-block-two .inner-box .lower-content h3 a{
  position: relative;
  display: inline-block;
  color: #52547c;
}

.service-block-two .inner-box .lower-content h3 a:hover{

}

.service-block-two .inner-box .lower-content p{
  font-size: 16px;
  line-height: 28px;
}


.case-style-two{
  padding: 20px 30px 120px 30px;
}

.case-style-two .case-block-one .inner-box .content-box h2{
  font-size: 32px;
  line-height: 38px;
}

.case-style-two .sec-title{
  margin-bottom: 54px;
}

.cta-section.alternate-2 .inner-box{
  position: relative;
  overflow: hidden;
  padding: 53px 70px 60px 70px;
}

.cta-section.alternate-2 .title-one{
  left: 0px;
}

.cta-section.alternate-2 .title-two{
  right: -225px;
}

.cta-section.alternate-2{
  padding: 120px 0px 0px 0px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  padding: 140px 0px 120px 0px;
}

.pricing-section .sec-title{
  margin-bottom: 54px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  overflow: hidden;
  text-align: center;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  width: 100%;
  padding-top: 120px;
}

.pricing-block-one .pricing-table .table-header .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pricing-block-one .pricing-table .table-header h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  background-color: #edeef2;
  padding: 7px 15px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-header h5{
  color: #fff;
  background-color: #52547c;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  padding: 39px 0px 50px 0px;
  border: 1px solid #edeef2;
  border-top: none;
}

.pricing-block-one .pricing-table .table-content h2{
  display: block;
  font-size: 48px;
  line-height: 58px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-bottom: 36px;
}

.pricing-block-one .pricing-table .table-content .featured-list li{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #83838b;
  padding-left: 22px;
  margin-bottom: 30px;
}

.pricing-block-one .pricing-table .table-content .featured-list li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-content .featured-list li.light{
  opacity: 0.5;
}

.pricing-block-one .pricing-table .table-content .featured-list li i{
  font-size: 10px;
  left: 0px;
  top: 0px;
  position: absolute;
}

.pricing-block-one .pricing-table .table-content .featured-list{
  padding-bottom: 41px;
}

.pricing-block-one .pricing-table .table-content .theme-btn{
  padding: 16px 39px;
}


/** video-section **/

.video-section{
  position: relative;
  width: 100%;
  padding: 140px 0px 120px 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 82px;
  line-height: 99px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 53px;
}

.video-section .inner-box .video-btn a{
  position: relative;
  display: inline-block;
  width: 170px;
  height: 170px;
  line-height: 170px;
  font-size: 50px;
  color: #ffffff;
  background-color: #52547c;
  text-align: center;
  border-radius: 50%;
}

.video-section .inner-box .video-btn a:after, 
.video-section .inner-box .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.video-section .sec-title i{

}

.video-section .sec-title h6{
  color: #fff;
}

.video-section .sec-title{
  margin-bottom: 21px;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  padding: 140px 0px 120px 0px;
}

.testimonial-section .sec-title{
  margin-bottom: 54px;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid #edeef2;
  background-color: #fff;
  padding: 50px 30px 50px 30px;
}

.testimonial-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 80px;
  text-align: center;
  font-size: 30px;
  opacity: 0.2;
  margin-bottom: 19px;
  transition: all 500ms ease;
}

.testimonial-block-one .inner-box:hover .icon-box{
  opacity: 1;
}

.testimonial-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-6.png);
  width: 70px;
  height: 70px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
}

.testimonial-block-one .inner-box .review-box{
  position: absolute;
  top: 60px;
  right: 30px;
  text-align: right;
}

.testimonial-block-one .inner-box .review-box .rating li{
  position: relative;
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
}

.testimonial-block-one .inner-box .review-box span{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 14px;
  color: #83838b;
}

.testimonial-block-one .inner-box .text{
  position: relative;
  margin-bottom: 45px;
}

.testimonial-block-one .inner-box .text h3{
  font-size: 24px;
  line-height: 40px;
}

.testimonial-block-one .inner-box .text h3 span{

}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 5px 0px 4px 90px;
  min-height: 70px;
}

.testimonial-block-one .inner-box .author-box .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h3{
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 5px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #83838b;
}


/** chooseus-style-two **/

.chooseus-style-two{
  position: relative;
}

.chooseus-style-two .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.chooseus-style-two .image-box img{
  width: 100%;
}

.chooseus-style-two .image-box:before{
  position: absolute;
  top: 0;
  left: -75%;
  z-index: 2;
  display: block;
  content: '';
  width: 50%;
  height: 100%;
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
  -webkit-transform: skewX(-25deg);
  -ms-transform: skewX(-25deg);
  transform: skewX(-25deg);
}

.chooseus-style-two .image-box:hover:before {
  -webkit-animation: shine 1s;
  animation: shine 1s;
}

.content_block_5 .content-box{
  position: relative;
  display: block;
  padding-top: 28px;
}

.content_block_5 .content-box h2{
  font-size: 60px;
  line-height: 73px;
  margin-bottom: 30px;
}

.content_block_5 .content-box h3{
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 34px;
}

.content_block_5 .content-box p{
  margin-bottom: 50px;
  font-size: 16px;
  line-height: 41px;
}

.content_block_5 .content-box .theme-btn{
  padding: 16px 37px;
}

.pt-40{
  padding-top: 40px;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/

/** header-style-three **/

.main-header.style-three{
  position: relative;
}

.main-header.style-three .header-lower{
  position: relative;
}

.main-header.style-three .header-lower .header-lower-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header.style-three .header-top{
  background-color: #52547c;
}

.main-header.style-three .header-top .nice-select{
  color: #fff;
}

.main-header.style-three .header-top .nice-select:after{
  color: #fff;
}

.main-header.style-three .header-top .right-column .language span{
  color: #fff;
}

.main-header.style-three .header-top .right-column .language:after{
  color: #fff;
}

.main-header.style-three .header-top .right-column .currency span{
  color: #fff;
}

.main-header.style-three .header-top .right-column .currency:after{
  color: #fff;
}

.main-header.style-three  .header-top .right-column .login-info a{
  color: #fff;
}

.main-header.style-three  .header-top .right-column .login-info i{
  color: #fff;
}

.main-header.style-three  .header-top .right-column .login-info a:hover{

}

.main-header.style-three  .header-top .right-column .login-info{
  color: #fff;
}

.main-header.style-three .header-lower .main-menu .navigation > li > a{
  color: #fff;
}

.main-header.style-three .menu-right-content .shop-cart a{
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header.style-three .menu-right-content .theme-btn.btn-two{
  color: #fff !important;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.main-header.style-three .menu-right-content .theme-btn.btn-two:hover{
  border-color: #52547c;
}


/** banner-style-three **/


.banner-style-three .banner-carousel .slide-item{
  padding: 315px 0px 200px 0px;
}

.banner-style-three .schedule{
  color: #fff;
}

.banner-style-three .place-box{
  top: inherit;
  bottom: 10px;
  right: -170px;
}

.banner-style-three .place-box .text{
  padding-top: 120px;
}

.banner-style-three .place-box .text i{
  top: 125px;
}

.banner-style-three .banner-carousel .content-box{
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box:before{
  display: none;
}

.banner-carousel .content-box .signature{
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(100px);
  -moz-transform: translateY(100px);
  -ms-transform: translateY(100px);
  -o-transform: translateY(100px);
  transform: translateY(100px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-carousel .active .content-box .signature{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1400ms;
  -moz-transition-delay: 1400ms;
  -ms-transition-delay: 1400ms;
  -o-transition-delay: 1400ms;
  transition-delay: 1400ms;
}

.banner-style-three .banner-carousel .content-box h1 span{
  color: #52547c;
}

.banner-style-three .banner-carousel .content-box h3{
  margin-bottom: 0px;
  line-height: 28px;
  font-weight: 400;
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box h1{
  margin-bottom: 21px;
  padding: 0px;
}

.banner-style-three .banner-carousel .content-box p{
  padding: 0px;
}

.banner-carousel .content-box .content-shape .shape-1{
  position: absolute;
  left: -180px;
  top: -80px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.banner-carousel .content-box .content-shape .shape-2{
  position: absolute;
  left: 115px;
  top: -150px;
  width: 410px;
  height: 410px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.banner-carousel .content-box .content-shape .shape-3{
  position: absolute;
  left: 105px;
  top: 150px;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}


/** service-style-three **/

.service-style-three{
  position: relative;
  padding-top: 120px;
}

.service-style-three .sec-title{
  margin-bottom: 60px;
}

.service-style-three .sec-title i{
  position: relative;
  display: block;
  top: 0px;
  margin-bottom: 14px;
}

.service-style-three .sec-title h2{
  line-height: 60px;
}

.service-block-two .inner-box .lower-content .link a{
  position: relative;
  display: inline-block;
  background-color: #fff;
  width: 70px;
  height: 70px;
  line-height: 78px;
  font-size: 30px;
  text-align: center;
  border-radius: 50%;
  color: #dcdde5;
  z-index: 1;
  box-shadow: 0 5px 5px 0px rgb(0 0 0 / 10%);
}

.service-style-three .service-block-two .inner-box .icon-box{
  background-color: #fefaf9;
}

.service-style-three .service-block-two .inner-box .icon-box .icon{
  background-color: #fff;
  border: 1px solid #f2eef0;
}

.service-style-three .service-block-two .inner-box .lower-content p{
  margin-bottom: 62px;
}


/** case-style-three **/

.case-style-three{
  position: relative;
  padding: 140px 0px 90px 0px;
}

.case-style-three .sec-title{
  margin-bottom: 54px;
}

.case-block-two .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 30px;
}

.case-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.case-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.case-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.case-block-two .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.case-block-two .inner-box .content-box .icon-box{
  position: relative;
  font-size: 90px;
  line-height: 90px;
  color: #ffffff;
  margin-bottom: 10px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.case-block-two .inner-box:hover .content-box .icon-box{
  transform: scale(1,1);
}

.case-block-two .inner-box .content-box h3{
  position: absolute;
  left: 10px;
  bottom: -78px;
  width: calc(100% - 20px);
  padding: 25px 15px;
  text-align: center;
  font-size: 24px;
  color: #fff;
  border-radius: 4px;
  opacity: 0;
  transition: all 500ms ease;
}

.case-block-two .inner-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.case-block-two .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}

.case-block-two .inner-box:hover .content-box h3{
  bottom: 10px;
  opacity: 1;
}

.pt-0{
  padding-top: 0px;
}

.testimonial-section.alternat-2{
  position: relative;
}

.testimonial-section.alternat-2:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 435px;
  left: 0px;
  top: 0px;
}

.testimonial-section.alternat-2 .sec-title h6{
  color: #fff;
}

.testimonial-section.alternat-2 .sec-title i{
  color: rgba(0, 0, 0, 0.1);
}

.skills-section.alternat-2 .image_block_2 .image-box{
  margin-right: 0px;
  padding-left: 100px;
}

.skills-section.alternat-2 .image_block_2 .image-box:before{
  position: absolute;
  content: '';
  background-color: #fff;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  left: 40px;
  bottom: 0px;
  box-shadow: 0 0px 30px 0px rgb(0 0 0 / 10%);
}

.pricing-section.alternate-2 .pricing-block-one .pricing-table .table-header{
  padding-top: 0px;
}

.pricing-section.alternate-2 .pricing-block-one .pricing-table .table-header h5{
  padding: 18px 15px;
}

.video-section:after{
  position: absolute;
  content: '';
  width: 350px;
  height: 400px;
  right: -320px;
  top: -50px;
  border-radius: 50%;
}

.video-section{
  overflow: hidden;
}



/*** 

====================================================================
                        About-Page
====================================================================

***/


/** page-title **/

.page-title{
  position: relative;
  padding: 144px 0px 127px 0px;
  width: 100%;
  overflow: hidden;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.3;
}

.page-title .content-box{
  position: relative;
  display: block;
}

.page-title .content-box a{
  position: relative;
  display: inline-block;
  font-size: 24px;
  line-height: 32px;
  font-family: 'Playfair Display', serif;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.page-title .content-box a:hover{

}

.page-title .content-box h1{
  position: relative;
  display: block;
  font-size: 120px;
  line-height: 140px;
  color: #fff;
  font-weight: 500;
}

.page-title .content-box .shape-1{
  position: absolute;
  left: -50px;
  top: -80px;
  width: 310px;
  height: 310px;
  border-radius: 50%;
  opacity: 0.4;
  -webkit-animation: zoom-fade 10s infinite linear;
  animation: zoom-fade 10s infinite linear;
}

.page-title .content-box .shape-2{
  position: absolute;
  left: 140px;
  top: -130px;
  width: 265px;
  height: 265px;
  border-radius: 50%;
  opacity: 0.2;
  -webkit-animation: zoom-fade 8s infinite linear;
  animation: zoom-fade 8s infinite linear;
}

.page-title .content-box .shape-3{
  position: absolute;
  left: 140px;
  top: 70px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  opacity: 0.1;
  -webkit-animation: zoom-fade 7s infinite linear;
  animation: zoom-fade 7s infinite linear;
}

.page-title .schedule {
  position: absolute;
  left: -50px;
  top: 50%;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  transform: translateY(-50%) rotate(-90deg);
}

.page-title .place-box{
  position: absolute;
  top: 8px;
  right: -160px;
  width: 300px;
  height: 430px;
  border-radius: 50%;
  background-color: #52547c;
  z-index: 2;
  text-align: center;
}

.page-title .place-box .text{
  position: relative;
  transform: rotate(-90deg);
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 125px;
}

.page-title .place-box .text i{
  position: absolute;
  left: 20px;
  top: 135px;
  font-size: 35px;
  line-height: 35px;
}

.page-title .place-box .text p{
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #8081a6;
}

.page-title .place-box .text h6{
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
}

.pt-120{
  padding-top: 120px;
}

.pb-120{
  padding-bottom: 120px;
}

.case-style-three .more-btn{
  padding-top: 40px;
}


/*** 

====================================================================
                        Case-Page
====================================================================

***/

.case-details{
  position: relative;
  padding: 120px 0px;
}

.case-details-content{
  position: relative;
  display: block;
}

.case-details-content .image-box{
  position: relative;
  display: block;
  margin-bottom: 43px;
}

.case-details-content .image-box img{
  width: 100%;
}

.case-details-content .content-one h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 36px;
}

.case-details-content .content-one p{
  font-size: 16px;
  line-height: 30px;
}

.case-details-content .service-block-two .inner-box .icon-box{
  width: 150px;
  height: 150px;
  line-height: 150px;
  background-color: #fefaf9;
}

.case-details-content .service-block-two .inner-box .icon-box .icon{
  background-color: #fff;
  border: 1px solid #f2eef0;
  width: 94px;
  height: 94px;
  line-height: 94px;
}

.service-block-two .inner-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
}

.case-details-content .content-one{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.case-details-content .content-two{
  position: relative;
  margin-bottom: 34px;
}

.case-details-content .content-three .image-block{
  position: relative;
  display: block;
  padding: 41px 0px 21px 0px;
}

.case-details-content .content-three .image-block img{
  width: 100%;
}

.case-details-content .content-three p{
  font-size: 16px;
  line-height: 30px;
}

.case-details-content .content-three{
  position: relative;
  padding-bottom: 61px;
  border-bottom: 1px solid #dcdde5;
}

.case-details-content .post-tags .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.case-details-content .post-tags .tags-list li:last-child{
  margin: 0px !important;
}

.case-details-content .post-tags .tags-list li h6{
  font-size: 14px;
  line-height: 27px;
}

.case-details-content .post-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #83838b;
  padding: 0px 12px;
  text-align: center;
  border: 1px solid #f7f6f6;
  border-radius: 2px;
}

.case-details-content .post-tags .tags-list li a:hover{
  color: #fff;
}

.case-details-content .post-tags{
  position: relative;
  padding-top: 30px;
}

.default-sidebar{
  position: relative;
  display: block;
}

.default-sidebar .widget-title{
  position: relative;
  display: block;
  margin-bottom: 24px;
}

.default-sidebar .widget-title h5{
  font-size: 18px;
  line-height: 28px;
  padding-left: 20px;
  margin: 0px;
}

.default-sidebar .widget-title h5:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 14px;
  left: 0px;
  top: 8px;
}

.default-sidebar .search-widget .search-inner .form-group{
  position: relative;
  margin-bottom: 0px;
}

.default-sidebar .search-widget .search-inner .form-group input[type="search"]{
  position: relative;
  display: block;
  width: 100% !important;
  height: 55px;
  border: 1px solid #f3f3f6;
  font-size: 14px;
  color: #bbbbbf;
  padding: 10px 60px 10px 20px;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .search-inner .form-group button{
  position: absolute;
  top: 15px;
  right: 28px;
  font-size: 18px;
  color: #52547c;
  background-color: transparent;
  cursor: pointer;
  transition: all 500ms ease;
}

.default-sidebar .search-widget .search-inner .form-group input:focus{

}

.default-sidebar .search-widget .search-inner .form-group input:focus + button,
.default-sidebar .search-widget .search-inner .form-group button:hover{

}

.default-sidebar .search-widget{
  margin-bottom: 62px;
}

.default-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.default-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.default-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 25px;
  font-family: 'Playfair Display', serif;
  color: #83838b;
  background-color: #fafafb;
  padding: 6px 25px;
}

.default-sidebar .category-widget .category-list li a span{
  float: right;
}

.default-sidebar .category-widget .category-list li a:hover{
  color: #fff;
}

.default-sidebar .category-widget{
  margin-bottom: 64px;
}

.default-sidebar .post-widget .post{
  position: relative;
  display: block;
  padding-left: 100px;
  margin-bottom: 34px;
  min-height: 77px;
}

.default-sidebar .post-widget .post:last-child{
  margin-bottom: 0px;
}

.default-sidebar .post-widget .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 70px;
  height: 70px;
}

.default-sidebar .post-widget .post .post-thumb img{
  width: 100%;
  transition: all 500ms ease;
}

.default-sidebar .post-widget .post:hover .post-thumb img{
  opacity: 0.5;
}

.default-sidebar .post-widget .post h6{
  display: block;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 9px;
}

.default-sidebar .post-widget .post h6 a{
  display: inline-block;
  color: #52547c;
}

.default-sidebar .post-widget .post h6 a:hover{

}

.default-sidebar .post-widget .post .post-date{
  position: relative;
  display: block;
  font-size: 13px;
  line-height: 20px;
  color: #83838b;
}

.default-sidebar .post-widget .widget-title{
  margin-bottom: 39px;
}

.default-sidebar .post-widget{
  margin-bottom: 67px;
}

.default-sidebar .video-widget .inner-box{
  position: relative;
  width: 100%;
  padding: 122px 30px 100px 30px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.default-sidebar .video-widget .inner-box:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0px;
  opacity: 0.2;
}

.default-sidebar .video-widget .inner-box .icon-box{
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100px;
  font-size: 50px;
  line-height: 50px;
}

.default-sidebar .video-widget .inner-box h6 {
  font-size: 14px;
  line-height: 18px;
  font-weight: 700;
  margin-bottom: 36px;
  letter-spacing: 5px;
  color: #fff;
}

.default-sidebar .video-widget .inner-box h3{
  display: block;
  font-size: 32px;
  line-height: 38px;
  color: #fff;
  font-weight: 500;
  font-style: italic;
  margin-bottom: 40px;
}

.default-sidebar .video-widget .inner-box a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.default-sidebar .video-widget .inner-box a:after, 
.default-sidebar .video-widget .inner-box a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.default-sidebar .video-widget .inner-box a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.team-section.team-page .team-block-one .inner-box{
  margin-bottom: 41px;
}

.team-section.team-page .more-btn{
  position: relative;
  padding-top: 20px;
}

.testimonial-section.testimonial-page .testimonial-block-one .inner-box{
  margin-bottom: 30px;
}

.testimonial-section.testimonial-page .more-btn{
  padding-top: 40px;
}

.page-title .content-box a:hover{
  text-decoration: underline;
}

.page-title.book-table{
  padding-bottom: 427px;
}


/** appointment-section **/

.appointment-section{
  position: relative;
}

.appointment-section .inner-container{
  position: relative;
  background-color: #fff;
  padding: 70px 100px 70px 100px;
  margin-top: -300px;
  z-index: 1;
  box-shadow: 0 5px 5px 0px rgb(0 0 0 / 10%);
}

.appointment-section .inner-container h3{
  display: inline-block;
  font-size: 32px;
  line-height: 40px;
  font-weight: 500;
  border-bottom: 1px solid #edeef2;
  padding-bottom: 10px;
  margin-bottom: 50px;
}

.appointment-section .inner-container label{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  color: #83838b;
  font-weight: 500;
  margin-bottom: 8px;
  text-align: left;
}

.appointment-section .inner-container .form-group{
  position: relative;
  margin-bottom: 22px;
}

.appointment-section .inner-container .form-group .select-box{
  min-height: 50px;
}

.appointment-section .inner-container .form-group input[type="text"],
.appointment-section .inner-container .form-group input[type="email"],
.appointment-section .inner-container .form-group input[type="tel"],
.appointment-section .inner-container .form-group textarea,
.appointment-section .inner-container .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #edeef2;
  font-size: 14px;
  color: #83838b;
  padding: 10px 20px;
  text-align: left;
  border-radius: 0px;
  transition: all 500ms ease;
}

.appointment-section .inner-container .form-group textarea{
  height: 115px;
  resize: none;
}

.appointment-section .inner-container .form-group .nice-select{
  padding: 0px 20px;
  border: 1px solid #edeef2 !important;
}

.appointment-section .inner-container .form-group .nice-select:after{
  right: 20px;
}

.appointment-section .inner-container .form-group input:focus,
.appointment-section .inner-container .form-group textarea:focus{

}

.appointment-section .inner-container .form-group.message-btn{
  margin-bottom: 0px;
}


/** faq-section **/

.faq-section{
  position: relative;
  padding-top: 140px;
}

.content_block_6 .content-box .sec-title i{
  left: 0px;
  transform: translateX(0);
}

.content_block_6 .content-box .sec-title{
  margin-right: 0px;
}

.content_block_6 .content-box .sec-title h2{
  font-size: 50px;
  line-height: 60px;
}

.content_block_6 .content-box .sec-title h6{
  margin-bottom: 6px;
}

.content_block_6 .content-box{
  position: relative;
  display: block;
}

.faq-section .content_block_6 .content-box{
  margin-right: 100px;
}

.content_block_6 .content-box .text{
  position: relative;
  margin-bottom: 41px;
}

.content_block_6 .content-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.content_block_6 .content-box .image-box img{
  width: 100%;
}

.accordion-box .block{
  position: relative;
  display: block;
  border-radius: 5px;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.accordion-box .block:last-child{
  margin-bottom: 0px;
}

.accordion-box .block .acc-btn .icon-outer{
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  border-radius: 3px;
  background-color: #f3f3f6;
  color: #52547c;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer i{
  opacity: 0;
}

.accordion-box .block .acc-btn .icon-outer:before{
  position: absolute;
  content: "\f068";
  font-family: 'Font Awesome 5 Pro';
  top: 0px;
  right: 0px;
  opacity: 0;
  color: #fff;
  font-size: 16px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer:before{
  opacity: 1;
}

.accordion-box .block .acc-btn{
  position: relative;
  display: block;
  padding-left: 50px;
  cursor: pointer;
  border-radius: 5px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  margin: 0px;
  transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active h5{
  
}

.accordion-box .block .acc-content{
  position:relative;
  display:none;
  padding: 11px 10px 7px 50px;
}

.accordion-box .block .acc-content.current{
  display:block;  
}



/** error-section **/

.error-section{
  position: relative;
  padding: 100px 0px 120px 0px;
}

.error-section .inner-box .theme-btn-one i{
  margin-right: 10px;
}

.error-section .inner-box .error-image{
  position: relative;
  display: inline-block;
  margin-bottom: 60px;
}

.error-section .inner-box h1{
  font-size: 200px;
  line-height: 200px;
  font-weight: 700;
  margin-bottom: 50px;
}

.error-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 42px;
  font-weight: 500;
  color: #808288;
  margin-bottom: 60px;
}



/*** 

====================================================================
                        Service-Page
====================================================================

***/


.service-style-three.service-page{
  padding: 120px 0px 50px 0px;
}

.service-style-three.service-page .service-block-two .inner-box{
  margin-bottom: 70px;
}

.service-details{
  position: relative;
  padding: 120px 0px;
}

.service-details-content{
  position: relative;
  display: block;
}

.service-details-content .content-one .title-box{
  position: relative;
  padding-left: 100px;
  margin-bottom: 40px;
}

.service-details-content .content-one h3{
  position: relative;
  display: block;
  font-size: 32px;
  line-height: 38px;
}

.service-details-content .content-one .title-box .icon-box{
  position: absolute;
  left: 0px;
  top: 8px;
}

.service-details-content .content-one .text{
  margin-bottom: 41px;
}

.service-details-content p{
  font-size: 16px;
  line-height: 30px;
}

.service-details-content .content-one .image-box{
  position: relative;
  display: block;
}

.service-details-content .content-one .image-box img{
  width: 100%;
}

.service-details-content .content-one{
  margin-bottom: 41px;
}

.service-details-content .content-two blockquote{
  position: relative;
  display: block;
  padding-left: 80px;
  margin: 36px 0px 45px 0px;
}

.service-details-content .content-two blockquote .icon-box{
  position: absolute;
  left: 0px;
  top: 7px;
  width: 60px;
  height: 60px;
  line-height: 54px;
  text-align: center;
  font-size: 24px;
}

.service-details-content .content-two blockquote .icon-box:before {
  position: absolute;
  content: '';
  background-image: url(../images/shape/shape-3.png);
  width: 60px;
  height: 60px;
  left: 0px;
  top: -7px;
  background-repeat: no-repeat;
}

.service-details-content .content-two blockquote h3{
  font-size: 24px;
  line-height: 28px;
}

.service-details-content .content-two .list{
  position: relative;
  margin-top: 34px;
}

.service-details-content .content-two .list li{
  position: relative;
  display: inline-block;
  float: left;
  width: 50%;
  font-size: 16px;
  padding-left: 23px;
  color: #83838b;
  margin-bottom: 30px;
}

.service-details-content .content-two .list li:before{
  position: absolute;
  content: "\f117";
  font-family: 'Flaticon';
  font-size: 10px;
  left: 0px;
  top: 0px;
}

.service-details-content .content-two{
  padding-bottom: 32px;
  border-bottom: 1px solid #dcdde5;
}

.service-details-content .post-tags .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.service-details-content .post-tags .tags-list li:last-child{
  margin: 0px !important;
}

.service-details-content .post-tags .tags-list li h6{
  font-size: 14px;
  line-height: 27px;
}

.service-details-content .post-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #83838b;
  padding: 0px 12px;
  text-align: center;
  border: 1px solid #f7f6f6;
  border-radius: 2px;
}

.service-details-content .post-tags .tags-list li a:hover{
  color: #fff;
}

.service-details-content .post-tags{
  position: relative;
  padding-top: 30px;
}



/*** 

====================================================================
                        Blog-Page
====================================================================

***/

.news-section.blog-page .news-block-one .inner-box{
  margin-bottom: 50px;
}

.news-section.blog-page .more-btn{
  padding-top: 20px;
}

.blog-details{
  position: relative;
  padding: 120px 0px;
}

.blog-details-content{
  position: relative;
  display: block;
}

.blog-details-content .content-one .info li{
  position: relative;
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #8f8f8f;
  margin-right: 3px;
}

.blog-details-content .content-one .info li:last-child{
  margin: 0px !important;
}

.blog-details-content .content-one .info li span{

}

.blog-details-content .content-one .info{
  position: relative;
  display: block;
  margin-bottom: 4px;
}

.blog-details-content .content-one .image-box{
  position: relative;
  display: block;
  margin-bottom: 42px;
}

.blog-details-content .content-one .image-box .image{
  position: relative;
  float: left;
  margin-right: 30px;
}

.blog-details-content .content-one .image-box .image:last-child{
  margin: 0px !important;
}

.blog-details-content .content-one .image-box .image img{
  width: 100%;
}

.blog-details-content .content-one{
  margin-bottom: 41px;
}

.blog-details-content .content-one h3{
  display: block;
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 15px;
}

.blog-details-content p{
  font-size: 16px;
  line-height: 30px;
}

.blog-details-content blockquote{
  position: relative;
  display: block;
  padding: 28px 40px 32px 40px;
  margin: 41px 0px;
  border-left: 10px solid #52547c;
}

.blog-details-content blockquote h5{
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  font-style: italic;
}

.blog-details-content .video-inner{
  position: relative;
  width: 100%;
  padding: 140px 0px;
  text-align: center;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 41px;
}

.blog-details-content .video-inner:before{
  position: absolute;
  content: '';
  background-color: #52547c;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.2;
  text-align: center;
}

.blog-details-content .video-inner .video-btn a{
  position: relative;
  display: inline-block;
  width: 120px;
  height: 120px;
  line-height: 120px;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
}

.blog-details-content .video-inner .video-btn a:after, 
.blog-details-content .video-inner .video-btn a:before {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  box-shadow: 0 0 0 0 rgba(239, 162, 134, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-details-content .video-inner .video-btn a:after {
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.blog-details-content .content-two{
  padding-bottom: 61px;
  border-bottom: 1px solid #dcdde5;
}

.blog-details-content .post-tags .tags-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 10px;
}

.blog-details-content .post-tags .tags-list li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-tags .tags-list li h6{
  font-size: 14px;
  line-height: 27px;
}

.blog-details-content .post-tags .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 13px;
  line-height: 27px;
  font-family: "Open Sans", sans-serif;
  color: #83838b;
  padding: 0px 12px;
  text-align: center;
  border: 1px solid #f7f6f6;
  border-radius: 2px;
}

.blog-details-content .post-tags .tags-list li a:hover{
  color: #fff;
}

.blog-details-content .post-tags{
  position: relative;
  padding-top: 30px;
  padding-bottom: 50px;
  margin-bottom: 57px;
}

.blog-details-content .group-title{
  position: relative;
  display: block;
  margin-bottom: 39px;
}

.blog-details-content .group-title h3{
  font-size: 32px;
  line-height: 40px;
}

.blog-details-content .comments-area .comment{
  position: relative;
  display: block;
  padding-left: 130px;
  margin-bottom: 39px;
}

.blog-details-content .comments-area .comment:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-area .comment .thumb-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .comments-area .comment .comment-inner h5{
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 14px;
}

.blog-details-content .comments-area .comment .comment-inner p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 11px;
  border-bottom: 1px solid #edeef2;
  margin-bottom: 11px;
}

.blog-details-content .comments-area .comment .comment-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  padding-left: 20px;
  font-size: 13px;
  color: #83838b;
}

.blog-details-content .comments-area .comment .comment-info li a{
  display: inline-block;
  color: #83838b;
}

.blog-details-content .comments-area .comment .comment-info li:last-child{
  margin-bottom: 0px !important;
}


.blog-details-content .comments-area .comment .comment-info li i{
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 13px;
  color: #83838b;
}

.blog-details-content .comments-area .comment .comment-info li a:hover{

}

.blog-details-content .comments-area{
  margin-bottom: 53px;
}

.blog-details-content .comments-form-area .form-group{
  position: relative;
  margin-bottom: 30px;
}

.blog-details-content .comments-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.blog-details-content .comments-form-area .form-group input[type='text'],
.blog-details-content .comments-form-area .form-group input[type='email'],
.blog-details-content .comments-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #edeef2;
  font-size: 14px;
  color: #83838b;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.blog-details-content .comments-form-area .form-group textarea{
  resize: none;
  height: 115px;
}

.blog-details-content .comments-form-area .form-group input:focus,
.blog-details-content .comments-form-area .form-group textarea:focus{

}

.blog-sidebar .testimonial-block-one .inner-box .icon-box{
  opacity: 1;
}



/*** 

====================================================================
                        Contact-Page
====================================================================

***/

.contact-section{
  position: relative;
  padding: 120px 0px;
}

.content_block_6 .content-box .contact-info{
  position: relative;
  display: block;
  text-align: center;
  background-color: #52547c;
  padding: 114px 70px;
}

.content_block_6 .content-box .contact-info .info-list li{
  position: relative;
  display: block;
  margin-bottom: 57px;
}

.content_block_6 .content-box .contact-info .info-list li:last-child{
  margin-bottom: 0px;
}

.content_block_6 .content-box .contact-info .info-list li h3{
  display: block;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 19px;
}

.content_block_6 .content-box .contact-info .info-list li p{
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
}

.content_block_6 .content-box .contact-info .info-list li p a{
  display: inline-block;
  color: #fff;
}

.content_block_6 .content-box .contact-info .info-list li p a:hover{
  text-decoration: underline;
}

.contact-section .google-map-area{
  position: relative;
  display: block;
  margin-bottom: 55px;
}

.contact-section .google-map-area #contact-google-map{
  position: relative;
  width: 100%;
  height: 645px;
}

.contact-section .form-inner .form-group{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.contact-section .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.contact-section .form-inner .form-group input[type='text'],
.contact-section .form-inner .form-group input[type='email'],
.contact-section .form-inner .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  border: 1px solid #edeef2;
  font-size: 14px;
  color: #83838b;
  padding: 10px 20px;
  transition: all 500ms ease;
}

.contact-section .form-inner .form-group textarea{
  resize: none;
  height: 115px;
}

.contact-section .form-inner .form-group input:focus,
.contact-section .form-inner .form-group textarea:focus{

}

.contact-section .form-inner h3{
  display: block;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 40px;
}

.owl-carousel .service-block-one .inner-box .icon-box img{
  display: inline-block;
}

.owl-carousel .service-block-two .inner-box .icon-box .icon img{
  display: inline-block;
}