

/*

red : #49c3ff;
babyblue : #49c3ff;
plue : #151b35;
whitegreen: #f1faef;
black : #000500;



1- f1f7fc

2- f9f9fb
*/
.fa, .fab, .fal, .far, .fas {
line-height: inherit;
}

@FONT-FACE {
    font-family: "roboto";
    src: url(TAJAWAL-REGULAR.TTF)
}

body {
  font-family: "roboto";
  font-size: 16px;
  color: #fff;

background: linear-gradient( to bottom, #151b35 , #283373);
background-attachment: fixed;
direction:rtl;
text-align:right;

}

.owl-carousel {
direction:ltr;
}


a {
  text-decoration: none;
}


button,a,input {
outline:none !important;
}


a:active,
a:hover,
a:focus,
a:visited {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {

line-height:28px;color: #222;text-transform: capitalize;font-family: "roboto";font-weight: bold;
}

button,
a {
outline:none !important;
}


ul {
padding:0;
}



.white-color, .white-color h1, .white-color h2, .white-color h3, .white-color h4, .white-color h5, .white-color h6, .white-color p, .white-color i, .white-color span {
color:#fff;
}



a:hover,
a:focus,
a:visited {
  text-decoration: none;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.gray-bg {
  background-color: #f9f9fb;
}

.sec-pad {
  padding: 120px 0;
}

.sec-pad-top {
  padding-top: 120px;
}

.sec-pad-bottom {
  padding-bottom: 120px;
}

.sec-title {
  margin-bottom: 15px;
width: 100%;display: inline-block;
}

.sec-title span {


  color: #49c3ff;
  
  
  
  margin-bottom: 5px;
}


.sec-title h2 {
margin: 0;
color: #fff;
font-size: 20px;
float: right;
position: relative;
text-transform: uppercase;
padding-bottom: 18px;
display: block;
width: 100%;line-height: 42px;font-weight: bold;font-weight: bold;
}

.sec-title p {
color: #161c3c;
margin-top: 15px;
display: inline-block;
width: 100%;margin-bottom: 0;
}


.sec-title h2:before {
  content: '';
background: linear-gradient( to left , #49c3ff,#49c3ff33 ,#49c3ff1a);
  display: block;position: absolute;
bottom: 0;
width: 130px;
height: 2px;border-radius: 6px;
}



/*
.sec-title.light span,
.sec-title.light h2 {
  color: #FFFFFF;
}*/

.sec-title.light span:before {
  background: #FFFFFF;
}


.site-button,
.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;

  vertical-align: middle;
  color: #FFFFFF;
  background: #49c3ff;
  font-size: 16px;
  
  
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 30px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
background: linear-gradient(to left ,#bd3bbf ,#49c3ff);display: inline-block;
}


.site-button:hover,
.thm-btn:hover {
  background: #49c3ff;
  color: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
}

.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}

.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}

.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}

.bootstrap-select .dropdown-menu > li.selected > a {
  background: #49c3ff;
  color: #fff;
}

.bootstrap-select .dropdown-menu > li > a {
  
  
  padding: 9px 20px;
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.bootstrap-select .dropdown-menu > li > a:hover {
  background: #49c3ff;
  color: #fff;
  cursor: pointer;
}

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

.large-paragraph {
  color: #161c3c;
  
  line-height: 34px;
  
}

.list-items {
  margin: 0;
  padding: 0;
  list-style: none;
}
.list-items li {
  position: relative;
  
  line-height: 34px;
  padding-right: 30px;
  color: #161c3c;
  
}
.list-items li i {
  color: #49c3ff;
  
  position: absolute;
  top: 10px;
  left: 0;
}
.list-items li.disabled {
  color: #161c3c;
}
.list-items li.disabled i {
  color: #161c3c;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff url(../images/preloader.gif) center center no-repeat;
  z-index: 999;
}

.scroll-to-top {
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
}


.scroll-to-top:after {
content: '';
position: absolute;
width: 50px;
height: 50px;
left: 0;
right: 0;
bottom: 0;
top: 0;
border-radius: 50%;
background-image: radial-gradient( #b50f69, #da76ac);
background-image: radial-gradient( #b50f69,#b50f69c4, #b50f6966);
background-image: radial-gradient( #b50f69, #b50f69cc, #b50f6980 ,#b50f691a);
filter: blur(2px);
}


.scroll-to-top i {
  
  line-height: 50px;
  color: #fff;position: relative;
z-index: 1;
}

.scroll-to-top:hover:after {
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);
}

/* hidding google logos from map */
a[href^="http://maps.google.com/maps"] {
  display: none !important;
}

a[href^="https://maps.google.com/maps"] {
  display: none !important;
}

.gmnoprint a,
.gmnoprint span,
.gm-style-cc {
  display: none;
}

.gmnoprint div {
  background: none !important;
}

/************************** 
* 2. topbar styles 
***************************/
.top-bar {
  background: #49c3ff;
background: linear-gradient(to left, #333, #252525);
  padding: 0 50px;
/*
background: linear-gradient( to bottom, #fbfbfb, #f5f5f5);*/
}

.top-bar .left-content p {
  margin: 0;
  color: #E7F2FF;
  font-size: 15px;
  
}

.top-bar .left-content p i {
  margin-left: 10px;
}

.top-bar .left-content p a {
  color: #FFFFFF;
  
  text-decoration: underline;
}

.top-bar .right-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-bar .right-content ul li {
  display: inline-block;
  vertical-align: middle;
  
  line-height: 40px;
  color: #fff;
}

.top-bar .right-content ul li p {
margin:0;
}

.top-bar .right-content ul li + li {
  margin-right: 16px;
}

.top-bar .right-content ul li span {
  
  margin-left: 16px;
  margin-right: 3px;
}

.top-bar .right-content ul li a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.top-bar .right-content ul li a:hover {
  color: #49c3ff;
}

.top-bar .right-content ul li i {
  
}

/************************** 
* 3. hidden sidebar styles 
***************************/
.hidden-sidebar {
  position: fixed;
  top: 0;
  right: -530px;
  width: 450px;
  height: 100vh;
  z-index: 9999;
  max-width: 530px;
  background: #FFFFFF;
  overflow: auto;
  padding-right: 40px;
  padding-left: 40px;
  text-align: center;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);max-width: 100%;
}

.hidden-sidebar.open {
  -webkit-transform: translate3d(-530px, 0, 0);
  transform: translate3d(-530px, 0, 0);
}

.hidden-sidebar .close-button {
  position: absolute;
  top: 30px;
  right: 30px;
  color: #161c3c;
  
  cursor: pointer;
}

.hidden-sidebar .sidebar-content {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 25px;

}

.hidden-sidebar .sidebar-content img {

}

.hidden-sidebar .sidebar-content h3,
.hidden-sidebar .sidebar-content p {
  margin: 0;
}

.hidden-sidebar .sidebar-content p {
  color: #161c3c;
  font-size: 18px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
}

.hidden-sidebar .sidebar-content p.contact-info {
  color: #222;
  font-size: 22px;
  
  line-height: 1em;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 70px;
}

.hidden-sidebar .sidebar-content p.contact-info i {
  display: inline-block;
  vertical-align: middle;
  width: 63px;
  height: 63px;
  border-radius: 50%;
  background: #49c3ff;
  line-height: 63px;
  color: #fff;
  font-size: 26px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  margin-left: 20px;
}

.hidden-sidebar .sidebar-content a.download-btn {
  background: #49c3ff;
  width: 100%;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 20px;
  
  display: block;
  position: relative;
  padding: 38px 0;
  padding-right: 85px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  text-align: right;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.hidden-sidebar .sidebar-content a.download-btn.two {
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  margin-top: 30px;
}

.hidden-sidebar .sidebar-content a.download-btn i {
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.hidden-sidebar .sidebar-content a.download-btn:hover {
  background: #fff;
  color: #222;
}

/************************** 
* 4. search popup styles 
***************************/
/*
.search_area {
position: absolute;

width: 100%;

margin: auto;

top: 0;

left: 0;

right: 0;
}

.search_area .search_box_inner {
position: absolute;

width: 100%;

margin: auto;

background: #eee;

top: 0;
}

.search_area .search_box_inner h3 {
  padding-bottom: 20px;

  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
}

.search_area .search_box_inner .input-box {
  display: block;
  position: relative;
}

.search_area .search_box_inner .input-box input {
  background: transparent;
  border-radius: 0px;
  outline: none;
  height: 50px;
  padding: 0px;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  color: #fff;

  font-size: 22px;
  font-weight: normal;
}

.search_area .search_box_inner .input-box input::-webkit-input-placeholder {
  color: #fff;
}

.search_area .search_box_inner .input-box input::-moz-placeholder {
  color: #fff;
}

.search_area .search_box_inner .input-box input:-ms-input-placeholder {
  color: #fff;
}

.search_area .search_box_inner .input-box input:-moz-placeholder {
  color: #fff;
}

.search_area .search_box_inner .input-box .input-box-btn {
  position: absolute;
  right: 5px;
  top: 14px;
  z-index: 4;
}

.search_area .search_box_inner .input-box .input-box-btn .btn-default {
  padding: 0px;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: transparent;
  color: #fff;
  
}

.search_area .mfp-close {
  right: 0px;
  color: #fff;
}
*/
/* start state */
.my-mfp-zoom-in .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}

/* animate in */
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

/* animate out */
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

/* Dark overlay, start state */
.my-mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.98;
}

/* animate out */
.my-mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}

/**
 * Fade-move animation for second dialog
 */
/* at start */
.my-mfp-slide-bottom .zoom-anim-dialog {
  opacity: 0;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-transform: translateY(-20px) perspective(600px) rotateX(10deg);
  transform: translateY(-20px) perspective(600px) rotateX(10deg);
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog {
  opacity: 1;
  -webkit-transform: translateY(0) perspective(600px) rotateX(0);
  transform: translateY(0) perspective(600px) rotateX(0);
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing .zoom-anim-dialog {
  opacity: 0;
  -webkit-transform: translateY(-10px) perspective(600px) rotateX(10deg);
  transform: translateY(-10px) perspective(600px) rotateX(10deg);
}

/* Dark overlay, start state */
.my-mfp-slide-bottom.mfp-bg {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}

/* animate in */
.my-mfp-slide-bottom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

/* animate out */
.my-mfp-slide-bottom.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-bg {
  background: #222;
}

/************************** 
* 5. header styles 
***************************/
.site-header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;background: #fff;
}

.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  padding-right: 60px;
  padding-left: 60px;

}

.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
max-width: 1150px;
padding:0;
}

.header-navigation .container .logo-box {
float: right;
position: absolute;
top: 15%;
right: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}




.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}

.header-navigation .container .navbar-brand img { 
width: 100px;
}


.header-navigation .container .menu-toggler {
  display: none;
}





.header-navigation .container .right-side-box {
  position: absolute;
  top: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}



.header-navigation .container .right-side-box a.signin-btn {
  background: #FFFFFF;
  display: inline-block;
  vertical-align: middle;
  color: #222;
  font-size: 12px;
  
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  
  border-radius: 25px;
  text-transform: uppercase;
  padding: 13px 40px;
  transition: all .4s ease;
}

.header-navigation .container .right-side-box a.signin-btn:hover {
  background: #49c3ff;
  color: #fff;
}

.header-navigation .main-navigation {
  float: left;
  text-align: left;
}

@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}
.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}



.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}





.new-sup .sub-nav-toggler {
        background-color: transparent;
        background-image: none;
border: none;
        border-radius: 4px;
        position: absolute;
        top: 10px;
        display: block;
        cursor: pointer;
font-size: 11px;
right: 10px;
color: #49c3ff;
    }


/*
.change-cnotent {
  font-family: 'Font Awesome 5 Pro';
  content: '\f061';
}*/



.new-sup .sub-nav-toggler .icon-bar {
        background-color: #333;
        border-radius: 1px;
        display: block;
        height: 1px;
        width: 20px;
    }
.new-sup .sub-nav-toggler .icon-bar+.icon-bar {
        margin-top: 4px;
    }




.header-navigation ul.navigation-box > li {
position: relative;
padding: 35px 0;
display: inline-block;
vertical-align: middle;
}


.header-navigation.stricky-fixed ul.navigation-box > li { 
padding: 40px 0 29px;

}


.header-navigation.stricky-fixed #top-search {
margin: 47px 0 30px 15px;
margin: 46px 70px 27px 15px;
}

.header-navigation.stricky-fixed .container .right-side-box {
top: 60px;
}



.header-navigation ul.navigation-box > li.hug-menu {
position: static;
display: inline-block;
vertical-align: middle;
}


/*
.header-navigation ul.navigation-box > li.hug-menu > a:after {
    position: absolute;
    content: "+";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease;

}*/

.header-navigation ul.navigation-box > li:first-child {
  padding-right: 0;
}

.header-navigation ul.navigation-box > li:last-child {
  padding-left: 0;
}

.header-navigation ul.navigation-box > li > a {
  font-size: 16px;
  color: #aaa;
  padding: 0 12px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;text-transform: uppercase;font-family: "roboto";
}

.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  color: #49c3ff;
}

.header-navigation ul.navigation-box > li.current > a:after,
.header-navigation ul.navigation-box > li:hover > a:after {
  opacity: 1;
}

.header-navigation ul.navigation-box > li > ul.sub-menu {/*
  position: absolute;
  top: 130%;
  left: 0;
  z-index: 1000;
  float: right;
  min-width: 290px;

  text-align: right;
  list-style: none;
  background-color: #FFFFFF;
  background-clip: padding-box;
  opacity: 0;

  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);

padding: 25px 15px;




transition: all .3s ease-in-out 0s;
*/


position: absolute;
top: 130%;
right: 15px;
z-index: 1000;
float: right;
min-width: 230px;
padding: 0px;
text-align: right;
list-style: none;
background-color: #fff;
background-clip: padding-box;
opacity: 0;
visibility: hidden;

-webkit-transition: opacity .4s ease, visibility .4s ease;
transition: opacity .4s ease, visibility .4s ease;
/*
-webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);*/
transition: all ease-in-out 0.4s;

}



.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu {
width: auto;

right: 0;

left: auto;


/*
display: -webkit-box;

display: -ms-flexbox;

display: flex;

-webkit-box-pack: justify;

-ms-flex-pack: justify;

justify-content: space-between;
*/
width: 100%;
top: 130px;
transition: all ease-in-out 0.4s;padding: 15px 0;
overflow: hidden;
}




.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu > li > ul > li > ul {

padding-right: 15px;
}

.header-navigation ul.navigation-box > li > ul.sub-menu.right-align {
  left: auto;
  right: 0;
}

.header-navigation ul.navigation-box > li > ul.sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
/*
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu {
    display: block !important;
  }
}*/



.header-navigation ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;top: 100%;
  visibility: visible;
}



.header-navigation.stricky-fixed ul.navigation-box > li:hover > ul.sub-menu {
  opacity: 1;top: 100%;
  visibility: visible;
}



.header-navigation ul.navigation-box > li:hover > ul.sub-menu.main-menu {
top: 100%;
}


.header-navigation ul.navigation-box > li > ul.sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu > li {
width: 25%;float: right;
}


.header-navigation ul.navigation-box > li > ul.sub-menu > li > a {

color: #161c3c;

padding: 13px 13px;
display: block;
line-height: 26px;

position: relative;
-webkit-transition: all .4s ease;
transition: all .4s ease;    
}

.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu > li > a {
font-weight: bold;
color: #151b35;
}

.header-navigation ul.navigation-box > li > ul.sub-menu li {
border-bottom: 1px solid #f1f1f1;
}

.header-navigation ul.navigation-box > li > ul.sub-menu li:last-child {
border-bottom:none;
}

.header-navigation ul.navigation-box > li > ul.sub-menu li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
width:3px;
height:0;
background:#49c3ff;
background: linear-gradient( to bottom , #49c3ff ,#49c3ff33);
}

.header-navigation ul.navigation-box > li > ul.sub-menu li:hover:before {
height:100%;
}

/*
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f061';
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}*/

.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu > li > a:after,
.header-navigation ul.navigation-box > li > ul.sub-menu > li > a:only-child:after {
  display: none;
}



.header-navigation ul.navigation-box > li > .sub-menu.main-menu > li + li:after {
  content: '';
  position: absolute;
  top: 0;
left:0;
 width:1px;
height:240px;
background: #E2E2E2;
}

.header-navigation ul.navigation-box > li > .sub-menu.main-menu > li:last-child:after {
display:none;
}



.header-navigation ul.navigation-box > li > .sub-menu:not(.main-menu) li:hover {
  background: #f9f9fb;
}


.header-navigation ul.navigation-box > li > .sub-menu:not(.main-menu) li:hover > a {
  color: #49c3ff;
  position: relative;
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}

.header-navigation ul.navigation-box > li > .sub-menu li:hover > a {
  color: #49c3ff;
}

.header-navigation ul.navigation-box > li > .main-menu > li:hover {
  background: #f9f9fb;
}




.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 1000;
  float: right;
  min-width: 230px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;

  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;

}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu.right-align {
  left: auto;
  right: 100%;
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a {
  
  color: #161c3c;
  
  padding: 13px 20px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f061';
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > a:only-child:after {
  display: none;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover {
  background: #f9f9fb;
}

.header-navigation ul.navigation-box > li > .sub-menu > li > ul.sub-menu li:hover > a {
  color: #49c3ff;
  position: relative;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 991;

  border-bottom: 0;
}

.header-navigation.stricky-fixed .container .logo-box {
position: initial;
-webkit-transform: none;
transform: none;
}

















.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1000;
  float: right;
  min-width: 290px;
  padding: 15px 0px;
  text-align: right;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  opacity: 0;
  visibility: hidden;
  border-radius: 7px;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .4s ease;
  -webkit-box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.2);
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu.right-align {
  left: auto;
  right: 100%;
}

@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu  > li:hover > ul.sub-menu {
  opacity: 1;
  visibility: visible;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu  > li > ul.sub-menu > li {
  display: block;
  position: relative;
}

.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  
  color: #161c3c;
  
  padding: 13px 40px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f061';
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 40px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > ul.sub-menu > li > ul.sub-menu > li > ul.sub-menu > li > a:only-child:after {
  display: none;
}










.header-navigation ul.navigation-box > li > ul.sub-menu.main-menu ul {

padding-right: 20px;

list-style: none;
}



.header-navigation ul.navigation-box > li > ul.sub-menu ul > li > a {



color: #161c3c;

padding: 6px 0;

display: block;

line-height: 26px;

white-space: nowrap;

position: relative;

-webkit-transition: all .4s ease;

transition: all .4s ease;

}


/*

.header-navigation ul.navigation-box > li > ul.sub-menu ul > li > a:after {
position: absolute;
content: "-";
left: -10px;
top: 50%;
transform: translateY(-50%);
transition: all 0.3s ease;
} 


*/






/*
.header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}*/

.site-header.style-two .top-bar {
  background: #222;
  padding-right: 0;
  padding-left: 0;
}

.site-header.style-two .header-navigation {
  padding-right: 0;
  padding-left: 0;
  border-bottom-color: rgba(0, 19, 40, 0.1);
}

@media (min-width: 1200px) {
  .site-header.style-two .header-navigation .container {
    max-width: 1200px;
  }
}
@media (max-width: 1199px) {
  .site-header.style-two .header-navigation .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  .site-header.style-two .header-navigation .container {
    max-width: 720px;
  }
}
@media (max-width: 767px) {
  .site-header.style-two .header-navigation .container {
    max-width: 540px;
  }
}
.site-header.style-two .header-navigation .container {
  padding-left: 130px;
}

.site-header.style-two .header-navigation ul.navigation-box > li > a {
  color: #222;
}

.header-navigation .container .right-side-box .social a {
  color: #222;
  
}

.header-navigation .container .right-side-box .social a + a {
  margin-right: 20px;
}

.site-header.style-two .header-navigation.stricky-fixed {
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

.site-header.home-three .header-navigation .main-navigation {
  float: none;
  text-align: center;
}

.site-header.home-three .header-navigation .container {
  padding-left: 15px;
}

.right-side-box .sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.right-side-box .sidemenu li {
  display: inline-block;
  vertical-align: middle;
}

.right-side-box .sidemenu li + li {
  margin-right: 25px;
}

.right-side-box .sidemenu li a {
  
  color: #fff;
}

.site-header.home-four {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
}
.header-navigation ul.navigation-box > li > a,
.right-side-box .sidemenu li a {
  color: #fff;
}
.site-header.home-four .header-navigation.stricky-fixed {
  background: #ffffff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
          box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.05);
}

.site-header.style-five .header-navigation {
  border-bottom: 0;
}

.site-header.style-five .header-navigation .container {
  padding-left: 15px;
}

.site-header.style-five .header-navigation ul.navigation-box > li > a {
  color: #fff;
}

.site-header.style-five .header-navigation.stricky-fixed {
  background: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
}

.site-header.style-six .header-navigation .container {
  padding-left: 260px;
}

.site-header.style-six .header-navigation .container .right-side-box .sidemenu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: 18px;
}
.site-header.style-six .header-navigation .container .right-side-box .sidemenu li {
  display: inline-block;
  vertical-align: middle;
}
.site-header.style-six .header-navigation .container .right-side-box .sidemenu li + li {
  margin-right: 18px;
}
.site-header.style-six .header-navigation .container .right-side-box .sidemenu li a {
  
  color: #fff;
}

.site-header.style-seven {
  position: relative;
  background: #fff;
}

.side-scroller-dots {
  position: fixed;
  top: 50%;
  right: 80px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 99;
}
.side-scroller-dots ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.side-scroller-dots ul li + li {
  margin-top: 5px;
}
.side-scroller-dots ul li a span {
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #222;
  opacity: .4;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.side-scroller-dots ul li.current a span {
  opacity: 1;
}
.side-scroller-dots #menu[data-section-class*='minimal-bootstrap-carousel'] li a span,
.side-scroller-dots #menu[data-section-class*='services'] li a span,
.side-scroller-dots #menu[data-section-class*='payonline-sales'] li a span {
  background: #fff;
  opacity: 1;
}
.side-scroller-dots #menu[data-section-class*='minimal-bootstrap-carousel'] li.current a span,
.side-scroller-dots #menu[data-section-class*='services'] li.current a span,
.side-scroller-dots #menu[data-section-class*='payonline-sales'] li.current a span {
  background: #49c3ff;
}















.main-header-one {
background: radial-gradient(#283373 , #151b35);
position: fixed;

left: 0;

right: 0;

width: 100%;
z-index: 9;
}

/*

.main-header-one.stricky-fixed {
position: fixed;
left: 0;
right: 0;
z-index: 99;
background: #151b35;
background: radial-gradient(#283373 , #151b35);
}
*/




/************************** 
* 6. slider styles 
***************************/
#minimal-bootstrap-carousel {
  margin-top: 0px;
  position: relative;
}
#minimal-bootstrap-carousel .carousel-caption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  padding: 0;
  text-align: left;
  text-shadow: none;
}
#minimal-bootstrap-carousel .carousel-caption .container {
  display: table;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
#minimal-bootstrap-carousel .carousel-caption .container .box {
  display: table-cell;
  text-align: right;
}
#minimal-bootstrap-carousel .carousel-caption .container .box .content {
  display: block;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
  vertical-align: top;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
  vertical-align: bottom;
}
#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
  vertical-align: middle;
}
#minimal-bootstrap-carousel [class*=carousel-control] {
  background: none;
  width: 70px;
  height: 60px;
  
  line-height: 48px;
  color: #222;
  background-color: rgba(255, 255, 255, 0.25);
  visibility: visible !important;
  opacity: 1;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 91;
}

@media (max-width: 1199px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 960px;
  }
}
@media (max-width: 991px) {
  #minimal-bootstrap-carousel .carousel-caption .container {
    max-width: 720px;
  }
}
@media (max-width: 667px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 30px;
    height: 30px;
    
    line-height: 30px;
  }
}
@media (max-width: 480px) {
  #minimal-bootstrap-carousel [class*=carousel-control] {
    width: 40px;
    height: 40px;
    
    line-height: 40px;
    background: rgba(255, 255, 255, 0.4);
    color: #222;
  }
}
#minimal-bootstrap-carousel .carousel-control-prev {
  left: 0%;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

#minimal-bootstrap-carousel .carousel-control-next {
  right: 0%;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
  opacity: 1;
  background: #49c3ff;
  color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
  min-height: 958px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-color: #151b35;
}

#minimal-bootstrap-carousel.slider-home-three .carousel-inner .carousel-item {
  background-color: #49c3ff;
}

.slider-content-style .content {
  position: relative;
  z-index: 999;
  padding-top: 104px;
}
.slider-content-style .content h3 {
  margin: 0;
  font-size: 120px;
  line-height: 110px;
  color: #fff;
  
  -webkit-animation-delay: .5s;
  animation-delay: .5s;
}
.slider-content-style .content h2 {
  margin: 0;
}
.slider-content-style .content p {
  margin: 0;
  font-size: 40px;
  line-height: 1em;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.slider-content-style .content a.thm-btn {
  margin-top: 40px;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
.slider-content-style .content a.thm-btn:hover {
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
}

.slider-content-style-two {
  padding-top: 190px;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}
.slider-content-style-two .tag-line {
  color: #49c3ff;
  text-transform: uppercase;
  
  
}
.slider-content-style-two h2 {
  color: #222;
  font-size: 80px;
  line-height: 70px;
  
  margin: 0;
  margin-bottom: 50px;
}
.slider-content-style-two p {
  color: #222;
  
  font-size: 26px;
  margin: 0;
  margin-bottom: 25px;
}
.slider-content-style-two .cta-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  max-width: 470px;
  border: 2px solid #CCD7E0;
  border-radius: 30px;
  margin-bottom: 20px;
  background: #FFFFFF;
}
.slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle {
  border: none !important;
  outline: none !important;
  background-color: transparent;
  padding: 18px 38px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.slider-content-style-two .cta-form .bootstrap-select > .dropdown-toggle:after {
  border: none;
  width: auto;
  height: auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #161c3c;
  
  width: 66px;
  height: 60px;
  text-align: center;
  border-right: 2px solid #CCD7E0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
}
.slider-content-style-two .cta-form .btn-box .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}
.slider-content-style-two .cta-form .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, -6px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, -6px);
  font-size: 22px;
}

.slider-home-three.slider-content-style h3 {
  color: #ffffff;
  font-size: 60px;
  line-height: 70px;
  margin-bottom: 0;
}
.slider-home-three.slider-content-style .content a.thm-btn {
  margin-top: 46px;
}
.slider-home-three.slider-content-style .btn-tag-line {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
  margin-left: 130px;
}
.slider-home-three.slider-content-style .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, -5px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, -5px);
  font-size: 20px;
}

.slider-home-four.slider-content-style h3 {
  color: #222;
}
.slider-home-four.slider-content-style .btn-box {
  position: relative;
  display: inline-block;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-home-four.slider-content-style .content a.thm-btn {
  margin-top: 35px;
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
}
.slider-home-four.slider-content-style .content a.thm-btn:hover {
  background: #49c3ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
}
.slider-home-four.slider-content-style .btn-tag-line {
  color: #222;
  margin: 0;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-80%);
          transform: translateX(-80%);
  margin-top: 0px;
  width: 100%;
}
.slider-home-four.slider-content-style .rounded-box {
  border-radius: 50%;
  width: 241px;
  height: 241px;
  background: #49c3ff;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  color: #FFFFFF;
  
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 60px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-home-four.slider-content-style .rounded-box.thm-base-color-bg {
  background: #49c3ff;
}

.slider-home-six.slider-content-style .content h3 {
  font-size: 60px;
  line-height: 70px;
}
.slider-home-six.slider-content-style .content .thm-btn {
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.2);
}
.slider-home-six.slider-content-style .content .thm-btn:hover {
  background: #49c3ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.2);
}

.slider-content-style-four h3,
.slider-content-style-four p {
  margin: 0;
}
.slider-content-style-four h3 {
  color: #FFFFFF;
  font-size: 60px;
  line-height: 70px;
  
  margin-bottom: 20px;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}
.slider-content-style-four p {
  color: #FFFFFF;
  font-size: 22px;
  line-height: 34px;
  
  margin-bottom: 30px;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.slider-content-style-four .thm-btn {
  background: #FFFFFF;
  color: #222;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 30px rgba(0, 19, 40, 0.3);
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.slider-content-style-four .thm-btn:hover {
  background: #222;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3);
          box-shadow: 0px 10px 30px rgba(255, 255, 255, 0.3);
}
.slider-content-style-four .video-button-box {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.slider-content-style-four .video-button-box a {
  display: block;
  position: relative;
  width: 100%;
}
.slider-content-style-four .video-button-box a i.fa-play {
  display: inline-block;
  width: 115px;
  height: 60px;
  background: #49c3ff;
  border-radius: 30px;
  color: #fff;
  
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.slider-content-style-four .video-button-box a i.fa-play:hover {
  color: #fff;
  background: #49c3ff;
}
.slider-content-style-four .video-button-box a .btn-tag-line {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-72%);
          transform: translateX(-72%);
  color: #FFFFFF;
  font-family: "roboto";
  font-size: 20px;
}
.slider-content-style-four .video-button-box a .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
}

/************************** 
* 7. services styles 
***************************/
.service-style-one {
  position: relative;
padding: 20px 0;
}

/*
.service-style-one:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #f9f9fb;
}
*/
.service-style-one .container {
  position: relative;
}

.service-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;display: flex;
justify-content: center;
}

.service-style-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
  float: right;overflow: hidden;
  width: 25%;padding-top: 15px;
}

.service-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  padding-bottom: 25px;z-index: 1;
}

.service-style-one .tab-title li a.active {
background: none;
}

