 
/* Css For Cubart */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header
5. Banner Style One 
6. Feature Section
7. About Section
9. Service Section
8. Work Section
10. Testimonial Section
11. Pricing Section
12. Subscrive Section
14. Main Footer
15. Header Style Two
16. Banner Style Two
19. Clients Section
20. About Style Two
21. Feature Style Two
22. Portfolio Section
23. Testimonial Style Two
24. Pricing Style Two
25. Fact Counter
26. News Section
27. Subscribe Style Two
28. Banner Style Three
29. Feature Style Three
30. Testimonial Style Three
31. Feature Style Four
32. Integration Section
33. Banner Style Four
34. Service Style Three
35. Counter Style Two
36. Feature Style Five
37. Feature Style Six
38. Testimonial Style Four
39. Pricing Style Three
40. Cta Section
41. Banner Style Five
42. Service Style Four
43. Chooseus Section
44. Testimonial Style Five
45. Pricing Style Four
46. Service Page
47. About Page
48. Team Page
49. Faq Page
50. Shop Section
51. Single Shop
52. Cart Section
53. Checkout Section
54. Error Page
55. Blog Page
56. Blog Single
57. Contact Section
58. Google Map


**********************************************/


/* use font link */

@import url('https://fonts.googleapis.com/css?family=Poppins:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');

/* use style sheet */

@import url(../css/owl.css);
@import url(../css/bootstrap.css);
@import url(../css/jquery.fancybox.min.css);
@import url(../css/animate.css);



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


body {
  font-size:16px;
  color:#5e5e5e;
  line-height:30px;
  font-weight:400;
  background:#ffffff;
  font-family: 'Poppins', 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 {
  position: static;
  max-width: 1600px;
  padding: 0px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px 15px;
}

.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;
  overflow-x: hidden;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  font-family: 'Poppins', sans-serif;
  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: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 15px;
}

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: 'Poppins', sans-serif;
  line-height: 30px;
  color: #5e5e5e;
  margin-bottom: 0px;
  font-style: normal;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6 {
  position:relative;
  font-family: 'Poppins', sans-serif;
  color: #09092b;
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}

figure{
  margin: 0px;
}

img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

@keyframes pulse {
    50% {
        box-shadow: 0 0 0 15px rgba(255, 255, 255, 0.3),
        0 0 0 30px rgba(255, 255, 255, 0.1);
    }
}

/** button **/

.theme-btn {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 38.5px;
  background: #ff8a42;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10);
}

.theme-btn:hover{
  background: #00c569;
  color: #ffffff;
}

.theme-btn-two {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 38.5px;
  background: #ff8a42;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 5px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10);
}

.theme-btn-two:hover{
  background: #00c569;
  color: #ffffff;
}

.theme-btn-three {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 42.5px;
  background: #00c569;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
  box-shadow: 0 15px 20px rgba(71, 25, 171, 0.10);
}

.theme-btn-three:hover{
  background: #ff8a42;
  color: #ffffff;
}

.theme-btn-four {
  position: relative;
  display: inline-block;
  font-size: 18px;
  padding: 17px 48.5px;
  background: #f8552e;
  line-height: 26px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 30px;
  text-transform: capitalize;
  transition: all 500ms ease;
  cursor: pointer;
  text-align: center;
  z-index: 1;
}

.theme-btn-four:hover{
  background: #00c569;
  color: #ffffff;
}


.pagination{
  position: relative;
  display: block;
}

.pagination li{
  display: inline-block;
  margin: 0px 3px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 1px solid #dadada;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  color: #3a3952;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.active{
  color: #fff;
  background: #4645d5;
  border-color: #4645d5;
}

.sec-pad{
  padding: 141px 0px 150px 0px;
}

.preloader{
  position: fixed; 
  left:0px;
  top:0px;
  height:100%;
  width: 100%;
  z-index:999999;
  background-color:#ffffff;
  background-position:center center;
  background-repeat:no-repeat;
  background-image:url(../images/preloader.gif);
}

.scroll-top {
  position: fixed;
  right: -10%;
  bottom: 50px;
  font-size: 15px;
  line-height: 20px;
  z-index: 99;
  color: #f8552e;
  background: transparent;
  text-align: center;
  cursor: pointer;
  transition: all 900ms;
}

.scroll-top .text{
  position: relative;
  display: block;
  color: #000000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.scroll-top.open {
  right: 30px;
}

.sec-title{
  position: relative;
  display: block;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 16px;
}

.sec-title p{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #5e5e5e;
}

.bg-color-1{
  background: #f5f9ff;
}

.bg-color-2{
  background: #582db3;
}

.bg-color-3{
  background: #49aed8;
}

.bg-color-4{
  background: #f9f8ff;
}

.bg-color-5{
  background: #7462df;
}

.bg-color-6{
  background: #01ac5c;
}

.bg-color-7{
  background: #1832aa;
}

.bg-color-8{
  background: #f5f9ff;
}

.bg-color-9{
  background: #f9faff;
}

.bg-color-10{
  background: #f6f7ff;
}


/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  background: #ffffff;
  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;
  background: #feffff;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  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;
}

.main-header .outer-container{
  position: absolute;
  width: 100%;
  left: 0px;
  top: 0px;
}

.main-header .outer-container .main-box{
  position: relative;
  display: block;
}

.main-header .outer-container .main-box .logo-box{
  position: relative;
  float: left;
}

.main-header .outer-container .main-box .logo-box .logo{
  position: relative;
  display: inline-block;
  padding: 57px 0px 20px 0px;
}

.main-header .outer-container .main-box .nav-outer{
  position: relative;
  float: right;
}

.main-header .outer-container .main-box .nav-outer .menu-area{
  position: relative;
  float: left;
}

.main-header .outer-container .main-box .nav-outer .outer-box{
  position: relative;
  float: left;
  margin-top: 50px;
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 11px 41.5px;
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a:hover{
  background: #ff8a42;
  border-color: #ff8a42;
}




/** main-menu **/

.main-menu{
  position: relative;
  display: block;
}

.main-menu .navbar-collapse{
  padding:0px;  
}

.main-menu .navigation > li{
  position:relative;
  float:left;
  margin: 0px 20px;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  font-size:18px;
  color:#fff;
  line-height:26px;
  font-weight:400;
  opacity:1;
  text-transform:capitalize;
  padding: 60px 0px 30px 0px;
  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 > a:hover,
.main-menu .navigation > li.current > a{
  color: #000;
}

.main-menu .navigation{
  position: relative;
}

.main-menu .navigation > li > ul{
  position:absolute;
  left:0px;
  top: 100%;
  width:250px;
  z-index:100;
  display:none;
  background:#ffffff;
  border-top: 3px solid #ff8a42;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > a{
  position:relative;
  display:block;
  padding:6px 0px;
  line-height:24px;
  font-size:15px;
  color:#222;
  font-weight: 400;
  text-align:left;
  text-transform:capitalize;
  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:hover{
  background: #ff8a42;
  border-bottom: 1px solid #ff8a42;
}

.main-menu .navigation > li > ul > li:hover a{
  color: #ffffff;
  padding-left: 10px;
}

.main-menu .navigation > li > ul > li:last-child:hover{
  border-bottom: none;
}

.main-menu .navigation > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  position:absolute;
  right: 15px;
  top: 8px;
  width: 30px;
  height: 30px;
  border: 1px solid #fff;
  font-size:17px;
  color:#ffffff;
  text-align: center;
  cursor:pointer;
  z-index:5;
  display: none;
}

.navbar-header {
  display: none;
}

/** sub-menu **/

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  width:250px;
  z-index:100;
  display:none;
  padding: 0px 0px;
  background-color: #ffffff;
  border-top: 3px solid #ff8a42;
  -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
  box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation li > ul > li.dropdown:hover > ul {
  visibility: visible;
  opacity: 1;
  top: 0;
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
  margin:0px;
  padding: 7px 30px;
  border-bottom: 1px solid #e5e5e5;
  transition: all 500ms ease;
}

.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:6px 0px;
  line-height:24px;
  font-weight:400;
  font-size:15px;
  text-transform:capitalize;
  color: #222 !important;
  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:hover{
  color: #ffffff !important;
  background:#ff8a42;
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > ul > li:hover > a{
  color: #ffffff !important;
  padding-left: 25px;
}

.main-menu .navigation > li > ul > li > ul > li:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 10px;
  height: 10px;
  left: 20px;
  top: 20px;
  border-radius: 50%;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown .dropdown-btn{
  display: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after {
  position: absolute;
  content: "\f105";
  font-size: 16px;
  color: #222;
  top: 6px;
  right: -12px;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  cursor: pointer;
  transition: all 500ms ease;
}

.main-menu .navigation > li > ul > li.dropdown:hover > a:after{
  color: #ffffff;
}


/** stricky-header **/

.sticky-header .main-menu .navigation > li{
  margin: 0px;
}

.sticky-header .main-menu .navigation > li > a{
  padding: 22px 30px !important;
}

.sticky-header .main-menu .navigation > li > a{
  color: #000;
}

.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li:hover > a{
  background: transparent;
  color: #000 !important;
}

.sticky-header .logo-box{
  position: relative;
  float: left;
  padding: 18px 0px 17px 0px;
}

.sticky-header .menu-area{
  position: relative;
  float: right;
}

.sticky-header .main-menu .navigation > li > a:before{
  display: none;
}

.sticky-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
  display: none;
}


/** banner-section **/

.banner-section{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  /*padding: 345px 0px 230px 0px;*/
  padding:300px 0px 180px 0px;
}

.float-bob-y{
  animation-name: float-bob-y; 
  animation-duration: 2s; 
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y; 
  -webkit-animation-duration: 2s; 
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y; 
  -moz-animation-duration: 2s; 
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y; 
  -ms-animation-duration: 2s; 
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y; 
  -o-animation-duration: 2s; 
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.banner-section .content-box{
  position: relative;
  display: block;
  margin-right: 40px;
}

.banner-section .content-box h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 60px;
  color: #2d2d35;
  font-weight: 700;
  margin-bottom: 27px;
}

.banner-section .content-box .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  font-weight: 400;
  margin-bottom: 60px;
}

.banner-section .image-box{
  position: relative;
  display: block;
  margin-right: -215px;
  min-height: 360px;
}

.banner-section.style-one .image-box .image{
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
}

.banner-section.style-one .image-box .image img{
  width: 100%;
  border-radius: 45px;
}

.banner-section .image-box .image-1{
  position: absolute;
  left: 0px;
  bottom: -195px;
}

.banner-section .image-box .image-2{
  position: absolute;
  top: -175px;
  right: 0px;
}


/** works-section **/

.works-section{
  position: relative;
  display: block;
  padding: 140px 0px 120px 0px;
}

.work-content-one .inner-box{
  position: relative;
  display: block;
  text-align: center;
  padding: 30px 15px 30px 15px;
  transition: all 500ms ease;
}

.work-content-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 38px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0%, #5f7ceb 100%);
  transition: all 500ms ease;
}

.work-content-one .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.works-section .block-column:nth-child(2) .work-content-one .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #6f5bff 100%);
}

.works-section .block-column:last-child .work-content-one .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cddf 0%, #3178d9 100%);
}

.work-content-one .inner-box h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2e2e2e;
  margin-bottom: 9px;
}

.work-content-one .inner-box h4 a{
  position: relative;
  display: inline-block;
  color: #2e2e2e;
}

.work-content-one .inner-box h4 a:hover{
  color: #ff8a42;
}

.works-section .sec-title{
  margin-bottom: 55px;
}


/** overview-section **/

.overview-section{
  position: relative;
  display: block;
}

.overview-section .image-box{
  position: relative;
  display: block;
}

.overview-section .image-box .image-1{
  position: relative;
  float: right;
  z-index: 1;
}

.overview-section .image-box .image-2{
  position: absolute;
  left: 0px;
  top: 45px;
}

.overview-section .image-box .image{
  display: inline-block;
 /* border-radius: 15px;
  -webkit-box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);*/
}

.overview-section .image-box .image img{
  border-radius: 15px;
}

.overview-section .content-box p{
  margin-bottom: 32px;
  line-height: 42px;
  font-size: 18px;
}

.overview-section .content-box p:last-child{
  margin-bottom: 0px;
}

.overview-section .sec-title h2{
  margin-bottom: 21px;
}

.overview-section .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}


/** overview-style-two **/

.overview-style-two{
  position: relative;
  display: block;
  padding-bottom: 160px;
}

.overview-style-two .image-box{
  position: relative;
  display: block;
  margin: 0px -200px 0px 100px;
}

.overview-style-two .image-box .image-1{
  position: relative;
}

.overview-style-two .image-box .image-2{
  position: absolute;
  top: 90px;
  right: 0px;
}