.service-style-one .tab-title li a:after {
content: "";
position: absolute;
width: 20px;
height: 25px;
background: linear-gradient( to bottom, #151b35 , #283373);
background-size: cover;
background-attachment: fixed;
transform: rotate(45deg);
bottom: -15px;
left: 50%;
box-shadow: -1px -1px 10px -2px #49c3ff;
margin-right: z-index: 9;-15px;
opacity: 0;

}

.service-style-one .tab-title .icon-box {
  width: 120px;
  height: 120px;
  border-radius: 50%;
/*
  -webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
          box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
*/
  display: inline-block;
  text-align: center;
  position: relative;

  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}




.service-style-one .tab-title .icon-box:after {
content: '';
position: absolute;
width: 120px;
height: 120px;
left: 0;
right: 0;
bottom: 0;
top: 0;
border-radius: 50%;
background-image: radial-gradient( #b50f69, #da76ac);
background-image: radial-gradient( #b50f69,#b50f69c4, #b50f6966);
background-image: radial-gradient( #b50f69, #b50f69cc, #b50f6980 ,#b50f691a);
filter: blur(2px);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;

/*
  background: -webkit-gradient(linear, left top, right top, from(#f9f9fb), to(#ffffff));
  background: linear-gradient(to left, #f9f9fb 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$thm_gray', endColorstr='#ffffff', GradientType=1);

background: linear-gradient(to left, #333, #252525);*/
}



.service-style-one .tab-title li a:hover .icon-box:after,
.service-style-one .tab-title li a.active .icon-box:after {
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);

}


.service-style-one .tab-title li a.active:after {
opacity:1;
}




.service-style-one .tab-title .icon-box i {
  font-size: 60px;
  line-height: 120px;
  position: relative;
  z-index: 10;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-one .tab-title .icon-box:before {
content: '';
width: 100px;
height: 100px;
background: rgba(138, 136, 136, 0.05);
border-radius: 50%;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-60%, -50%);
transform: translate(-50%, -50%);
-webkit-transition: all .4s ease;
transition: all .4s ease;
z-index: 10;
}

.service-style-one .tab-title h3 {
  margin: 0;
  color: #fff;
  font-size: 20px;

  margin-top: 40px;
}

.service-style-one .tab-title li a:hover .icon-box,
.service-style-one .tab-title li a.active .icon-box {
-webkit-box-shadow: 0px 10px 30px 0px rgba(52, 49, 49, 0.14);
box-shadow: 0px 10px 30px 0px rgba(52, 49, 49, 0.14);
}


/*
.service-style-one .tab-title li a:hover .icon-box i,
.service-style-one .tab-title li a.active .icon-box i {
  color: #fff;
}*/
/*
.service-style-one .tab-title li a:hover .icon-box:before,
.service-style-one .tab-title li a.active .icon-box:before {
  opacity: 0;
}

.service-style-one .tab-title li a:hover .icon-box:after,
.service-style-one .tab-title li a.active .icon-box:after {
  opacity: 0;
}*/

.service-style-one .tab-title li a.active:after {

}

.service-style-one .single-tab-content {

  border-radius: 6px;

  -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
  padding: 40px;

box-shadow: 1px 1px 10px 1px #49c3ff;
}



/*
.service-style-one .single-tab-content:after {
content: '';

position: absolute;

right: 0;

bottom: 0;

height: 100%;

width: 100%;

border:1px solid #49c3ff;

box-shadow: 0 0 10px #49c3ff;

box-shadow: -2px -2px 10px 10px #49c3ff1a;

box-shadow: -2px -2px 10px 10px #257ba61a;

border-radius: 10px;
}*/


.service-style-one .single-tab-content .icon-box,
.service-style-one .single-tab-content .text-box {
  display: table-cell;
  vertical-align: top;
}

.service-style-one .single-tab-content .icon-box i {
  color: #49c3ff;
  font-size: 72px;
}

.service-style-one .single-tab-content .text-box {
  padding-right: 25px;
}

.service-style-one .single-tab-content .text-box h3 {
  margin: 0;
  color: #fff;
font-size: 20px;
margin-bottom: 15px;
  
}

.service-style-one .single-tab-content .text-box p {
  margin: 0;
  color: #161c3c;
  
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 35px;
}

.service-style-one .single-tab-content .text-box a.read-more {
  color: #49c3ff;
  font-size: 12px;
  
  text-transform: uppercase;
  display: inline-block;
  border-bottom: 2px solid #D5E1F5;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.service-style-one .single-tab-content .text-box a.read-more:hover {
  color: #49c3ff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.de-script ul > strong { 
margin-bottom: 10px;
}
.de-script ul strong {
color: #fff;


display: block;

text-transform: capitalize;
}

.de-script ul li {color: #fff;
    padding-right: 25px;
    position: relative;
    line-height: 30px;list-style: none;
}
.de-script ul {
margin: 0;
/*
width: 50%;
float: right;*/
padding: 20px;
}

.de-script ul li:before {

content: '';

position: absolute;

width: 16px;

height: 16px;

left: 0;

right: 0;

bottom: 0;

top: 7px;

border-radius: 50%;

background-image: radial-gradient( #b50f69, #da76ac);

background-image: radial-gradient( #b50f69,#b50f69c4, #b50f6966);
background-image: radial-gradient( #bd3bbf, #bd3bbf);
filter: blur(2px);
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);
filter: blur(2px);
}



.service-style-two {
padding: 50px 0;
}

.single-service-two {
  text-align: center;
  border: 1px solid #CCD7E0;
  border-radius: 6px;
  background: #FFFFFF;
  padding: 63px 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-two:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

.single-service-two i {
  font-size: 72px;
  color: #49c3ff;
}

.single-service-two h3 {
  color: #222;
  font-size: 22px;
  
  line-height: 34px;
  margin: 0;
  margin-top: 10px;
  margin-bottom: 35px;
}

.single-service-two p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
  margin-bottom: 20px;
}

.single-service-two .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-two .read-more:hover {
  color: #222;
}

.service-style-three {
  background: #49c3ff;
}

.single-service-three {
  text-align: center;
  background: #f9f9fb;
  border-radius: 7px;
  padding: 48px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: block;
  overflow: hidden;
  margin-bottom: 40px;
}

.single-service-three:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.1);
          box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.1);
}

.single-service-three:before {
  background: #222;
  border-radius: 7px;
}

.single-service-three i {
  font-size: 72px;
  color: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-three h3 {
  
  
  margin: 0;
  margin-top: 20px;
}

.single-service-three h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-service-three:hover i,
.single-service-three:hover h3 a {
  color: #ffffff;
}

.service-style-three .btn-tag-line {
  display: block;
  color: #ffffff;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-left: 130px;
  margin-top: 20px;
}

.service-style-three .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 27px;
}


.service-style-four {
padding:50px 0;
}



.service-style-four [class*=col] {
padding:0 8px;
}


.service-style-four [class*="col"] {
width: 20%;
float: right;
display: inline-block;
}



.single-service-four {
  min-height: 221px;
  border-radius: 7px;
  overflow: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;

background-image: linear-gradient(180deg, #fbfbfb 0%, #eee 100%);/*
background-image: linear-gradient(180deg, #dbfdfe 0%, #49c3ff 100%);*/background: #f9f9fb;


background: #283373;

border-radius: 0 40px 0;

}


/*
.single-service-four:before {
  background: #283373;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}*/
.single-service-four .inner-box {
  text-align: center;margin:45px auto;
}


.single-service-four .inner-box .read-more {
float: none;
margin-top: 12px;-webkit-transition: all .4s ease;

transition: all .4s ease;
display: block;color: #283373;
}


.single-service-four:hover a.read-more {

}


.single-service-four i {
  font-size: 60px;
  color: #49c3ff;line-height: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;position: relative;height: 96px;
display: block;text-shadow: -2px -2px 10px #257ba6e6;
}


.single-service-four i:after {
content: '';
position: absolute;
left: 50%;
bottom: 0;
margin-left: -30px;
width: 60px;
height: 3px;
background: linear-gradient( to left , #181e3880 ,#181e381a);
transition: all ease-in-out 0.3s;
background: linear-gradient( to left , #49c3ff,#49c3ff33 ,#49c3ff1a);

border-radius: 500px;
}

.single-service-four h3,
.single-service-four p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-four h3 {
  font-size: 20px;
  padding: 0 10px;
  margin-top: 20px;height: 60px;font-weight: normal;font-weight: normal;

width: 80%;

margin: 25px auto 0;
}


.single-service-four h3 a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;font-family: "roboto";font-size: 18px;	
}


.single-service-four p {
  
  color: #161c3c;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 15px;
}
.single-service-four:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
box-shadow: 1px 1px 10px 1px #49c3ff;
  background: #49c3ff;
}



.single-service-four:hover:before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}

.single-service-four:hover .inner-box .read-more,
.single-service-four:hover i {
  color: #fff;
}

.single-service-four:hover i:after {
background: linear-gradient( to left , #fff ,#fff3);
background: linear-gradient( to left , #ffffff1a ,#ffffffb3);
}


.single-service-four:hover h3 a,
.single-service-four:hover p  {
color:#fff;
}

.service-style-five .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.service-style-five .image-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.service-style-five .image-box img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service-style-five .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 19, 40, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
.service-style-five .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.service-style-five .box a i.fa {
  display: inline-block;
  width: 65px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  color: #222;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-five .box a i.fa:hover {
  color: #fff;
  background: #1371D6;
}
.service-style-five .image-box:hover .box {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}
.service-style-five .text-box {
  margin-top: 25px;
}
.service-style-five .text-box h3 {
  margin: 0;
  font-size: 22px;
  
  margin-bottom: 30px;
}
.service-style-five .text-box h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-five .text-box h3 a:hover {
  color: #49c3ff;
}
.service-style-five .text-box p {
  margin: 0;
  
  line-height: 34px;
  
  color: #161c3c;
  margin-bottom: 35px;
}
.service-style-five .text-box .read-more {
  color: #49c3ff;
  font-size: 12px;
  
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-style-five .text-box .read-more:hover {
  color: #49c3ff;
}
.service-style-five.solution-by-size-page .text-box .list-items {
  margin-top: 20px;
}
.service-style-five.solution-by-size-page .text-box p {
  margin: 0;
}

.service-style-six {
  background: #49c3ff;
}

.single-service-six {
  position: relative;
  padding-bottom: 35px;
}
.single-service-six:before, .single-service-six:after {
  content: '';
  width: 100%;
  background: #ffffff;
  opacity: .1;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-service-six:after {
  opacity: 1;
  width: 0;
}
.single-service-six i {
  font-size: 76px;
  color: #fff;
}
.single-service-six h3,
.single-service-six p {
  margin: 0;
  color: #fff;
}
.single-service-six h3 {
  font-size: 20px;
  
  margin-top: 30px;
}
.single-service-six p {
  
  line-height: 30px;
  
  width: 79%;
  margin-top: 40px;
}
.single-service-six:hover:before {
  opacity: 0;
}
.single-service-six:hover:after {
  width: 100%;
}

.service-title-box {
  background: #222 url(../images/blue-shape-bg2.jpg) right top no-repeat;
  background-size: cover;
  padding-bottom: 340px;
}

.service-style-seven {
position: relative;
background: #222 url(../images/blue-shape-bg2.jpg) right top no-repeat;
    background-size: auto;
background-size: auto;
background: linear-gradient( to left , #222 , #333);
background-size: cover;padding: 50px 0;
}
.service-style-seven .container-outer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}
.service-style-seven .service-style-seven-carousel .owl-nav {
  display: none;
}
.service-style-seven .service-style-seven-carousel .owl-dots {
  position: absolute;
  top: calc(100% + 35px);
  left: 0;
  width: 100%;
}
.service-style-seven .service-style-seven-carousel .owl-dots .owl-dot span {
  margin: 0 2.5px;
  background: rgba(0, 19, 40, 0.4);
}
.service-style-seven .service-style-seven-carousel .owl-dots .owl-dot.active span {
  background: #49c3ff;
}

.single-service-style-seven {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
}
.single-service-style-seven:before {
  z-index: 10;
  background: #222;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#49c3ff));
  background: linear-gradient(to bottom, #222 0%, #49c3ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#49c3ff', GradientType=0);
  /* IE6-9 */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: .85;
}
.single-service-style-seven:hover:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.single-service-style-seven .img-box {
  width: 100%;
}
.single-service-style-seven .img-box > img {
  width: 100%;
  border-radius: 8px;
}
.single-service-style-seven .text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  padding: 60px;
}
.single-service-style-seven .text-block h3,
.single-service-style-seven .text-block p {
  margin: 0;
}
.single-service-style-seven .text-block h3 {
  font-size: 30px;
  
  margin-bottom: 30px;
}
.single-service-style-seven .text-block h3 a {
  color: #fff;
}
.single-service-style-seven .text-block p {
  font-size: 20px;
  
  color: #fff;
}
.single-service-style-seven .text-block a.read-more {
  color: #fff;
  font-size: 12px;
  
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  bottom: 75px;
  left: 60px;
}
.single-service-style-seven .text-block a.read-more:hover {
  color: #49c3ff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.service-style-two.solutions-page {
  background: #f9f9fb;
  margin-bottom: 0;
  position: relative;
}
.service-style-two.solutions-page:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: #fff;
}
.service-style-two.solutions-page .container {
  position: relative;
}

.service-style-one.solutions-page:before {
  display: none;
}
.service-style-one.solutions-page .single-tab-content-two .sec-title {
  margin-bottom: 40px;
}
.service-style-one.solutions-page .single-tab-content-two p,
.service-style-one.solutions-page .single-tab-content-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.service-style-one.solutions-page .single-tab-content-two p {
  
  line-height: 34px;
  
  color: #161c3c;
  margin-bottom: 30px;
}
.service-style-one.solutions-page .single-tab-content-two ul.list-items li {
  position: relative;
  
  line-height: 34px;
  color: #161c3c;
  padding-right: 25px;
}
.service-style-one.solutions-page .single-tab-content-two ul.list-items li i {
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #49c3ff;
}
.service-style-one.solutions-page .single-tab-content-two .thm-btn {
  margin-top: 50px;
}

.service-style-eight {
  padding-top: 90px;
}

.single-service-style-eight {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: block;
  margin-top: 30px;
}
.single-service-style-eight:before {
  z-index: 10;
  background: #222;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#222), to(#49c3ff));
  background: linear-gradient(to bottom, #222 0%, #49c3ff 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#49c3ff', GradientType=0);
  /* IE6-9 */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: .85;
}
.single-service-style-eight:hover:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.single-service-style-eight .img-box {
  width: 100%;
  background: #222;
}
.single-service-style-eight .img-box > img {
  width: 100%;
  border-radius: 8px;
  opacity: .5;
}
.single-service-style-eight .text-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 11;
  padding: 40px;
}
.single-service-style-eight .text-block h3,
.single-service-style-eight .text-block p {
  margin: 0;
}
.single-service-style-eight .text-block h3 {
  font-size: 26px;
  
  margin-bottom: 30px;
}
.single-service-style-eight .text-block h3 a {
  color: #fff;
}
.single-service-style-eight .text-block p {
  font-size: 20px;
  
  color: #fff;
}
.single-service-style-eight .text-block a.read-more {
  color: #fff;
  font-size: 12px;
  
  text-transform: uppercase;
  display: inline-block;
  text-decoration: underline;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: absolute;
  bottom: 45px;
  left: 40px;
}
.single-service-style-eight .text-block a.read-more:hover {
  color: #49c3ff;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

/************************** 
* 8. solutions styles 
***************************/
.solution-style-one {
  background: #f9f9fb;
}

.solution-style-one .sec-title {
  margin-bottom: 30px;
}

.single-solution-style-one {
  border: 1px solid #CCD7E0;
  padding: 36px 30px;
  border-radius: 6px;
  position: relative;
  margin-top: 70px;
  background: #fff;
}

.single-solution-style-one:before {
  background: #49c3ff;
  border-radius: 6px;
}

.single-solution-style-one:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
}

.single-solution-style-one .img-box {
  position: absolute;
  top: -40px;
  left: 30px;
}

.single-solution-style-one .img-box img {
  border-radius: 50%;
}

.single-solution-style-one .text-box {
  padding-right: 250px;
}

.single-solution-style-one h3 {
  font-size: 22px;
  
  margin: 0;
  margin-top: 15px;
  margin-bottom: 15px;
}

.single-solution-style-one h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-solution-style-one span {
  color: #49c3ff;
  
  
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-solution-style-one .read-more {
  color: #49c3ff;
  
  font-size: 12px;
  text-transform: uppercase;
  
  line-height: 1em;
  border-bottom: 1px solid #A5BFEB;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-solution-style-one:hover span {
  color: #E8F3FF;
}

.single-solution-style-one:hover h3 a {
  color: #FFFFFF;
}

.single-solution-style-one:hover .read-more {
  border-color: #97B9EB;
  color: #E8F3FF;
}

.solution-style-two {
  background: #f9f9fb url(../images/gray-shape-bg4.jpg) left center no-repeat;
  background-size: cover;
  position: relative;
}

.solution-style-two img.shaped-bg {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.solution-style-two .solution-content {
  padding-left: 67px;
}

.solution-style-two .solution-content .sec-title {
  margin-bottom: 0;
}

.solution-style-two .solution-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
  margin-top: 35px;
  margin-bottom: 50px;
}

.single-solution-style-two {
  border: 1px solid #CCD7E0;
  border-radius: 8px;
  padding: 20px 0;
  padding-right: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #FFFFFF;
}

.single-solution-style-two + .single-solution-style-two {
  margin-top: 25px;
}

.single-solution-style-two .count-box,
.single-solution-style-two .text-box {
  display: table-cell;
  vertical-align: middle;
}

.single-solution-style-two .count-box .inner-box {
  background: #ccd7e0;
  width: 60px;
  height: 60px;
  text-align: center;
  color: #FFFFFF;
  
  
  line-height: 60px;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-solution-style-two .text-box {
  color: #222;
  font-size: 20px;
  
  padding-right: 30px;
}

.single-solution-style-two:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(204, 215, 224, 0.3);
}

.single-solution-style-two:hover .count-box .inner-box {
  background: #49c3ff;
}

.solution-style-two .featured-image-box img {
  border-radius: 8px;
}

.single-solution-style-three .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.single-solution-style-three .image-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.single-solution-style-three .image-box img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.single-solution-style-three .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 19, 40, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}
.single-solution-style-three .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.single-solution-style-three .box a i.fa {
  display: inline-block;
  width: 65px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  color: #222;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-solution-style-three .box a i.fa:hover {
  color: #fff;
  background: #1371D6;
}
.single-solution-style-three .image-box:hover .box {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.video-box-style-four.solutions-details-page:before {
  display: none;
}

.solutions-tab-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-bottom: 2px solid #e7f1fa;
  margin-bottom: 120px;
}
.solutions-tab-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
  float: right;
  width: 16.666666667%;
}
.solutions-tab-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0 39px;
  padding-bottom: 30px;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
}
.solutions-tab-one .tab-title li a:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 0;
  background: #49c3ff;
  height: 2px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.solutions-tab-one .tab-title li a i[class*=payonline-icon] {
  font-size: 72px;
  color: #49c3ff;
}
.solutions-tab-one .tab-title li a h3 {
  margin: 0;
  color: #222;
  
  
  margin-top: 21px;
}
.solutions-tab-one .tab-title li a:hover:before, .solutions-tab-one .tab-title li a.active:before {
  width: 100%;
}
.solutions-tab-one .single-tab-content-two .sec-title {
  margin-bottom: 40px;
}
.solutions-tab-one .single-tab-content-two p,
.solutions-tab-one .single-tab-content-two ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.solutions-tab-one .single-tab-content-two p {
  
  line-height: 34px;
  
  color: #161c3c;
  margin-bottom: 30px;
}
.solutions-tab-one .single-tab-content-two ul.list-items li {
  position: relative;
  
  line-height: 34px;
  color: #161c3c;
  padding-right: 25px;
}
.solutions-tab-one .single-tab-content-two ul.list-items li i {
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #49c3ff;
}
.solutions-tab-one .single-tab-content-two .thm-btn {
  margin-top: 50px;
}

.solution-style-three.gallery-page .single-solution-style-three {
  margin-bottom: 30px;
}
.solution-style-three.gallery-page .btn-box {
  margin-top: 30px;
}

.solution-style-four .span-5 {
  width: 20%;
  float: right;
  padding-right: 15px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .solution-style-four .span-5 {
    width: 33.33333333%;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .solution-style-four .span-5 {
    width: 50%;
  }
}
@media (max-width: 575px) {
  .solution-style-four .span-5 {
    width: 100%;
  }
}
.solution-style-four .btn-box {
  margin-top: 45px;
}
.solution-style-four .btn-box .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-left: 100px;
  margin-top: 15px;
}
.solution-style-four .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}
@media (max-width: 991px) {
  .solution-style-four {
    padding-bottom: 90px;
  }
  .solution-style-four .sec-title h2 {
    font-size: 38px;
  }
  .solution-style-four .btn-box {
    margin-top: 25px;
  }
}
@media (max-width: 767px) {
  .solution-style-four {
    padding-bottom: 50px;
  }
}

.single-solution-style-four {
  text-align: center;
}
.single-solution-style-four .icon-box {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
          box-shadow: 0px 25px 30px 0px rgba(15, 111, 213, 0.15);
  display: inline-block;
  text-align: center;
  position: relative;
  background: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  margin-bottom: 40px;
}
.single-solution-style-four .icon-box:after {
  content: '';
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border-radius: 50%;
  background: #f9f9fb;
  background: -webkit-gradient(linear, left top, right top, from(#f9f9fb), to(#ffffff));
  background: linear-gradient(to left, #f9f9fb 0%, #ffffff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$thm_gray', endColorstr='#ffffff', GradientType=1);
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-solution-style-four .icon-box i {
  font-size: 72px;
  line-height: 150px;
  position: relative;
  z-index: 10;
  color: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-solution-style-four .icon-box:before {
  content: '';
  width: 72px;
  height: 72px;
  background: rgba(15, 111, 213, 0.08);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%);
  transform: translate(-60%, -50%);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 10;
}
.single-solution-style-four h3,
.single-solution-style-four p {
  margin: 0;
}
.single-solution-style-four h3 {
  color: #222;
  font-size: 20px;
  
}
.single-solution-style-four p {
  
  line-height: 26px;
  color: #161c3c;
  
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 575px) {
  .single-solution-style-four p {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
  }
}
.single-solution-style-four .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-solution-style-four .read-more:hover {
  color: #222;
}
.single-solution-style-four:hover .icon-box, .single-solution-style-four.active .icon-box {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
}
.single-solution-style-four:hover .icon-box i, .single-solution-style-four.active .icon-box i {
  color: #fff;
}
.single-solution-style-four:hover .icon-box:before, .single-solution-style-four.active .icon-box:before {
  opacity: 0;
}
.single-solution-style-four:hover .icon-box:after, .single-solution-style-four.active .icon-box:after {
  opacity: 0;
}
.single-solution-style-four.active:after {
  opacity: 1;
}

.solution-size-tab-wrapper .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  text-align: center;
  display: block;
  margin-bottom: 50px;
}
.solution-size-tab-wrapper .tab-title li {
  display: inline-block;
  margin-bottom: 10px !important;
}
.solution-size-tab-wrapper .tab-title li + li {
  margin-right: 7px;
}
.solution-size-tab-wrapper .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0 38px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  
  
  color: #161c3c;
  border: 1px solid #ccd7e0 !important;
  line-height: 60px;
  border-radius: 30px !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.solution-size-tab-wrapper .tab-title li a:hover, .solution-size-tab-wrapper .tab-title li a.active {
  border-color: #49c3ff !important;
  color: #fff;
  background: #49c3ff;
}
.solution-size-tab-wrapper .img-box {
  overflow: hidden;
  display: inline-block;
  border-radius: 7px;
}
@media (max-width: 991px) {
  .solution-size-tab-wrapper .img-box {
    margin-bottom: 50px;
  }
}
.solution-size-tab-wrapper .text-box ul.list-items {
  margin-bottom: 30px;
  margin-top: 20px;
}

/************************** 
* 9. easy steps styles 
***************************/
.easy-steps-style-one {
  background: #49c3ff url(../images/easy-step-bg.jpg) center center no-repeat;
  background-size: cover;
}

.single-easy-step-one {
  text-align: center;
}

.single-easy-step-one i {
  font-size: 70px;
  color: #fff;
}

.single-easy-step-one h3 {
  color: #fff;
  font-size: 22px;
  
  margin: 0;
  margin-top: 25px;
}
.single-easy-step-one h3 a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-easy-step-one h3 a:hover {
  color: #49c3ff;
}

.single-easy-step-one p {
  color: #E8F3FF;
  
  line-height: 34px;
  
  margin: 0;
  width: 89%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
  margin-bottom: 20px;
}

.single-easy-step-one .read-more {
  display: block;
  margin-right: auto;
  margin-left: auto;
  width: 65px;
  height: 40px;
  background: #222;
  border-radius: 20px;
  text-align: center;
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-easy-step-one .read-more i {
  color: #fff;
  font-size: 12px;
  line-height: 40px;
}

.single-easy-step-one .read-more:hover {
  background: #FFFFFF;
}

.single-easy-step-one .read-more:hover i {
  color: #222;
}

.single-easy-step-one .step-count {
  font-family: "roboto";
  color: #FFFFFF;
  
}

/************************** 
* 10. clients styles 
***************************/
.client-style-one {
padding: 0 0 30px;

}



.client-style-one .item {
 text-align: center;
}


.client-carousel-one i {
  font-size: 126px;
  color: #49c3ff;
  opacity: .3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.client-carousel-one img {
  opacity: .3;
  transition: all .4s ease;
}

.client-carousel-one i:hover {
  opacity: 1;
}
.client-carousel-one img:hover {
  opacity: 1;
}

.client-carousel-one .owl-nav {
  display: none;
}

.client-style-one.home-two {

}

.client-style-one.home-two .client-carousel-one i {
  color: #222;
}
.client-style-one.home-two .client-carousel-one img {

  opacity: 1;
  transition: all .4s ease;
}

.title-log {
padding: 8px;text-transform: capitalize;
background: #171c3f;
color: #fff;}

.client-carousel-two .owl-nav {
  margin: 0;
}
.client-carousel-two .item {
  border-radius: 7px;
  text-align: center;
  border: 1px solid #ccd7e0;
  padding: 36.5px 0;
}
.client-carousel-two i {
  font-size: 150px;
  color: #222;
  opacity: .3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.client-carousel-two i:hover {
  opacity: 1;
}
.client-carousel-two img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: .5;
  transition: all .4s ease;
}
.client-carousel-two img:hover {
  opacity: 1;
}
.client-carousel-two i:hover {
  opacity: 1;
}

/************************** 
* 11. videobox styles 
***************************/
.video-box-style-one {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 6px;
}

.about-img {
margin: 0 auto;

display: block;
}
.about-img img {
max-width:100%;
max-height: 450px;
}


.video-box-style-one .img-box img {
  width: 100%;
}

.video-box-style-one .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 19, 40, 0.5);
}

.video-box-style-one .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.video-box-style-one .box a i.fa-play {
  display: inline-block;
  width: 115px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #222;
  
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-box-style-one .box a i.fa-play:hover {
  color: #fff;
  background: #1371D6;
}

.video-box-style-one .box a .btn-tag-line {
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-65%);
  transform: translateX(-65%);
  color: #FFFFFF;
  font-family: "roboto";
  font-size: 20px;
}

.video-box-style-one .box a .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
}

.video-box-two {
  border-radius: 6px;
  overflow: hidden;
}

.video-box-three {
  padding:50px 0;
  background-size: cover;
}

.video-box-three .video-box-content .sec-title {
  margin: 0;
  margin-bottom: 20px;
}

.video-box-three .video-box-content p {
color: #161c3c;

line-height: 26px;
margin: 0;
    margin-bottom: 0px;
margin-bottom: 30px;
}

.video-box-three .video-box-content .btn-box .video-popup {
  color: #161c3c;
  
  margin-right: 20px;
}

.video-box-three .video-box-content .btn-box .video-popup i {
  border: 2px solid #111;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 56px;
  text-align: center;
  margin-left: 10px;
}

.video-box-style-four {
  position: relative;
  padding-right: 120px;
  padding-left: 120px;
}
.video-box-style-four:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 300px);
  height: 100%;
  background: #f9f9fb;
}
.video-box-style-four .container {
  position: relative;
}
.video-box-style-four .video-box-content {
  width: 100%;
  max-width: 600px;
  margin-right: auto;
  padding-left: 130px;
}
@media (max-width: 1400px) {
  .video-box-style-four .video-box-content {
    padding-left: 40px;
  }
}






.video-box-style-four .video-box-content .sec-title {
  margin-bottom: 0;
}
.video-box-style-four .video-box-content p,
.video-box-style-four .video-box-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.video-box-style-four .video-box-content p {
  
  line-height: 34px;
  
  color: #161c3c;
  margin-top: 35px;
  margin-bottom: 35px;
}
.video-box-style-four .video-box-content ul.list-items li {
  position: relative;
  
  line-height: 34px;
  color: #161c3c;
  padding-right: 25px;
}
.video-box-style-four .video-box-content ul.list-items li + li {
  margin-top: 10px;
}
.video-box-style-four .video-box-content ul.list-items li i {
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #49c3ff;
}
.video-box-style-four .video-box {
  position: relative;
  overflow: hidden;
  display: inline-block;
  border-radius: 6px;
}
.video-box-style-four .video-box .img-box img {
  width: 100%;
}
.video-box-style-four .video-box .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 19, 40, 0.5);
}
.video-box-style-four .video-box .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}
.video-box-style-four .video-box .box a i.fa-play {
  display: inline-block;
  width: 115px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 30px;
  color: #222;
  
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-box-style-four .video-box .box a i.fa-play:hover {
  color: #fff;
  background: #1371D6;
}
.video-box-style-four .video-box .box a .btn-tag-line {
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-65%);
  transform: translateX(-60%);
  color: #FFFFFF;
  font-family: "roboto";
  font-size: 20px;
}
.video-box-style-four .video-box .box a .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
}

.video-box-three.request-metting-page {
  background: #fff;
  padding-top: 120px;
}

/************************** 
* 12. subscribe styles 
***************************/
.subscribe-form {
position: relative;
}

.subscribe-form button {
position: absolute;
left: 0;
top: 0;box-shadow: none;height: 60px;
}


.subscribe-form button:hover {
background: #49c3ff;
}

.newsletter p {color:#fff;
text-transform: capitalize;

}

.subscribe-form h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 30px;
  
  margin-bottom: 48px;
}

.subscribe-form input {
  border: none;
  outline: none;
  background-color: transparent;
  width: 100%;
  background: #FFFFFF;
height: 60px;
border-radius: 5px;
  color: #161c3c;
  box-shadow: none;
  padding-right: 20px;
  margin-left: 10px;
}

/************************** 
* 13. expertize styles 
***************************/
.expertize-box-one {
  background: #49c3ff;
  text-align: center;
  border-radius: 6px;
  padding: 56px 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.expertize-box-one .inner-box {
  width: 100%;
}

.expertize-box-one h3,
.expertize-box-one p {
  margin: 0;
}

.expertize-box-one h3 {
  color: #FFFFFF;
  font-size: 40px;
  line-height: 36px;
  
}

.expertize-box-one p {
  color: #FFFFFF;
  
  
  margin-top: 13px;
  margin-bottom: 50px;
}

.expertize-box-one a {
  
  color: #FFFFFF;
  text-transform: uppercase;
  
  font-size: 12px;
  line-height: 1em;
  text-decoration: underline;
}

/************************** 
* 14. get apps styles 
***************************/
.get-apps-style-one {
  background: #f9f9fb url(../images/gray-shape-bg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 80px;
}

.get-apps-style-one .featured-image {
  margin-right: -30px;
}

.get-apps-style-one-content {
  padding-left: 59px;
}

.get-apps-style-one-content .sec-title {
  margin-bottom: 50px;
}

.get-apps-style-one-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
  margin-bottom: 50px;
}

.get-apps-style-one-content .thm-btn {
  position: relative;
}

.get-apps-style-one-content .thm-btn i {
  margin-left: 5px;
}

.get-apps-style-one-content .thm-btn.style-two {
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  margin-left: 10px;
}

.get-apps-style-one-content .thm-btn.style-two:before {
  border-color: #49c3ff;
}

.get-apps-style-one-content .thm-btn.style-two:hover {
  background: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
}

.get-apps-style-one-content .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-right: 60px;
  margin-top: 20px;
}

.get-apps-style-one-content .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 27px;
}

/************************** 
* 15. blog styles 
***************************/
.single-blog-style-one .text-box {
  background: #f9f9fb;
  border-radius: 6px;
  text-align: center;
  padding: 36.5px 60px;
  margin-bottom: 20px;
  overflow: hidden;
}

.single-blog-style-one .text-box:before {
  border-radius: 6px;
  background: #49c3ff;
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
}

.single-blog-style-one .text-box:hover:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}

.single-blog-style-one .text-box h3 {
  font-size: 22px;
  
  margin: 0;
  color: #222;
  margin-bottom: 18px;
}

.single-blog-style-one .text-box h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box .meta-info {
  
  
  margin-bottom: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box .meta-info .sep {
  margin-right: 10px;
  margin-left: 10px;
}

.single-blog-style-one .text-box .meta-info a {
  color: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .text-box:hover .meta-info,
.single-blog-style-one .text-box:hover .meta-info a,
.single-blog-style-one .text-box:hover h3 a,
.single-blog-style-one .text-box:hover .read-more {
  color: #fff;
}

.single-blog-style-one .image-box {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.single-blog-style-one .image-box:hover > img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}

.single-blog-style-one .image-box img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.single-blog-style-one .box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: rgba(0, 19, 40, 0.6);
  opacity: 0;
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transition: all 0.6s ease-in-out 0.3s;
  transition: all 0.6s ease-in-out 0.3s;
}

.single-blog-style-one:hover .box {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.single-blog-style-one .box a {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.single-blog-style-one .box a i.fa {
  display: inline-block;
  width: 65px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 20px;
  color: #222;
  font-size: 12px;
  line-height: 40px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-blog-style-one .box a i.fa:hover {
  color: #fff;
  background: #1371D6;
}

.single-blog-style-one .image-box:hover .box {
  opacity: 1;
}

.blog-style-one {
padding:30px 0;position: relative;
}


.blog-style-one .col-lg-3 {
padding:0
}


.news-page .single-blog-style-one {
  margin-bottom: 30px;
}
.post-pagination {
  text-align: center;
  margin-top: 30px;
}
.post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
  height: 60px;
  background: #ccd7e0;
  border-radius: 50%;
  color: #FFFFFF;
  
  line-height: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  
}
.post-pagination a:hover, .post-pagination a.active {
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px rgba(238, 50, 52, 0.3);
          box-shadow: 0px 10px 30px rgba(238, 50, 52, 0.3);
}
.post-pagination a + a {
  margin-right: 10px;
}

.news-page-sidebar .single-blog-style-one .text-box {
  text-align: right;
  background-color: transparent;
  padding: 0;
  margin-top: 34px;
}
.news-page-sidebar .single-blog-style-one .text-box .read-more {
  color: #49c3ff;
}
.news-page-sidebar .single-blog-style-one .text-box:hover .meta-info,
.news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a {
  color: #49c3ff;
}
.news-page-sidebar .single-blog-style-one .text-box:hover h3 a {
  color: #222;
}
.news-page-sidebar .single-blog-style-one .text-box:hover .read-more {
  color: #49c3ff;
}
.news-page-sidebar .single-blog-style-one .text-box:hover .meta-info a:hover {
  color: #49c3ff;
}
.news-page-sidebar .single-blog-style-one .text-box:hover h3 a:hover {
  color: #49c3ff;
}
.news-page-sidebar .single-blog-style-one .text-box:hover .read-more:hover {
  color: #222;
}

.single-blog-page .featured-image-box {
  overflow: hidden;
  border-radius: 7px;
}


.single-blog-page .featured-image-box {
height: 400px;
object-fit: cover;
width: 100%;
}

.single-blog-page .text-block {

}
.single-blog-page .text-block h3 {
  font-size: 22px;
  
  color: #fff;
}
.single-blog-page .text-block .meta-info {
  
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .text-block .meta-info .sep {
  margin-right: 10px;
  margin-left: 10px;
}
.single-blog-page .text-block .meta-info a {
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .text-block p {
    
    color: #fff;
    margin: 0;
        margin-bottom: 0px;
    margin-bottom: 15px;
}
.single-blog-page .share-block {
  border-top: 2px solid #f9f9fb;
  border-bottom: 2px solid #f9f9fb;
  padding: 20px 0;
  margin: 20px 0;
}
.single-blog-page .share-block .tags-block {
  color: #fff;
  

}
.single-blog-page .share-block .tags-block span {
  font-size: 20px;
  color: #222;
  
  margin-left: 6px;
}
.single-blog-page .share-block .tags-block a {
  color: #161c3c;
  margin-right: 6px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .share-block .tags-block a:hover {
  color: #49c3ff;
}
.single-blog-page .share-block .social-block a {
  
  color: #161c3c;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: inline-block;
  vertical-align: middle;
}
.single-blog-page .share-block .social-block a:hover {
  color: #49c3ff;
}
.single-blog-page .share-block .social-block a + a {
  margin-right: 22px;
}
.single-blog-page .author-block {
  border-bottom: 2px solid #f9f9fb;
  padding-bottom: 60px;
  margin-bottom: 60px;
}
.single-blog-page .author-block .author-img-box,
.single-blog-page .author-block .author-text-block {
  display: table-cell;
  vertical-align: middle;
}
.single-blog-page .author-block .author-img-box {
  overflow: hidden;
  width: 170px;
  border-radius: 7px;
}
.single-blog-page .author-block .author-img-box > img {
  width: 100%;
}
.single-blog-page .author-block .author-text-block {
  padding-right: 30px;
}
.single-blog-page .author-block .author-text-block h3,
.single-blog-page .author-block .author-text-block p {
  margin: 0;
}
.single-blog-page .author-block .author-text-block h3 {
  font-size: 22px;
  color: #222;

  margin-bottom: 36px;
}
.single-blog-page .author-block .author-text-block p {
  
  line-height: 34px;
  
  color: #161c3c;
  margin-bottom: 35px;
}
.single-blog-page .author-block .author-text-block .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .author-block .author-text-block .read-more:hover {
  color: #222;
}
.single-blog-page .single-comment-block + .single-comment-block {
  margin-top: 30px;
  padding-top: 30px;
  border-top: 2px solid #f9f9fb;
}
.single-blog-page .single-comment-block .comment-img-block,
.single-blog-page .single-comment-block .comment-text-block {
  display: table-cell;
  vertical-align: top;
}
.single-blog-page .single-comment-block .comment-img-block {
  width: 113px;
}
.single-blog-page .single-comment-block .comment-img-block > img {
  width: 100%;
  border-radius: 50%;
}
.single-blog-page .single-comment-block .comment-text-block {
  padding-right: 30px;
  position: relative;
}
.single-blog-page .single-comment-block .comment-text-block .meta-info {

  
  margin-bottom: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .single-comment-block .comment-text-block .meta-info .sep {
  margin-right: 10px;
  margin-left: 10px;
}
.single-blog-page .single-comment-block .comment-text-block .meta-info a {
  color: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-blog-page .single-comment-block .comment-text-block h3,
.single-blog-page .single-comment-block .comment-text-block p {
  margin: 0;
}
.single-blog-page .single-comment-block .comment-text-block h3 {
  font-size: 20px;
  color: #222;

  margin-bottom: 7px;
}
.single-blog-page .single-comment-block .comment-text-block p {
  
  color: #161c3c;
  margin-top: 10px;
  width: 90%;
}
.single-blog-page .single-comment-block .comment-text-block .thm-btn {
  position: absolute;
  top: 0;
  right: 0;
}
.single-blog-page .comment-form-block {
  border-top: 2px solid #f9f9fb;
  padding-top: 30px;
  margin-top: 30px;
}

.comments-block-title,
.comment-form-block-title {
  margin: 0;
  color: #222;
  font-size: 20px;
  
  margin-bottom: 40px;
}

/************************** 
* 16. cta styles 
***************************/
.cta-one {
  background: #f9f9fb url(../images/gray-shape-bg2.jpg) center center no-repeat;
  background-size: cover;
}

.cta-one-content .sec-title {
  margin-bottom: 50px;
}

.cta-one-content .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
  max-width: 470px;
  border: 2px solid #CCD7E0;
  border-radius: 30px;
  margin-bottom: 20px;
}

.cta-one-content .bootstrap-select > .dropdown-toggle {
  border: none !important;
  outline: none !important;
  background-color: transparent;
  padding: 18px 38px;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.cta-one-content .dropdown-toggle::after {
  border: none;
  width: auto;
  height: auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #161c3c;
  
  width: 66px;
  height: 60px;
  text-align: center;
  border-right: 2px solid #CCD7E0;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 60px;
}

.cta-one-content .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-right: 90px;
  margin-top: 20px;
}

.cta-one-content .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, 1) translate(6px, -10px);
  transform: rotate(-85deg) scale(1, 1) translate(6px, -10px);
  font-size: 27px;
}

.cta-two {
  text-align: center;
}

[class*=cta-block-] {
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 80px;padding-bottom: 50px;
}

[class*=cta-block-]:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.cta-block-one:before {
opacity: .8;

background: #000;
}

.cta-block-two:before {
opacity: .9;
background: #0a1e41;
}




[class*=cta-block-] .icon-box {
/*
background: #ddd;
width: 100px;
height: 100px;
line-height: 100px;
text-align: center;
font-size: 50px;
color: #fff;
border-radius: 50%;
margin: 0 auto;
margin-bottom: 20px;
background-image: linear-gradient(180deg, #dbfdfe 0%, #49c3ff 100%);*/


color: #fff3;
font-size: 80px;
margin-bottom: 20px;
}


[class*=cta-block-] .inner-box {
  position: relative;
}

[class*=cta-block-] h3 {
  color: #FFFFFF;
  font-size: 26px;
  margin-bottom: 30px;
}

[class*=cta-block-] p { 
  color: #FFFFFF;margin: 0;
}

[class*=cta-block-] .btn-box .btn-tag-line {
  display: block;
  color: #FFFFFF;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-left: 100px;
  margin-top: 15px;
}

[class*=cta-block-] .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}

.cta-block-two .thm-btn {
  background: #fff;
  color: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(255, 255, 255, 0.3);
}

.cta-block-two .thm-btn:hover {
  background: #49c3ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
}

/*
* cta three
*/
.cta-three .container {
  position: relative;
}

.cta-three .container:before {
  content: '';
  width: calc(100% - 400px);
  height: calc(100% - 200px);
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 6px;
  background: #f9f9fb;
}

.cta-three .featured-image {
  border-radius: 6px;
}

.cta-three .cta-btn {
  background: #49c3ff;
  width: 100%;
  border-radius: 6px;
  color: #FFFFFF;
  font-size: 20px;
  
  display: block;
  position: relative;
  padding: 38px 0;
  padding-right: 85px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  text-align: right;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  width: 100%;
  max-width: 340px;
}

.cta-three .cta-btn.two {
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  margin-top: 30px;
}

.cta-three .cta-btn i {
  font-size: 29px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-three .cta-btn:hover {
  background: #fff;
  color: #222;
}

.cta-three .sec-title {
  margin-bottom: 165px;
}

.cta-three .single-content {
  padding-left: 122px;
}

.cta-three .single-content + .single-content {
  margin-top: 30px;
}

.cta-three .single-content .icon-box,
.cta-three .single-content .text-box {
  display: table-cell;
  vertical-align: middle;
}

.cta-three .single-content .icon-box i {
  display: block;
  width: 109px;
  height: 109px;
  border-radius: 50%;
  color: #49c3ff;
  font-size: 42px;
  text-align: center;
  background: #ffffff;
  border: 1px solid #CCD7E0;
  line-height: 109px;
}

.cta-three .single-content .text-box {
  padding-right: 30px;
}

.cta-three .single-content .text-box p {
  color: #161c3c;
  
  line-height: 34px;
  
}

.cta-three .btn-box {
  margin-top: 50px;
}

.cta-three .btn-box .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}

.cta-three .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}

.cta-four {
  background: #49c3ff;
  padding: 126px 0;
}
.cta-four h3 {
  margin: 0;
  color: #FFFFFF;
  
  font-size: 40px;
}
.cta-four .btn-box {
  position: relative;
}
.cta-four .btn-box .btn-tag-line {
  width: 100%;
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}
.cta-four .btn-box .btn-tag-line {
  color: #DBEAFB;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
}
.cta-four .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 20px;
}

.cta-five.black-shape-bg {
  background: #222 url(../images/black-shape-bg.jpg) top right no-repeat;
  background-size: cover;
}
.cta-five .cta-content .sec-title {
  margin-bottom: 40px;
}
.cta-five .cta-content p {
  margin: 0;
  color: #DBEAFB;
  
  
  line-height: 34px;
  width: 91%;
  margin-bottom: 40px;
}
.cta-five .cta-content a.read-more {
  color: #DBEAFB;
  font-size: 12px;
  
  text-transform: uppercase;
  text-decoration: underline;
}
.cta-five .cta-five-box-outer {
  border-top: 2px solid rgba(255, 255, 255, 0.05);
  padding-top: 120px;
  margin-top: 120px;
}
.cta-five .single-cta-box h3,
.cta-five .single-cta-box p {
  margin: 0;
}
.cta-five .single-cta-box i {
  font-size: 59px;
  color: #fff;
}
.cta-five .single-cta-box h3 {
  font-size: 22px;
  
  line-height: 34px;
  margin-top: 20px;
  margin-bottom: 30px;
}
.cta-five .single-cta-box h3 a {
  color: #FFFFFF;
}
.cta-five .single-cta-box p {
  color: #fff;
  
  
  line-height: 34px;
}
.cta-five.home-five .cta-content p {
  color: #161c3c;
}
.cta-five.home-five .cta-content a.read-more {
  color: #49c3ff;
}

.cta-six .sec-title {
  margin-bottom: 60px;
}
.cta-six .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-left: 100px;
  margin-top: 15px;
}
.cta-six .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}

.cta-seven {
  background: #49c3ff url(../images/blue-shape-bg3.jpg) right center no-repeat;
  background-size: cover;
  padding: 69px 0;
  margin-top: 30px;
  border-radius: 7px;
  text-align: center;
}
.cta-seven span {
  text-transform: uppercase;
  font-size: 12px;
  color: #FFFFFF;
  
}
.cta-seven h3 {
  margin: 0;
  font-size: 22px;
  line-height: 34px;
  
  color: #FFFFFF;
  width: 69%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 34px;
}

/************************** 
* 17. footer styles 
***************************/
.site-footer {
  background: #151b35;overflow: hidden;
position: relative;
}

.footer-widget {
width: 100%;
} 

.site-footer .upper-footer {
  padding-top: 50px;
  padding-bottom: 10px;
}

.footer-widget.links-widget-one {
  padding-right: 20px;
}

.footer-widget .title-box h3 {
  margin: 0;
  color: #FFFFFF;
  font-size: 20px;padding-bottom: 18px;
  text-transform: capitalize;
  margin-bottom: 20px;position: relative;
}



.footer-widget .title-box h3:after {
    content: '';
    width: 70px;
    background: #49c3ff;
    height: 2px;
    border-radius: 10px;
    position: absolute;
    bottom: 0;
    right: 0;background: linear-gradient( to left , #49c3ff,#49c3ff33 ,#49c3ff1a);
}

.footer-widget .btn-box,
.footer-widget .social {
  display: inline-block;
  vertical-align: top;
}

.footer-widget .social {
margin-right: 15px;
  margin-top: 40px;
}

.footer-widget .social a {
  color: #FFFFFF;
  
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.footer-widget .social a:hover {
  color: #49c3ff;
}

.footer-widget .social a + a {
  margin-right: 28px;
}

.footer-widget ul.link-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer-widget ul.link-lists li {
width: 50%;

float: right;

position: relative;
margin-bottom: 15px;text-transform: capitalize;
padding-right: 15px;
}


.footer-widget ul.link-lists li:after {

  content: '\f060';
  font-family: 'Font Awesome 5 Pro';
  color: #161c3c;
  font-size: 11px;
  position: absolute;
  top: 0;

  right: 0;
color: #49c3ff
}


.footer-widget ul.link-lists li a {
  color: #fff;
  display: block;
  position: relative;
}


/*
.footer-widget ul.link-lists li a:after {
  content: '\f061';
  font-family: 'Font Awesome 5 Pro';
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) translateX(10px);
  transform: translateY(-50%) translateX(10px);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}*/

.footer-widget ul.link-lists li:hover a:after {
  -webkit-transform: translateY(-50%) translateX(0);
  transform: translateY(-50%) translateX(0);
  opacity: 1;
}

.footer-widget .btn-box .thm-btn {
  padding: 18px 62.5px;
}

.footer-widget .btn-box .btn-tag-line {
  display: block;
  color: #DBEAFB;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
}

.footer-widget .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 27px;
}

.site-footer .bottom-footer p {
margin: 0;

text-align: center;

color: #fff;

font-size: 15px;

border-top: 1px solid #ffffff1a;

padding: 10px 0;
}

.site-footer .bottom-footer p a {
  text-decoration: underline;
  color: #DBEAFB;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.site-footer .bottom-footer p a:hover {
  color: #49c3ff;
}

/************************** 
* 18. sales point styles 
***************************/
.payonline-sales-point {
  background: #f9f9fb url(../images/gray-shape-bg3.jpg) right center no-repeat;
  background-size: cover;
}

.single-sales-point {
  position: relative;
  border-radius: 6px;
  overflow: hidden;
  border: 1px solid #CCD7E0;
}

.single-sales-point .map-box .google-map {
  width: 100%;
  height: 272px;
}

.single-sales-point .text-box {
  position: absolute;
  background: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  padding-right: 60px;
  padding-top: 60px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-sales-point:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
}

.single-sales-point:hover .text-box {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  opacity: 0;
}

.single-sales-point .text-box h3,
.single-sales-point .text-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-sales-point .text-box h3 {
  font-size: 20px;
  color: #222;
  
  margin-bottom: 40px;
}

.single-sales-point .text-box ul li {
  position: relative;
  padding-right: 25px;
}

.single-sales-point .text-box ul li + li {
  margin-top: 5px;
}

.single-sales-point .text-box ul li i {
  color: #49c3ff;
  font-size: 15px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sales-carousel .owl-dots {
  margin-top: 35px;
}

.sales-carousel .owl-dots .owl-dot span {
  margin: 0 2.5px;
  background: #919CA7;
}

.sales-carousel .owl-dots .owl-dot.active span {
  background: #49c3ff;
}

.payonline-sales-point.home-six {
  background: #222 url(../images/sales-point-bg.jpg) center center no-repeat fixed;
  background-size: cover;
  position: relative;
}
.payonline-sales-point.home-six:before {
  content: '';
  background: #222;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: .85;
}
.payonline-sales-point.home-six .container {
  position: relative;
}
.payonline-sales-point.home-six .single-sales-point {
  border: none;
}
.payonline-sales-point.home-six .single-sales-point .text-box {
  background: #222;
}
.payonline-sales-point.home-six .single-sales-point .text-box h3,
.payonline-sales-point.home-six .single-sales-point .text-box ul.info-list li {
  color: #fff;
}
.payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot span {
  background: #fff;
}
.payonline-sales-point.home-six .sales-carousel .owl-dots .owl-dot.active span {
  background: #49c3ff;
}

.payonline-sales-point.location-page {
  padding-bottom: 90px;
  background-image: none;
}
.payonline-sales-point.location-page .single-sales-point {
  margin-bottom: 30px;
}

.top-location-block .text-block .sec-title {
  margin: 0;
}
.top-location-block .text-block p {
  
  line-height: 34px;
  color: #161c3c;
  
  margin: 0;
  margin-top: 35px;
  margin-bottom: 45px;
}
.top-location-block .text-block .btn-box {
  display: inline-block;
  position: relative;
}
.top-location-block .text-block .btn-box .btn-tag-line {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-10%);
          transform: translateX(-10%);
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  width: 100%;
}
.top-location-block .text-block .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-left: 10px;
}
.top-location-block .contact-info {
  background: #f9f9fb;
  padding: 60px;
  border-radius: 7px;
}
.top-location-block .contact-info h3,
.top-location-block .contact-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.top-location-block .contact-info h3 {
  font-size: 26px;
  
  line-height: 34px;
  color: #222;
  margin-bottom: 40px;
}
.top-location-block .contact-info ul li {
  position: relative;
  padding-right: 35px;
  
  
  color: #161c3c;
}
.top-location-block .contact-info ul li + li {
  margin-top: 10px;
}
.top-location-block .contact-info ul li i {
  color: #49c3ff;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.top-location-block .contact-info .social {
  border-top: 2px solid #fff;
  padding-top: 50px;
  margin-top: 50px;
}
.top-location-block .contact-info .social a {
  font-size: 22px;
  color: #222;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.top-location-block .contact-info .social a + a {
  margin-right: 34px;
}
.top-location-block .contact-info .social a:hover {
  color: #49c3ff;
}

/************************** 
* 19. team styles 
***************************/
.single-team-style-one {
  text-align: center;
}

.single-team-style-one .top-box {
  position: relative;
  display: inline-block;
}

.single-team-style-one .top-box .img-box {
  overflow: hidden;
  border-radius: 50%;
}

.single-team-style-one .top-box .img-box:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #222;
  opacity: .6;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.single-team-style-one:hover .top-box .img-box:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.single-team-style-one .top-box .img-box img {
  border-radius: 50%;
}

.single-team-style-one .top-box .social {
  position: absolute;
  bottom: 0;
  right: 0;
}