.overview-style-two .image-box .image{
  display: inline-block;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 15px 40px 15px rgba(0, 0, 0, 0.1);
}

.overview-style-two .image-box .image img{
  border-radius: 15px;
}

.overview-style-two .content-box p{
  margin-bottom: 32px;
  line-height: 32px;
}

.overview-style-two .content-box p:last-child{
  margin-bottom: 0px;
}

.overview-style-two .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.overview-style-two .content-box{
  position: relative;
  display: block;
  margin-top: 6px;
}


/** video-section **/

.video-section{
  position: relative;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}

.video-section:before{
  position: absolute;
  content: '';
  background: rgba(73, 26, 175, 0.9);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.video-section .sec-title h2{
  color: #fff;
}

.video-section .sec-title p{
  color: #ded5f0;
}

.video-section .video-inner a{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #6955e0;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.video-section .sec-title{
  margin-bottom: 72px;
}

.video-section .video-inner{
  position: relative;
  display: block;
  margin-bottom: 110px;
}


/** pricing-section **/

.pricing-section{
  position: relative;
  display: block;
}

.pricing-section .sec-title{
  margin-bottom: 100px;
}

.pricing-block-one .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  border-radius: 15px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 15px;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover:before{
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.pricing-block-one .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 34px 15px 22px 15px;
}

.pricing-block-one .pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
  color: #2e2e2e;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-header .title,
.pricing-block-one .pricing-table:hover .table-header .price{
  color: #fff;
}

.pricing-block-one .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #491aaf;
  margin-bottom: 4px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-header .text{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #828282;
  text-transform: uppercase;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table:hover .table-header .text,
.pricing-block-one .pricing-table:hover .table-content li,
.pricing-block-one .pricing-table:hover .table-footer .trial-btn{
  color: #d2dbf8;
}

.pricing-block-one .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 28px 15px 29px 15px;
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.pricing-block-one .pricing-table .table-content li{
  position: relative;
  display: block;
  margin-bottom: 18px;
  transition: all 500ms ease;
}

.pricing-block-one .pricing-table .table-content li:last-child{
  margin-bottom: 0px;
}

.pricing-block-one .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 35px 95px 40px 95px;
}

.pricing-block-one .pricing-table .table-footer .choose-btn{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 30px;
  text-align: center;
  padding: 10px 35px;
  margin-bottom: 28px;
}

.pricing-block-one .pricing-table:hover .table-footer .choose-btn{
  border-color: #fff;
  color: #fff;
}

.pricing-block-one .pricing-table .table-footer .trial-btn{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #2e2e2e;
  text-decoration: underline;
  transition: all 500ms ease;
}


/** fact-counter **/

.fact-counter{
  position: relative;
  display: block;
  padding-bottom: 135px;
}

.fact-counter .sec-title:before{
  position: absolute;
  content: '';
  background: url(../images/map.png);
  width: 1126px;
  height: 575px;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  animation-name: slideInDown;
  animation-duration: 2s;
  animation-iteration-count: 1;
  animation-timing-function: linear;
  -webkit-animation-name: slideInDown;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: slideInDown;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: linear;
  -ms-animation-name: slideInDown;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: 1;
  -ms-animation-timing-function: linear;
}

.fact-counter .sec-title{
  position: relative;
  margin-bottom: 85px;
}

.counter-block-one .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 32px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0%, #5f7ceb 100%);
}

.counter-block-one .count-outer .count-text{
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 60px;
  font-weight: 600;
  color: #ff8a42;
  margin-bottom: 3px;
}

.counter-block-one .count-outer span{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  color: #ff8a42;
}

.counter-block-one .text{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #5e5e5e;
  font-weight: 400;
}

.fact-counter .counter-block:nth-child(2) .counter-block-one .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffca7f 0%, #ff9358 100%);
}

.fact-counter .counter-block:nth-child(3) .counter-block-one .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #6f5bff 100%);
}

.fact-counter .counter-block:last-child .counter-block-one .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #a3f2b2 0%, #41dfcd 100%);
}


/** download-section **/

.download-section{
  position: relative;
  display: block;
}

.download-section .sec-title h2{
  color: #fff;
  margin-bottom: 49px;
}

.download-section .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 70px;
  margin-bottom: 39px;
}

.download-section .content-box .inner-box .single-item .number{
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 20px;
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid #7bbeda;
  border-radius: 50%;
}

.download-section .content-box .inner-box .single-item h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 8px;
}

.download-section .content-box .inner-box .single-item h4 a{
  position: relative;
  display: inline-block;
  color: #fff;
}

.download-section .content-box .inner-box .single-item h4 a:hover{
  color: #ff8a42;
}

.download-section .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  color: #feffff;
  line-height: 42px;
    font-size: 18px;
}

.download-section .content-box .inner-box .download-btn{
  position: relative;
  display: block;
  padding-left: 80px;
  padding-top: 26px;
}

.download-btn a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 30px;
  text-align: center;
  padding: 14.5px 36.5px;
  margin: 0px 10px;
}

.download-btn a:hover{
  border-color: #ff8a42;
  background: #ff8a42;
}

.download-btn a i{
  position: relative;
  font-weight: 400;
  margin-right: 15px;
  font-size: 20px;
}

.download-section .image-box{
  position: relative;
  margin-left: -150px;
  top: 60px;
}

.download-section .image-box img{
  position: relative;
  max-width: none;
}


/** testimonial-section **/

.testimonial-section{
  position: relative;
  display: block;
}

.testimonial-section .sec-title{
  margin-bottom: 55px;
}

.testimonial-section .testimonial-inner{
  position: relative;
  display: block;
  margin: 0px -150px;
}

.testimonial-block-one{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.testimonial-block-one .inner-box .content-box{
  position: relative;
  display: block;
  padding: 15px 30px 41px 30px;
  background: #fff;
  margin-top: 30px;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 40px;
}

.testimonial-block-one .inner-box .content-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 30px;
  height: 30px;
  left: 20px;
  bottom: -10px;
  transform: rotate(45deg);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.02);
}

.testimonial-block-one .inner-box .content-box .icon-box{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #491aaf;
  font-weight: 700;
  margin-bottom: 6px;
}

.testimonial-block-one .inner-box .content-box  .text{
  position: relative;
  display: block;
  line-height: 32px;
  font-style: italic;
}

.testimonial-block-one .inner-box .author-info{
  position: relative;
  display: block;
  padding: 8px 0px 8px 95px;
}