.single-team-style-one .top-box .social a {
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  border-radius: 50%;
  color: #222;
  
  line-height: 60px;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-team-style-one:hover .top-box .social a {
  background: #49c3ff;
  color: #fff;
  -webkit-box-shadow: 5px 9px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 5px 9px 30px 0px rgba(15, 111, 213, 0.3);
}

.single-team-style-one .text-box {
  text-align: center;
  margin-top: 15px;
}

.single-team-style-one .text-box h3,
.single-team-style-one .text-box p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-team-style-one .text-box h3 {
  font-size: 20px;
  
  margin-bottom: 5px;
}

.single-team-style-one .text-box h3 a {
  color: #222;
}

.single-team-style-one .text-box h3 a:hover {
  color: #49c3ff;
}

.single-team-style-one .text-box p {
  color: #161c3c;
  
  
}


.team-style-two {
padding:50px 0;
}


.single-team-style-two {
  position: relative;
  overflow: hidden;
  border-radius: 7px;
}
.single-team-style-two:before {
  z-index: 10;
  background: #222;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */

  background: -webkit-linear-gradient(to bottom, #000c 0%, #0009 100%);
  background: linear-gradient(to bottom, #000c 0%, #0009 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222', endColorstr='#49c3ff', GradientType=0);
  /* IE6-9 */
  -webkit-transform-origin: bottom center;
          transform-origin: bottom center;
  opacity: .85;
}
.single-team-style-two .box {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 60px;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  opacity: 0;
}
.single-team-style-two .box h3 {
  font-size: 26px;
  
  margin: 0;
  margin-bottom: 10px;
}
.single-team-style-two .box h3 a {
  color: #fff;
}
.single-team-style-two .box span {
  font-size: 12px;
  text-transform: uppercase;
  
  line-height: 1em;
  color: #fff;
}
.single-team-style-two .box .social {
  margin-top: 10px;
}
.single-team-style-two .box .social a {
  
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-team-style-two .box .social a:hover {
  color: #49c3ff;
}
.single-team-style-two .box .social a + a {
  margin-right: 16px;
}
.single-team-style-two:hover:before {
  -webkit-transform-origin: top center;
          transform-origin: top center;
}
.single-team-style-two:hover .box {
  opacity: 1;
}

.team-page .single-team-style-one {
  margin-bottom: 60px;
}

/************************** 
* 20. testimonials styles 
***************************/
.single-testimonial-one .img-box {
  overflow: hidden;
  border-radius: 8px;
  width: calc(100% - 420px);
  float: left;
}

.single-testimonial-one .text-box {
  width: 400px;
  background: #222;
  border-radius: 8px;
  float: right;
  position: relative;
  padding: 85px 60px;
}

.single-testimonial-one .text-box .payonline-icon-left-quotes-sign {
  font-size: 103px;
  color: #FFFFFF;
  opacity: .05;
  position: absolute;
  top: -15px;
  left: 20px;
}

.single-testimonial-one .text-box h3,
.single-testimonial-one .text-box p {
  margin: 0;
}

.single-testimonial-one .text-box p {
  color: #DBE9FA;
  font-size: 22px;
  line-height: 40px;
  
}

.single-testimonial-one .text-box h3 {
  color: #FFFFFF;
  
  
  margin-top: 45px;
}

.testimonials-carousel.owl-theme .owl-nav {
  margin: 0;
}

.testimonials-carousel.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  right: 20px;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot + .owl-dot {
  margin-right: 5px;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot span {
  background: #DBE9FA;
  opacity: .4;
  margin: 0;
}

.testimonials-carousel.owl-theme .owl-dots .owl-dot.active span {
  opacity: 1;
}

.testimonials-style-two .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.testimonials-style-two .bx-wrapper ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-testimonial-two {
  position: relative;
  padding-bottom: 110px;
  padding-top: 110px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-testimonial-two:before {
  content: '';
  background: #222;
  opacity: .8;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.single-testimonial-two .container {
  position: relative;
}

.single-testimonial-two .text-box i {
  font-size: 56px;
  color: rgba(255, 255, 255, 0.1);
}

.single-testimonial-two .text-box p {
  color: #FFFFFF;
  font-size: 30px;
  line-height: 46px;
  
  margin: 0;
  margin-top: 10px;
  margin-bottom: 70px;
}

.single-testimonial-two .text-box h3 {
  font-size: 22px;
  
  color: #fff;
  margin: 0;
  margin-bottom: 40px;
}

.single-testimonial-two .text-box ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.single-testimonial-two .text-box ul li {
  color: #DBE9FA;
  
  line-height: 34px;
  
  padding-right: 0;
}

.single-testimonial-two .video-popup-box {
  width: 100%;
}

.single-testimonial-two .video-popup-box .video-popup {
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
}

.single-testimonial-two .video-popup-box .video-popup i.fa-play {
  display: inline-block;
  width: 115px;
  height: 60px;
  background: #49c3ff;
  border-radius: 30px;
  color: #fff;
  
  line-height: 60px;
  text-align: center;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-testimonial-two .video-popup-box .video-popup i.fa-play:hover {
  color: #fff;
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
}

.single-testimonial-two .video-popup-box .video-popup .btn-tag-line {
  position: absolute;
  bottom: -45px;
  left: 50%;
  width: 100%;
  -webkit-transform: translateX(-70%);
  transform: translateX(-70%);
  color: #FFFFFF;
  font-family: "roboto";
  font-size: 20px;
}

.single-testimonial-two .video-popup-box .video-popup .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
}

#testi-pager {
  padding: 60px 0;
}

#testi-pager .pager-item {
  background: #222;
  display: block;
  border-radius: 6px;
  overflow: hidden;
}

#testi-pager img {
  width: 100%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

#testi-pager .pager-item.active img {
  opacity: .2;
}

.single-testimonial-style-three {
  display: block;
  background: #f9f9fb;
  overflow: hidden;
  border-radius: 7px;
  padding: 0 60px;
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-testimonial-style-three:before {
  border-radius: 7px;
  background: #49c3ff;
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
}
.single-testimonial-style-three i {
  font-size: 103px;
  color: #222;
  opacity: .05;
  position: absolute;
  top: -20px;
  left: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-testimonial-style-three p,
.single-testimonial-style-three h3 {
  margin: 0;
}
.single-testimonial-style-three p {
  font-size: 22px;
  line-height: 40px;
  
  color: #161c3c;
  margin-bottom: 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-testimonial-style-three h3 {
  
  color: #49c3ff;
  
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-testimonial-style-three .client-box {
  border-top: 2px solid #ffffff;
  padding-top: 40px;
}
.single-testimonial-style-three .client-box img,
.single-testimonial-style-three .client-box h3 {
  display: inline-block;
  vertical-align: middle;
}
.single-testimonial-style-three .client-box img {
  border-radius: 50%;
  margin-left: 10px;
  width: auto;
  max-width: none;
}
.single-testimonial-style-three:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px rgba(15, 111, 213, 0.3);
}
.single-testimonial-style-three:hover:before {
  -webkit-transform-origin: center top;
          transform-origin: center top;
}
.single-testimonial-style-three:hover p,
.single-testimonial-style-three:hover h3 {
  color: #fff;
}

.testimonials-carousel-two .owl-dots {
  margin-top: 35px;
}
.testimonials-carousel-two .owl-dots .owl-dot span {
  margin: 0 2.5px;
  background: #919CA7;
}
.testimonials-carousel-two .owl-dots .owl-dot.active span {
  background: #49c3ff;
}

.testimonials-style-four {
  background: #f9f9fb;
}
.testimonials-style-four .container {
  max-width: 640px;
  margin-right: auto;
  margin-left: auto;
}
.testimonials-style-four ul.slider {
  margin: 0;
  padding: 0;
  list-style: none;
}
.testimonials-style-four .bx-wrapper {
  margin: 0;
  padding: 0;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
}
.testimonials-style-four #testi-pager-2 {
  margin-top: 50px;
}
.testimonials-style-four #testi-pager-2 a {
  display: inline-block;
  vertical-align: middle;
}
.testimonials-style-four #testi-pager-2 a + a {
  margin-right: 10px;
}
.testimonials-style-four #testi-pager-2 a.active img {
  opacity: 1;
}
.testimonials-style-four #testi-pager-2 img {
  opacity: .4;
  border-radius: 50%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.single-testimonial-four {
  text-align: center;
}
.single-testimonial-four h3,
.single-testimonial-four p {
  margin: 0;
}
.single-testimonial-four p {
  color: #222;
  font-size: 20px;
  line-height: 36px;
  
}
.single-testimonial-four h3 {
  color: #49c3ff;
  
  
  margin-top: 30px;
}
.single-testimonial-four span {
  text-transform: uppercase;
  font-size: 12px;
  color: #707070;
  
  
}

.testimonials-style-three.testimonials-page {
  padding-bottom: 90px;
}
.testimonials-style-three.testimonials-page .single-testimonial-style-three {
  margin-bottom: 30px;
}

/************************** 
* 21. about styles 
***************************/
.about-style-one .about-content {
  text-align: center;
  padding: 0 33px;
}

.about-style-one .about-content .sec-title {
  margin-bottom: 0;
}

.about-style-one .about-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin-bottom: 0;
  margin-top: 35px;
  margin-bottom: 52px;
}

.about-style-one .featured-image-box .img-box {
  overflow: hidden;
  border-radius: 8px;
  margin-bottom: 20px;
}

.about-style-one .featured-image-box .text-box {
  background: #f9f9fb;
  border-radius: 8px;
  padding: 60px 53px;
}

.about-style-one .featured-image-box .text-box h3,
.about-style-one .featured-image-box .text-box p {
  margin: 0;
}

.about-style-one .featured-image-box .text-box h3 {
  font-size: 22px;
  color: #222;
  
  margin-bottom: 30px;
}

.about-style-one .featured-image-box .text-box p {
  color: #161c3c;
  
  line-height: 34px;
  
}

.about-style-two .sec-title {
  margin: 0;
}
.about-style-two p {
  color: #161c3c;
  
  line-height: 34px;
  margin: 0;
  
  margin-top: 40px;
  margin-bottom: 40px;
}
.about-style-two .about-image-box {
  position: relative;
}
.about-style-two .about-image-box img {
  border-radius: 7px;
  -webkit-box-shadow: 0px 10px 60px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 60px rgba(0, 19, 40, 0.3);
}
.about-style-two .about-image-box img.normal-img {
  display: block;
  position: relative;
  z-index: 1;
}
.about-style-two .about-image-box img.normal-img-hvr {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  z-index: 2;
}
.about-style-two .about-image-box img.floated-img {
  position: absolute;
  left: 50%;
  bottom: 80px;
  z-index: 2;
}
.about-style-two .about-image-box:hover img.normal-img-hvr {
  opacity: 1;
  z-index: 5;
}

/************************** 
* 22. fun fact styles 
***************************/
.fun-fact-style-one {
  background: #f9f9fb;
  padding: 40px 0;
}

.fun-fact-style-one .sec-title {
  margin-bottom: 0;
}

.single-fun-fact-style-one {
position: relative;
padding-right: 80px;margin-right: 30px;
}

.single-fun-fact-style-one i {

position: absolute;

left: 0;

font-size: 56px;

top: 13px;
}


.single-fun-fact-style-one h3,
.single-fun-fact-style-one p {
  margin: 0;
}

.single-fun-fact-style-one h3 {
  color: #49c3ff;
  font-size: 40px;
}

.single-fun-fact-style-one p {
  
  color: #161c3c;
  
  margin-top: 4px;
}

/************************** 
* 23. pricing styles 
***************************/
.pricing-style-one {
  background: #f9f9fb;
  padding-bottom: 105px;
}

.single-pricing-style-one {
  text-align: center;
}

.single-pricing-style-one .top-box {
  background: #ffffff;
  border: 1px solid #ccd7e0;
  border-radius: 8px;
  text-align: center;
  padding: 51px 0;
  margin-bottom: 25px;
}

.single-pricing-style-one .top-box .title-line {
  color: #222;
  font-size: 20px;
  
}

.single-pricing-style-one .top-box h3 {
  margin: 0;
  color: #161c3c;
  
  
  line-height: 1em;
  margin-top: 20px;
  margin-bottom: 40px;
}

.single-pricing-style-one .top-box h3 .amount {
  color: #49c3ff;
  font-size: 40px;
  display: inline-block;
  
  vertical-align: baseline;
}

.single-pricing-style-one .top-box h3 .currency {
  color: #49c3ff;
  
  
  display: inline-block;
  vertical-align: super;
  position: relative;
  top: -10px;
  right: 2px;
}

.single-pricing-style-one .top-box .qty-line {
  display: block;
  font-size: 12px;
  color: #49c3ff;
  text-transform: uppercase;
  text-decoration: underline;
  
  margin-top: 25px;
}

.single-pricing-style-one ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.single-pricing-style-one ul li {
  color: #161c3c;
  
  line-height: 46px;
  
}

.single-pricing-style-one.popular .top-box {
  -webkit-box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
}

.single-pricing-style-one.popular .thm-btn {
  background: #222;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(0, 19, 40, 0.3);
}

.single-pricing-style-one.popular .thm-btn:hover {
  background: #49c3ff;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
}

/************************** 
* 24. review styles 
***************************/
.review-block-one {
background: #f9f9f9 url(../images/blue-shape-bg1.jpg) right top no-repeat;

    background-size: auto;

background-size: cover;

padding: 40px 0;
}

.review-block-one .sec-title {
  margin-bottom: 0;
}


.review-block-one .review-content {
width: calc(100% - 220px);
float: left;
}

.review-block-one .review-content p {
  color: #000;
  font-size: 22px;
  line-height: 34px;
  margin: 0;
  margin-top: 40px;
  margin-bottom: 50px;
}

.review-block-one .icon-box {
  display: inline-block;
  width: 200px;
  height: 200px;
  background: #49c3ff;
  border-radius: 50%;
  text-align: center;
}

.review-block-one .icon-box i {
  text-align: center;
  color: #fff;
  font-size: 90px;
  line-height: 200px;
}

/************************** 
* 25. faq styles 
***************************/

.faq-style-one {
background: #f4f4f4;
background: url(../images/get.jpg);
background-attachment: fixed;
background-size: cover;  position: relative;
}

.faq-style-one:after {
    content: '';
    width: 100%;
    background: #0a1e41d4;
    height: 100%;
    position: absolute;
    bottom: 0;z-index:1;
    left: 0;
}

.faq-style-one .container {
  position: relative;z-index:2

}


.faq-style-one .faq-image-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: inline-block;
}

.faq-style-one .faq-image-box .box {
  max-width: 260px;
  background: #49c3ff;
  border-radius: 8px;
  padding: 0;
  color: #FFFFFF;
  font-size: 22px;
  
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 47px 50px;
}

.faq-style-one .accrodion-grp .accrodion {

  border-radius: 8px;
}

.faq-style-one .accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title {
padding: 17px 20px;

cursor: pointer;

border-radius: 8px;

-webkit-transition: all .4s ease;

transition: all .4s ease;

background: #fff;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4 {
  margin: 0;
  position: relative;
  font-size: 15px;
  color: #222;
  
}

.faq-style-one .accrodion-grp .accrodion .accrodion-title h4:after {
  content: "\f067";
  font-family: 'Font Awesome 5 Pro';
  color: #151b35;
  
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content {
  padding-top: 0px;border-radius: 0 0 8px 8px;

overflow: hidden;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content .inner {
  padding: 20px 60px;
  padding-bottom: 0;
  padding-right: 35px;
  padding-bottom: 30px;background: #fff;
}

.faq-style-one .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  color: #161c3c;
}


.faq-style-one .accrodion-grp .accrodion.active .accrodion-title {
border-radius: 8px 8px 0 0;background: #49c3ff;
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4 {
  color: #fff;
}

.faq-style-one .accrodion-grp .accrodion.active .accrodion-title h4:after {
  content: "\f068";
}


.faq-style-one,
.faq-style-two {
padding:30px 0;
}

.single-faq-two {
  border: 1px solid #ccd7e0;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 60px 50px;
  overflow: hidden;
  position: relative;
}
.single-faq-two i {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: #49c3ff;
  color: #FFFFFF;
  line-height: 40px;
  border-radius: 50%;
  
  text-align: center;
  margin-bottom: 30px;
}
.single-faq-two h3 {
font-size: 20px;
color: #222;
margin: 0;
line-height: 30px;
align-items: center;
}
.single-faq-two h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-faq-two h3 a:hover {
  color: #49c3ff;
}
.single-faq-two p {
  
  line-height: 30px;
  color: #161c3c;
  
  margin: 0;
  margin-bottom: 35px;
  margin-top: 30px;
}
.single-faq-two .read-more {
  color: #49c3ff;
  font-size: 12px;
  
  text-transform: uppercase;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-faq-two .read-more:hover {
  color: #49c3ff;
}
.single-faq-two .text-black {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-faq-two .title-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 25px 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  border-radius: 7px;
}

.single-faq-two:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
          box-shadow: 0px 10px 30px rgba(204, 215, 224, 0.3);
}
.single-faq-two:hover .text-black {
  visibility: visible;
  opacity: 1;
}
.single-faq-two:hover .title-block {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.faq-carousel-one .owl-dots {
  margin-top: 35px;
}

.faq-carousel-one .owl-dots .owl-dot span {
  margin: 0 2.5px;
  background: #919CA7;
}

.faq-carousel-one .owl-dots .owl-dot.active span {
  background: #49c3ff;
}

/************************** 
* 26. contact styles 
***************************/
.meeting-form-wrapper {
  position: relative;

}

.tt-bord .container {
 position: relative;
padding: 30px 15px;
}

.tt-bord .container .row:before {
content: '';
position: absolute;
right: 15px;
left: 15px;
top: 0;
height: 1px;
width: auto;
background: #49c3ff;
box-shadow: 0 0 10px #49c3ff;
box-shadow: -2px -2px 10px 10px #49c3ff1a;
box-shadow: -2px -2px 10px 10px #257ba61a;
border-radius: 10px;
}




/*
.meeting-form-wrapper:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 300px);
  height: 100%;
  background: #f9f9fb;
}-**/



.meeting-form-wrapper .sec-title h2 {
position: relative;
padding-bottom: 15px;
}

/*
.meeting-form-wrapper .sec-title h2:after {

  content: '';
  width: 50px;
  background: #49c3ff;
  height: 3px;
  border-radius: 3px;
  position: absolute;
  bottom:0 ;
  left: 0;
}
*/

.single-form-step {
  padding-left: 56px;
  position: relative;
}
.single-form-step:before {
  content: '';
  width: 2px;
  height: 100%;
  background: #ffffff1a;
  position: absolute;
  top: 70px;
  right: 37px;
  z-index: 0;
}
.single-form-step {
  margin-top: 15px;
}
.single-form-step:last-child:before {
  display: none;
}
.single-form-step .count-box,
.single-form-step .text-box {
  display: table-cell;
  vertical-align: top;
}
.single-form-step .count-box .inner-box {
width: 70px;
height: 70px;
text-align: center;
line-height: 60px;
border-radius: 50%;
color: #FFFFFF;
font-size: 20px;
position: relative;
z-index: 10;

}


.single-form-step .count-box .inner-box:after {
content:'';
position:absolute;
width: 70px;
height: 70px;
left:0;
right:0;
bottom:0;
top:0;
border-radius: 50%;
background-image: radial-gradient( #b50f69, #da76ac);
background-image: radial-gradient( #b50f69,#b50f69c4, #b50f6966);
background-image: radial-gradient( #b50f69, #b50f69cc, #b50f6980 ,#b50f691a);
filter: blur(2px);
}

.single-form-step .count-box .inner-box span {
position: relative;
z-index: 12;line-height: 70px;
}


.single-form-step .count-box .inner-box:hover:after {
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);
filter: blur(2px);

}




.single-form-step .text-box {
  padding-right: 25px;
}
.single-form-step .text-box h3,
.single-form-step .text-box p {
  margin: 0;
}

.single-form-step .text-box h3:before {
display:none;
}


.single-form-step .text-box h3 {
  color: #fff;padding-right:0;
  font-size: 20px;padding-top: 15px;
  
}
.single-form-step .text-box p {

  color: #fff;
  margin-top: 8px;

}
.home-form {
padding: 30px;padding-bottom: 0;
  border-radius: 7px;background: #1f1f1f;background: #28337380;
}

.home-form p {
color:#fff;
text-transform: capitalize;
}



.faq-style-one .sec-title h2,
.home-form .sec-title h2 {
color:#fff;
}

/*
.faq-style-one .sec-title h2 {
padding-top: 30px;
}
*/

.home-form .row {
  margin-right: -5px;
  margin-left: -5px;
}
.home-form .row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.home-form .row [class*=col-] {
  margin-bottom: 10px;
}
.home-form input,
.home-form textarea {
display: block;
border: none;
outline: none;
background-color: transparent;
border-radius: 2px;
height: 65px;
border: 1px solid #49c3ff;

color: #fff;
width: 100%;
padding-right: 15px;
}
.home-form input::-webkit-input-placeholder,
.home-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.home-form input::-moz-placeholder,
.home-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.home-form input:-ms-input-placeholder,
.home-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.home-form input:-moz-placeholder,
.home-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.home-form textarea {
  height: 125px;
  padding-top: 15px;
}
.home-form .btn-box {
  margin-top: 10px;
  text-align: center;
}
.home-form .btn-box .btn-tag-line {
  display: block;
  color: #fff;
  font-size: 16px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);transform: translate(-129px , -35px);
}
.home-form .btn-box .btn-tag-line i {
display: inline-block;
-webkit-transform: rotate(-85deg) scale(1, -1) translate(6px, -9px);
transform: rotate(-85deg) scale(1, -1) translate(15px, -90px);
font-size: 27px;
}


.home-form .sec-title h2 {
padding-top: 0;
}

.contact-page-content {
padding:30px 0;
}

.single-contact-page-info {
padding: 25px;
-webkit-transition: all .4s ease;
transition: all .4s ease;
margin-bottom:15px;padding-top: 0;padding-right: 50px;
position: relative;
}


.clo-block .icon-box {
position: absolute;
left: 0;
top: 0;
}


.single-contact-page-info .icon-box i {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #49c3ff;
  
  line-height: 40px;
  text-align: center;
  color: #fff;
}


.single-contact-page-info .icon-box i:before {
margin:0;
font-size:19px;		
}
.single-contact-page-info p {
  margin: 0;
  color: #161c3c;
  
  line-height: 28px;
  
  margin-top: 10px;
}
.single-contact-page-info:hover {

}

.contact-form .row {
  margin-right: -15px;
  margin-left: -15px;
}
.contact-form .row [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
  margin-bottom: 30px;
}
.contact-form .row [class*=col-]:last-child {
  margin-bottom: 0;
}
.contact-form .row [class*=col-] + [class*=col-] {
  margin-top: 0px;
}
.contact-form input.error,
.contact-form textarea.error {
  background: rgba(255, 0, 0, 0.4);
  border-color: red;
  color: #fff;
}
.contact-form input.error::-webkit-input-placeholder,
.contact-form textarea.error::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.contact-form input.error::-moz-placeholder,
.contact-form textarea.error::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.contact-form input.error:-ms-input-placeholder,
.contact-form textarea.error:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.contact-form input.error:-moz-placeholder,
.contact-form textarea.error:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.contact-form .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
.contact-form .bootstrap-select > .dropdown-toggle {
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent;
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  height: 58px;
  border: 1px solid #CCD7E0;
  
  
color: #798593;
width: 100%;
padding: 15px 0;
    padding-right: 0px;
padding-right: 15px;

background: #fff;

border: none;
border-bottom: 1px solid #CCD7E0;
}
.contact-form .bootstrap-select > .dropdown-toggle:hover,
.contact-form .bootstrap-select > .dropdown-toggle:active {
  background-color: transparent;
}
.contact-form .dropdown-toggle::after {
  border: none;
  width: auto;
  height: auto;
  content: '\f107';
  font-family: 'Font Awesome 5 Pro';
  color: #161c3c;
  
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form .btn-box {
  margin-top: 0;
}
.contact-form label.error {
  display: none !important;
}

#contact-google-map {
  width: 100%;
  height: 530px;
}

/************************** 
* 27. time tab styles 
***************************/
.time-tab-style-one {
  padding: 50px 0;
}

.time-tab-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  border-radius: 7px;
width: 100%;
}

.time-tab-style-one .tab-title li {
display: inline-block;
margin-bottom: 15px !important;
float: right;
width: 24%;
margin-left: 1%;
}

.time-tab-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 25px 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;background: #f9f9f9;
  border-radius: 7px !important;
}
.time-tab-style-one .tab-title li a h3 {
  margin: 0;
  font-size: 20px;
  color: #222;
  
}
.time-tab-style-one .tab-title li a.active {
  background: #49c3ff;
}
.time-tab-style-one .tab-title li a.active h3 {
  color: #fff;
}


.time-tab-style-one .single-tab-content {
padding: 20px;
background: #f9f9f9;
border-radius: 7px;
}

.time-tab-style-one .single-tab-content .img-box {
  overflow: hidden;
  border-radius: 7px;
}
.time-tab-style-one .single-tab-content p,
.time-tab-style-one .single-tab-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.time-tab-style-one .single-tab-content p {
  
  line-height: 34px;
  
  color: #161c3c;
  margin-bottom: 30px;
}
.time-tab-style-one .single-tab-content ul.list-items li {
  position: relative;
  
  line-height: 34px;
  color: #161c3c;
  padding-right: 25px;
}
.time-tab-style-one .single-tab-content ul.list-items li i {
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #49c3ff;
}

.time-tab-style-one.gray-bg .tab-title {
  background: #fff;
}

/************************** 
* 28. time line styles 
***************************/
.time-line-style-one {
  background: #222;
}
.time-line-style-one .featured-image-box {
  margin-right: -10px;
}

.time-line-style-one .text-block {
  padding-left: 45px;
}

.time-line-style-one .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  position: relative;
  margin-bottom: 60px;
}

.time-line-style-one .tab-title:after {
  content: '';
  width: 100%;
  background: #49c3ff;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 100%;
  left: 0;
}

.time-line-style-one .tab-title li {
  display: inline-block;
  margin-bottom: 0 !important;
}
.time-line-style-one .tab-title li + li {
  margin-right: 59px;
}

.time-line-style-one .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0;
  border-radius: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-align: center;
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  
  
  color: #FFFFFF;
  padding-bottom: 13px;
}
.time-line-style-one .tab-title li a:after {
  content: '';
  position: absolute;
  top: calc(100% - 3px);
  left: 50%;
  -webkit-transform: translatex(-50%);
  transform: translatex(-50%);
  width: 12px;
  height: 12px;
  background: #222;
  border: 2px solid #49c3ff;
  border-radius: 50%;
  z-index: 1;
}
.time-line-style-one .tab-title li a.active {
  background-color: transparent;
  color: #fff;
}
.time-line-style-one .tab-title li a.active:after {
  background-color: #49c3ff;
}

.time-line-style-one p {
  color: #dbeafb;
  
  line-height: 34px;
  
}

/************************** 
* 29. inner banner styles 
***************************/
.inner-banner {

border-bottom: 1px solid #49c3ff;
position: relative;
}
/*
.inner-banner:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
background-color: rgba(14, 12, 31, 0.84);
}*/
.inner-banner .container {
  position: relative;
}
.inner-banner .container h1, .inner-banner .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner .container .breadcrumb {
  background-color: transparent;padding: 0;
float: left;
margin: 0;
}
.inner-banner .container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  
  
  text-transform: uppercase;
}
.inner-banner .container .breadcrumb li + li:before {
  content: '>';
  display: inline-block;
  vertical-align: middle;
margin-right: 3px;
margin-left: 3px;
}
.inner-banner .container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
}
.inner-banner .container h1 {
font-size: 30px;
color: #DFA927;
text-transform: capitalize; 
}

.inner-banner-two {
  background: #f9f9fb;
  padding: 15px 0;
}
.inner-banner-two .container h1, .inner-banner-two .container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inner-banner-two .container .breadcrumb {
  background-color: transparent;
  border-radius: 0;
  text-align: right;
  display: block;
}
.inner-banner-two .container .breadcrumb li {
  display: inline-block;
  vertical-align: middle;
  color: #49c3ff;
  font-size: 12px;
  text-transform: uppercase;
  
}
.inner-banner-two .container .breadcrumb li + li:before {
  content: '-';
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
  margin-left: 9px;
}
.inner-banner-two .container .breadcrumb li a {
  display: inline-block;
  vertical-align: middle;
  color: #161c3c;
}





/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {

padding: 20px 0;
z-index: 55;
bottom: 15px;
left: 0;
right: 0;
text-align: right;
}

#page-title .container { position: relative; }

#page-title h1 {
padding: 0;

margin: 0;

line-height: 1;



color: #151b35;

font-size: 20px;
text-transform: capitalize;

float: right;display: none;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	
}


body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #fff; text-transform: capitalize;}

.breadcrumb a:hover { color: #49c3ff; }

.breadcrumb i { width: auto !important; }



.breadcrumb > li {
    display: inline-block;
}


.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}





/************************** 
* 30. error 404 styles 
***************************/
.error-404-page {
  background: #f9f9fb url(../images/404-bg.jpg) right top no-repeat;
  background-size: cover;
}
.error-404-page h1,
.error-404-page h2 {
  margin: 0;
}
.error-404-page h1 {
  font-size: 400px;
  color: #222;
  
  line-height: .65em;
}
.error-404-page h2 {
  font-size: 30px;
  color: #49c3ff;
  
  margin-top: 30px;
  margin-bottom: 60px;
}
.error-404-page .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-transform: translateX(-75px);
  transform: translateX(-75px);
}
.error-404-page .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}

/************************** 
* 31. sign in styles 
***************************/
.signin-wrapper {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
.signin-wrapper .form-block {
  height: 100%;
  width: 100%;
  float: right;
  max-width: 632px;
  background: #fff;
  padding-right: 115px;
  padding-left: 115px;
  padding-top: 190px;
  position: relative;
}
@media (max-height: 750px) {
  .signin-wrapper .form-block {
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .signin-wrapper .form-block {
    padding-right: 50px;
    padding-left: 50px;
    max-width: 450px;
  }
}
@media (max-width: 565px) {
  .signin-wrapper .form-block {
    padding-right: 40px;
    padding-left: 40px;
    max-width: 375px;
  }
}
.signin-wrapper .form-block input,
.signin-wrapper .form-block textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  height: 65px;
  border: 1px solid #CCD7E0;
  
  
  color: #161c3c;
  width: 100%;
  padding-right: 30px;
}
.signin-wrapper .form-block input::-webkit-input-placeholder,
.signin-wrapper .form-block textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #161c3c;
}
.signin-wrapper .form-block input::-moz-placeholder,
.signin-wrapper .form-block textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #161c3c;
}
.signin-wrapper .form-block input:-ms-input-placeholder,
.signin-wrapper .form-block textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #161c3c;
}
.signin-wrapper .form-block input:-moz-placeholder,
.signin-wrapper .form-block textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #161c3c;
}
.signin-wrapper .form-block input + input {
  margin-top: 20px;
}
.signin-wrapper .form-block textarea {
  height: 125px;
  padding-top: 15px;
}
.signin-wrapper .form-block .thm-btn {
  width: 100%;
  display: block;
  margin-bottom: 40px;
}
.signin-wrapper .form-block .forgot-password {
  text-transform: uppercase;
  color: #49c3ff;
  font-size: 12px;
  
  text-decoration: underline;
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.signin-wrapper .form-block .sign-up-link {
  text-transform: uppercase;
  color: #222;
  font-size: 12px;
  
  text-decoration: underline;
  text-align: center;
}
.signin-wrapper .form-block .sign-up-link a {
  color: #49c3ff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.signin-wrapper .form-block .sign-up-link a:hover {
  color: #49c3ff;
}
.signin-wrapper .form-block .copy-text {
  position: absolute;
  bottom: 60px;
  color: #161c3c;
  
  
  left: 0;
  width: 100%;
  text-align: center;
}
.signin-wrapper .form-block .copy-text a {
  color: #49c3ff;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.signin-wrapper .form-block .copy-text a:hover {
  color: #49c3ff;
}
@media (max-height: 750px) {
  .signin-wrapper .form-block .copy-text {
    position: relative;
    bottom: 0;
    margin-top: 40px;
  }
}
.signin-wrapper .background-block {
  width: calc(100% - 632px);
  float: right;
  min-height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right top;
}
@media (max-height: 750px) {
  .signin-wrapper .background-block {
    display: none;
  }
}

/************************** 
* 32. white paper styles 
***************************/
.white-paper-wrapper .row + .row {
  margin-top: 110px;
}
.white-paper-wrapper .white-paper-content {
  padding-right: 30px;
}
.white-paper-wrapper h3,
.white-paper-wrapper ul,
.white-paper-wrapper p {
  margin: 0;
  padding: 0;
  list-style: none;
}
.white-paper-wrapper h3 {
  color: #222;
  font-size: 26px;
  line-height: 34px;
  
  margin-bottom: 30px;
}
.white-paper-wrapper ul.list-items {
  margin-bottom: 20px;
}
.white-paper-wrapper ul.list-items li {
  color: #49c3ff;
  
  line-height: 34px;
  
  padding-right: 0;
}
.white-paper-wrapper ul.list-items li span {
  color: #222;
  margin-left: 10px;
}
.white-paper-wrapper p {
  color: #161c3c;
  
  line-height: 34px;
  
}
.white-paper-wrapper p + p {
  margin-top: 32px;
}
.white-paper-wrapper .btn-box {
  display: inline-block;
  position: relative;
  margin-top: 40px;
}
.white-paper-wrapper .btn-box .btn-tag-line {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  width: 100%;
}
.white-paper-wrapper .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  margin-left: 10px;
}
.white-paper-wrapper .white-paper-thumbnail {
  border-radius: 7px;
  overflow: hidden;
}
.white-paper-wrapper .white-paper-thumbnail > img {
  width: 100%;
}

/************************** 
* 33. about sidebar styles 
***************************/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 80px;
  }
}
.sidebar .single-sidebar {
  padding: 10px 8px;
  border-radius: 7px;
}
.sidebar .single-sidebar ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.accrodion-content .inner ul li .sub-menu {
display: none;
}

.accrodion-content .inner ul li > .sub-menu {
background: #f8f8f8;
}

.accrodion-content .inner ul li > .sub-menu > li > .sub-menu {
background: #f3f3f3;
}

.sidebar .single-sidebar ul .sup-cli .new-sup {

height: 0;

opacity: 0;

visibility: hidden;padding: 0 10px;

} 


.sidebar .single-sidebar ul .sup-cli .new-sup a {
font-size: 18px;
padding: 8px 0;
display: block;
color: #333;
border-bottom: 1px solid #ddd;

}

.sidebar .single-sidebar ul .sup-cli .new-sup a:last-child {
border-bottom: none;
}

.showon {
height: auto !important;
opacity: 1 !important;
visibility: visible !important;
}


.sidebar .single-sidebar + .single-sidebar {
margin: 15px 0;
}
.sidebar .single-sidebar.search-widget, .sidebar .single-sidebar.subscribe-widget {
  background: #f9f9fb;
}
.sidebar .single-sidebar .title-box {
  margin-bottom: 30px;
}
.sidebar .single-sidebar .title-box h3 {
  margin: 0;
  color: #222;
  
  font-size: 20px;
}
.sidebar .single-sidebar .search-form {
  position: relative;
  width: 100%;
}
.sidebar .single-sidebar .search-form input,
.sidebar .single-sidebar .search-form button[type=submit] {
  background-color: transparent;
  border: none;
  outline: none;
  color: #161c3c;
  
}
.sidebar .single-sidebar .search-form input::-webkit-input-placeholder,
.sidebar .single-sidebar .search-form button[type=submit]::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #161c3c;
}
.sidebar .single-sidebar .search-form input::-moz-placeholder,
.sidebar .single-sidebar .search-form button[type=submit]::-moz-placeholder {
  /* Firefox 19+ */
  color: #161c3c;
}
.sidebar .single-sidebar .search-form input:-ms-input-placeholder,
.sidebar .single-sidebar .search-form button[type=submit]:-ms-input-placeholder {
  /* IE 10+ */
  color: #161c3c;
}
.sidebar .single-sidebar .search-form input:-moz-placeholder,
.sidebar .single-sidebar .search-form button[type=submit]:-moz-placeholder {
  /* Firefox 18- */
  color: #161c3c;
}
.sidebar .single-sidebar .search-form input {
  width: 100%;height: 65px;
}
.sidebar .single-sidebar .search-form button[type=submit] {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sidebar .single-sidebar .single-latest-post + .single-latest-post {
  border-top: 2px solid #fff;
  padding-top: 20px;
  margin-top: 20px;
}
.sidebar .single-sidebar .single-latest-post .img-box,
.sidebar .single-sidebar .single-latest-post .text-box {
  display: table-cell;
  vertical-align: middle;
}
.sidebar .single-sidebar .single-latest-post .img-box {
  overflow: hidden;
  width: 59px;
  border-radius: 7px;
}
.sidebar .single-sidebar .single-latest-post .img-box > img {
  width: 100%;
}
.sidebar .single-sidebar .single-latest-post .text-box {
  padding-right:15px;
}
.sidebar .single-sidebar .single-latest-post h3 {
  margin: 0;
  
  
}
.sidebar .single-sidebar .single-latest-post h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar .single-latest-post h3 a:hover {
  color: #49c3ff;
}

.sidebar .single-sidebar ul.links-list > li {
  display: block;
 
  -webkit-transition: all .4s ease;
  transition: all .4s ease;margin-bottom: 8px;

background: #fff;
}
.sidebar .single-sidebar ul.links-list > li > a {
  color: #161c3c;
  font-size: 18px;
  position: relative;
  display: block;
  padding: 14px 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar .single-sidebar ul.links-list > li > a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f067';
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.sidebar .single-sidebar ul.links-list > li:hover > a, .sidebar .single-sidebar ul.links-list > li.active > a {
  color: #151b35;  background: #49c3ff;
}
.sidebar .single-sidebar ul.tags-list li {
  display: inline-block;
  
  
  color: #161c3c;
}
.sidebar .single-sidebar ul.tags-list > li > a {
  color: #161c3c;
  position: relative;
  display: inline-block;
}
.sidebar .single-sidebar.subscribe-widget .title-box h3 {
  color: #fff;
  font-size: 20px;
  
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input {
  width: 100%;
  height: 60px;
  border-radius: 30px;
  color: #161c3c;
  text-align: center;
  
  
  border: none;
  outline: none;
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #161c3c;
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #161c3c;
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #161c3c;
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #161c3c;
}
.sidebar .single-sidebar.subscribe-widget .sidebar-subscribe-form .thm-btn {
  margin-top: 10px;
  width: 100%;
}
.sidebar .single-sidebar.categories-widget .title-box {
  margin-bottom: 0;
}
.sidebar .single-sidebar.tags-widget .title-box {
  margin-bottom: 15px;
}
.sidebar .single-sidebar.search-widget {
padding: 0 15px;
}

@media (max-width: 991px) {
  .sidebar-about {
    margin-top: 80px;
  }
}
.sidebar-about .single-sidebar-about + .single-sidebar-about {
  margin-top: 30px;
}
.sidebar-about .single-sidebar-about ul.page-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar-about .single-sidebar-about ul.page-lists li {
  display: block;
  padding: 0 20px;
  border: 1px solid #ccd7e0;
  border-radius: 7px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar-about .single-sidebar-about ul.page-lists li + li {
  margin-top: 5px;
}
.sidebar-about .single-sidebar-about ul.page-lists li a {
  color: #161c3c;
  
  
  position: relative;
  display: block;
  padding: 14px 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar-about .single-sidebar-about ul.page-lists li a:after {
  font-family: 'Font Awesome 5 Pro';
  content: '\f061';
  font-size: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar-about .single-sidebar-about ul.page-lists li:hover, .sidebar-about .single-sidebar-about ul.page-lists li.active {
  background: #fff;
}
.sidebar-about .single-sidebar-about ul.page-lists li:hover a, .sidebar-about .single-sidebar-about ul.page-lists li.active a {
  color: #49c3ff;
}
.sidebar-about .single-sidebar-about.cta-widget {
  background: #49c3ff;
  padding: 40px;
  border-radius: 7px;
}
@media (max-width: 1199px) {
  .sidebar-about .single-sidebar-about.cta-widget {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  .sidebar-about .single-sidebar-about.cta-widget {
    padding: 40px;
  }
}
.sidebar-about .single-sidebar-about.cta-widget h3, .sidebar-about .single-sidebar-about.cta-widget p {
  margin: 0;
  color: #fff;
}
.sidebar-about .single-sidebar-about.cta-widget h3 {
  
  
  margin-bottom: 15px;
}
.sidebar-about .single-sidebar-about.cta-widget p {
  
  line-height: 26px;
  
  margin-bottom: 20px;
}
.sidebar-about .single-sidebar-about.cta-widget a {
  width: 100%;
  display: block;
  background: #222;
  font-size: 20px;
  color: #fff;
  
  border-radius: 7px;
  text-align: center;
  padding: 14px 0;
}
.sidebar-about .single-sidebar-about.download-widget a {
  background: #49c3ff;
  width: 100%;
  border-radius: 6px;
  color: #FFFFFF;
  
  
  display: block;
  position: relative;
  padding: 28px 0;
  padding-right: 70px;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(238, 50, 52, 0.3);
  text-align: right;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar-about .single-sidebar-about.download-widget a.two {
  background: #49c3ff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  box-shadow: 0px 10px 30px 0px rgba(15, 111, 213, 0.3);
  margin-top: 30px;
}
.sidebar-about .single-sidebar-about.download-widget a i {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.sidebar-about .single-sidebar-about.download-widget a:hover {
  background: #fff;
  color: #222;
}













.sidebar.stickIt {
position: fixed;

top: 120px;

max-width: 270px;

margin-right: 0px;
}



/************************** 
* 34. partner styles 
***************************/
.partners-page .upper-content {
  margin-bottom: 50px;
}
.partners-page .upper-content .sec-title {
  margin-bottom: 30px;
}
.partners-page .upper-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}

.single-partner-box + .single-partner-box {
  margin-top: 60px;
}
.single-partner-box .icon-box,
.single-partner-box .text-box {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .single-partner-box .icon-box,
  .single-partner-box .text-box {
    display: block;
  }
}
.single-partner-box .icon-box .inner-box {
  display: block;
  border: 1px solid #CCD7E0;
  border-radius: 7px;
  width: 270px;
  height: 225px;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
}
.single-partner-box .icon-box .inner-box i {
  font-size: 150px;
  color: #B2B8BE;
  line-height: 225px;
}
.single-partner-box .icon-box .inner-box img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.single-partner-box .text-box {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .single-partner-box .text-box {
    padding-right: 0;
    margin-top: 30px;
  }
}
.single-partner-box .text-box h3,
.single-partner-box .text-box p {
  margin: 0;
}
.single-partner-box .text-box h3 {
  font-size: 22px;
  
  margin-bottom: 10px;
}
.single-partner-box .text-box h3 a {
  color: #222;
}
.single-partner-box .text-box span {
  color: #49c3ff;
  
  
}
.single-partner-box .text-box p {
  color: #161c3c;
  
  line-height: 26px;
  
  margin-top: 25px;
  margin-bottom: 25px;
}
.single-partner-box .text-box .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-partner-box .text-box .read-more:hover {
  color: #222;
}

/************************** 
* 35. company overview styles 
***************************/
.company-overview-page .content-img-box {
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 30px;
}
.company-overview-page .content-img-box > img {
  width: 100%;
}
.company-overview-page .upper-content {
  margin-bottom: 50px;
}
.company-overview-page .upper-content .sec-title {
  margin-bottom: 30px;
}
.company-overview-page .upper-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}
.company-overview-page .upper-content p + p {
  margin-top: 35px;
}
.company-overview-page .expertize-box-one {
  display: block;
  height: auto;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .company-overview-page .video-box-style-one {
    margin-bottom: 0;
    margin-top: 30px;
  }
}

.company-history-page .upper-content {
  margin-bottom: 50px;
}

.single-company-history + .single-company-history {
  margin-top: 60px;
}
@media (max-width: 567px) {
  .single-company-history + .single-company-history {
    margin-top: 20px;
  }
}
.single-company-history .year-box,
.single-company-history .text-box {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 567px) {
  .single-company-history .year-box,
  .single-company-history .text-box {
    display: block;
  }
}
.single-company-history .year-box {
  color: #49c3ff;
  font-size: 20px;
  
  width: 112px;
  position: relative;
}
.single-company-history .year-box:after {
  content: '';
  background: #49c3ff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 5px;
  right: 0;
}
.single-company-history .year-box:before {
  content: '';
  background: #f9f9fb;
  width: 4px;
  height: 215px;
  border-radius: 50%;
  position: absolute;
  top: -30px;
  right: 3px;
}
@media (max-width: 567px) {
  .single-company-history .year-box:before, .single-company-history .year-box:after {
    display: none;
  }
}
.single-company-history .text-box {
  padding-right: 60px;
}
@media (max-width: 567px) {
  .single-company-history .text-box {
    padding-right: 0;
    margin-top: 20px;
  }
}
.single-company-history .text-box h3 {
  font-size: 20px;
  color: #222;
  
  margin: 0;
  margin-bottom: 35px;
}
@media (max-width: 567px) {
  .single-company-history .text-box h3 {
    margin-bottom: 15px;
  }
}
.single-company-history .text-box p {
  margin: 0;
}

/************************** 
* 36. carrers styles 
***************************/
.careers-page .upper-content {
  margin-bottom: 50px;
}
.careers-page .upper-content .sec-title {
  margin-bottom: 30px;
}
.careers-page .upper-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}
.careers-page .upper-content p + p {
  margin-top: 35px;
}
.careers-page .benefits-img-box {
  overflow: hidden;
  border-radius: 7px;
}
.careers-page .benefits-img-box > img {
  width: 100%;
}
@media (max-width: 991px) {
  .careers-page .benefits-img-box {
    margin-bottom: 40px;
  }
}
.careers-page .benefits-text-box h3,
.careers-page .benefits-text-box p {
  margin: 0;
}
.careers-page .benefits-text-box h3 {
  font-size: 26px;
  color: #222;
  
}
.careers-page .benefits-text-box p {
  
  line-height: 34px;
  color: #161c3c;
  
  margin-top: 20px;
}
.careers-page .benefits-text-box .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.careers-page .benefits-text-box .list-items li {
  position: relative;
  
  line-height: 34px;
  padding-right: 30px;
  color: #161c3c;
}
.careers-page .benefits-text-box .list-items li i {
  color: #49c3ff;
  
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.careers-page .table-box-content {
  margin-top: 40px;
}
.careers-page .table-box-content .title-box h3,
.careers-page .table-box-content .title-box p {
  margin: 0;
}
.careers-page .table-box-content .title-box h3 {
  font-size: 26px;
  
  color: #222;
  margin-bottom: 30px;
}
.careers-page .table-box-content .title-box p {
  
  line-height: 26px;
  color: #161c3c;
}
@media (max-width: 650px) {
  .careers-page .table-box-content .table-wrapper {
    overflow: auto;
  }
}
.careers-page .table-box-content #job-details-table {
  margin-top: 60px;
  border-top: 2px solid #49c3ff !important;
  min-width: 650px;
  width: 100%;
}
.careers-page .table-box-content #job-details-table th {
  
  
  color: #222;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.careers-page .table-box-content #job-details-table td {
  
  
  color: #161c3c;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.careers-page .table-box-content #job-details-table td.job-title {
  
  color: #222;
}

.job-details-page .upper-content {
  margin-bottom: 50px;
}
.job-details-page .upper-content .sec-title {
  margin-bottom: 30px;
}
.job-details-page .upper-content p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}
.job-details-page .upper-content p + p {
  margin-top: 35px;
}
.job-details-page .job-details-table-outer {
  padding: 60px;
  background: #f9f9fb;
}
@media (max-width: 767px) {
  .job-details-page .job-details-table-outer {
    padding: 30px;
  }
}
.job-details-page .job-details-table-outer .row {
  margin-right: -30px;
  margin-left: -30px;
}
.job-details-page .job-details-table-outer .row [class*=col-] {
  padding-right: 30px;
  padding-left: 30px;
}
.job-details-page .job-details-table-outer .row [class*=col-]:first-child {
  border-left: 2px solid #fff;
}
@media (max-width: 991px) {
  .job-details-page .job-details-table-outer .row [class*=col-]:first-child {
    border: none;
  }
}
.job-details-page .job-details-table-outer .table {
  margin-bottom: 0;
}
.job-details-page .job-details-table-outer .table td,
.job-details-page .job-details-table-outer .table th {
  border-top: none;
}
.job-details-page .job-details-table-outer .table td {
  color: #161c3c;
  
  
}
.job-details-page .job-details-table-outer .table td:first-child {
  color: #222;
}
.job-details-page .responsibility {
  margin-top: 50px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .job-details-page .responsibility {
    margin-bottom: 0;
  }
}
.job-details-page .responsibility h3 {
  font-size: 40px;
  
  color: #222;
  margin: 0;
}
.job-details-page .responsibility .list-items {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.job-details-page .responsibility .list-items li {
  position: relative;
  
  line-height: 34px;
  padding-right: 30px;
  color: #161c3c;
}
.job-details-page .responsibility .list-items li + li {
  margin-top: 20px;
}
.job-details-page .responsibility .list-items li i {
  color: #49c3ff;
  
  position: absolute;
  top: 10px;
  left: 0;
}
.job-details-page .single-job-detals-box {
  background: #f9f9fb;
  border-radius: 7px;
  padding: 60px;
}
@media (max-width: 991px) {
  .job-details-page .single-job-detals-box {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .job-details-page .single-job-detals-box {
    padding: 30px;
  }
}
.job-details-page .single-job-detals-box h3 {
  font-size: 26px;
  
  color: #222;
  margin: 0;
  margin-bottom: 20px;
}
.job-details-page .single-job-detals-box .single-job-content + .single-job-content {
  margin-top: 30px;
}
.job-details-page .single-job-detals-box .single-job-content h4, .job-details-page .single-job-detals-box .single-job-content p {
  margin: 0;
}
.job-details-page .single-job-detals-box .single-job-content h4 {
  color: #49c3ff;
  
  
  margin-bottom: 5px;
}
.job-details-page .single-job-detals-box .single-job-content p {
  color: #161c3c;
  
  
  line-height: 34px;
}
.job-details-page .single-job-detals-box .skill-lists {
  margin: 0;
  padding: 0;
  list-style: none;
}
.job-details-page .single-job-detals-box .skill-lists li {
  position: relative;
  
  line-height: 34px;
  padding-right: 30px;
  color: #161c3c;
}
.job-details-page .single-job-detals-box .skill-lists li + li {
  margin-top: 16px;
}
.job-details-page .single-job-detals-box .skill-lists li i {
  color: #49c3ff;
  
  position: absolute;
  top: 10px;
  left: 0;
}

/************************** 
* 37. investors styles 
***************************/
.investor-image-box {
  overflow: hidden;
  border-radius: 7px;
}
.investor-image-box > img {
  width: 100%;
}
@media (max-width: 991px) {
  .investor-image-box {
    margin-bottom: 40px;
  }
}

.investor-text-box .sec-title {
  margin-bottom: 30px;
}
.investor-text-box p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}
.investor-text-box p + p {
  margin-top: 35px;
}

.report-chart {
  margin: 60px 0;
  display: block;
}

.investor-report-box .sec-title {
  margin-bottom: 60px;
}
.investor-report-box .sec-title h2 {
  font-size: 26px;
}
@media (max-width: 991px) {
  .investor-report-box .sec-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .single-investor-report-box {
    margin-top: 30px;
  }
}
.single-investor-report-box .img-box {
  overflow: hidden;
  border-radius: 7px;
  margin-bottom: 20px;
}
.single-investor-report-box .img-box > img {
  width: 100%;
}
.single-investor-report-box .text-box {
  background: #f9f9fb;
  text-align: center;
  padding: 40px;
  border-radius: 7px;
}
.single-investor-report-box .text-box h3 {
  
  
  margin: 0;
}
.single-investor-report-box .text-box h3 a {
  color: #222;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-investor-report-box .text-box h3 a:hover {
  color: #49c3ff;
}

.investor-table-block .title-block {
  margin: 60px 0;
}
.investor-table-block .title-block .sec-title {
  margin-bottom: 20px;
}
.investor-table-block .title-block .sec-title h2 {
  font-size: 26px;
}
.investor-table-block .title-block p {
  color: #161c3c;
  
  line-height: 34px;
  
  margin: 0;
}
.investor-table-block .title-block p + p {
  margin-top: 35px;
}
@media (max-width: 650px) {
  .investor-table-block .table-wrapper {
    overflow: auto;
  }
}
.investor-table-block .table {
  border-top: 2px solid #49c3ff !important;
  min-width: 480px;
  width: 100%;
}
.investor-table-block .table th {
  
  
  color: #222;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.investor-table-block .table td {
  
  
  color: #161c3c;
  padding-top: 22.5px;
  padding-bottom: 22.5px;
}
.investor-table-block .table td.job-title {
  
  color: #222;
}

/************************** 
* 38. how we works styles 
***************************/
.how-we-work-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 991px) {
  .how-we-work-wrapper {
    margin-bottom: 20px;
  }
}
.how-we-work-wrapper .image-box {
  overflow: hidden;
  border-radius: 7px;
  display: inline-block;
}
@media (max-width: 991px) {
  .how-we-work-wrapper .image-box {
    margin-bottom: 40px;
  }
}
.how-we-work-wrapper .content-box .sec-title {
  margin-bottom: 40px;
}
.how-we-work-wrapper .content-box p {
  margin: 0;
}

.single-how-work-step {
  border-radius: 7px;
  background: #49c3ff;
  padding: 30px 40px;
  position: relative;
}
@media (max-width: 991px) {
  .single-how-work-step {
    margin-top: 30px;
  }
}
.single-how-work-step .outer-box {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -51px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #fff;
  border: 2px solid #49c3ff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #49c3ff;
  font-size: 30px;
  line-height: 68px;
  text-align: center;
  
  z-index: 10;
}
@media (max-width: 991px) {
  .single-how-work-step .outer-box {
    top: auto;
    right: auto;
    -webkit-transform: translateY(0) translateX(-50%);
            transform: translateY(0) translateX(-50%);
    bottom: -51px;
    left: 50%;
  }
}
.single-how-work-step .icon-box,
.single-how-work-step .text-box {
  display: table-cell;
  vertical-align: middle;
}
.single-how-work-step .icon-box i {
  color: #fff;
  font-size: 75px;
}
.single-how-work-step .text-box {
  padding-right: 30px;
}
.single-how-work-step .text-box h3 {
  color: #fff;
  font-size: 26px;
  
}
@media (max-width: 1199px) {
  .single-how-work-step .text-box h3 {
    font-size: 20px;
  }
}

.how-we-work-tab .low-gutter {
  margin-right: -5px;
  margin-left: -5px;
}
.how-we-work-tab .low-gutter > [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}
.how-we-work-tab .tab-title {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0;
  text-align: center;
  display: block;
  margin-bottom: 40px;
}
.how-we-work-tab .tab-title li {
  display: inline-block;
  margin-bottom: 10px !important;
}
.how-we-work-tab .tab-title li + li {
  margin-right: 7px;
}
.how-we-work-tab .tab-title li a {
  display: block;
  border: none;
  outline: none;
  display: block;
  cursor: pointer;
  padding: 0 38px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  
  
  color: #161c3c;
  border: 1px solid #ccd7e0 !important;
  line-height: 60px;
  border-radius: 30px !important;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-we-work-tab .tab-title li a:hover, .how-we-work-tab .tab-title li a.active {
  border-color: #49c3ff !important;
  color: #fff;
  background: #49c3ff;
}
.how-we-work-tab .content-box {
  margin-top: 10px;
  padding: 60px;
  padding-left: 50px;
  border-radius: 7px;
  position: relative;
}
@media (max-width: 767px) {
  .how-we-work-tab .content-box {
    padding: 30px;
  }
}
.how-we-work-tab .content-box .outer-box {
  display: inline-block;
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #49c3ff;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  color: #fff;
  font-size: 30px;
  line-height: 72px;
  text-align: center;
  
}
.how-we-work-tab .content-box .outer-box.equal-box {
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  top: 0;
  right: -36px;
  left: auto;
  background: #fff;
  color: #49c3ff;
  z-index: 10;
}
@media (max-width: 1199px) {
  .how-we-work-tab .content-box .outer-box.equal-box {
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    top: auto;
    right: 0;
    left: 50%;
    z-index: 10;
    bottom: -36px;
  }
}
.how-we-work-tab .content-box h3 {
  font-size: 26px;
  
  color: #222;
  margin: 0;
  margin-bottom: 10px;
}
.how-we-work-tab .content-box p {
  margin: 0;
}
.how-we-work-tab .content-box .btn-box {
  margin-top: 40px;
}
.how-we-work-tab .content-box .btn-box .btn-tag-line {
  display: block;
  color: #161c3c;
  font-size: 20px;
  font-family: "roboto";
  letter-spacing: 0;
  margin-top: 20px;
  -webkit-transform: translateX(-35px);
  transform: translateX(-35px);
}
.how-we-work-tab .content-box .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  transform: rotate(-85deg) scale(1, -1) translate(3px, 0px);
  font-size: 22px;
}
.how-we-work-tab .content-box .img-box,
.how-we-work-tab .content-box .text-box {
  float: right;
  width: calc(100% - 230px);
}
@media (max-width: 767px) {
  .how-we-work-tab .content-box .img-box,
  .how-we-work-tab .content-box .text-box {
    width: 100%;
    padding-right: 0;
  }
}
.how-we-work-tab .content-box .img-box {
  width: 230px;
  border-radius: 7px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .how-we-work-tab .content-box .img-box {
    width: 100%;
    padding-right: 0;
  }
}
.how-we-work-tab .content-box .img-box > img {
  width: 100%;
}
.how-we-work-tab .content-box .text-box {
  padding-right: 30px;
}
@media (max-width: 767px) {
  .how-we-work-tab .content-box .text-box {
    width: 100%;
    padding-right: 0;
    margin-top: 40px;
  }
}
.how-we-work-tab .content-box .text-box span {
  
  color: #49c3ff;
  
}
.how-we-work-tab .content-box .text-box .read-more {
  color: #49c3ff;
  text-transform: uppercase;
  font-size: 12px;
  
  line-height: 1em;
  text-decoration: underline;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.how-we-work-tab .content-box .text-box .read-more:hover {
  color: #222;
}
.how-we-work-tab .content-box ul.list-items li {
  
}
.how-we-work-tab .content-box.people-box p {
  margin-top: 30px;
  margin-bottom: 15px;
}
.how-we-work-tab .content-box.person-box p {
  margin-top: 35px;
}
/*# sourceMappingURL=style.css.map */




.header-top .top-right .select-box a i {
    position: absolute;
    right: 5px;
}

.header-top .top-right .select-box a {
    color: #161c3c;
    display: block;
    padding: 0 25px 0 10px;
    position: relative;
}

.top-left .social-links {
    position: relative;
    margin-bottom: 0;padding: 0;
}

.top-left .social-links li {
    position: relative;
    float: right;
    color: #161c3c;
    line-height: 24px;
    width: 40px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

.top-left .social-links li a > div {
    width: 40px;
    height: 60px;
    position: relative;
    line-height: 40px;
    transition: all ease-in-out 0.4s;
    top: 0;
/*
    background: #f1f1f1;
    background: linear-gradient( to bottom, #fbfbfb, #f1f1f1);
*/
}

.top-left .social-links li:hover a > div {
    top: -60px;
}
/*
.main-ico {
    border-right: 1px solid #ffffff1a;
}

.top-left .social-links li:last-child .main-ico {
    border-left: 1px solid #ffffff1a;
}*/

.hover-ico span {
    display: block;
    line-height: 40px;
    color: #fff;
}


.hover-ico .whatsapp {
    background: #25D366
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #e9509b
}

.top-left .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}











.language-on {
    margin-right: 25px;
    float: left;
}

.language-on a {
color:#383838;
font-size:15px;
}




/*******************/




.header-contact-layout1 li {
border-left: 1px solid #ffffff1a;
border-right: 1px solid #ffffff1a;
padding: 0 15px;color:#fff;
display: none;
}
.header-contact-layout1 li a { 
color:#fff;
}

.header-contact-layout1 li i {
margin-left: 8px;

color:#fff;

}

.top-bar-border-bottom {

position: relative;

height: 60px;

line-height: 44px;



}


.top-bar-border-bottom .container {
position: relative;max-width: 1150px;
}


.top-bar-border-bottom .container:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    width: 84%;
    background: #49c3ff;
    box-shadow: 0 0 10px #49c3ff;
box-shadow: -2px -2px 10px 10px #49c3ff1a;
box-shadow: -2px -2px 10px 10px #257ba61a;
border-radius: 10px;
}


.fright {
    float: left;
}


.top-bar-border-bottom .container [class*=col] {
padding:0;
}



/* Top Social
-----------------------------------------------------------------*/

#top-social,
#top-social ul { margin: 0; }

#top-social li,
#top-social li a,
#top-social li .ts-icon,
#top-social li .ts-text {
	display: block;
	position: relative;
	float: right;
	width: auto;
	overflow: hidden;
	height: 44px;transition: all ease-in-out 0.1s;
	line-height: 44px;

color:#fff;
}


#top-social li:hover span {
color:#fff;
}

#top-social li { border-right: 1px solid #ffffff1a; }

#top-social li:first-child { border-right: 0 !important; }

#top-social li a {
	float: none;
	width: 40px;
	color: #474948;
	-webkit-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	-o-transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
	transition: color .3s ease-in-out, background-color .3s ease-in-out, width .3s ease-in-out;
}

#top-social li a:hover {
	color: #FFF !important;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

#top-social li .ts-icon {
	width: 40px;
	text-align: center;
	
}







#top-bar,
#top-bar{
	border-bottom-color: rgba(255,255,255,0.1);
	background-color: #282828;
}


.top-links {
color:#fff;
}
.top-links > ul > li > a {  
margin: 25px 0 15px 0;
    display: block;
    padding: 0;
    
    text-transform: capitalize;
    height: auto;
    color: #fff;
}

.top-links > ul > li > a:hover {
color: #49c3ff !important;
}

.top-links li:active > a,
.top-links li:focus > a,
.top-links li > a:active,
.top-links li > a:focus {
color:#fff;

}


.top-links li > a:hover {
color:#fff !important;
}


/*********** language ************/


.fright {
float: left;
}

.top-links {
    position: relative;
    float: right;
}

.top-links ul {
list-style: none;
}



.top-links li > a {
    display: block;
    padding: 0 12px;
    
    text-transform: capitalize;
    height: 44px;
    color: #151b35;    
cursor: pointer;
line-height:44px;
}

.top-links li > a i { 
margin-left:4px;

}

.top-links li > a i.fa-angle-down {
display:none
}





.top-links ul ul li {
	border-bottom: 1px solid #151b35;

}


.top-links ul ul li:last-child {

	border-bottom:0;
}