.testimonial-block-one .inner-box .author-info .author-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 70px;
  height: 70px;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-thumb a{
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00acee;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
  z-index: 1;
}

.testimonial-block-one .inner-box .author-info .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-info .author-name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  color: #2e2e2e;
}

.testimonial-block-one .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-section .owl-nav,
.testimonial-section .owl-dots{
  display: none;
}


/** news-section **/

.news-section{
  position: relative;
  display: block;
}

.news-section .sec-title{
  margin-bottom: 85px;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.10);
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #491aaf;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 23px 30px 28px 25px;
}

h4{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
  color: #2e2e2e;
}

h4 a{
  position: relative;
  display: inline-block;
  color: #2e2e2e;
}

h4 a:hover{
  color: #ff8a42;
}

.news-block-one .inner-box .lower-content h4{
  margin-bottom: 9px;
}

.news-block-one .inner-box .lower-content .post-date{
  position: relative;
  display: block;
  font-size: 15px;
  margin-bottom: 10px;
}

.news-block-one .inner-box .lower-content .post-date i{
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.news-block-one .inner-box .lower-content .link-btn a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  text-decoration: underline;
}

.news-block-one .inner-box .lower-content .link-btn a:hover{
  color: #2e2e2e;
}


/** call-to-action **/

.call-to-action{
  position: relative;
  display: block;
  padding: 100px 0px 135px 0px;
}

.call-to-action .image-box img{
  position: relative;
  max-width: none;
  float: right;
}

.call-to-action .subscribe-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 37px;
}

.call-to-action .subscribe-form .form-group:last-child{
  margin-bottom: 0px;
}

.call-to-action .subscribe-form .form-group .checkbox {
  position: relative;
  display: block;
  margin-top: 9px;
}

.call-to-action .subscribe-form .form-group .checkbox label{
  position: relative;
  left: 0px;
  top: 0px;
}

.call-to-action .subscribe-form .form-group span {
  position: relative;
  font-size: 15px;
  color: #2e2e2e;
  font-weight: 400;
  cursor: pointer;
  margin-left: 13px;
  z-index: 1;
}

.call-to-action .sec-title{
  margin-bottom: 62px;
}

.call-to-action .subscribe-form .theme-btn{
  padding: 17px 57px;
}

.call-to-action .subscribe-form .form-group label{
  position: absolute;
  left: 27px;
  top: -9px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: #5e5e5e;
  background: #fff;
  margin: 0px;
  padding: 0px 5px;
  z-index: 1;
}

.call-to-action .subscribe-form .form-group input[type='text'],
.call-to-action .subscribe-form .form-group input[type='email'],
.call-to-action .subscribe-form .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 10px 20px;
  color: #5e5e5e;
  transition: all 500ms ease;
}

.call-to-action .subscribe-form .form-group textarea{
  height: 100px;
  resize: none;
}

.call-to-action .subscribe-form .form-group input:focus,
.call-to-action .subscribe-form .form-group textarea:focus{
  border-color: #ff8a42;
}

.call-to-action .subscribe-form .form-group .create-acc{
  position: relative;
  float: left;
}

.call-to-action .subscribe-form .form-group .message-btn{
  position: relative;
  float: right;
  margin-top: -7px;
}

.call-to-action .subscribe-form .form-group .message-btn .theme-btn{
  padding: 17px 57px;
}

.call-to-action .content-box{
  position: relative;
  display: block;
  margin: 38px 0px 0px 70px;
}


/** main-footer **/