.top-links ul ul li:hover { background-color: #49c3ff; }




.header-top-bar ul {
padding:0;
list-style:none;margin: 0;
}

.si-facebook:hover,
.si-colored.si-facebook { background-color: #3B5998 !important; }


.si-linkedin:hover,
.si-colored.si-linkedin { background-color: #0E76A8 !important; }


.si-twitter:hover,
.si-colored.si-twitter { background-color: #00ACEE !important; }


.si-youtube:hover,
.si-colored.si-youtube { background-color: #C4302B !important; }


.si-instagram:hover,
.si-colored.si-instagram { background-color: #3F729B !important; }


.si-email3:hover,
.si-colored.si-email3 { background-color: #6567A5 !important; }

.si-call:hover,
.si-colored.si-call { background-color: #444 !important; }






    .top-links li:active > a,
    .top-links li:focus > a,
    .top-links li:hover > a,
    .top-links li > a:active,
    .top-links li > a:focus,
    .top-links li > a:hover {
color:#fff !important;
}



.top-links ul ul, .top-links ul div.top-link-section {
    display: none;
    position: absolute;
    z-index: 10;
    border: 0;
    top: 65px;
    left: 0;
    width: 120px;
    margin: 0;
    box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0 0 5px -1px rgba(0,0,0,0.2);z-index: 999999;
background: #fff;
}






.humburger {
  max-width: 45px;
  display: flex !important;
  flex-wrap: wrap;
  margin: -5px;
}
.humburger span {
  height: 5px;
  width: 5px;
  display: block;
  background: #fff;
  border-radius: 50%;
  transition: none;
  list-style: none;
  transition: all 0.3s ease;
  margin: 4px 5px;
}

.hidden-sidebar .humburger span  {
  background: #000;
}

.humburger span.dot2,
.humburger span.dot4,
.humburger span.dot6,
.humburger span.dot8 {
  background: #49c3ff;
}
.humburger:hover span {
  background: #49c3ff;
}
.humburger:hover span.dot2,
.humburger:hover span.dot4,
.humburger:hover span.dot6,
.humburger:hover span.dot8 {
  background: #fff;
}



.hidden-sidebar .humburger:hover span.dot2,
.hidden-sidebar .humburger:hover span.dot4,
.hidden-sidebar .humburger:hover span.dot6,
.hidden-sidebar .humburger:hover span.dot8 {
  background: #000;
}


.canvas-contact {
text-align: right;
}


.canvas-contact .contact {
  padding: 0 0 30px;
}
.canvas-contact .contact li {
  padding: 0 0 15px;
  display: flex;
  align-items: center;  font-size: 18px;
}/*
.canvas-contact .contact li:nth-child(1) {
  
  line-height: 1.7;
  padding-left: 40px;
}*/
.canvas-contact .contact li i {
  padding-left: 20px;
  color: #49c3ff;
}
.canvas-contact .contact li i:before {
  font-size: 20px;margin: 0;
}
.canvas-contact .contact li a {
  color: #363636;
}
.canvas-contact .contact li a:hover {
  color: #49c3ff;
}
.canvas-contact .contact li:last-child {
  padding: 0;
}



.canvas-contact .social li {
    display: inline-block;
    padding-left: 8px;
}

.canvas-contact .social li a i {
    
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: #49c3ff;
    text-align: center;
    border-radius: 3px;
}



.video-box-content .sec-title h2 {
margin: 0;
color: #222;
font-size: 22px;

text-transform: capitalize;
line-height: 30px;
padding-bottom: 20px;
}



/****************************************/





/*** 

====================================================================
	Main Slider Banner
====================================================================

***/

.main-slider{
	position:relative;
	background-size:cover;
}

.main-slider.style-two{

}

.main-slider .slider-outer .owl-item{
	position:relative;
}


.main-slider .owl-item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 4;
    display: inline-block;
    background: #0003;
}

.main-slider .auto-container{
	position:relative;
}

.main-slider .slide{
	position:relative;
	background-repeat:no-repeat;
	background-position:right top;
background-size: 100% 100%;
height: 550px;

display: grid;
text-align: center;
align-items: center;
width: 100%;
overflow: hidden;height: calc(100vh - 127px);
}



.main-slider .owl-item img {
    transition: all ease-in-out 3s;

height:100%;
}


/*
.main-slider .owl-item.active img {
transform:scale(1);
 }*/




.decrepation-sl {
position: absolute;
width: 100%;

}


.main-slider .slide .container {
	position:relative;
z-index:10;
}

.main-slider .slide.style-two{
	background-size:cover;
	background-position:center bottom;
}

.main-slider .slide .content{
	position:relative;

}

.main-slider .slide .content.alternate{
width: 50%;
margin: 0 auto;
display: block;float:none;
position: relative;margin-top: 60px;text-align: center;transition: all ease-in-out 1s 1s;filter: blur(10px);opacity:0;

}


.main-slider .active .content.alternate{ 
filter: blur(0);
opacity:1;
}


.fl-right {
float: left;
}


.fl-left {
float: right;
}

/*

.main-slider .slide .content.alternate:after {
position: absolute;
content: '';
top: 30px;
left: 30px;
width: 80px;
height: 2px;
background-color: #7b0c0c;
}
*/

.main-slider.style-three .slide .content{
	padding:270px 0px 170px;
}

.main-slider.style-four .content{
	max-width:610px;
	padding:140px 50px 140px;
	background-color:rgba(0,0,0,0.85);
}

.main-slider.style-four .content .title{
	color:#f91101;
	font-weight:600;
}


.main-slider.style-four .content h1{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	line-height:1.2em;
	padding-bottom:0px;
	margin-bottom:15px;
}

.main-slider.style-four .content h1:after{
	display:none;
}

.main-slider.style-four .content .text{
	color:#ffffff;
}

.main-slider .title{
	position:relative;
	color:#fff;

	font-size:15px;
	margin-bottom:15px;
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;

}





.main-slider .active .title{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 600ms;
}

.main-slider h1{
	position:relative;
	color:#fff;
	line-height:1.1em;
	margin-bottom:20px;
	text-transform:capitalize;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
font-size:60px;
}



.main-slider .thm-btn{
	position:relative;
	color:#fff;
	opacity: 0;
	font-size:15px;
	
	margin-bottom:15px;
	text-transform:capitalize;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}



.main-slider .active .thm-btn{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 1000ms;
}



.main-slider h1 span{
	color:#ed8800;text-transform: uppercase;margin-bottom: 20px;


}

.main-slider h1 span.alternate{
	display:block;
	background: linear-gradient(to left, #f44c01 0%, #ff7a01 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.main-slider h1.alternate{
padding-bottom: 0px;
margin-bottom: 0;
font-size: 22px;
text-transform: capitalize;
font-weight: normal;
}

.main-slider h1.alternate,
.main-slider h1.alternate span{
	color:#ffffff;
}

.main-slider h1.alternate:after{
	display:none;
}

.main-slider h1.style-two{
	color:#ffffff;
	font-size:60px;
	font-weight:700;
	padding-bottom:0px;

}

.main-slider h1.style-two span{
	color:#ad8e63;
}

.main-slider h1.style-two:after{
	display:none;
}


.main-slider .text{
	position:relative;
	color:#1a1e66;
	font-size:18px;
	opacity:0;
	line-height: 1.6em;
	font-weight:400;

	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-ms-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;

	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
font-size: 20px;
line-height: 25px;
font-weight: 400;
}

.main-slider .text.alternate{
	color:#ffffff;
}


.main-slider .active .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;
}




/*
.main-slider .active h1 {-webkit-animation: 1s .3s bounceInLeft both;}
.main-slider .active p {-webkit-animation: 1s .3s fadeInUp both;animation: 1s .3s fadeInUp both;}

*/






.main-slider .btn-box{
	opacity:0;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .active .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2000ms;
}

.main-slider .link-box{
	position:relative;
	opacity:0;
	z-index:10;
	margin-left:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-ms-transform: translateY(50px);
	-o-transform: translateY(50px);
	transform: translateY(50px);
}

.main-slider .link-box .theme-btn{
	margin-left:20px;
	margin-bottom:10px;
}

.main-slider .active .link-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 2500ms;
}

.main-slider .business-image-box{
	position:absolute;
	right:0px;
	top:0px;
	z-index:1;
	right:-250px;
}

.main-slider .owl-dots {
position: absolute;
right: 50px;
bottom: 20px;

    text-align: center;
}

.main-slider .owl-dots .owl-dot{
position: relative;
width: 30px;
height: 3px;
margin: 0px 4px;
overflow: hidden;
display: inline-block;
transition: all 500ms ease;
    transition-property: all;
    transition-duration: 500ms;
    transition-timing-function: ease;
    transition-delay: 0s;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
background: #ffffff80;

margin: 7px;border-radius: 2px;
}


/*
.main-slider .owl-dots .owl-dot:before{
	position: absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 50%;
	background-color: #fff;
	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-slider .owl-dots .owl-dot.active,
.main-slider .owl-dots .owl-dot:hover{
	background: #fff;
}

.main-slider .owl-nav{
	position:absolute;
	left:0px;
	top:50%;
	z-index:1;
	width:100%;
	margin-top:-25px;
}

.main-slider .owl-nav .owl-prev{
position: absolute;
width: 45px;
height: 50px;
left: 0;
color: #fff;
font-size: 22px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-right: 0;
font-size: 30px !important;
background: #00000080 !important;

}

.main-slider .owl-nav .owl-next{
position: absolute;
width: 45px;
height: 50px;
right: 0;
color: #fff;
font-size: 22px;
text-align: center;
line-height: 48px;
transition: all 500ms ease;
-moz-transition: all 500ms ease;
-webkit-transition: all 500ms ease;
-ms-transition: all 500ms ease;
-o-transition: all 500ms ease;
border-radius: 0 !important;
background: linear-gradient(120deg,#fff6 ,#2a2a2ab3 ) !important;
border-left: 0;
font-size: 30px !important;
background: #00000080 !important;

}
/*

.main-slider:hover .owl-nav > div {
opacity:1;
}*/

.main-slider.style-three .owl-nav .owl-prev,
.main-slider.style-three .owl-nav .owl-next{
	border-color:#7e6a46;
	color:#7e6a46;
}

.main-slider.style-three .owl-nav .owl-prev:hover,
.main-slider.style-three .owl-nav .owl-next:hover{
	border-color:#7e6a46;
	background-color:#7e6a46;
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#49c3ff;
	border-color:#ed8800;
	background-color:#ed8800;
}

.main-slider.style-four .owl-nav .owl-prev,
.main-slider.style-four .owl-nav .owl-next{
	border:none;
	color:#ffffff;
	border-radius:50%;
	background-color:rgba(0,0,0,0.60);
}




.y-color {
color: #6eadff !important;
width: 100%;
display: inline-block;
font-size: 34px;}


.top-right {
display: inline-flex;
margin-left: 20px;
padding: 14px 10px;
border-left: 1px solid #fefefe1a;
}

.social-icon-one li a {
color:#fff;
}

.social-icon-one li {
float: none;
margin: 0 10px;
display: inline-block;
}



.main-slider .owl-theme .owl-dots .owl-dot span {
display: none;
}





/** service-section **/

.service-section{
  position: relative;
  width: 100%;
  background-size: cover;
  padding: 0;
}

.service-section .sec-title {
  position: relative;
z-index:2;
}



.text-servi {
margin-top:5px;position: relative;
z-index: 2;

}


.text-servi p {
color: #fff;
}

.service-section .sec-title h2 {
color: #fff;
}

/*
.service-section:before{
  position: absolute;
  content: '';
  background: url(../images/blog01.jpg);
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;background-position: center;
}
.service-section:after{
  position: absolute;
  content: '';
  background: #222;
  width: 50%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: .8;
}*/
.service-section .service-title{
  position: relative;
  margin-left: -15px;
  z-index: 1;
}
.service-section .service-title p{
  color: #d4d6dc;
  position: relative;
  top: 27px;
}
.service-section .ser-slider .single-item{
  position: relative;
  background: #fff;
}


.service-section .ser-slider .single-item h4 {
    margin: 0;
}

.service-section .ser-slider .single-item h4 a {

color: #161c3c;

text-align: center;
padding: 15px;
height: 70px;
display: grid;
align-items: center;}


.service-section .owl-dots{
  display: none !important;
}
.service-section .owl-theme .owl-controls {
  position: absolute;
  left: -35%;
  bottom: 26px;
}
.service-section .ser-slider .single-item .icon-box img{
  position: relative;height: 300px;

}
.service-section .ser-slider .single-item .icon-box:before{
  position: absolute;
  content: '';
  background: #d0d0d0;
  width: 50px;
  height: 1px;
  left: 0px;
  bottom: -15px;
}
.service-section .ser-slider .single-item .icon-box i:before{
  color: #f6b129;
  font-size: 50px;
  margin: 0px;
}
.service-section .ser-slider{
  position: relative;
}


.ser-slider .owl-nav > div {

float: right;
margin-left: 8px;
width: 40px;
height: 40px;
text-align: center;
line-height: 40px;
border: 1px solid #fff;
color: #fff;
transition: all ease-in-out 0.2s;
}

.ser-slider .owl-nav > div:hover {
color:#49c3ff;
border: 1px solid #49c3ff;
}



/*** 
=============================================
    Project Area style
=============================================
***/
.latest-project-area{
    position: relative;
    padding: 50px 0;
    overflow: hidden;
background: url(../images/banner-1-3.jpg);background-attachment: fixed;
background-size: cover;

}


.latest-project-area:after {
    position: absolute;
    content: '';
    background: #0003;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;

}

.latest-project-area .sec-title{
 
}
.latest-project-area .project-menu {

}
.latest-project-area .left-content {
    margin-top: -5px;
}
.latest-project-area .left-content h3 {
    color: #151b35;
    font-size: 20px;
    margin: 0 0 16px;
}
.latest-project-area .left-content p {
    color: #909090;
    margin: 0 0 24px;
}
.latest-project-area .left-content a{
    
    color: #49c3ff;
    text-transform: uppercase;
}
.latest-project-area .left-content a i{
    
    display: inline-block;
    padding-right: 7px;
}

.latest-project-area .right-content {
    /**margin-left: -345px;*/
}
.latest-project-area .single-project-item{
    width: 100%;
    float: right;
    margin-bottom: 0;
}
.single-project-item {
    overflow: hidden;
    display: block;border-radius: 5px;    transition: all 0.3s ease;
}
.single-project-item .img-holder{
    position: relative;
    display: block;
    overflow: hidden;
}
.single-project-item .img-holder img{
    transition: all 900ms ease;
    width: 100%;
height: 400px;
object-fit: cover;
}


.single-project-item:hover .img-holder img {
    transform: scale(1.2, 1.2);
}


.single-project-item .static-overlay {
    position: absolute;
    bottom: 0;
    left: 0;    right: 0;
    width: 100%;

    background: #fff;
    display: block;
    padding: 16px 16px 12px;
    transition: all 700ms ease;
    transition-delay: 0.5s;
}
.single-project-item:hover .static-overlay {
    bottom: -100%; 
    transition-delay: 0.1s;
}
.single-project-item .static-overlay h3 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 3px;
}
.single-project-item .static-overlay h3 a {
    color: #222;
}
.single-project-item .static-overlay span {
    color: #151b35;
}




.single-project-item:hover {
box-shadow: -2px -2px 10px 10px #49c3ff1a;
box-shadow: 2px 1px 13px #49c3ffe6;
box-shadow: 3px 3px 15px #49c3ff;
box-shadow: 3px 3px 15px 5px #49c3ff;
box-shadow: 1px 1px 10px 1px #49c3ff;
}

.ser-slider .owl-stage-outer {
padding: 15px 0;
}


.single-project-item .overlay {
    position: absolute;
    bottom: 0;
    left: 0px;
    background: #fff;
    display: block;
    padding: 18px 16px 16px;
    opacity: 1;
    transform: translate3d(-100%, 0, 0px);
    transition: all 700ms ease;
    transition-delay: 0.2s;width:100%;
}
.single-project-item:hover .overlay{
    left: 0;
    transform: translate3d(0%, 0, 0px);
    transition-delay: 0.3s;
}
.single-project-item .overlay .content{}
.single-project-item .overlay .content h3 {
    font-size: 17px;
    line-height: 22px;
    margin: 0 0 3px;
}
.single-project-item .overlay .content h3 a {
    color: #151b35;
}
.single-project-item .overlay .content span {
    color: #49c3ff;
}
.single-project-item .overlay .content p {
    color: #eef2ff;
    margin: 15px 0 24px;
}
.single-project-item .overlay .content a.readmore{
color: #151b35;

text-transform: capitalize;
display: block;
}
.single-project-item .overlay .content a.readmore i{
    
    display: inline-block;
    padding-right: 7px;
}

.latest-project-area .owl-nav-style-one .owl-controls {
    position: absolute;
    left: -140px;
    bottom: 0;
}






/*---------------------------------------
    33. Blog Section CSS
---------------------------------------*/
.bloog-blog {
padding:50px 0 0; 
}

.bloog-blog .owl-stage-outer {
  padding-bottom: 5px;
  margin-bottom: 29px;
}
.bloog-blog .blog-wrap {
  transition: all 0.3s ease;margin-bottom: 30px;direction: rtl;
}
.bloog-blog .blog-wrap .img-part {
  position: relative;
}
.bloog-blog .blog-wrap .img-part img {
  transition: all 0.3s ease;height: 250px;width:100%;
}
.bloog-blog .blog-wrap .img-part .fly-btn {
  position: absolute;
  left: 50%;
  bottom: -24px;
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;z-index: 1;
}
.bloog-blog .blog-wrap .img-part .fly-btn a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 100%;
  background: #49c3ff;
  text-align: center;
  display: inline-block;
}



.bloog-blog .blog-wrap .img-part .fly-btn a i:before {
  color: #ffffff;
  margin: 0;
}
.bloog-blog .blog-wrap .img-part .fly-btn a:hover {
  background: #b50f69;
}
.bloog-blog .blog-wrap .content-part {
  padding: 25px;
  box-shadow: 0 5px 20px rgba(34, 34, 34, 0.1);
  background: #ffffff;
}


.bloog-blog .blog-wrap .content-part a.read-more {
float: none;
  color: #49c3ff;
}

.bloog-blog .blog-wrap:hover .content-part a.read-more {
  color: #b50f69;
}


.bloog-blog .blog-wrap .content-part a.categories {
  text-transform: uppercase;
  color: #363636;
  display: inline-block;
  
}
.bloog-blog .blog-wrap .content-part a.categories:hover {
  color: #49c3ff;
}
.bloog-blog .blog-wrap .content-part .title {
  margin: 6px 0 15px;line-height: 24px;font-weight: normal;height: 51px;
overflow: hidden;font-size: 18px;
}
.bloog-blog .blog-wrap .content-part .title a {

  color: #1c1b1b;
}
.bloog-blog .blog-wrap .content-part .title a:hover {
  color: #49c3ff;
}
.bloog-blog .blog-wrap .content-part .blog-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.bloog-blog .blog-wrap .content-part .blog-meta .user-data {
  display: flex;
  align-items: center;
}
.bloog-blog .blog-wrap .content-part .blog-meta .user-data img {
  max-width: 40px;
  border-radius: 100%;
  margin-left: 8px;
}
.bloog-blog .blog-wrap .content-part .blog-meta .user-data span {
  
}
.bloog-blog .blog-wrap .content-part .blog-meta .date {
  font-size: 15px;
}
.bloog-blog .blog-wrap .content-part .blog-meta .date i {
  color: #49c3ff;
  margin-left: 5px;
}
.bloog-blog .blog-wrap:hover {
  margin-top: -10px;
}

.bloog-blog .blog-wrap:hover .img-part:after {
opacity:0.5;
}

.bloog-blog .blog-wrap .img-part:after {
    position: absolute;
    content: '';
background: linear-gradient( to bottom, #151b35 , #283373);
opacity:0;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;  transition: all 500ms ease;
}


.bloog-blog .blog-wrap:hover .img-part .fly-btn {
  opacity: 1;
  visibility: visible;
}

.bloog-blog.modify2 .owl-stage-outer {

  margin-bottom: 0;
}

.bloog-blog.modify2 .blog-wrap .img-part .fly-btn a {
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.bloog-blog.modify2 .blog-wrap .content-part a.categories {
  color: #49c3ff;
}
.bloog-blog.modify2 .blog-wrap .content-part .desc {
  margin-bottom: 14px;color: #161c3c;
}
.bloog-blog.modify2 .blog-wrap .content-part .blog-meta .user-data {
  color: #1c1b1b;
}
.bloog-blog.modify2 .blog-wrap .content-part .blog-meta .date {
  color: #1c1b1b;
}
.bloog-blog.modify2 .blog-wrap .content-part .blog-meta .date i {
  color: #49c3ff;
  font-weight: normal;
}
.bloog-blog.modify2.modify-home13 .owl-stage-outer {
  padding-top: 10px;
}
.bloog-blog.modify2.modify-home13 .blog-wrap {
  padding: 30px 30px 30px 30px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #EDEDED;
  transition: all 500ms ease;
  border-radius: 5px;
}
.bloog-blog.modify2.modify-home13 .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.bloog-blog.modify2.modify-home13 .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.bloog-blog.modify2.modify-home13 .blog-wrap:hover {
  margin-top: unset;
  transform: translateY(-10px);
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .img-part img {
  border-radius: 5px 5px 0 0;
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .content-part {
  background: unset;
  box-shadow: unset;
  padding: 25px 0px 0px 0px;
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .content-part a.categories {
  color: #bf0505;
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .content-part .title a {
  line-height: 1.2;
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .content-part .title a:hover {
  color: #bf0505;
}
.bloog-blog.modify2.modify-home13.marketing .blog-wrap .content-part .blog-meta .date i {
  color: #bf0505;
}
.bloog-blog.modify2.corporate .blog-wrap .content-part {
  text-align: center;
}
.bloog-blog.modify2.corporate2 .blog-wrap {
  border-radius: 5px;
}
.bloog-blog.modify2.corporate2 .blog-wrap .content-part .title a {
  color: #0a0a0a;
}
.bloog-blog.modify2.corporate2 .blog-wrap .content-part .title a:hover {
  color: #090E40;
}
.bloog-blog.modify2.green .blog-wrap .img-part .fly-btn {
  bottom: -29px;
}
.bloog-blog.modify2.green .blog-wrap .img-part .fly-btn a {
  background: #49c3ff;
}
.bloog-blog.modify2.green .blog-wrap .content-part a.categories {
  display: none;
}
.bloog-blog.modify2.green .blog-wrap .content-part .title a:hover {
  color: #49c3ff;
}
.bloog-blog.modify2.green .blog-wrap .content-part .blog-meta .date i {
  color: #49c3ff;
}




.fooetr-logo img {
width:100%;max-width: 220px;
}



.custom-nav .owl-nav {
position: absolute;
top: -60px;left:0;
}

.custom-nav .owl-nav > div {
border: 1px solid #fff;
color: #fff;
width: 40px;
height: 40px;
text-align: center;
font-size: 20px !important;
line-height: 40px;
}


.custom-nav .owl-nav > div:hover {
border: 1px solid #49c3ff;
color: #49c3ff;

}

.custom-nav .owl-nav .owl-prev {
    position: absolute;
    left: 0;
}

.custom-nav .owl-nav .owl-next {
    position: absolute;
    left: 50px;
}



.inside-conr h3 {
position: relative;
padding-right: 25px;
color: #0c0c0c;
font-size: 22px;

}


.inside-conr h3:before {
content: '';


position: absolute;
top: 5px;
right: 0;
width: 18px;
height: 18px;
border-radius: 50%;
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);
filter: blur(2px);
}


.inside-conr p {
color:#161c3c;

}

.inside-conr p a {
font-size: 15px;
color: #161c3c;
}



.site-footer .contact {
  padding: 0 0 20px;
}
.site-footer .contact li {
  padding: 0 0 16px;
  display: flex;color: #fff;
  align-items: center;
}



.site-footer .contact li:nth-child(1) {
  line-height: 1.7;
}
.site-footer .contact li i {
  padding-left: 17px;
  color: #49c3ff;
}
.site-footer .contact li i::before {
    font-size: 17px;
margin: 0;
}
.site-footer .contact li a {
color: #fff;
}
.site-footer .contact li a:hover {
  color: #49c3ff;
}
.site-footer .contact li:last-child {
  padding: 0;
}








/*** 

====================================================================
	Become Partner Section
====================================================================

***/


/*
.become-partner .top-rotten-curve {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 20px;
    background: url(../images/rotten-curve-2.png) center bottom no-repeat;
        background-size: auto;
    background-size: 100% 100%;
    z-index: 1;
}*/

.become-partner {
	position:relative;
	padding:50px 0px 20px;

}





.become-partner [class*=col] {
padding:0 8px;
}


.become-partner [class*="col"] {
max-width: 20%;
float: none;
display: inline-block;
}


.become-partner .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.25;
	background-repeat: repeat;
	background-position: center;
}


.become-partner .sec-title h2{
	text-transform: none;width: auto;
}

.featured-icon-block{
	position: relative;
	margin-bottom: 30px;
}

.featured-icon-block .inner-box{
	position: relative;
	display: block;
	text-align: center;
padding: 35px 15px 20px;
	background: #ffffff;
border-radius: 0 40px 0 40px;
	box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.05);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;overflow: hidden;transition: all ease-in-out 0.3s;
}

/*

.featured-icon-block .inner-box:after {
content: "";
position: absolute;
z-index: -1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: #2098D1;
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: 50% 100%;
transform-origin: 50% 100%;
-webkit-transition-property: transform;
transition-property: transform;
-webkit-transition-duration: .3s;
transition-duration: .3s;
-webkit-transition-timing-function: ease-out;
transition-timing-function: ease-out;
border-radius: 7px;
background: #151b35;
-webkit-transform-origin: center bottom;
transform-origin: center bottom;

}*/


.featured-icon-block .inner-box:hover {
background: #49c3ff;box-shadow: 1px 1px 10px 1px #49c3ff;
}

.featured-icon-block .inner-box:hover:after {

-webkit-transform: scaleY(1);
transform: scaleY(1);
-webkit-transform-origin: center top;
transform-origin: center top;
}


.featured-icon-block .inner-box .read-more {
float: none;

margin-top: 10px;

display: block;color: #fff;transition: all ease-in-out 0.3s;
}


.featured-icon-block .inner-box:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.featured-icon-block .icon-box{
	position: relative;
	display: block;
	width: 160px;
	height: 100px;
	margin: 0 auto 20px;
	line-height: 60px;
	font-size: 60px;
	padding: 15px 0px 25px;
	/*background: url('../images/bg-flare.png') center top no-repeat;*/
	color: #151b35;transition: all ease-in-out 0.3s;

}

.featured-icon-block .icon-box img {
width:60px;
}
.featured-icon-block:hover .icon-box {
background: none;
color: #fff;
 }

.featured-icon-block:hover .sub-text a {
color: #fff;
}

.featured-icon-block:hover .read-more {
color: #fff;
}
/*

.featured-icon-block .inner-box:hover {
background:#222;
}

.featured-icon-block .inner-box:hover .icon-box {

background:none;
 }



.featured-icon-block .inner-box:hover .sub-text a {
color: #49c3ff;
}


.featured-icon-block .inner-box:hover .read-more {
color:#fff;
}*/

/*
.featured-icon-block:nth-child(1) .icon-box{
	color: #4cc7d6;
}

.featured-icon-block:nth-child(2) .icon-box{
	color: #3f6b92;
}

.featured-icon-block:nth-child(3) .icon-box{
	color: #f5a93f;
}*/


.featured-icon-block .icon-box:before{
	content: '';
	position: absolute;
	right: 50%;
	bottom: 0;
	margin-right: -30px;
	width: 60px;height:3px;
background: linear-gradient( to left , #181e3880 ,#181e381a);transition: all ease-in-out 0.3s;
}

.featured-icon-block .sub-text{
	position: relative;
	display: block;
	font-size: 18px;
	text-transform: capitalize;height: 55px;
}

.featured-icon-block .sub-text a{
	color: #151b35;transition: all ease-in-out 0.3s;
}/*

.featured-icon-block .sub-text a:hover{
	color: #49c3ff;

}*/



.read-more {
float: left;
font-size: 15px;
color: #fff;
text-transform: capitalize;
}





.read-more:hover {
color: #49c3ff;
}

.serv-section-2 .read-more { 
color: #49c3ff;
}


.read-more i {

margin-right: 8px;
font-size: 12px;
}

.featured-icon-block:hover .icon-box::before {
background: linear-gradient( to left , #ffffff1a ,#ffffffb3);
}


/* ----------------------------------------------------------------
	Top Search
-----------------------------------------------------------------*/


#top-cart { position: relative; }

#top-search a,
#top-cart > a,
#side-panel-trigger a,
#top-account a {
	display: block;
	position: relative;
	width: 14px;
	height: 14px;
	
	line-height: 20px;
	text-align: center;
	color: #fff;
	-webkit-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}


#top-search a:hover {
color: #49c3ff;
}






#top-search a { 
z-index: 11;
cursor: pointer; }

#top-search a i {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

body.top-search-open #top-search a i.fa fa-search,
#top-search a i.fa fa-times { opacity: 0; }




body.top-search-open #top-search a i.fa fa-times {
	opacity: 1;
	z-index: 11;
	
}


#top-search a i:hover,
#top-cart > a:hover { color: #49c3ff; }

#top-search form {
	opacity: 0;
	z-index: -2;
	position: absolute;
	width: 90% !important;
	height: 100% !important;
	padding: 0 15px;
	margin: 0;
	top: 0;
	left: 0;
	-webkit-transition: opacity .3s ease-in-out;
	-o-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
min-height: 100px;
}

body.top-search-open #top-search form {
	opacity: 1;
	z-index: 10;
}

#top-search form input {
	box-shadow: none !important;
	pointer-events: none;
	border-radius: 0;
	border: 0;
	outline: 0 !important;
	font-size: 22px;
	padding: 10px 80px 10px 0;
	height: 100%;
	background-color: transparent;
	color: #fff;
	margin-top: 0 !important;
}

#top-search form input { padding-right: 20px; }


body.top-search-open #top-search form input { pointer-events: auto; }

body:not(.device-sm):not(.device-xs):not(.device-xxs) #header.transparent-header:not(.sticky-header):not(.full-header):not(.floating-header) #top-search form input { border-bottom: 2px solid rgba(0,0,0,0.1); }

#top-search form input::-moz-placeholder {
	color: #fff;
	opacity: 1;
	text-transform: uppercase;
}
#top-search form input:-ms-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}
#top-search form input::-webkit-input-placeholder {
	color: #fff;
	text-transform: uppercase;
}

#primary-menu .container #top-search form input,
.sticky-header #top-search form input { border: none !important; }




.header-menu-area .container {
position: relative;
}




#top-search, #top-cart {

    -webkit-transition: margin .4s ease, opacity .3s ease;
    -o-transition: margin .4s ease, opacity .3s ease;
    transition: margin .4s ease, opacity .3s ease;

}
#top-search, #top-cart, #side-panel-trigger, #top-account {

    float: left;
margin: 40px 90px 27px 30px;

}


.logo-area-layout1, .men-had {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}



body.top-search-open .logo-box,
body.top-search-open .logo-header, body.top-search-open .main-navigation {
opacity:0;
}





body.top-search-open #top-search a i.fal.fa-times {

    opacity: 1;
    z-index: 11;
    

}




body.top-search-open .mob-mpve,
body.top-search-open #top-search a i.fal.fa-search, #top-search a i.fal.fa-times {

    opacity: 0;

}
#top-search a i {

    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: opacity .3s ease;
    -o-transition: opacity .3s ease;
    transition: opacity .3s ease;

}




/********************* menu - toggler -**************/
.menu-toggler {
	width: 42px;
	cursor: pointer;
	z-index: 100;
}
.menu-toggler span {
	width: 100%;
	float: right;
	margin-bottom: 5px;
	height: 2px;
	background: #333;
	position: relative;
	overflow:hidden;
	transition: all 0.2s ease-in-out;
}
.menu-toggler span:before {
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:0;
	height:100%;
	background:#fff;background: #49c3ff;
	transition: all 0.2s ease-in-out;
}
.menu-toggler:hover span:before {
	width:100%;
}
.menu-toggler .nbs {
	width: 60%;
	right: 20%;
}
.menu-toggler.cmenu:hover .nbs , .menu-toggler:hover .nbs {
	width: 100%;
	right: 0;
}
.menu-toggler:hover .ncs,
.menu-toggler:hover .nbs {
	width: 100%;
}
.menu-toggler.cmenu .nos {
	transform: rotate(-45deg);
	margin-bottom: 0;
	top: 8.5px;
}
.menu-toggler.cmenu .ncs {
	transform: rotate(45deg);
	margin-bottom: 0;
	top: 7px;
	width: 100%;
}
.menu-toggler.cmenu .nbs  , .menu-toggler.cmenu:hover .nbs{
	width:0;
}




/*************************************/






.widget .download .item-download {
    margin-bottom: 15px;
    position: relative
}

.widget .download .item-download a {
    background: #fff;
    display: block;
    padding: 0;
    font-size: 18px;
    
    color: #151b35;
    border: 2px solid #151b35
}

.widget .download .item-download a:hover {
    background: #151b35;
    color: #fff
}

.widget .download .item-download .fal {
    color: #fff;
    font-size: 20px;
    padding-left: 20px;
    padding: 20px;
    background: #151b35;
    display: inline-block;
    margin-left: 20px
}




.img-coer img,
.img-vild img {
width: 80%;
margin: 0 auto;
display: block;margin-top: 50px;
}


/*** 

====================================================================
	Fluid Section Four
====================================================================

***/

.fluid-section-four{
	position:relative;
	background-color:#f9f8fc;
}

.fluid-section-four .image-column{
    position: absolute;
    right: 0px;
	top:0px;
    width: 50%;
    height: 100%;
	float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.fluid-section-four .image-column .image{
    width: 100%;
    display: none;
}

.fluid-section-four .image-column .image img{
    display: block;
    width: 100%;
}

.fluid-section-four .image-column .overlay-link{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(68,57,134,0.70);
    transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -webkit-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
}

.fluid-section-four .image-column .overlay-link .icon-box{
    position: absolute;
    left: 50%;
	top: 50%;
    width: 80px;
    height: 80px;
    color: #222;
    font-size: 28px;
    padding-right: 6px;
    line-height: 80px;
    text-align: center;
    border-radius: 50%;
    margin-bottom: 50px;
    display: inline-block;
	margin-right: -40px;
	margin-top: -40px;
    background-color: #ffffff;
}

.fluid-section-four .image-column .overlay-link .icon-box:before{
	position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    bottom: -5px;
    right: -5px;
    border-radius: 50px;
    border: 5px solid rgba(255,255,255,0.20);
}

.fluid-section-four .image-column .overlay-link .icon-box:after{
	position: absolute;
    content: '';
    left: -10px;
    top: -10px;
    bottom: -10px;
    right: -10px;
    border-radius: 50px;
    border: 4px solid rgba(255,255,255,0.10);
}

.fluid-section-four .image-column:hover .overlay-link{
	background: rgba(68,57,134,0.40);
}

/*Content Column*/

.fluid-section-four .content-column{
	position: relative;
    width: 50%;
	float: right;
padding: 30px;padding-right: 50px;
}

.fluid-section-four .content-column .content-box{
	position:relative;
	max-width:525px;
	float: right;
}


.fluid-section-four .content-column .content-box h2 {


 }


/*Featured Block Two*/

.feature-block-two{
	position: relative;
	margin-bottom: 15px;
}

.feature-block-two .inner-box{
	position: relative;
}

.feature-block-two .inner-box h3{
	position: relative;

	line-height: 1.4em;
	margin-bottom: 0;padding-right: 20px;
}

.feature-block-two .inner-box h3:before{
content: '\f058';
font-family: 'Font Awesome 5 Pro';
color: #161c3c;

position: absolute;
top: 2px;
left: 0;
color: #49c3ff;
}

.feature-block-two .inner-box h3 a{
	position: relative;
	color:#222;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	

color: #222;




}

.feature-block-two .inner-box h3 a:hover{
	color:#49c3ff;
}

.feature-block-two .inner-box .text{
	position: relative;
	color:#fff;
	
	line-height: 1.6em;
}


.single-form-step .text-box p a,
.feature-block-two .inner-box .text a {
color: #151b35;

}

.single-form-step .text-box p a i,
.feature-block-two .inner-box .text a i {
    font-size: 10px;
}

.feature-block-two.alternate{
	margin-right:60px;
}

.feature-block-two.alternate .inner-box h3:before{
	background-color: rgba(255,255,255,1);
}

.feature-block-two.alternate h3 a,
.feature-block-two.alternate .text{
	color:#ffffff;
}

.feature-block-two.style-two{
	margin-right:50px;
}

.feature-block-two.style-two .inner-box h3{
	font-size:18px !important;
	margin-bottom: 12px !important;
}

.feature-block-two.style-two .inner-box h3:before{
	background-color: #49c3ff;
}




/*****************/

.service {
padding: 50px 0;
position: relative;
background-size: cover;
background-attachment: fixed;
background-position: 50% 50%;
background-image: url(../images/bgred.jpg);

}

.dis-block {
margin:20px auto 0;
display: block;
max-width: 200px;

}


.service .sec-title {
text-align: center;
}

.service .sec-title h2 {
color:#fff;width: 100%;
}

.service .sec-title p {
    color: #ddd;

}
.service .sec-title h2:before {
left: 50%;
margin-right: -25px;
}


/*feature-box */
.service .feature-box {
  padding: 0 0 20px 0;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.service .feature-box .feature-box-title {
color:#151b35;
  font-size: 22px;
  font-weight: 500;
  line-height: 26px;padding-bottom: 10px;
  margin-bottom: 10px;text-align: center;position: relative;
}


.service .feature-box .feature-box-title:before {
    content: '';
    background: #49c3ff;
    display: block;
    position: absolute;
    bottom: 0;
    width: 50px;
    height: 3px;
left:50%;
margin-right:-25px;
}

.service .feature-box .feature-box-icon {
  font-size: 50px;
  padding: 20px 0;
  line-height: 24px;
}
.service .feature-box .feature-box-desc {
  margin: 0;
}
/*feature-box style 2*/
.feature-box.f-style-2 {
  padding: 17px;
  -webkit-box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
          box-shadow: 0px 0px 40px rgba(83, 88, 93, 0.1);
}
.feature-box.f-style-2 .feature-box-icon {
  font-size: 72px;
  margin-right: -30px;
  float: right;
  margin-left: 30px;
  padding-top: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;position: absolute;top: 0;
}
.feature-box.f-style-2 .feature-box-title {
  margin-top: 20px;
}
.feature-box.f-style-2 a {
display: block;
color: #999;
float: left;
font-size: 15px;
}


.feature-box.f-style-2 a i {
font-size: 10px;
}

.feature-box.f-style-2 .feature-box-desc {
  clear: both;
}
.feature-box.f-style-2:hover {
  -webkit-box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
          box-shadow: 0px 0px 80px rgba(83, 88, 93, 0.2);
}
.feature-box.f-style-2:hover .feature-box-icon {
  margin-right: 0px;
  margin-left: 10px;
}


.icon-grad .feature-box-icon i:before {/*
  background: linear-gradient(150deg, #97c74e 0%, #2ab9a5 100%);

background: linear-gradient(150deg, #49c3ff 0%, #49c3ff 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -WebKit-text-fill-color: transparent;*/

color: #151b35;
}


.feature-box.f-style-2:hover .feature-box-icon i:before {
/*
background: linear-gradient(150deg, #49c3ff 0%, #49c3ff 100%);
background: linear-gradient(150deg, #f4f4f4 0%, #939393 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -WebKit-text-fill-color: transparent;*/

color: #49c3ff;
}

.feature-box.f-style-2 ul {
    display: block;
    width: 100%;
    list-style: none;
    margin-top: 30px;
}


.feature-box.f-style-2 ul li {text-align: right;
margin-bottom: 15px;text-transform: capitalize;padding-right:12px;position: relative;
}


.feature-box.f-style-2 ul li:before {
content: '-';
font-family: 'Font Awesome 5 Pro';
color: #161c3c;

position: absolute;
top: 0;
left: 0;
color: #49c3ff;
}


.solo-box {
display: inline-block;
width: 100%;
margin-top: 25px;
}


.meeting-form-content h3,
.meeting-form-content p {
color:#fff;
}

.meeting-form-content h3 {
font-size: 25px;
}


.meeting-form-content.inside-conr h3 {
color: #fff;
font-size: 22px;margin: 50px 0;
padding-right:40px;
}

.meeting-form-content.inside-conr p {
color:#161c3c;
margin-bottom: 5px;
}

.meeting-form-content.inside-conr p strong {
font-size: 18px;margin-bottom: 15px;

display: block;
}


/*** 

====================================================================
	Offer Section
====================================================================

***/

.offer-section-two{
	position: relative;
	padding: 40px 0px 30px;
}

.offer-section-two .offer-title-box{
	position: relative;
	margin-bottom: 30px;
}

.offer-section-two .offer-title-box .inner-box{
	position: relative;
	min-height: 325px;
	padding: 45px 45px 45px;
	background-color: #161c3c;border: 1px solid #49c3ff;
box-shadow: 0 0 10px #49c3ff;
box-shadow: -2px -2px 10px 10px #49c3ff1a;
box-shadow: -2px -2px 10px 10px #257ba61a;background: none !important;
border-radius:30px 0;
overflow: hidden;
}


/*
.offer-section-two .offer-title-box .inner-box:before {
position: absolute;
top: -4px;
right: -4px;
z-index: 0;
content: " ";
width: 120px;
height: 120px;
border-bottom-left-radius: 136px;
filter: blur(2px);
background: linear-gradient( to bottom left , #b50f69 , #b50f69,#b50f69cc,#b50f691a ,#b50f691a);
transition: all 0.4s ease-in-out;
-webkit-transition: all 0.4s ease-in-out;
}*/

.offer-section-two .offer-title-box .inner-box h2{
	position: relative;
	font-size: 30px;
	color: #ffffff;
	
line-height: 40px;
}

.offer-section-two .offer-title-box .inner-box .text{
	position: relative;
	color:#ffffff;
	
	font-weight: 500;
	line-height: 1.6em;
	margin-top: 10px;
}

.offer-section-two .offer-title-box .inner-box .arrow-box{
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 70px;
	height: 70px;
	color: #fff;
	text-align: center;
	line-height: 70px;
	font-size: 22px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}


.offer-section-two .offer-title-box .inner-box .arrow-box span {
position: relative;
z-index: 1;
}

.offer-section-two .offer-title-box .inner-box .arrow-box:after {
    position: absolute;
    bottom: -1px;
    right: -1px;
    z-index: 0;
    content: " ";
    width: 100px;
    height: 100px;
    border-top-right-radius: 136px;
    filter: blur(2px);
background: linear-gradient( to top right , #b50f69 , #b50f69,#b50f6999,#b50f691a ,#b50f691a);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index: -1;
}

.offer-section-two .offer-title-box .inner-box .arrow-box:hover:after {

background: linear-gradient( to top left , #49c3ff , #49c3ff,#49c3ff99,#49c3ff1a ,#49c3ff1a);
}

.offer-section-two .counter-box{
	position:relative;
	padding-top: 70px;
	padding-right: 190px;
	padding-left: 200px;
}

/*Services Block Three*/

.services-block-three{
	position: relative;
	margin-bottom: 30px;
}

.services-block-three .inner-box{
	position: relative;
	overflow: hidden;
padding: 40px;
	box-shadow: 0px 0px 25px rgba(0,0,0,0.15);background: #fff;
box-shadow: -2px -2px 10px 10px #257ba64d;
}

.services-block-three .inner-box .left-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .left-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#49c3ff66;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box .left-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#49c3ff66;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box:hover .left-layer:before,
.services-block-three .inner-box:hover .left-layer:after{
	height:100%;
}

.services-block-three .inner-box .right-layer{
	position:absolute;
	right:0px;
	top:0px;
	width:50%;
	height:100%;
	display:block;
}

.services-block-three .inner-box .right-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#49c3ff66;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box .right-layer:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:0px;
	width:50%;
	height:0%;
	display:block;
	background-color:#49c3ff66;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
}

.services-block-three .inner-box:hover .right-layer:before,
.services-block-three .inner-box:hover .right-layer:after{
	height:100%;
}

.services-block-three .inner-box .icon-box{
	position: relative;
	color:#151b35;
	font-size: 60px;
	line-height: 1em;
	margin-bottom: 10px;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*
.services-block-three .inner-box:hover .icon-box,
.services-block-three .inner-box:hover .text,
.services-block-three .inner-box:hover h3 a{
	color:#ffffff;
}*/

.services-block-three .inner-box h3{
	position: relative;
	font-size: 20px;
	position: relative;
font-size: 20px;
height: 56px;
display: grid;
align-items: center;
	margin-bottom: 15px;
}

.services-block-three .inner-box h3 a{
	position: relative;
	color: #222;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;text-transform: capitalize;
}

.services-block-three .inner-box .text{
	position: relative;
	color:#222;
	font-weight: 400;
	line-height: 1.7em;
	margin-bottom: 0;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;height: 101px;
overflow: hidden;
}

.services-block-three .inner-box .read-more{
	position: relative;
    color: #222;
    font-size: 15px;
    text-transform: uppercase;
    padding-left: 25px;
    
    display: inline-block;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.services-block-three .inner-box .read-more .fa{
	position:relative;
	margin-left: 3px;
}

/*
.services-block-three .inner-box .read-more:after{
	position: absolute;
    content: '';
    left: 100%;
    top: 10px;
    width: 0%;
    height: 1px;
    opacity: 0;
    visibility: hidden;
	-webkit-transition:all 600ms ease;
	-ms-transition:all 600ms ease;
	-o-transition:all 600ms ease;
	-moz-transition:all 600ms ease;
	transition:all 600ms ease;
	background-color: rgba(255,255,255,0.20);
}
*/

.services-block-three .inner-box:hover .read-more:after{
	opacity: 1;
	width: 300%;
	visibility: visible;
	background-color: rgba(255,255,255,0.20);
}




/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position: relative;
	padding: 50px 0px;
}

.news-block-two{
	position: relative;
}

.news-block-two .inner-box{
	position: relative;
	background-color: #f9f8fc;
}

.news-block-two .inner-box .image-column{
	position: relative;
	float: right;
	padding: 0px;
}

.news-block-two .inner-box .image-column.align-right{
	float: left;
}

.news-block-two .inner-box .image-column .image{
	position: relative;
}

.news-block-two .inner-box .image-column .image .arrow-box{
	position: absolute;
	right: 0px;
	bottom: 0px;
	color:#ffffff;
	width:70px;
	height: 70px;
	font-size: 32px;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	background-color: #151b35;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .image-column .image .arrow-box:hover{
	background-color: #49c3ff;
}

.news-block-two .inner-box .image-column .image img{
	position: relative;
	width: 100%;
	display: block;
}

.news-block-two .inner-box .content-column{
	position: relative;
	float: right;
	padding: 0px;
}

.news-block-two .inner-box .content-column .inner-column{
	position: relative;
	padding: 100px 80px 100px 70px;
}

.news-block-two .inner-box .content-column .inner-column .title{
	position: relative;
	color:#222;
	font-size: 15px;
	line-height: 1.4em;
	
	margin-bottom: 10px;
	text-transform: uppercase;
}

.news-block-two .inner-box .content-column .inner-column h3{
	position: relative;
	font-size: 22px;
	
	line-height: 1.4em;
	margin-bottom: 20px;
}

.news-block-two .inner-box .content-column .inner-column h3 a{
	position: relative;
	color:#49c3ff;
	transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

.news-block-two .inner-box .content-column .inner-column h3 a:hover{
	color:#222;
}

.news-block-two .inner-box .content-column .inner-column .text{
	position: relative;
	color:#fff;
	
	line-height: 1.7em;
}







/*----------------------------------------*/
/*  17. Team Area css
/*----------------------------------------*/
.single-member {
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}
.team-hover {
    padding: 15px 0 0px;
    text-align: center;
    transition: all 0.4s ease 0s;
}
.single-member .team-img {
    display: block;
    position: relative;
}
.single-member .team-img a {
    display: block;
}
.team-content {
    position: absolute;
    top: 65%;
    content: "";
    left: 0;
    right: 0;
    transition: 0.5s;
    background: rgba(255,255,255,0.75) none repeat scroll 0 0;
    padding: 20px 20px;
    width: 100%;
    height: 200px;
}
.team-content h4 a {
    color: #222;
}
.team-content p {
    margin-bottom: 0;
    color: #ba2575;
}
.team-content h4 {
    
    margin-bottom: 5px;
    text-transform: uppercase;
    
    
}
.team-content .social-icon{
  margin-top: 15px;
     opacity: 0;
}
.social-icon li{
    display: inline-block;
    margin: 0px 2px;
}
.social-icon li a {
display: inline-block;
width: 40px;
height: 40px;
border: 1px solid #222;
color: #fff;
border-radius: 1px;

text-align: center;
line-height: 39px;
background: #222;
}
.social-icon li a:hover{
    border:1px solid #49c3ff;
    color:#fff;
	background: #49c3ff;
}
.single-member .team-img::after{
    background: rgba(255,255,255,0.90) none repeat scroll 0 0;
    width: 100%;
    height: 0%;
    position: absolute;
    content: "";
    left: 0;
    top:0;
    transition: 0.5s;
	box-shadow: 2px 2px 20px #ddd;
}
.single-member:hover .team-img::after{
    height: 100%;
}
.single-member:hover .team-content .social-icon{
     opacity: 1;
}
.single-member:hover .team-content {
    opacity: 1;
     top: 45%;
    transition: 0.5s;
    background: transparent;
}


.single-member .team-img img {
max-width: 100%;
height: auto;max-height: 310px;
}


.team-area {
padding:20px 0;
}




/*** 

====================================================================
	Services Section Four
====================================================================

***/

.services-section-four{
	position: relative;
	padding: 105px 0px 40px;
}

.services-block-four{
	position: relative;
	margin-bottom: 30px;
}

.services-block-four .inner-box{
	position: relative;
	text-align: center;
	padding: 40px 30px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.services-block-four .inner-box:before{
	position:absolute;
	content: '';
	left: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: #151b35;
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:after{
	position:absolute;
	content: '';
	right: 0px;
	bottom: 0px;
	height: 2px;
	width: 0px;
	background-color: #151b35;
	transition:all 1200ms ease;
	-moz-transition:all 1200ms ease;
	-webkit-transition:all 1200ms ease;
	-ms-transition:all 1200ms ease;
	-o-transition:all 1200ms ease;
}

.services-block-four .inner-box:hover{
	box-shadow: 0px 0px 20px rgba(0,0,0,0.15);
}

.services-block-four .inner-box:hover::before,
.services-block-four .inner-box:hover::after{
	width:100%;
}

.services-block-four .inner-box .icon-box{
	position: relative;
	color: #49c3ff;
	font-size: 65px;
	line-height: 1em;
	margin-bottom: 18px;
}

.services-block-four .inner-box h3{
	position: relative;
	
	
	line-height: 1.4em;
	margin-bottom: 10px;
}

.services-block-four .inner-box h3 a{
	position: relative;
	color:#222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-four .inner-box .text{
	position: relative;
	color:#fff;
	
	line-height: 1.7em;
}

.services-block-four .inner-box h3 a:hover{
	color:#222;
}




/*** 

====================================================================
	Map Section.contact-form input:focus
====================================================================

 ***/

.map-section{
	position: relative;margin-bottom: -10px;
}

/*** 

====================================================================
	Map Section Style
====================================================================

***/

.map-section{
	position:relative;
}

.map-section .auto-container{
	max-width: 1400px;
}

.map-data{
	text-align:center;
	font-size:14px;
	font-weight:400;
	line-height:1.8em;
}

.map-data h6{
	font-size:16px;
	font-weight:700;
	text-align:center;
	margin-bottom:5px;
	color:#121212;
}

.map-canvas{
	height:550px;
}

/*** 

====================================================================
	Content Section
====================================================================

***/

.contact-section{
	position: relative;
	padding: 20px 0;
}

.contact-section .info-column{
	position: relative;
}

.contact-section .info-column .inner-column{
	position: relative;
	padding-left: 65px;

}

.contact-section .info-column .inner-column .content-box{
	position: relative;
	padding: 60px 35px;
	background-color: #151b35;
}

.contact-section .info-column .inner-column h2{
	position: relative;
	font-size: 23px;
	line-height: 1.2em;
	color: #ffffff;
	margin-bottom: 25px;
}

.contact-section .info-column .inner-column .title{
	position: relative;
	color:#ffffff;
	
	
	line-height: 1.6em;
	padding-left: 20px;
	padding-bottom: 15px;
	margin-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.20);
}

.contact-section .info-column .inner-column .social-boxed{
	position: relative;
	margin-top: 30px;
}

.contact-section .info-column .inner-column .social-boxed li{
	position: relative;
	margin-left: 18px;
	display: inline-block;
}

.contact-section .info-column .inner-column .social-boxed li a{
	position: relative;
	color:#ffffff;
	
}

.contact-section .form-column{
	position: relative;
}

.contact-section .form-column .inner-column{
	position: relative;
	padding-right: 35px;
}

.contact-section .form-column .inner-column h2{
	position: relative;
	color:#fff;
	font-size: 22px;
	
	line-height: 1.2em;
	margin-bottom: 16px;
}

.contact-section .form-column .inner-column h2:before{
	position: absolute;
	content: '';
	right: -35px;
	top: 12px;
	height: 2px;
	width: 25px;
	background-color: #49c3ff;
}

.contact-section .form-column .inner-column .title{
	position: relative;
	color:#fff;
	
	font-weight: 500;
	line-height: 1.5em;
	margin-bottom: 25px;
}


.meeting-form {
  padding: 100px;
  padding-left: 0;
  border-radius: 7px;
  background: #ffffff;
}
.meeting-form .row {
  margin-right: -5px;
  margin-left: -5px;
}
.meeting-form .row [class*=col-] {
  padding-right: 5px;
  padding-left: 5px;
}

.meeting-form input,
.meeting-form textarea {
  display: block;
  border: none;
  outline: none;
  background-color: transparent;
  border-radius: 8px;
  height: 65px;
  border: 1px solid #CCD7E0;
  
  
  color: #798593;
  width: 100%;
  padding-right: 30px;
}
.meeting-form input::-webkit-input-placeholder,
.meeting-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
color: #161c3c;
text-transform: capitalize;
}
.meeting-form input::-moz-placeholder,
.meeting-form textarea::-moz-placeholder {
  /* Firefox 19+ */
color: #161c3c;
text-transform: capitalize;
}
.meeting-form input:-ms-input-placeholder,
.meeting-form textarea:-ms-input-placeholder {
  /* IE 10+ */
color: #161c3c;
text-transform: capitalize;
}
.meeting-form input:-moz-placeholder,
.meeting-form textarea:-moz-placeholder {
  /* Firefox 18- */
color: #161c3c;
text-transform: capitalize;
}
.meeting-form textarea {
  height: 125px;
  padding-top: 15px;
}
.meeting-form .btn-box {
  margin-top: 10px;
  text-align: center;
}
.meeting-form .btn-box .btn-tag-line {
display: block;
color: #222;

letter-spacing: 0;
margin-top: 20px;
-webkit-transform: translateX(-100px);
transform: translate(-28%,-100%);
}
.meeting-form .btn-box .btn-tag-line i {
  display: inline-block;
  -webkit-transform: rotate(-85deg) scale(1, -1) translate(6px, -9px);
          transform: rotate(-85deg) scale(1, -1) translate(6px, -9px);
  font-size: 27px;
}




/*Contact Form*/

.contact-form {
padding: 30px;
background-color: #EFF0F466;border-radius: 25px;
}

.contact-form .form-group{
    margin-bottom: 20px;
}

.contact-form .form-group:last-child{
	margin-bottom:0px;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form input[type="password"],
.contact-form select,
.contact-form textarea{
	display:block;
	width:100%;
	height:58px;
	font-size:15px;
	color:#888888;
	line-height:24px;
	padding:12px 5px;background:#fff;
	font-weight:400;border:none;
	border-bottom:1px solid #e5e5e5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;padding-right: 15px;
}

.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus{
	border-color:#111;
}

.contact-form textarea{
	height:170px;
	resize:none;
	padding:12px 5px;	
}

.contact-form .message-btn{
	position: relative;
    padding: 13px 32px 13px;
    line-height: 24px;
    background: #49c3ff;
    color: #ffffff;
    
    border-radius: 3px;
	cursor: pointer;
	margin-top: 30px;
    border: 2px solid #49c3ff;
    text-transform: capitalize;
}

.contact-form .message-btn:hover{
	background:#222;
	border-color:#222;	
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#ff0000 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:500;	
}




/*List Style One*/

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#cccccc;
	font-size:16px;
	font-weight:500;
	margin-bottom:10px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.list-style-one li:last-child{
	margin-bottom:0px;
}

.list-style-one li span{
	position:relative;
	color:#888888;
}

/*List Style Two*/

.list-style-two{
	position:relative;
}

.list-style-two li{
	position:relative;
	color:#fff;
	font-size:16px;
	padding-right:30px;
	font-weight:400;
	margin-bottom:8px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.list-style-two li:last-child{
	margin-bottom:0px;
}

.list-style-two li:before{
	position:absolute;
	content: "\f1b3";
	left:0px;
	top:0px;
	
	
	color: #49c3ff;
	font-family: "Flaticon";
}

.list-style-three{
	position:relative;
}


.list-style-three li a {
	color:#ffffff;
}

.list-style-three li{
	position:relative;
	
	color:#ffffff;
	font-weight: 500;
	margin-bottom: 10px;
	padding-right: 25px;list-style: none;
	line-height: 1.7em;
}


.list-style-three li i {
	position:absolute;
	right: 0px;
	top: 0px;
	color:#ffffff;
	
}


.dor-block {
padding: 30px;
background-color: #EFF0F466;
border-radius: 25px;
}




/*Contact Form*/

.cont-us2 {

}

.cont-us2 .form-group{
    margin-bottom: 20px;
}

.cont-us2 .form-group:last-child{
	margin-bottom:0px;
}

.cont-us2 input[type="text"],

.cont-us2 input[type="email"],
.cont-us2 input[type="password"],
.cont-us2 select,
.cont-us2 textarea{
	display:block;
	width:100%;
	height:45px;
	font-size:15px;
	color:#888888;
	line-height:24px;
	padding:12px 5px;
	font-weight:400;	border:none;
	border-bottom:1px solid #e5e5e5;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.cont-us2 input:focus,
.cont-us2 select:focus,
.cont-us2 textarea:focus{
	border-color:#111;
}

.cont-us2 textarea{
	height:80px;
	resize:none;
	padding:12px 5px;	
}

.cont-us2 .message-btn{
padding: 13px 20px;
}


.cont-us2 input.error,
.cont-us2 select.error,
.cont-us2 textarea.error{
	border-color:#ff0000 !important;	
}

.cont-us2 label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:13px;
	color:#ff0000;
	font-weight:500;	
}

.two-column {
margin: 25px 0;
}
.two-column .image img {
height: 450px;
object-fit: cover;
width: 100%;box-shadow: -2px -2px 10px 10px #257ba61a;

}


.two-column .column h3 {
position: relative;
margin-bottom: 10px;
padding-bottom: 10px;padding-right: 25px;
}


.two-column .column h3:before {
  content: '';
  background: #49c3ff;
  display: block;position: absolute;
bottom: 0;
width: 50px;
height: 3px;
}


.two-column .column h3:after {

  content: '\f058';
  font-family: 'Font Awesome 5 Pro';
  color: #161c3c;
  
  position: absolute;
  top: 0;
  left: 0;
  line-height: 30px;color: #49c3ff
}







/*--------------Styles 3----------------*/
.feature-box {
    position: relative;
    background: #fff;
    padding: 15px;
    border-radius: 5px;
    text-align: center;
    margin: 0 0px 20px 0px;
    -webkit-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -moz-box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    box-shadow: 2px 2px 20px 0px rgba(50, 50, 50, 0.21);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.feature-box:hover {
    -webkit-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
    -moz-box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
    box-shadow: 4px 4px 22px 0px rgba(50, 50, 50, 0.29);
}
.feature-box i {
    color: #49c3ff;
    font-size: 60px;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;line-height: initial;
}
.feature-box:hover i {
    color: #161c3c;
}
.feature-box h4 {
    color: #161c3c;
    
    font-weight: 500;

    margin: 5px 0px;
}
.feature-box p {
    color: #999;
    
    font-weight: 500;
    line-height: 170%;
}
.feature-box-3 {
    display: block;
    text-align: center;
    background: #fff;
    border-radius: 4px;
    margin: 15px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.feature-box-3 i {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #49c3ff;
    font-size: 60px;
    background-image: linear-gradient(to bottom, rgba(210, 30, 43, 0.1), transparent);
    width: 125px;
    height: 125px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
}
.feature-box-3 h4 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
}
.feature-box-3 p {
    
} 

.section-heading-line-left {

    content: '';
    display: block;
    width: 100px;
    height: 2px;
    background: #49c3ff;
    border-radius: 10px;
    margin-top: 15px;
    margin-bottom: 5px;background: linear-gradient( to left , #49c3ff,#49c3ff33 ,#49c3ff1a);

}

.primary-list {
    padding-right: 0px;
}
.primary-list li {
    list-style-type: none;
    color: #222;
    font-size: 15px;
    font-weight: 500;
    margin-top: 15px;
}
.primary-list li i {
    color: #49c3ff;
    padding-left: 10px;
}
.dark-list {
    padding-right: 0px;
}
.dark-list li {
    list-style-type: none;
    color: #222;
    
    font-weight: 500;
    margin-top: 15px;
}
.dark-list li i {
    color: #222;
    padding-left: 10px;
}
.white-list {
    padding-right: 0px;
}
.white-list li {
    list-style-type: none;
    color: #fff;
    
    font-weight: 500;
    margin-top: 15px;
}
.white-list li i {
    color: #49c3ff;
    padding-left: 15px;
}


.section-block-bg {
padding: 40px 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    padding: 60px 0px 20px 0px;

}



/*** 

====================================================================
	Services Section
====================================================================

***/

.services-section{
	position: relative;
	padding: 20px 0;
}

.services-section .inner-container{
	position: relative;
margin: 0 auto;
}

.services-block{
	position: relative;
	margin-bottom: 30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box{
	position: relative;
	display:block;
	padding: 40px 45px 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background-color: #ffffff;
	box-shadow: 0px 0px 35px rgba(0,0,0,0.15);
}

.services-block .inner-box:before{
	position: absolute;
	content: '';
	left:0;
	top:0;
	right:0;
	bottom:0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	background: #ffffff;
}

.services-block:hover .inner-box:before{
	bottom:-40px;
	background: #49c3ff;	
}

.services-block.alternate:hover .inner-box:before{
	background: #49c3ff;	
}

.services-block:hover{
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}

.services-block .inner-box h3{
	position: relative;
	color:#222;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 35px;padding-right: 80px;
}

.services-block .inner-box h3 a{
	position: relative;
	color:#222;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box .icon-box{
	position: relative;
	font-size: 70px;
	line-height: 1em;
	color:#151b35;

	margin-bottom: 15px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;

position: absolute;
right: 40px;
top: 20px;

}

.services-block .inner-box .text{
	position: relative;
	color:#222;

	line-height: 1.6em;
	margin-bottom:25px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
max-height: 115px;
overflow: hidden;
}

.services-block .inner-box:hover .text{
	
}

.services-block .inner-box .more-link{
	position:relative;
	display:block;
	overflow:hidden;	
}

.services-block .inner-box .read-more{
	position: relative;
	color:#151b35;
	font-size: 15px;
	text-transform: uppercase;
	display: inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block .inner-box .read-more .fa{
	padding-left:5px;	
}

.services-block .inner-box .read-more:after{
	position: absolute;
	content: '';
	right: 100%;
	top: 11px;
	width: 300%;
	height: 1px;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(255,255,255,0.50);
}

.services-block .inner-box:hover .read-more{
color:#fff;
}

.services-block .inner-box:hover .read-more:after{
	opacity: 1;
	visibility: visible;
}

.services-block .inner-box:hover{
	background-color: #49c3ff;
}

.services-block .inner-box:hover .text,
.services-block .inner-box:hover h3 a,
.services-block .inner-box:hover .icon-box{
	color:#ffffff;
}

.services-block.alternate .inner-box .icon-box{
	color:#151b35;
}

.services-block.alternate .inner-box:hover{
	background-color:#49c3ff;
}

.services-block.alternate .inner-box .read-more,
.services-block.alternate .inner-box:hover .icon-box{
	color:#ffffff;
}



.section-block-parallax {
    position: relative;
    background-size: cover;
    background-attachment: fixed;
    background-position: 50% 50%;
    padding: 90px 0px 90px 0px;
}

.section-heading {
    margin-bottom: 10px;
}
.center-holder {
    text-align: center !important;
}



/*-----------------------------------------
Revolution Slider Styles
-------------------------------------------*/
.rev-slider-content{
  z-index: 19 !important;
  white-space: nowrap; 
  font-size: 90px; 
  line-height: 90px; 
  font-weight: 500; 
  color: #ffffff !important; 
}

.revolution-btn{
  z-index: 21 !important; 
  white-space: nowrap; 
   
  line-height: 60px; 
  font-weight: 500; 
  color: rgba(255,255,255,1); 
  
  border-color:rgba(0,0,0,1);
  border-radius:30px 30px 30px 30px;
  outline:none;
  box-shadow:none;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
  cursor:pointer;
  text-decoration: none;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}

.tp-bannertimer{
  height: 5px; 
  background: #222;
  opacity: .5;
}

.revolution-btn-2{
  z-index: 20 !important; 
  min-width: 480px; 
  max-width: 480px; 
  white-space: normal; 
  font-size: 25px; 
  line-height: 35px; 
  font-weight: 400; 
  color: #ffffff; 
  letter-spacing: 0px;
}

.tp-bullet {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    background: rgba(255,255,255,.3);
    cursor: pointer;
}





.services-block-five{
	position: relative;
	margin-bottom: 30px;
}

.services-block-five .read-more {
float: none;

color: #151b35;
text-transform: capitalize;
margin-top: 10px;
display: block;
}

.services-block-five .block-inner{
	position: relative;
	padding-right: 70px;
}

.services-block-five .block-inner .icon-box{
	position: absolute;
	left: 0px;
	top: 0px;
	color:#b50f69;
	font-size: 50px; 
	line-height: 1em;
}

.services-block-five .block-inner h4{
	position: relative;
	color:#fff;
	font-size: 20px;
	line-height: 1.4em;
	margin-bottom: 12px;
}

.services-block-five .block-inner h4 a{
	position: relative;
	color:#fff;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.services-block-five .block-inner h4 a:hover{
	color:#49c3ff;
}

.services-block-five .block-inner .text{
	position: relative;
	color:#fff;
}




/*Contact Info Widget*/

.contact-info-widget{
	position:relative;margin-top: 25px;
}

.contact-info-widget .inner-content{
	position:relative;
	padding:40px 20px;
	text-align:center;
	background-color:#151b35;
}

.contact-info-widget.style-two .inner-content{
	background-color: #151b35;
}

.contact-info-widget .inner-content .icon-box{
	position:relative;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
	margin-bottom:15px;
}

.contact-info-widget .inner-content .text{
	position:relative;
	font-size:20px;
	font-weight:300;
	line-height:1.5em;
	color:#ffffff;
	margin-bottom:20px;
}

.contact-info-widget .inner-content .number{
	position:relative;
	font-size:22px;
	font-weight:600;
	color:#ffffff;

}

.contact-info-widget .inner-content .email a,
.contact-info-widget .inner-content .number a {
	color:#ffffff;
}

.contact-info-widget .inner-content .email{
	position:relative;
	font-size:16px;
	color:#ffffff;
	margin-top:5px;
	font-weight:300;

}


.rev_slider .tp-mask-wrap .tp-caption, .rev_slider .tp-mask-wrap :last-child {
text-transform: capitalize;
}




/*--------------Styles 6----------------*/


.section-block-grey {
padding:20px 0;
}

.serv-section-2 {
    position: relative;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
    padding: 30px;margin-bottom: 30px;
}


.section-block-grey .inner-container{
	position: relative;
margin: 0 auto;
}



.serv-section-2:before {
    position: absolute;
top: -10px;
left: -10px;
    z-index: 0;
    content: " ";
    width: 120px;
    height: 120px;
    border-bottom-right-radius: 136px;
filter: blur(2px);
background: linear-gradient( to bottom right , #b50f69 , #b50f69,#b50f69cc,#b50f691a ,#b50f691a);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2:hover:before {
    background: #49c3ff;
background: linear-gradient( to bottom right , #49c3ff , #49c3ff,#49c3ffcc,#49c3ff1a ,#49c3ff1a);
}

.serv-section-2-icon {
    position: absolute;
    top: 18px;
    left: 22px;
    max-width: 100px;
    z-index: 1;
    text-align: center
}

.serv-section-2-icon i {
    color: #fff;
font-size: 42px;
line-height: 50px;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
}

.serv-section-2:hover .serv-section-2-icon i {
    color: #fff;
}

.serv-section-top-text {
    width: 180px;
    height: auto;
}

.serv-section-desc {
    position: relative;
}

.serv-section-2 h4 {
    color: #333;
    font-size: 22px;
    font-weight: 500;
    line-height: 1.5;
}

.serv-section-2 h5 {
    color: #333;
    
    font-weight: 400;
    line-height: 1;
    margin-top: 5px;
}

.serv-section-2 p {
    margin-top: 25px;color: #222;height: 96px;
overflow: hidden;
}

.serv-section-2-act:before {
    background: #151b35;
}

.serv-section-2-act:hover:before {
    background: #f5f5f5;
}

.serv-section-2-icon-act i {
    color: #49c3ff;
}

.serv-section-2-act:hover .serv-section-2-icon-act i {
    color: #151b35 !important;
}

@media (max-width: 991px) {
    .serv-section-2 {
        margin-top: 20px;
    }
    .serv-section-2:before {
        margin-top: 0px;
    }

}

@media (max-width: 425px) {
    .serv-section-2 {
        padding: 30px 10px;
    }
}




.new-specail {
text-align: center;margin-bottom: 30px;
}


.new-specail h2 span,
.new-specail h2 {
font-size: 24px;line-height: 46px;}




.new-specail.sec-title h2::before {
display:none;
}


.top-left {
float: left;
}


.top-left .social-links {
    position: relative;
    margin-bottom: 0;
}

.top-left .social-links li {
    position: relative;
    float: right;
    color: #111;
    line-height: 24px;
    width: 45px;
    text-align: center;
    height: 60px;
    overflow: hidden;
}

.top-left .social-links li a > div {
    width: 45px;
    height: 60px;
    position: relative;
    line-height: 60px;
    transition: all ease-in-out 0.4s;
    top: 0;


}

.top-left .social-links li:hover a > div {
    top: -60px;
}
/*
.main-ico {
    border-right: 1px solid #ffffff1a;
}

.top-left .social-links li:last-child .main-ico {
    border-left: 1px solid #ffffff1a;
}*/

.hover-ico span {
    display: block;
    line-height: 60px;
    color: #fff;
}

.hover-ico .facebook {
    background: #3b5998
}

.hover-ico .twitter {
    background: #55acee
}

.hover-ico .youtube {
    background: #ff0000
}

.hover-ico .linkedin {
    background: #007bb5
}

.hover-ico .instagram {
    background: #e9509b
}

.top-left .social-links li a {
    position: relative;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 24px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}






.single-sidebar .faq-image-box {
  overflow: hidden;
  border-radius: 8px;
  position: relative;
  display: inline-block;
}

.single-sidebar .faq-image-box .box {
  max-width: 260px;
  background: #49c3ff;
  border-radius: 8px;
  padding: 0;
  color: #FFFFFF;
  font-size: 22px;
  
  position: absolute;
  bottom: 20px;
  left: 20px;
  padding: 47px 50px;
}

.single-sidebar .accrodion-grp .accrodion {

  border-radius: 8px;
}

.single-sidebar .accrodion-grp .accrodion + .accrodion {
  margin-top: 10px;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-title {
padding: 14px 8px;

cursor: pointer;

border-radius: 8px;

-webkit-transition: all .4s ease;

transition: all .4s ease;

background: #fff;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-title a {
  margin: 0;
  position: relative;
  font-size: 17px;
  color: #222;display: block;
  
}

.single-sidebar .accrodion-grp .accrodion .accrodion-title a {
 
color: #222;
}


.single-sidebar .accrodion-grp .accrodion.active > .accrodion-title a {
color: #fff;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-title a:after {
content: "\f067";
font-family: 'Font Awesome 5 Pro';
color: #151b35;
font-size: 12px;
position: absolute;
top: 50%;
right: 0px;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
font-weight: normal;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-content {
  padding-top: 0px;border-radius: 0 0 8px 8px;

overflow: hidden;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-content .inner {
background: #fff;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-content .inner ul li {
padding: 0 8px;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-content .inner ul li a {
color: #333;

padding: 10px 0;



display: block;


border-bottom: 1px solid #eee;
position: relative;

}

.single-sidebar .accrodion-grp .accrodion .accrodion-content .inner ul li a:hover,
.single-sidebar .accrodion-grp .accrodion .accrodion-content .inner ul li a.active {
color: #49c3ff;
}

.single-sidebar .accrodion-grp .accrodion .accrodion-content p {
  margin: 0;
  font-size: 18px;
  color: #161c3c;
}


.single-sidebar .accrodion-grp .accrodion.active > .accrodion-title {
border-radius: 8px 8px 0 0;background: #49c3ff;
}

.single-sidebar .accrodion-grp .accrodion.active > .accrodion-title a {
  color: #fff;
}

.single-sidebar .accrodion-grp .accrodion.active > .accrodion-title a:after {
  content: "\f068";color:#fff;
}






/*** 

====================================================================
	Fluid Section Two
====================================================================

***/

.fluid-section-one{
	position:relative;
}

.fluid-section-one .outer-container{
	position:relative;
	min-height:250px;
}

.fluid-section-one .image-column{
	position:absolute;
	right:0px;
	top:0px;
	width:40%;
	height:100%;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:cover;	
}

.fluid-section-one .image-column .image-box{
	position:relative;
	display:none;	
}

.fluid-section-one .image-column .image-box img{
	position:relative;
	display:block;
	width:100%;
}

.fluid-section-one .content-column{
	position:relative;
	float: left;
	width:60%;
}

.fluid-section-one .content-column .inner-column{
	position:relative;
	width:100%;
	padding:40px 0 40px 0;
}

.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:50%;
	float: right;
}

.fluid-section-one .content-column .inner-column .title-box .box-inner{
	position: relative;
padding: 60px 40px 60px;
}

/*.fluid-section-one .content-column .inner-column .title-box{
	position: relative;
	width:50%;
	float: right;
}*/


.content-column .carousel-box .box-inner ul li,
.fluid-section-one .content-column .inner-column .title-box .box-inner ul li {
position: relative;
padding-right: 27px;
list-style: none;
margin-bottom: 15px;
}


.content-column .carousel-box .box-inner ul li:after,
.fluid-section-one .content-column .inner-column .title-box .box-inner ul li:after {
content: '';
position: absolute;
width: 16px;
height: 16px;
left: 0;
right: 0;
bottom: 0;
top: 4px;
border-radius: 50%;
background-image: radial-gradient( #b50f69, #da76ac);
background-image: radial-gradient( #b50f69,#b50f69c4, #b50f6966);
background-image: radial-gradient( #bd3bbf, #bd3bbf);
filter: blur(2px);
background-image: radial-gradient( #49c3ff, #49c3ffcc, #49c3ff80 ,#49c3ff1a);
filter: blur(2px);

}

.testimonial-block .inner-box h2,
.fluid-section-one .content-column .inner-column .title-box h2{
	position: relative;
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    line-height: 1.3em;
	margin-bottom: 20px;
    text-transform: capitalize;
}

.testimonial-block .inner-box h2 {
    color: #fff;
}

.fluid-section-one .content-column .inner-column .title-box .text{
	position: relative;

	color:#fff;

}
/*
.fluid-section-one .content-column .inner-column .title-box .text:before{
	position: absolute;
	content: "\f1ac";
	left: 0px;
	top: 0px;
	color:#49c3ff;
	line-height: 1em;
	font-size: 40px;
	font-family: "Flaticon";
}*/

.fluid-section-one .content-column .carousel-box{
	position: relative;
	float: left;
	width:50%;
}

.fluid-section-one .content-column .carousel-box .box-inner{
	position: relative;
padding: 60px 40px 60px 20px;
	background-color: #151b35;
}



.fluid-section-one .content-column .inner-column .title-box .box-inner .quote-icon,
.fluid-section-one .content-column .carousel-box .quote-icon{
	
	color:#49c3ff;
	line-height: 1em;margin-bottom: 20px;
	font-size: 60px;
}

.fluid-section-one .content-column .carousel-box .owl-nav,
.fluid-section-one .content-column .carousel-box .owl-dots{
	display:none;
}

/*Testimonial Block*/

.testimonial-block{
	position: relative;
}

.testimonial-block .inner-box{
	position: relative;
}

.testimonial-block .inner-box .text{
	position: relative;
	color: #ffffff;
	font-weight: 300;
	line-height: 1.6em;
	width: 100%;
	margin-bottom: 20px;
}

.testimonial-block .inner-box .author{
	position: relative;
	
	font-weight: 500;
	color: rgba(255,255,255,0.30);
}

.testimonial-block .inner-box .author span{
	
	font-weight: 400;
}















/*----------------------------------------*/
/*  03. HERO CSS START
/*----------------------------------------*/
.hero__area {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.hero__height {
  min-height: 950px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__height {
    min-height: 850px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__height {
    min-height: 1250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height {
    min-height: 1250px;
  }
}
@media (max-width: 575px) {
  .hero__height {
    min-height: 1100px;
  }
}
.hero__height-2 {
margin-top: 130px;
position: relative;
/*
background: linear-gradient( to left, #00066a , #0233b0);
background: linear-gradient( to left, #151b35 , #334c6f);
background: linear-gradient( to left, #151b35 , #283373);
background: linear-gradient( to bottom, #151b35 , #283373);*/




}
.hero__height-3 {
  min-height: 870px;
}
.hero__height-4 {
  min-height: 860px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__height-4 {
    min-height: 700px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__height-4 {
    min-height: 1200px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height-4 {
    min-height: 1200px;
  }
}
@media (max-width: 575px) {
  .hero__height-4 {
    min-height: 1000px;
  }
}
.hero__height-5 {
  min-height: 830px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__height-5 {
    min-height: 1250px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__height-5 {
    min-height: 1100px;
  }
}
@media (max-width: 575px) {
  .hero__height-5 {
    min-height: 850px;
  }
}
.hero__title {
  font-size: 70px;
  font-weight: 700;
  line-height: 1.14;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title {
    font-size: 60px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title {
    font-size: 53px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title {
    font-size: 52px;
  }
}
@media (max-width: 575px) {
  .hero__title {
    font-size: 34px;
  }
}
.hero__title-2 {
font-size: 32px;
color: #fff;
margin-bottom: 10px;
text-transform: capitalize;
line-height: 35px;
}
@media (max-width: 575px) {
  .hero__title-2 {
    font-size: 35px;
  }
}
.hero__title-3 {
  font-size: 70px;
  line-height: 1.14;
  color: #ffffff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title-3 {
    font-size: 60px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__title-3 {
    font-size: 34px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title-3 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero__title-3 {
    font-size: 35px;
  }
}
.hero__title-4 {
  font-size: 70px;
  font-weight: 800;
  line-height: 1.1;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title-4 {
    font-size: 65px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title-4 {
    font-size: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title-4 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .hero__title-4 {
    font-size: 32px;
  }
}
.hero__title-4 span {
  color: #6c63ff;
}
.hero__title-5 {
  font-size: 70px;
  color: #ffffff;
  line-height: 1.15;
  margin-bottom: 15px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__title-5 {
    font-size: 63px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__title-5 {
    font-size: 50px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__title-5 {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .hero__title-5 {
    font-size: 35px;
  }
}
.hero__pre-title {
  
  color: #179d50;
  display: inline-block;
  height: 24px;
  line-height: 24px;
  padding: 0 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: rgba(39, 174, 96, 0.14);
  margin-bottom: 15px;
}
.hero__content {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content {
    padding-left: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content {
    padding-left: 0;
  }
}
@media (max-width: 575px) {
  .hero__content {
    padding-left: 0;
  }
}
.hero__content p {
  font-size: 20px;
  line-height: 32px;
  color: #57556a;
  margin-bottom: 45px;
}
@media (max-width: 575px) {
  .hero__content p {
    
  }
}
.hero__content-2 a:hover {
  -webkit-box-shadow: 0px 30px 40px 0px rgba(1, 24, 55, 0.16);
  -moz-box-shadow: 0px 30px 40px 0px rgba(1, 24, 55, 0.16);
  box-shadow: 0px 30px 40px 0px rgba(1, 24, 55, 0.16);
}
.hero__content-2 p {
  font-size:16px;
  color: #fff;
  margin-bottom: 15px;
}


.hero__content-2 span {
  font-size:18px;
  color: #fff;
margin-bottom: 25px;
display: block;
}


.hero__content-3 {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content-3 {
    padding-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-3 {
    padding-right: 45px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__content-3 {
    padding-right: 0;
  }
}
@media (max-width: 575px) {
  .hero__content-3 {
    padding-right: 0;
  }
}
.hero__content-3 p {
  font-size: 20px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 400;
  padding-left: 125px;
  margin-bottom: 40px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__content-3 p {
    padding-left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__content-3 p {
    padding-left: 0;
    
  }
}
@media (max-width: 575px) {
  .hero__content-3 p {
    padding-left: 0;
    
  }
}
.hero__content-4 {
  position: relative;
  z-index: 1;
}
@media (max-width: 575px) {
  .hero__content-4 {
    padding-left: 0;
  }
}
.hero__content-4 p {
  
  color: #5d5c72;
  padding-left: 80px;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .hero__content-4 p {
    padding-left: 0;
  }
}
.hero__content-5 {
  position: relative;
  z-index: 1;
}
.hero__content-5 p {
  color: #ffffff;
  opacity: 0.7;
  font-size: 18px;
  line-height: 32px;
  padding-left: 35px;
  margin-bottom: 40px;
}
@media (max-width: 575px) {
  .hero__content-5 p {
    padding-left: 0;
    
    line-height: 1.5;
  }
}
.hero__content-5 .play-btn {
  
  color: #ffffff;
  font-weight: 600;
  display: inline-block;
}
@media (max-width: 575px) {
  .hero__content-5 .play-btn {
    margin-top: 15px;
  }
}
.hero__content-5 .play-btn span {
  padding-left: 15px;
}
.hero__content-5 .play-btn span i {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px;
  border: 1px solid #ffffff;
}
.hero__content-5 .play-btn:hover i {
  background: #ffffff;
  color: #1c7df8;
}
.hero__client ul li {
  display: inline-block;
}
.hero__client ul li:not(:last-child) {
  margin-left: 42px;
}
@media (max-width: 575px) {
  .hero__client ul li:not(:last-child) {
    margin-left: 20px;
  }
}
.hero__search input {
  width: 370px;
  height: 54px;
  line-height: 50px;
  padding: 0 23px;
  background: #ffffff;
  outline: none;
  border: 2px solid #ffffff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
  -moz-box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
  box-shadow: 0px 20px 60px 0px rgba(15, 0, 40, 0.14);
  margin-left: 20px;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__search input {
    width: 280px;
  }
}
@media (max-width: 575px) {
  .hero__search input {
    width: 280px;
  }
}
.hero__search input::placeholder {
  
  color: #8f959d;
}
.hero__search input:focus {
  border-color: #7127ea;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__search button {
    margin-top: 15px;
  }
}
@media (max-width: 575px) {
  .hero__search button {
    margin-top: 15px;
  }
}
.hero__search-info {
  margin-top: 20px;
}
.hero__search-info span {
  
  color: #5f5d72;
  margin-left: 30px;
}
.hero__search-info span i {
  padding-left: 6px;
}
@media (max-width: 575px) {
  .hero__search-info span {
    display: block;
    margin-top: 10px;
  }
}
.hero__shape img {
  position: absolute;
  z-index: 1;
}
.hero__shape img.hero-circle-1 {
  top: 19%;
  right: 0;
}
.hero__shape img.hero-circle-2 {
  top: 33%;
  right: 37%;
  -webkit-animation: hero-circle-2 4s linear 0s infinite alternate;
  -moz-animation: hero-circle-2 4s linear 0s infinite alternate;
  -o-animation: hero-circle-2 4s linear 0s infinite alternate;
  animation: hero-circle-2 4s linear 0s infinite alternate;
}
.hero__shape img.hero-triangle-1 {
  right: 7%;
  top: 14%;
  -webkit-animation: hero-triangle-1 6s linear infinite;
  -moz-animation: hero-triangle-1 6s linear infinite;
  -o-animation: hero-triangle-1 6s linear infinite;
  animation: hero-triangle-1 6s linear infinite;
}
.hero__shape img.hero-triangle-2 {
  left: 6%;
  top: 32%;
  -webkit-animation: hero-triangle-2 5s linear infinite;
  -moz-animation: hero-triangle-2 5s linear infinite;
  -o-animation: hero-triangle-2 5s linear infinite;
  animation: hero-triangle-2 5s linear infinite;
}
.hero__shape-2 img {
  position: absolute;
}
.hero__shape-2 img.hero-2-dot {
  left:11%;
  top: 40%;
  -webkit-animation: hero-circle-2 4s linear 0s infinite alternate;
  -moz-animation: hero-circle-2 4s linear 0s infinite alternate;
  -o-animation: hero-circle-2 4s linear 0s infinite alternate;
  animation: hero-circle-2 4s linear 0s infinite alternate;
}
.hero__shape-2 img.hero-2-dot-2 {
  right: 7%;
  top: 14%;
  -webkit-animation: hero-circle-2 4s linear 0s infinite alternate;
  -moz-animation: hero-circle-2 4s linear 0s infinite alternate;
  -o-animation: hero-circle-2 4s linear 0s infinite alternate;
  animation: hero-circle-2 4s linear 0s infinite alternate;
}
.hero__shape-2 img.hero-2-flower {
  right: 2%;width: 60px;
  bottom: 12%;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__shape-2 img.hero-2-flower {
    bottom: -13%;
  }
}
@media (max-width: 575px) {
  .hero__shape-2 img.hero-2-flower {
    bottom: -13%;
  }
}
.hero__shape-2 img.hero-2-triangle {
  left: 2%;
  top: 12%;
  -webkit-animation: hero-triangle-2 5s linear infinite;
  -moz-animation: hero-triangle-2 5s linear infinite;
  -o-animation: hero-triangle-2 5s linear infinite;
  animation: hero-triangle-2 5s linear infinite;
}
.hero__shape-2 img.hero-2-triangle-2 {
  left: 7%;
  bottom: 10%;
  -webkit-animation: hero-triangle-2 5s linear infinite;
  -moz-animation: hero-triangle-2 5s linear infinite;
  -o-animation: hero-triangle-2 5s linear infinite;
  animation: hero-triangle-2 5s linear infinite;
}
.hero__shape-3 img {
  position: absolute;
}
.hero__shape-3 img.hero-3-dot {
  left: 7%;
  bottom: 31%;
  -webkit-animation: hero-3-dot 2s linear infinite alternate;
  -moz-animation: hero-3-dot 2s linear infinite alternate;
  -o-animation: hero-3-dot 2s linear infinite alternate;
  animation: hero-3-dot 2s linear infinite alternate;
}
.hero__shape-3 img.hero-3-circle {
  left: 7%;
  bottom: 31%;
}
.hero__shape-3 img.hero-3-circle-2 {
  left: 15%;
  top: 31%;
  -webkit-animation: hero-3-dot-4 2s linear infinite alternate;
  -moz-animation: hero-3-dot-4 2s linear infinite alternate;
  -o-animation: hero-3-dot-4 2s linear infinite alternate;
  animation: hero-3-dot-4 2s linear infinite alternate;
}
.hero__shape-3 img.hero-3-dot-3 {
  right: 6%;
  top: 12%;
  -webkit-animation: hero-3-dot 2s linear infinite alternate;
  -moz-animation: hero-3-dot 2s linear infinite alternate;
  -o-animation: hero-3-dot 2s linear infinite alternate;
  animation: hero-3-dot 2s linear infinite alternate;
}
.hero__shape-3 img.hero-3-dot-4 {
  bottom: 20%;
  right: 0;
  -webkit-animation: hero-3-dot-4 4s linear infinite alternate;
  -moz-animation: hero-3-dot-4 4s linear infinite alternate;
  -o-animation: hero-3-dot-4 4s linear infinite alternate;
  animation: hero-3-dot-4 4s linear infinite alternate;
}
.hero__shape-3 img.hero-3-triangle {
  top: 15%;
  left: 2%;
  -webkit-animation: hero-triangle-2 4s linear infinite alternate;
  -moz-animation: hero-triangle-2 4s linear infinite alternate;
  -o-animation: hero-triangle-2 4s linear infinite alternate;
  animation: hero-triangle-2 4s linear infinite alternate;
}
.hero__shape-4 img {
  position: absolute;
}
.hero__shape-4 img.smile {
  right: 10%;
  top: 31%;
}
.hero__shape-4 img.smile-2 {
  right: 35%;
  top: 17%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-4 img.smile-2 {
    right: 13%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__shape-4 img.smile-2 {
    right: 9%;
  }
}
@media (max-width: 575px) {
  .hero__shape-4 img.smile-2 {
    top: 8%;
    right: 7%;
  }
}
.hero__shape-4 img.cross-1 {
  bottom: 30%;
  right: 16%;
  -webkit-animation: hero-triangle-1 4s linear infinite alternate;
  -moz-animation: hero-triangle-1 4s linear infinite alternate;
  -o-animation: hero-triangle-1 4s linear infinite alternate;
  animation: hero-triangle-1 4s linear infinite alternate;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__shape-4 img.cross-1 {
    right: 30%;
  }
}
.hero__shape-4 img.cross-2 {
  right: 19%;
  top: 16%;
  -webkit-animation: hero-triangle-1 4s linear infinite alternate;
  -moz-animation: hero-triangle-1 4s linear infinite alternate;
  -o-animation: hero-triangle-1 4s linear infinite alternate;
  animation: hero-triangle-1 4s linear infinite alternate;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__shape-4 img.cross-2 {
    top: 8%;
  }
}
@media (max-width: 575px) {
  .hero__shape-4 img.cross-2 {
    top: 9%;
  }
}
.hero__shape-4 img.cross-3 {
  right: 41%;
  top: 46%;
  -webkit-animation: hero-triangle-1 4s linear infinite alternate;
  -moz-animation: hero-triangle-1 4s linear infinite alternate;
  -o-animation: hero-triangle-1 4s linear infinite alternate;
  animation: hero-triangle-1 4s linear infinite alternate;
}
.hero__shape-4 img.dot-1 {
  right: 51%;
  bottom: 20%;
}
.hero__shape-4 img.dot-2 {
  left: 10%;
  top: 10%;
}
.hero__shape-4 img.dot-3 {
  left: 28%;
  top: 16%;
}
.hero__shape-5 img {
  position: absolute;
}
.hero__shape-5 img.hero-5-triangle-1 {
  left: 3%;
  top: 20%;
  -webkit-animation: hero-triangle-2 5s linear infinite;
  -moz-animation: hero-triangle-2 5s linear infinite;
  -o-animation: hero-triangle-2 5s linear infinite;
  animation: hero-triangle-2 5s linear infinite;
}
@media (max-width: 575px) {
  .hero__shape-5 img.hero-5-triangle-1 {
    top: 7%;
  }
}
.hero__shape-5 img.hero-5-triangle-2 {
  right: 1%;
  top: 44%;
  -webkit-animation: hero-triangle-2 5s linear infinite;
  -moz-animation: hero-triangle-2 5s linear infinite;
  -o-animation: hero-triangle-2 5s linear infinite;
  animation: hero-triangle-2 5s linear infinite;
}
.hero__shape-5 img.hero-5-line {
  right: 0%;
  top: 33%;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb {
    margin-right: 100px;
    margin-top: 80px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb {
    margin-right: 80px;
    margin-top: 80px;
  }
}
@media (max-width: 575px) {
  .hero__thumb {
    margin-right: 0;
    margin-top: 80px;
  }
}
.hero__thumb-wrapper {
  z-index: 1;
  width: 570px;
  height: 570px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-wrapper {
    width: 500px;
    height: 500px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-wrapper {
    width: 450px;
    height: 450px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-wrapper {
    width: 290px;
    height: 290px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-wrapper img {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-wrapper img {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-wrapper img {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-wrapper img {
    width: 100%;
  }
}
.hero__thumb-wrapper img.hero-circle {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0px 40px 80px 0px rgba(7, 26, 90, 0.12);
  -moz-box-shadow: 0px 40px 80px 0px rgba(7, 26, 90, 0.12);
  box-shadow: 0px 40px 80px 0px rgba(7, 26, 90, 0.12);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-wrapper img.hero-circle {
    width: 100%;
  }
}
.hero__thumb-shape {
  position: absolute;
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
.hero__thumb-shape.shape-1 {
  top: 11px;
  right: 31px;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-1 {
    top: 30px;
    right: -75px;
  }
}
.hero__thumb-shape.shape-2 {
  top: 35px;
  right: 60px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-2 {
    top: 70px;
    right: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-shape.shape-2 {
    top: -2px;
    right: -15px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-shape.shape-2 {
    width: 200px;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-shape.shape-2 {
    width: 200px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .hero__thumb-shape.shape-2 {
    width: 95px;
    height: auto;
  }
}
.hero__thumb-shape.shape-3 {
  top: 20px;
  left: -70px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-3 {
    top: 35px;
    left: -30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-3 {
    top: -33px;
    left: -70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-shape.shape-3 {
    top: -20px;
    left: -31px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-shape.shape-3 {
    width: 150px;
    height: auto;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-shape.shape-3 {
    width: 150px;
    height: auto;
  }
}
@media (max-width: 575px) {
  .hero__thumb-shape.shape-3 {
    width: 80px;
    height: auto;
    left: 0;
  }
}
.hero__thumb-shape.shape-4 {
  bottom: -88px;
  left: -23px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-4 {
    bottom: -200px;
    left: 0px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-shape.shape-4 {
    bottom: -118px;
    left: -23px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-shape.shape-4 {
    bottom: -29px;
    left: -23px;
    width: 225px;
  }
}
.hero__thumb-shape.shape-5 {
  bottom: 115px;
  left: -220px;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb-shape.shape-5 {
    display: none;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-shape.shape-5 {
    display: none;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-shape.shape-5 {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-shape.shape-5 {
    left: -100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-shape.shape-5 {
    left: -100px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-shape.shape-5 {
    left: auto;
    width: 100px;
    right: 0;
    bottom: -35px;
  }
}
/*
.hero__thumb-inner {
  width: 550px;
  height: 400px;
}*//*
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb-inner {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-inner {
    margin-right: 0;
  }
}*/
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner {
    height: auto;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner {
    height: auto;
    width: auto;
    margin-right: 0;
  }
}


.hero__thumb-inner .hero-2-thumb {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}

.hero__thumb-inner img {/*
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;/*
  -webkit-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.12);
  -moz-box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.12);
  box-shadow: 0px 30px 70px 0px rgba(11, 6, 70, 0.12);*/
max-width: 100%;z-index: 1;

/*
float: left;*/
width: 525px !important;

margin: 0 auto;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner img.hero-2-thumb {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-thumb {
    width: 100%;
  }
}
.hero__thumb-inner img.hero-2-girl {
  position: absolute;
  left: -100px;
  bottom: -23px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-girl {
    display: none;
  }
}
.hero__thumb-inner img.hero-2-thumb-sm {
  position: absolute;
  left: 67px;
  bottom: -40px;
  -webkit-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-animation 4s linear infinite alternate;
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-thumb-sm {
    display: none;
  }
}
.hero__thumb-inner img.hero-2-thumb-sm-2 {
  position: absolute;
  right: -95px;
  bottom: 50px;
  -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-inner img.hero-2-thumb-sm-2 {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-inner img.hero-2-thumb-sm-2 {
    right: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner img.hero-2-thumb-sm-2 {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-thumb-sm-2 {
    display: none;
  }
}
.hero__thumb-inner img.hero-2-thumb-sm-3 {
  position: absolute;
  right: -35px;
  top: -70px;
  -webkit-animation: hero-thumb-sm-3-animation 4s linear infinite alternate;
  -moz-animation: hero-thumb-sm-3-animation 4s linear infinite alternate;
  -o-animation: hero-thumb-sm-3-animation 4s linear infinite alternate;
  animation: hero-thumb-sm-3-animation 4s linear infinite alternate;
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner img.hero-2-thumb-sm-3 {
    right: 30px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-thumb-sm-3 {
    display: none;
  }
}
.hero__thumb-inner img.hero-2-circle {
  position: absolute;
  right: -200px;
  bottom: -135px;
  z-index: -1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-animation: none;
  -moz-animation: none;
  -o-animation: none;
  animation: none;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb-inner img.hero-2-circle {
    right: -80px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-inner img.hero-2-circle {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-inner img.hero-2-circle {
    right: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner img.hero-2-circle {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-circle {
    right: -10px;
  }
}
.hero__thumb-inner img.hero-2-circle-2 {
  position: absolute;
  right: 140px;
  top: -82px;
  z-index: -1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
  animation-name: hero-bounce;
}
.hero__thumb-inner img.hero-2-leaf {
  position: absolute;
  right: -115px;
  top: -140px;
  z-index: -1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-inner img.hero-2-leaf {
    right: -30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-inner img.hero-2-leaf {
    right: -30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-inner img.hero-2-leaf {
    right: -30px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-inner img.hero-2-leaf {
    right: 0px;
  }
}
.hero__thumb-3 {
  position: relative;
  z-index: 1;
}
.hero__thumb-3 img.hero-phone {
  margin-right: -50px;
}
@media (max-width: 575px) {
  .hero__thumb-3 img.hero-phone {
    width: 100%;
  }
}

img.hero-3-gradient {
  position: absolute;
  right: 90px;
  top: 60px;
  z-index: -1;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;z-index: 0;
width:420px;
}


img.hero-3-dot-2 {
  position: absolute;
top: 10%;
right: 65px;
  z-index: 0;
  -webkit-animation: hero-3-dot-2 2s linear infinite alternate;
  -moz-animation: hero-3-dot-2 2s linear infinite alternate;
  -o-animation: hero-3-dot-2 2s linear infinite alternate;
  animation: hero-3-dot-2 2s linear infinite alternate;width: 60px;
}
.hero__thumb-4-wrapper {
  margin-right: 77px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-4-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-4-wrapper {
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-4-wrapper {
    margin-top: 60px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-4-wrapper {
    margin-top: 60px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-4-wrapper {
    margin-right: 30px;
    margin-top: 60px;
  }
}
.hero__thumb-4 img.girl {
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-4 img.girl {
    width: 100%;
  }
}
.hero__thumb-4 img.flower {
  position: absolute;
  bottom: 0;
  right: -55%;
  -webkit-animation: hero-thumb-animation 2s linear infinite alternate;
  -moz-animation: hero-thumb-animation 2s linear infinite alternate;
  -o-animation: hero-thumb-animation 2s linear infinite alternate;
  animation: hero-thumb-animation 2s linear infinite alternate;
}
@media only screen and (min-width: 1400px) and (max-width: 1600px) {
  .hero__thumb-4 img.flower {
    right: -25%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-4 img.flower {
    right: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-4 img.flower {
    right: -5%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-4 img.flower {
    right: 2%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-4 img.flower {
    right: 2%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-4 img.flower {
    display: none;
  }
}
.hero__thumb-5 {
  z-index: 1;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-5 {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-5 {
    margin-top: 100px;
  }
}
@media (max-width: 575px) {
  .hero__thumb-5 {
    margin-top: 50px;
  }
}
.hero__thumb-5 img.hero-5-thumb {
  -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  -webkit-animation: hero-border 5s linear infinite alternate;
  -moz-animation: hero-border 5s linear infinite alternate;
  -o-animation: hero-border 5s linear infinite alternate;
  animation: hero-border 5s linear infinite alternate;
  margin-left: -107px;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-5 img.hero-5-thumb {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-5 img.hero-5-thumb {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-5 img.hero-5-thumb {
    margin-left: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-5 img.hero-5-thumb {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 575px) {
  .hero__thumb-5 img.hero-5-thumb {
    margin-left: 0;
    width: 100%;
  }
}
.hero__thumb-5 img.hero-5-shape {
  position: absolute;
  right: -130px;
  top: -30px;
  z-index: -1;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .hero__thumb-5 img.hero-5-shape {
    right: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .hero__thumb-5 img.hero-5-shape {
    right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__thumb-5 img.hero-5-shape {
    right: 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .hero__thumb-5 img.hero-5-shape {
    right: 0;
  }
}
@media (max-width: 575px) {
  .hero__thumb-5 img.hero-5-shape {
    display: none;
  }
}
.hero__app ul li {
  display: inline-block;
  margin-left: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .hero__app ul li {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  .hero__app ul li {
    margin-bottom: 30px;
  }
}
.hero__app ul li a {
  height: 60px;
  text-align: center;
  padding: 0 24px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(127, 108, 193, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero__app ul li a:hover, .hero__app ul li a.active {
  background: #0a0030;
  border-color: #0a0030;
  -webkit-box-shadow: 0px 20px 30px 0px rgba(10, 0, 48, 0.3);
  -moz-box-shadow: 0px 20px 30px 0px rgba(10, 0, 48, 0.3);
  box-shadow: 0px 20px 30px 0px rgba(10, 0, 48, 0.3);
}
.hero__app-icon {
  margin-left: 15px;
}
.hero__app-icon i {
  font-size: 22px;
  color: #ffffff;
}
.hero__app-content h5 {
  font-size: 12px;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 0;
}
.hero__app-content span {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}
.hero__features ul {
  margin-bottom: 18px;
}
.hero__features ul li {
  
  color: #0f1432;
  font-weight: 600;
  position: relative;
  padding-right: 24px;
  margin-bottom: 15px;
}
.hero__features ul li:not(:last-child) {
  margin-left: 40px;
}
.hero__features ul li::after {
  position: absolute;
  content: "N";
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  color: #0f1432;
  font-family: "ElegantIcons";
}
@media (max-width: 575px) {
  .hero__btn-4 a {
    margin-bottom: 20px;
  }
}

@keyframes hero-bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
@keyframes hero-border {
  0% {
    -webkit-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    -moz-border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
    border-radius: 51% 49% 77% 23%/65% 50% 50% 35%;
  }
  100% {
    -webkit-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    -moz-border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
    border-radius: 30% 70% 28% 72%/53% 69% 31% 47%;
  }
}
@keyframes hero-thumb-animation {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-3-dot-2 {
  0% {
    transform: translateY(-50px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-3-dot-4 {
  0% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-animation {
  0% {
    -webkit-transform: translateY(-20px) translateX(50px);
    -moz-transform: translateY(-20px) translateX(50px);
    -ms-transform: translateY(-20px) translateX(50px);
    transform: translateY(-20px) translateX(50px);
  }
  100% {
    -webkit-transform: translateY(-20px) translateX(0px);
    -moz-transform: translateY(-20px) translateX(0px);
    -ms-transform: translateY(-20px) translateX(0px);
    transform: translateY(-20px) translateX(0px);
  }
}
@keyframes hero-thumb-sm-2-animation {
  0% {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }
  100% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes hero-thumb-sm-3-animation {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-3-dot {
  0% {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes heroImg {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}
@keyframes hero-heroImg {
  0% {
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-circle-2 {
  0% {
    -webkit-transform: translateX(-100px);
    -moz-transform: translateX(-100px);
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
  }
  100% {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes hero-triangle-2 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes hero-triangle-1 {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}


.hero-carousel .ite {
padding: 100px 0 30px;
display: grid;
align-items: center;
}




/*
.hero__content-2 .thm-btn {
background: #49c3ff;
}



.hero__content-2 .thm-btn:hover {
background: #49c3ff;
}*/


/*
.hero__thumb-2 {
background:url(../images/hero-gradient-circle.png);
width: 420px;

height: 420px;

background-size: cover;

margin: 0 auto;

display: block;

text-align: center;
    display: grid;
    align-items: center;
}

*/


.hero-carousel .hero__thumb-inner { 
	opacity: 0;
	-webkit-transform: translateX(50px);
	-moz-transform: translateX(50px);
	-ms-transform: translateX(50px);
	-o-transform: translateX(50px);
	transform: translateX(50px);
	transition-delay: 500ms;
transition: all ease-in-out 0.4s;

}



.hero-carousel .active .hero__thumb-inner { 
	opacity: 1;
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
	transition-delay: 500ms;

}










.hero-carousel .content-sl { 
	opacity: 0;
	-webkit-transform: translateX(-50px);
	-moz-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	-o-transform: translateX(-50px);
	transform: translateX(-50px);
	transition-delay: 500ms;
transition: all ease-in-out 0.4s;direction: rtl;
}





.hero-carousel .active .content-sl { 
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	transition-delay: 500ms;

}

.favfor ul {
padding: 0;

/*width: 370px;
max-width:100%;*/
}


.favfor ul li {
padding: 8px 25px;
margin-bottom: 10px;




color: #fff;
cursor: pointer;
display: inline-block;

margin-bottom: 15px;
padding: 12px 40px 12px 15px;
text-align: right;
transition: all 0.4s ease 0s;
background: #364677;
width: 100%;
position: relative;
border-radius: 2px;width: 49%;
float: right;
margin-left: 1%;
}

.favfor ul li:before {
top: 20px;
right: 12px;
}



.favfor ul li:hover {
background: #b50f69;
color:#fff;
}


.favfor ul li:hover:before {
color:#000;
}



.inde-side {padding: 20px;
border-radius: 2px;
margin: 15px;
position: relative;
}

.inde-side:before {
content: '';
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
border-radius: 2px;
background-image: radial-gradient( #fff, #fff);
filter: blur(2px);
z-index: -1;
}


.inde-side:after {
content: '';
position: absolute;
top: -15px;
bottom: -15px;
left: -15px;
right: -15px;
border:1px solid #49c3ff;
box-shadow: 0 0 10px #49c3ff;
box-shadow: -2px -2px 10px 10px #49c3ff1a;border-radius: 2px;
}

.inner-banner {
margin-top: 151px;
}

.blog-style-one,
.offer-section-two,
.contact-section,
.rs-blog,
.team-area,
.services-section,
.service-style-one,
.section-block-grey {

}

.all-line {
display: block;

width: 100%;

margin-bottom: 35px;
}