.main-footer{
  position: relative;
  display: block;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.main-footer .footer-top{
  position: relative;
  display: block;
  padding: 120px 0px 95px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-footer .footer-top .logo-widget .footer-logo{
  position: relative;
  margin-bottom: 19px;
}

.main-footer .footer-top .logo-widget .widget-content .text{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 32px;
  color: #d8cfe8;
  margin-bottom: 51px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li{
  position: relative;
  display: inline-block;
  margin-right: 10px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li:last-child{
  margin-right: 0px;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #d7cfe9;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
}

.main-footer .footer-top .logo-widget .widget-content .footer-social li a:hover{
  border-color: #ff8a42;
  background: #ff8a42;
}

.main-footer .footer-top .logo-widget{
  position: relative;
  display: block;
  margin-right: 50px;
  margin-top: 8px;
}

.main-footer .footer-top .widget-title{
  color: #fff;
  margin-bottom: 24px;
}

.main-footer .footer-top .links-widget .widget-content ul li{
  position: relative;
  display: block;
  margin-bottom: 6px;
}

.main-footer .footer-top .links-widget .widget-content ul li:last-child{
  margin-bottom: 0px;
}

.main-footer .footer-top .links-widget .widget-content ul li a{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 26px;
  color: #d9d0ec;
}

.main-footer .footer-top .links-widget .widget-content ul li a:hover{
  color: #ff8a42;
}

.main-footer .footer-bottom{
  position: relative;
  display: block;
  padding: 15px 0;
}

.main-footer .footer-bottom .footer-nav li{
  position: relative;
  display: inline-block;
  margin-right: 25px;
}

.main-footer .footer-bottom .footer-nav li:last-child{
  margin-right: 0px;
}

.main-footer .footer-bottom .footer-nav li a,
.main-footer .footer-bottom .copyright,
.main-footer .footer-bottom .copyright a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.main-footer .footer-bottom .footer-nav li a:hover,
.main-footer .footer-bottom .copyright a:hover{
  color: #ff8a42;
}



/*** 

====================================================================
                        Home-Page-Two
====================================================================

***/


/** banner-style-two **/

.banner-section.style-two{
  background-position: bottom center;
  padding-bottom: 290px;
}

.banner-section.style-two .image-box .image-2{
  top: -215px;
}

.banner-section.style-two .image-box{
  margin-right: -260px;
}

.banner-section.style-two .image-box .image-3{
  position: absolute;
  right: -115px;
  bottom: -350px;
}

.banner-section.style-two .image-box .image-1{
  bottom: -350px;
  left: -85px;
}


/** feature-section **/

.feature-section{
  position: relative;
  display: block;
  padding: 150px 0px 120px 0px;
  z-index: 1;
}

.feature-section .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 50px 30px 64px 30px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.10);
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:before {
  position: absolute;
  content: '';
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scale(.9) translateY(20px);
  -ms-transform: scale(.9) translateY(20px);
  transform: scale(.9) translateY(20px);
  background-image: -webkit-linear-gradient(-45deg, #3490e5 0%, #5611ee 100%);
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover:before {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0px);
  -ms-transform: scale(1) translateY(0px);
  transform: scale(1) translateY(0px);
  -webkit-transition: 1s;
  -o-transition: 1s;
  transition: 1s;
}

.feature-block-one .inner-box .icon-box {
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  text-align: center;
  border-radius: 25px;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
}

.feature-block-one .inner-box h4{
  margin-bottom: 9px;
  transition: all 500ms ease;
}

.feature-block-one .inner-box h4 a,
.feature-block-one .inner-box .text{
  position: relative;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover h4,
.feature-block-one .inner-box:hover h4 a,
.feature-block-one .inner-box:hover .text{
  color: #fff;
}


/** overview-style-three **/

.overview-style-three{
  position: relative;
  display: block;
  background: #fff;
  padding: 28px 0px 134px 0px;
}

.overview-style-three:before{
  position: absolute;
  content: '';
  background: url(../images/background/overview-bg.png);
  width: 100%;
  height: 1278px;
  top: -313px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.overview-style-three .image-box{
  position: relative;
  display: block;
  margin-right: 38px;
}

.overview-style-three .image-box .image{
  position: relative;
  display: inline-block;
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 50px;
}

.overview-style-three .image-box img{
  width: 100%;
  border-radius: 50px;
}

.overview-style-three .content-box .sec-title h2,
.overview-style-three .content-box .sec-title p{
  color: #fff;
}

.overview-style-three .content-box .sec-title h2{
  margin-bottom: 21px;
}

.overview-style-three .content-box .sec-title{
  margin-bottom: 56px;
}

.overview-style-three .content-box .inner-box .single-item{
  position: relative;
  display: block;
  padding: 0px 0px 0px 80px;
  margin-bottom: 52px;
}

.overview-style-three .content-box .inner-box .single-item:last-child{
  margin-bottom: 0px;
}

.overview-style-three .content-box .inner-box .single-item .icon-box{
  position: absolute;
  left: 0px;
  top: 4px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  color: #fff;
  text-align: center;
  border-radius: 15px;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(0deg, #ff6506 0%, #ff863b 100%);
}

.overview-style-three .content-box .inner-box .single-item h4{
  margin-bottom: 10px;
}

.overview-style-three .content-box .inner-box .single-item h4,
.overview-style-three .content-box .inner-box .single-item h4 a{
  color: #fff;
}

.overview-style-three .content-box .inner-box .single-item h4 a:hover{
  color: #ff8a42;
}

.overview-style-three .content-box .inner-box .single-item .text{
  position: relative;
  display: block;
  color: #cdd1fa;
  line-height: 28px;
}

.overview-style-three .content-box{
  position: relative;
  display: block;
  margin-top: 48px;
}


/** wemade-section **/

.wemade-section{
  position: relative;
  display: block;
  padding: 70px 0px 100px 0px;
}

.wemade-section .content-box{
  position: relative;
  display: block;
  margin: 61px 80px 0px 0px;
}

.wemade-section .content-box .sec-title h2{
  margin-bottom: 21px;
}

.wemade-section .content-box .text p{
  position: relative;
  display: block;
  line-height: 32px;
  margin-bottom: 32px;
}

.wemade-section .content-box .text p:last-child{
  margin-bottom: 0px;
}

.wemade-section .content-box .text{
  margin-bottom: 50px;
}

.wemade-section .image-box{
  position: relative;
  display: block;
  margin: 0px -300px 0px 0px;
}

.wemade-section .image-box .image-1{
  position: relative;
  display: inline-block;
  box-shadow: 5px 15px 27px rgba(0, 0, 0, 0.2);
  border-radius: 45px;
}

.wemade-section .image-box .image-1 img{
  width: 100%;
  border-radius: 45px;
}

.wemade-section .image-box .image-2{
  position: absolute;
  top: 20px;
  left: 300px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.wemade-section .image-box .image-3{
  position: absolute;
  top: 55px;
  right: -5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.wemade-section .image-box .image-2 img,
.wemade-section .image-box .image-3 img{
  width: 100%;
  border-radius: 15px;
}


/** whychoose-section **/

.whychoose-section{
  position: relative;
  display: block;
  padding: 75px 0px 200px 0px;
}

.whychoose-section .video-box{
  position: relative;
  display: block;
  margin-left: -140px;
  margin-right: 30px;
}

.whychoose-section .video-inner{
  position: relative;
  display: block;
  width: 100%;
  text-align: center;
  padding: 207px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.whychoose-section .video-inner:before{
  position: absolute;
  content: '';
  background: url(../images/icons/video-shap.png);
  width: 617px;
  height: 500px;
  left: -20px;
  top: 20px;
  background-repeat: no-repeat;
  z-index: -1;
}

.whychoose-section .video-inner a {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  background: #fff;
  font-size: 20px;
  color: #6955e0;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: pulse 3s infinite;
  -o-animation: pulse 3s infinite;
  animation: pulse 3s infinite;
}

.whychoose-section .sec-title{
  margin-bottom: 35px;
}

.whychoose-section .content-box .list-content li{
  position: relative;
  display: block;
  color: #2e2e2e;
  padding: 0px 0px 0px 35px;
  margin-bottom: 21px;
}

.whychoose-section .content-box .list-content li:last-child{
  margin-bottom: 0px;
}

.whychoose-section .content-box .list-content li:before{
  position: absolute;
  content: "\f112";
  font-family: 'Flaticon';
  font-size: 18px;
  color: #00c569;
  left: 0px;
  top: 1px;
}

.whychoose-section .content-box .list-content{
  position: relative;
  display: block;
  margin-bottom: 52px;
}

.whychoose-section .content-box{
  position: relative;
  display: block;
  margin-left: 70px;
  margin-top: 26px;
}


/** download-style-two **/

.download-style-two{
  position: relative;
  display: block;
  padding: 250px 0px 100px 0px;
  background: #fff;
}

.download-style-two:before{
  position: absolute;
  content: '';
  background: url(../images/background/download-bg.png);
  width: 100%;
  height: 920px;
  top: -15px;
  left: 0px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.download-style-two .content-box .sec-title h2{
  color: #fff;
  margin-bottom: 21px;
}

.download-style-two .content-box .text p{
  position: relative;
  display: block;
  color: #cdd1fa;
  line-height: 32px;
  margin-bottom: 32px;
}

.download-style-two .content-box .text p:last-child{
  margin-bottom: 0px;
}

.download-style-two .content-box .text{
  position: relative;
  display: block;
  margin-bottom: 50px;
}

.download-style-two .content-box{
  position: relative;
  display: block;
  margin-right: 70px;
}

.download-style-two .image-box{
  position: relative;
  display: block;
  margin-right: -130px;
}

.download-style-two .image-box .image-2{
  position: absolute;
  top: -335px;
  right: 0px;
}


/** pricing-style-two **/

.pricing-style-two{
  position: relative;
  display: block;
  padding-top: 38px;
  padding-bottom: 150px;
}

.pricing-style-two .sec-title{
  margin-bottom: 85px;
}

.pricing-block-two .pricing-table .table-header{
  position: relative;
  display: block;
  border-bottom: 1px solid #e3e3e3;
  padding: 39px 15px 34px 15px;
}

.pricing-block-two .pricing-table .table-header .title{
  font-weight: 500;
  margin-bottom: 6px;
}

.pricing-block-two .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  font-weight: 600;
  color: #5a68ef;
}

.pricing-block-two .pricing-table .table-content ul li{
  position: relative;
  display: block;
  margin-bottom: 17px;
}

.pricing-block-two .pricing-table .table-content ul li:last-child{
  margin-bottom: 0px;
}

.pricing-block-two .pricing-table .table-content{
  position: relative;
  display: block;
  padding: 41px 15px 42px 15px;
}

.pricing-block-two .pricing-table .table-footer{
  position: relative;
  display: block;
  padding-bottom: 24px;
}

.pricing-block-two .pricing-table .table-footer .text{
  position: relative;
  display: block;
  color: #2e2e2e;
  padding: 14px 15px 16px 15px;
  margin-bottom: 25px;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.pricing-block-two .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  border-radius: 30px;
  text-align: center;
  padding: 12px 50px;
}

.pricing-block-two .pricing-table .table-footer a:hover{
  background: #ff8a42;
  color: #fff;
}

.pricing-style-two .inner-box{
  position: relative;
  display: block;
  border: 1px solid #e3e3e3;
  border-radius: 25px;
}

.pricing-style-two .inner-box .pricing-column:first-child{
  padding-right: 0px;
  border-right: 1px solid #e3e3e3;
}

.pricing-style-two .inner-box .pricing-column:last-child{
  padding-left: 0px;
}


/** testimonial-style-two **/

.testimonial-style-two{
  position: relative;
  display: block;
  padding: 141px 0px 110px 0px;
}

.testimonial-style-two .sec-title{
  margin-bottom: 85px;
}

.testimonial-block-two .inner-box .author-thumb {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  margin-bottom: 21px;
}

.testimonial-block-two .inner-box .author-thumb img {
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-two .inner-box .author-thumb a {
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #00acee;
  border: 1px solid #fff;
  text-align: center;
  border-radius: 50%;
  font-size: 10px;
  color: #fff;
}

.testimonial-block-two{
  position: relative;
  display: block;
  max-width: 780px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-block-two .inner-box .text{
  position: relative;
  display: block;
  line-height: 32px;
  font-style: italic;
  margin-bottom: 24px;
}

.testimonial-block-two .inner-box .author-info .author-name{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #2e2e2e;
  font-weight: 500;
}

.testimonial-block-two .inner-box .author-info .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 26px;
  font-weight: 500;
}

.testimonial-style-two .owl-prev{
  position: absolute;
  display: inline-block;
  left: 0px;
  top: 50%;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-next{
  position: absolute;
  display: inline-block;
  right: 0px;
  top: 50%;
  height: 40px;
  width: 50px;
  line-height: 40px;
  text-align: center;
  color: #ff8a42;
  border: 1px solid #ff8a42;
  font-size: 16px;
  font-weight: 400;
  border-radius: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  transition: all 500ms ease;
}

.testimonial-style-two .owl-next:hover,
.testimonial-style-two .owl-prev:hover{
  background: #ff8a42;
  color: #fff;
  box-shadow: 0 5px 15px rgba(255, 138, 66, 0.50);
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot span{
  border: none;
  background: #c9cefa;
  height: 10px;
  width: 10px;
  cursor: pointer;
  transition: all 500ms ease;
}

.testimonial-style-two .owl-theme .owl-dots .owl-dot.active span,
.testimonial-style-two .owl-theme .owl-dots .owl-dot span:hover{
  background: #5a68ef;
}

.testimonial-style-two .owl-dots{
  margin-top: 66px;
}


/** news-style-two **/

.news-style-two{
  padding: 141px 0px 150px 0px;
}

.news-style-two .news-block-one .inner-box .text{
  position: relative;
  display: block;
  line-height: 28px;
}

.news-style-two .news-block-one .inner-box .lower-content {
  padding: 28px 15px 24px 25px;
  border-bottom: 1px solid #e7e7e7;
}

.news-style-two .news-block-one .inner-box .lower-content h4{
  margin-bottom: 10px;
}

.news-style-two .news-block-one .inner-box .lower-content .post-date{
  margin-bottom: 7px;
}

.news-block-one .inner-box .info-box{
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 17px 25px 6px 25px;
}

.news-block-one .inner-box .info-box li{
  position: relative;
  float: left;
  font-size: 15px;
  line-height: 26px;
  color: #5e5e5e;
}

.news-block-one .inner-box .info-box li:last-child{
  float: right;
}

.news-block-one .inner-box .info-box li i{
  position: relative;
  display: inline-block;
  font-size: 15px;
  color: #7f7f7f;
  margin-right: 10px;
}


/** subscribe-section **/

.subscribe-section{
  position: relative;
  display: block;
}

.subscribe-section .inner-content{
  position: relative;
  display: block;
  background: url(../images/icons/subscribe-bg.png);
  padding: 98px 80px 56px 90px;
  background-repeat: no-repeat;
  max-width: 1010px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
  margin-bottom: -160px;
}

.subscribe-section .inner-content .subscribe-form .form-group{
  position: relative;
  display: block;
  margin-bottom: 0px;
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input{
  position: relative;
  display: block;
  max-width: 600px;
  width: 100%;
}

.subscribe-section .inner-content .subscribe-form .form-group .field-input i{
  position: absolute;
  top: 18px;
  right: 30px;
  font-size: 15px;
  color: #6c6c6c;
}

.subscribe-section .inner-content .subscribe-form input[type='email']{
  position: relative;
  display: block;
  width: 100%;
  height: 55px;
  border: 1px solid #e2e2e2;
  border-radius: 30px;
  padding: 10px 70px 10px 20px;
  transition: all 500ms ease;
}

.subscribe-section .inner-content .subscribe-form input:focus{
  border-color: #ff8a42;
}

.subscribe-section .inner-content .subscribe-form .form-group button{
  position: absolute;
  top: -5px;
  right: 0px;
}

.subscribe-section .inner-content .sec-title h2{
  margin-bottom: 11px;
}

.subscribe-section .inner-content .sec-title{
  position: relative;
  display: block;
  margin-bottom: 44px;
}


/** footer-style-two **/

.main-footer.style-two{
  padding-top: 160px;
}

.main-footer.style-two .footer-top{
  border: none;
  padding-bottom: 90px;
}



/*** 

====================================================================
                        Home-Page-Three
====================================================================

***/


.banner-section.style-three{
  position: relative;
  padding-top: 223px;
  padding-bottom: 150px;
  background-color: #fff;
  background-size: auto;
  background-position: top center;
}

.banner-section.style-three .image-box{
  margin: 0px;
  margin-left: -125px;
}

.banner-section.style-three .image-box .image-1{
  position: relative;
  left: 0px;
  bottom: 0px;
}

.banner-section.style-three .image-box img{
  max-width: none;
  float: left;
}

.banner-section.style-three .content-box{
  margin-top: 58px;
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two{
  border-color: #00c569;
  color: #fff;
  background: #00c569;
}

.main-header .outer-container .main-box .nav-outer .outer-box .btn-box a.btn-two:hover{
  background: #ff8a42;
  border-color: #ff8a42;
}


/** feature-style-two **/

.feature-style-two{
  position: relative;
  display: block;
  padding: 110px 0px 80px 0px;
}

.feature-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 30px 15px 27px 15px;
  margin-bottom: 45px;
}

.feature-block-two .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 85px;
  height: 85px;
  line-height: 85px;
  font-size: 35px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  border-radius: 50%;
  margin-bottom: 33px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  background-image: -webkit-linear-gradient(-45deg, #9eb1fe 0%, #5f7ceb 100%);
  transition: all 500ms ease;
}

.feature-block-two .inner-box:hover .icon-box{
  transform: scale(1.1);
}

.feature-block-two .inner-box h4{
  margin-bottom: 9px;
}

.feature-style-two .feature-block:nth-child(2) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #ffcc80 0%, #ff9257 100%);
}

.feature-style-two .feature-block:nth-child(3) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #d295ff 0%, #705bff 100%);
}

.feature-style-two .feature-block:nth-child(4) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #a2f2b3 0%, #41dfcd 100%);
}

.feature-style-two .feature-block:nth-child(5) .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #38cfdf 0%, #3179d9 100%);
}

.feature-style-two .feature-block:last-child .feature-block-two .inner-box .icon-box{
  background-image: -webkit-linear-gradient(-45deg, #b1fb87 0%, #7fb724 100%);
}

.feature-style-two .sec-title{
  margin-bottom: 75px;
}


/** overview-sectin **/

.overview-section.style-three{
  padding: 150px 0px 165px 0px;
}

.overview-section.style-three .content-box,
.overview-section.style-four .content-box{
  margin-left: 70px;
  margin-top: 7px;
}

.overview-section.style-three .image-box{
  margin: 0px 85px 0px -180px;
}

.overview-section.style-three .image-box .image-2,
.overview-section.style-four .image-box .image-2{
  left: inherit;
  right: -85px;
  top: 90px;
  z-index: 1;
}

.overview-section.style-four .image-box{
  margin: 0px 70px 0px -200px;
}

.overview-section.style-four .image-box .image-2{
  top: inherit;
  bottom: -30px;
}

.overview-section.style-four .content-box{
  margin-top: 14px;
}

.overview-section.style-four{
  padding: 150px 0px 170px 0px;
}

.overview-style-two.style-five .image-box .image-2{
  box-shadow: none;
  border-radius: 0px;
  right: inherit;
  left: -120px;
  top: 50px;
}

.overview-style-two.style-five .image-box{
  margin: 7px -230px 0px 200px;
}

.overview-style-two.style-five .content-box{
  margin-top: 0px;
}

.overview-style-two.style-five{
  padding: 143px 0px 150px 0px;
}


/** video-style-two **/

.video-section.style-two{
  position: relative;
}

.video-section.style-two .sec-title{
  margin-bottom: 92px;
}

.video-section.style-two .video-inner{
  margin-bottom: 0px;
}


/** pricing-style-three **/

.pricing-style-three{
  position: relative;
  display: block;
}

.pricing-style-three .sec-title{
  position: relative;
  display: block;
  margin-bottom: 85px;
}

.tabs-box .tab{
  position:relative;
  display:none;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.pricing-style-three .pricing-inner{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.pricing-style-three .pricing-inner .btn-column, 
.pricing-style-three .pricing-inner .content-column{
  padding: 0px 0px;
}

.pricing-style-three .tabs-content{
  position: relative;
  display: block;
  margin: 0px 15px;
}

.pricing-style-three .tabs-content .pricing-column{
  padding: 0px 0px;
}

.pricing-style-three .pricing-table{
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #f0eefc;
  border-right: none;
}

.pricing-style-three .pricing-column:last-child .pricing-table{
  border-right: 1px solid #f0eefc;
}

.pricing-style-three .pricing-table .table-header{
  position: relative;
  display: block;
  padding: 28px 15px;
  background: #fff;
  border-bottom: 1px solid #f0eefc;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table:hover .table-header{
  background: #6955e0;
}

.pricing-style-three .pricing-table .table-header .title{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #2e2e2e;
  font-weight: 500;
  margin-bottom: 6px;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table .table-header .price{
  position: relative;
  display: block;
  font-size: 36px;
  line-height: 45px;
  color: #6955e0;
  font-weight: 600;
  transition: all 500ms ease;
}

.pricing-style-three .pricing-table:hover .table-header .title,
.pricing-style-three .pricing-table:hover .table-header .price{
  color: #fff;
}

.pricing-style-three .pricing-table .table-content li{
  position: relative;
  display: block;
  padding: 19px 15px 15px 15px;
  border-bottom: 1px solid #f0eefc;
}

.pricing-style-three .pricing-table .table-footer{
  position: relative;
  display: block;
  padding: 28px 15px;
}

.pricing-style-three .pricing-table .table-footer a{
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #2e2e2e;
  border: 1px solid #d2d2d2;
  padding: 10px 40px;
  text-align: center;
  border-radius: 25px;
}

.pricing-style-three .pricing-table:hover .table-footer a{
  color: #fff;
  border-color: #6955e0;
  background: #6955e0;
}

.pricing-style-three .tab-btn-box{
  position: relative;
  display: block;
  height: 100%;
}

.pricing-style-three .tab-btn-box .tab-btns{
  position: absolute;
  display: block;
  bottom: 107px;
  width: 100%;
  left: 0px;
  border: 1px solid #f0eefc;
  border-right: none;
}

.pricing-style-three .tab-btn-box .tab-btn{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #2e2e2e;
  border-bottom: 1px solid #f0eefc;
  padding: 20px 15px 18px 25px;
  cursor: pointer;
  transition: all 500ms ease;
}

.pricing-style-three .tab-btn-box .tab-btn:last-child{
  border-bottom: none;
}


/** testimonial-style-three **/

.testimonial-style-three{
  position: relative;
  display: block;
}

.testimonial-style-three .sec-title{
  margin-bottom: 75px;
}

.testimonial-block-three .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 0px 15px 35px 15px;
  border-radius: 10px;
  margin-top: 50px;
}

.testimonial-block-three .inner-box .author-thumb{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  border: 3px solid #f9f8ff;
  border-radius: 50%;
  overflow: hidden;
  margin-top: -50px;
  margin-bottom: 12px;
  transition: all 500ms ease;
}

.testimonial-block-three .inner-box:hover .author-thumb{
  border-color: #ff8a42;
}

.testimonial-block-three .inner-box .author-thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .author-name{
  font-weight: 500;
  margin-bottom: 3px;
}

.testimonial-block-three .inner-box .designation{
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
}

.testimonial-block-three .inner-box .author-info{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.testimonial-block-three .inner-box .author-rating{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.testimonial-block-three .inner-box .author-rating li{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #ff8a42;
}

.testimonial-block-three .inner-box .text{
  position: relative;
  display: block;
  margin-bottom: 25px;
}

.testimonial-block-three .inner-box .social-list li{
  position: relative;
  display: inline-block;
  margin: 0px 5px;
}

.testimonial-block-three .inner-box .social-list li a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #7e7e7e;
  width: 36px;
  height: 36px;
  line-height: 36px;
  border: 1px solid #dfdfdf;
  text-align: center;
  border-radius: 50%;
}

.testimonial-block-three .inner-box .social-list li a:hover{
  border-color: #ff8a42;
  background: #ff8a42;
  color: #fff;
}

.testimonial-style-three .owl-nav,
.testimonial-style-three .owl-dots{
  display: none;
}


/** integration-section **/

.integration-section{
  position: relative;
  display: block;
}

.integration-section .sec-title{
  margin-bottom: 85px;
}

.integration-section .integration-inner li{
  position: relative;
  float: left;
  width: 20%;
}

.integration-section .integration-inner li a{
  position: relative;
  display: inline-block;
  font-size: 30px;
  background: #fff;
  color: #0b57a4;
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  -webkit-animation: zoom-fade 5s infinite linear;
  animation: zoom-fade 5s infinite linear;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
}

.integration-section .integration-inner li:nth-child(2) a{
  color: #00a4ef;
}

.integration-section .integration-inner li:nth-child(3) a{
  color: #60727d;
}

.integration-section .integration-inner li:nth-child(4) a{
  color: #5e5e5e;
}

.integration-section .integration-inner li:last-child a{
  color: #78c257;
}

.integration-section .integration-inner li h5{
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 26px;
  color: #2e2e2e;
  font-weight: 600;
  margin-top: 34px;
}

.integration-section .integration-inner .btn-box{
  position: relative;
  display: block;
  margin-top: 82px;
}

.integration-section .integration-inner .btn-box .theme-btn-two{
  padding: 13.5px 31px;
}

.integration-section .integration-inner .btn-box .theme-btn-two i{
  position: relative;
  margin-right: 15px;
  font-size: 24px;
  top: 3px;
}


/** news-style-three **/

.news-style-three{
  position: relative;
  display: block;
}

.news-style-three .sec-title{
  margin-bottom: 85px;
}

.news-block-two .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-bottom-right-radius: 50px;
}

.news-block-two .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  background: #491aaf;
}

.news-block-two .inner-box .image-box img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-two .inner-box:hover .image-box img{
  opacity: 0.5;
  transform: scale(1.05);
}

.news-block-two .inner-box .lower-content{
  position: relative;
  display: block;
  padding: 34px 30px 32px 25px;
}

.news-block-two .inner-box .lower-content .post-date {
  position: relative;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

.news-block-two .inner-box .lower-content .post-date i {
  position: relative;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600;
}

.news-block-two .inner-box .lower-content .link-btn a {
  position: relative;
  display: inline-block;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
  color: #ff8a42;
  text-decoration: underline;
}

.news-block-two .inner-box .lower-content .link-btn a:hover{
  color: #2e2e2e;
}

.news-block-two .inner-box .lower-content h4{
  margin-bottom: 8px;
}

.news-block-two .inner-box .lower-content .text{
  position: relative;
  display: block;
  font-size: 15px;
  line-height: 26px;
  margin-bottom: 17px;
}

.news-style-three .owl-dots{
  display: none;
}

.news-style-three .owl-nav{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 90px;
}

.news-style-three .owl-nav .owl-prev{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #a3a3a3;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-bottom-left-radius: 15px;
  transition: all 500ms ease;
}

.news-style-three .owl-nav .owl-next{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: #a3a3a3;
  width: 65px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border: 1px solid #dfdfdf;
  cursor: pointer;
  border-top-right-radius: 15px;
  transition: all 500ms ease;
}

.news-style-three .owl-nav .owl-prev:hover,
.news-style-three .owl-nav .owl-next:hover{
  color: #ff8a42;
  border-color: #ff8a42;
}


/** subscribe-style-two **/

.subscribe-style-two{
  position: relative;
  display: block;
}

.subscribe-style-two .sec-title{
  margin-bottom: 75px;
}




.care_iot-text p{ font-size:18px; color:#fff; line-height:34px;}
.care_iot-text p:first-child{ margin-bottom:30px;}
.care_iot-text p:last-child{ margin-right:200px;}
.technology_content{margin-left: 70px;}
.icon-box img{ width:40%;}
.demo-bg{ background:url(../images/demo-bg.png) no-repeat;     background-position: bottom; background-size: cover;}
.logo:after{ position:absolute; content:''; background: url(../images/shadow1.png); width: 180px; height: 150px; left: -40px; top: 0px;  z-index: -10;}