@charset "UTF-8";




/*---------------------------
	Fonts
----------------------------*/
@font-face {
    font-family: 'carosbold';
    src: url('../fonts/cretype_-_caros_bold-webfont.woff2') format('woff2'),
         url('../fonts/cretype_-_caros_bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carosregular';
    src: url('../fonts/cretype_-_caros-webfont.woff2') format('woff2'),
         url('../fonts/cretype_-_caros-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'caroslight';
    src: url('../fonts/cretype_-_caros_light-webfont.woff2') format('woff2'),
         url('../fonts/cretype_-_caros_light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'carosextrabold';
    src: url('../fonts/cretype_-_caros_extrabold-webfont.woff2') format('woff2'),
         url('../fonts/cretype_-_caros_extrabold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'carosmedium';
    src: url('../fonts/cretype_-_caros_medium-webfont.woff2') format('woff2'),
         url('../fonts/cretype_-_caros_medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
/*--------------------------------------------------------------
    Theme Reset Style
--------------------------------------------------------------*/
html {
  font-size: 14px;
}

body {
  font-family: 'caroslight';
  background-color: #fff;
  font-size: 14px;
  font-size: 1rem;
  color: #000;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  line-height: 1.7em;
}

ul {
  list-style-type: none;
  padding-left: 0;
  margin: 0;
}

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
  color: #3e25f5;
}
a:focus{
    text-decoration: none;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
}

img {
  max-width: 100%;
}

/*--------------------------------------------------------------
    Global Elements
--------------------------------------------------------------*/
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-padding {
  padding: 70px 0;
}
.mt-2{
    margin-top: 20px;
}
.ml-3{
    margin-left: 30px;
}
.radius-10{
    border-radius: 10px;
}
.bold-text{
    font-family: 'carosmedium';
}
@media (max-width: 991px) {
  .section-padding {
    padding: 100px 0;
  }
}

@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-to-top {
  background-color: rgba(62, 37, 245, 0.7);
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 2px solid #3e25f5;
  border-radius: 45px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

@media (max-width: 991px) {
  .back-to-top {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}

.back-to-top:hover {
  background-color: #3e25f5;
}

.back-to-top i {
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.theme-btn{
  background-color: #3e25f5;
  height: 40px;
  line-height: 36px;
  font-family: 'carosbold';
  color: #fff;
  padding: 0 20px;
  border: 2px solid #3e25f5;
  border-radius: 40px;
  text-transform: capitalize;
  display: inline-block;
  font-size: 16px;
}
.theme-btn:hover, .theme-btn:focus, .theme-btn:active{
  background-color: #1f08c6;
  border-color: #1f08c6;
  color: #fff;
}
@media (max-width: 550px) {
    .theme-btn{
        font-size: 14px;
    }
}

.preloader {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 10000;
}

.preloader .lds-roller {
  display: inline-block;
  position: absolute;
  width: 64px;
  height: 64px;
  left: calc(50% - 32px);
  top: calc(50% - 32px);
}

.preloader .lds-roller span {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
  -ms-transform-origin: 32px 32px;
  transform-origin: 32px 32px;
  display: block;
}

.preloader .lds-roller span:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #3e25f5;
  margin: -3px 0 0 -3px;
}

.preloader .lds-roller span:nth-child(1) {
  -webkit-animation-delay: -0.036s;
  animation-delay: -0.036s;
}

.preloader .lds-roller span:nth-child(1):after {
  top: 50px;
  left: 50px;
}

.preloader .lds-roller span:nth-child(2) {
  -webkit-animation-delay: -0.072s;
  animation-delay: -0.072s;
}

.preloader .lds-roller span:nth-child(2):after {
  top: 54px;
  left: 45px;
}

.preloader .lds-roller span:nth-child(3) {
  -webkit-animation-delay: -0.108s;
  animation-delay: -0.108s;
}

.preloader .lds-roller span:nth-child(3):after {
  top: 57px;
  left: 39px;
}

.preloader .lds-roller span:nth-child(4) {
  -webkit-animation-delay: -0.144s;
  animation-delay: -0.144s;
}

.preloader .lds-roller span:nth-child(4):after {
  top: 58px;
  left: 32px;
}

.preloader .lds-roller span:nth-child(5) {
  -webkit-animation-delay: -0.18s;
  animation-delay: -0.18s;
}

.preloader .lds-roller span:nth-child(5):after {
  top: 57px;
  left: 25px;
}

.preloader .lds-roller span:nth-child(6) {
  -webkit-animation-delay: -0.216s;
  animation-delay: -0.216s;
}

.preloader .lds-roller span:nth-child(6):after {
  top: 54px;
  left: 19px;
}

.preloader .lds-roller span:nth-child(7) {
  -webkit-animation-delay: -0.252s;
  animation-delay: -0.252s;
}

.preloader .lds-roller span:nth-child(7):after {
  top: 50px;
  left: 14px;
}

.preloader .lds-roller span:nth-child(8) {
  -webkit-animation-delay: -0.288s;
  animation-delay: -0.288s;
}

.preloader .lds-roller span:nth-child(8):after {
  top: 45px;
  left: 10px;
}

@-webkit-keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes lds-roller {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*--------------------------------------------------------------
	header
--------------------------------------------------------------*/
.site-header .navigation {
  background-color: #fff;
  margin-bottom: 0;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.site-header .navigation > .container {
  position: relative;
}

.site-header .navbar-brand {
  height: auto;
}

.site-header .navbar-brand img {
  max-width: 185px;
}

.site-header #navbar {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  /*** mega-menu style ***/
}

.site-header #navbar > ul li a:hover,
.site-header #navbar > ul li a:focus {
  text-decoration: none;
  color: #3e25f5 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover{
    background: none;
    color: #3e25f5 !important;
}
@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar li {
    position: relative;
  }
  .site-header #navbar > ul > li > a {
    font-size: 16px;
    font-size: 1rem;
  }
  .site-header #navbar > ul .sub-menu {
    background-color: #fff;
    width: 250px;
    position: absolute;
    right: -190px;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 20px 0 40px rgba(168, 173, 187, 0.4);
    box-shadow: 20px 0 40px rgba(168, 173, 187, 0.4);
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
      padding: 30px 40px;
      margin-top: -20px;
  }
  .site-header #navbar > ul .sub-menu:after {
	bottom: 100%;
	left: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #fff;
	border-width: 15px;
	margin-left: -15px;
}
  .site-header #navbar > ul .sub-menu ul.sub-menu:after {
        right: 100%;
        top: 50%;
        border-color: rgba(255, 255, 255, 0);
        border-right-color: #fff;
        border-width: 15px;
        margin-top: -15px;
    }
  .site-header #navbar > ul > li .sub-menu a {
    font-size: 16px;
    display: block;
    padding: 10px 0;
    color: #000;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu {
    left: 100%;
    top: 0;
    margin: 0;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .site-header #navbar > ul > li:hover > .sub-menu {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
  .site-header #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul > li a {
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
  }
  .site-header #navbar > ul > li .sub-menu li {
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar > ul .sub-menu > li:last-child {
    border-bottom: 0;
  }
  .site-header #navbar > ul > li > .sub-menu a {
    padding: 15px 15px 15px 45px;
  }
  .site-header #navbar > ul > li > .sub-menu .sub-menu a {
    padding: 10px 15px 10px 65px;
  }
  .site-header #navbar > ul .menu-item-has-children > a {
    position: relative;
  }
  .site-header #navbar > ul .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e61a";
    font-size: 11px;
    font-size: 0.6875rem;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
    .site-header .navbar-brand img{
        max-width: 155px;
    }
}

@media screen and (min-width: 992px) {
  .site-header #navbar {
    /*** hover effect ***/
  }
  .site-header #navbar .has-mega-menu {
    position: static;
  }
  .site-header #navbar .mega-menu,
  .site-header #navbar .half-mega-menu {
    background-color: #fff;
    padding: 20px;
    border-top: 2px solid #c83226;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 10;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .site-header #navbar .mega-menu {
    width: 1140px;
    right: 15px;
  }
  .site-header #navbar .half-mega-menu {
    width: 585px;
  }
  .site-header #navbar .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    font-weight: bold;
    display: block;
    padding-bottom: 7px;
    margin-bottom: 7px;
    border-bottom: 1px solid #e6e6e6;
  }
  .site-header #navbar .mega-menu-list-holder li a {
    font-size: 14px;
    font-size: 0.875rem;
    display: block;
    padding: 7px 8px;
    margin-left: -8px;
  }
  .site-header #navbar .has-mega-menu:hover > ul {
    top: 100%;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 1199px) {
  .site-header #navbar > ul .mega-menu {
    width: 950px;
    right: 15px;
  }
  .site-header #navbar > ul .half-mega-menu {
    width: 485px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar > ul .mega-menu,
  .site-header #navbar > ul .half-mega-menu {
    width: auto;
  }
  .site-header #navbar > ul .mega-menu .row,
  .site-header #navbar > ul .half-mega-menu .row {
    margin: 0;
  }
  .site-header #navbar .mega-menu-content > .row > .col {
    margin-bottom: 25px;
  }
}

@media (max-width: 991px) {
  .site-header #navbar .mega-menu .mega-menu-list-holder a {
    padding: 5px 15px 5px 40px;
  }
  .site-header #navbar .mega-menu .mega-menu-box-title {
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
    display: block;
    border-bottom: 1px dotted #b3b3b3;
    padding: 0 0 4px 5px;
    margin: 0 25px 8px 25px;
  }
}

@media screen and (min-width: 992px) {
  .site-header .navbar-header .open-btn {
    display: none;
  }
  .site-header #navbar .close-navbar {
    display: none;
  }
}

@media (max-width: 991px) {
  .site-header {
    /* class for show hide navigation */
  }
  .site-header .container {
    width: 100%;
  }
  .site-header .navbar-header button {
    background-color: #c83226;
    width: 40px;
    height: 35px;
    border: 0;
    padding: 5px 10px;
    outline: 0;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 20;
  }
  .site-header .navbar-header button span {
    background-color: #000;
    display: block;
    height: 2px;
    margin-bottom: 5px;
  }
  .site-header .navbar-header button span:last-child {
    margin: 0;
  }
  .site-header #navbar {
    background: #fff;
    display: block !important;
    width: 280px;
    height: 100% !important;
    margin: 0;
    padding: 50px 0 0;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    position: fixed;
    right: -330px;
    top: 0;
    z-index: 100;
  }
  .site-header #navbar ul a {
    color: #000;
  }
  .site-header #navbar ul a:hover,
  .site-header #navbar ul li.current a {
    color: #c83226;
  }
  .site-header #navbar .navbar-nav {
    height: 100%;
    overflow: auto;
  }
  .site-header #navbar .close-navbar {
    background-color: #fff;
    width: 40px;
    height: 40px;
    color: #000;
    border: 0;
    outline: none;
    position: absolute;
    left: -41px;
    top: 0;
    z-index: 20;
  }
  .site-header #navbar .close-navbar .ti-close {
    position: relative;
    top: 1px;
  }
  .site-header #navbar > ul > li {
    border-bottom: 1px solid #f2f2f2;
  }
  .site-header #navbar > ul > li > a {
    padding: 20px 15px 20px 35px;
  }
  .site-header .slideInn {
    right: 0 !important;
  }
}

@media (max-width: 767px) {
  .site-header .navbar-header .navbar-brand {
    font-size: 24px;
  }
  .site-header #navbar .navbar-nav {
    margin: 0;
  }
    .site-header .navbar-brand img{
        max-width: 135px;
    }
}

@media (max-width: 991px) {
  .site-header .navbar-collapse.collapse {
    display: none;
  }
  .site-header .navbar-collapse.collapse.in {
    display: block;
  }
  .site-header .navbar-header .collapse,
  .site-header .navbar-toggle {
    display: block;
  }
  .site-header .navbar-header {
    float: none;
  }
  .site-header .navbar-right {
    float: none;
  }
  .site-header .navbar-nav {
    float: none;
  }
  .site-header .navbar-nav > li {
    float: none;
  }
}

@media (max-width: 991px) {
  .page-wrapper {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .body-overlay:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
}

/*---------------------------------------------
	header-style
-----------------------------------------------*/
.header-style .navigation #navbar > ul > li > a{
    font-family: 'carosbold';
    letter-spacing: 1px;
}

@media (max-width: 991px) {
  .header-style .navbar-brand{
    margin-top: 0;
  }
}

@media screen and (min-width: 992px) {
  .header-style .navigation #navbar{
    margin-right: 50px;
  }
  .header-style .navigation #navbar > ul > li > a{
    font-size: 14px;
    text-transform: uppercase;
    padding: 40px 20px;
    color: #000;
  }
    .header-style .navigation #navbar > ul > li.has-children > a:before{
        position: absolute;
        font-family: 'themify';
        content: "\e64b";
        right: 0;
        top: 40px;
        color: #9f9ea7;
    }
}

@media screen and (min-width: 1200px) {
  .header-style .navigation #navbar{
    margin-right: 250px;
  }
}

.header-style .quote{
  position: absolute;
  right: 15px;
  top: 30px;
}


@media (max-width: 991px) {
  .header-style .navigation .quote{
      right: 46px;
      top: 5px;
  }
}


.header-style .navigation .open-btn{
  background: transparent;
  margin-right: 10px;
  margin-top: 5px;
  border: 0;
}

@media (max-width: 1199px) {
  .header-style .navigation .open-btn{
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .header-style .navigation .open-btn {
    margin-top: 0;
  }
}
@media (max-width: 375px) {
    .theme-btn{
        height: 34px;
        line-height: 30px;
        padding: 0 10px;
        font-size: 12px;
    }
    .site-header .navbar-brand img {
        max-width: 110px;
    }
    .header-style .navigation .quote{
        top: 20px;
    }
}
.header-style .navigation .open-btn .fi:before{
  color: #000;
}


/*--------------------------------------------------------------
	hero slider
--------------------------------------------------------------*/
.hero {
  position: relative;
  height: 100vh;
  /** slider controls **/
  /** slider controls **/
  /*** hero slider animation ***/
}

@media (max-width: 767px) {
  .hero {
    min-height: 420px;
  }
}

.hero .slide {
  height: 100vh;
  position: relative;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 767px) {
  .hero .slide {
    min-height: 420px;
  }
}

.hero .slide .slider-bg {
  display: none;
}

.hero .slide:focus {
  outline: none;
}

.hero .slide .container {
  height: 100%;
  display: table;
  padding: 0;
}

.hero .slide .row {
  display: table-cell;
  vertical-align: middle;
}

.hero .slick-prev,
.hero .slick-next {
  background-color: rgba(255, 255, 255, 0.2);
  width: 55px;
  height: 55px;
  border-radius: 50%;
  z-index: 10;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}

@media (max-width: 991px) {
  .hero .slick-prev,
  .hero .slick-next {
    display: none !important;
  }
}

.hero .slick-prev {
  left: 25px;
}

.hero .slick-prev:before {
  font-family: "themify";
  content: "\e629";
  opacity: 1;
}

.hero .slick-next {
  right: 25px;
}

.hero .slick-next:before {
  font-family: "themify";
  content: "\e628";
  opacity: 1;
}

.hero .slick-prev:hover,
.hero .slick-next:hover {
  background: #3e25f5;
  border-color: #3e25f5;
}

.hero .slick-prev:hover:before,
.hero .slick-next:hover:before {
  color: #fff;
}

.hero .slick-dots {
  bottom: 30px;
}

@media screen and (min-width: 992px) {
  .hero .slick-dots {
    display: none !important;
  }
}

.hero .slick-dots li {
  margin: 0;
}

.hero .slick-dots button {
  background-color: #3e25f5;
  width: 14px;
  height: 14px;
  border: 1px solid #fff;
  border-radius: 50%;
}

.hero .slick-dots button:before,
.hero .slick-dots button:before {
  display: none;
}

.hero .slide-caption > div {
  overflow: hidden;
}

.hero .slide-caption > div * {
  -webkit-animation: fadeOutLeft 1.5s both;
  animation: fadeOutLeft 1.5s both;
}

.hero .slide-caption > div.slide-title * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .slide-caption > div.btns * {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.hero .hero-slider .slick-current .slide-caption > div * {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-title * {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.hero .hero-slider .slick-current .slide-caption > div.slide-subtitle * {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.hero .hero-slider .slick-current .slide-caption > div.btns * {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

/*----------------------------------------------
	hero-style
------------------------------------------------*/
.hero-style{
  position: relative;
  height: calc(100vh - 150px);
  min-height: 700px;
}

@media (max-width: 991px) {
  .hero-style{
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style{
    height: 450px;
    min-height: 450px;
  }
}

.hero-style .slide{
  height: calc(100vh - 150px);
  min-height: 700px;
  position: relative;
}

@media (max-width: 991px) {
  .hero-style .slide{
    height: 500px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .hero-style .slide{
    height: 450px;
    min-height: 450px;
  }
}

.hero-style .slide:before{
  content: "";
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.hero-style .slide-caption .slide-subtitle p{
  font-size: 26px;
  color: #fff;
  margin: 0;
}

@media (max-width: 991px) {
  .hero-style .slide-caption .slide-subtitle p{
    font-size: 16px;
    font-size: 1rem;
  }
}

.hero-style .slide-caption h2{
  font-family: 'carosbold';
  font-size: 56px;
  color: #fff;
  margin: 0.61em 0 0.56em;
}
.hero-style .slide-caption .btns{
    margin-top: 20px;
}
@media (max-width: 991px) {
  .hero-style .slide-caption h2 {
    font-size: 52px;
    font-size: 3.25rem;
  }
}

@media (max-width: 767px) {
  .hero-style .slide-caption h2{
    font-size: 42px;
    font-size: 2.625rem;
  }
    .hero-style,.counselor-info-section,.exp-section,.title-bx,.site-footer,.why-top-choice,.inner-content{
        text-align: center;
    }
    .counselor-info-section ul li{
        text-align: left;
    }
    
    
}


/*--------------------------------------------------------------
	footer
--------------------------------------------------------------*/
.site-footer {
  background-color: #fff;
  position: relative;
}
.site-footer ul {
  list-style: none;
}
.site-footer .upper-footer {
  padding: 60px 0 0;
}
.site-footer .link-widget address{
    font-size: 16px;
}

@media (max-width: 767px) {
  .site-footer .upper-footer {
    padding: 40px 0 0;
  }
}


@media (max-width: 767px) {
    .site-footer .about-widget .logo{
        margin: 0 auto;
    }
  .site-footer .upper-footer .col {
    min-height: auto;
    margin-bottom: 30px;
  }
    .footer-contact{
        margin: 0 auto;
    }
    .site-footer .link-widget.pull-right{
        float: none!important;
    }
}

.site-footer .widget-title {
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .site-footer .widget-title {
    margin-bottom: 10px;
  }
}

.site-footer .widget-title h3 {
  font-size: 18px;
  font-family: 'carosmedium';
  margin: 0;
  position: relative;
}

@media (max-width: 767px) {
  .site-footer .widget-title h3 {
    font-size: 16px;
  }
    .site-footer .link-widget address{
        font-size: 14px;
    }
}


.site-footer .about-widget .logo {
  max-width: 180px;
}

@media (max-width: 1199px) {
  .site-footer .link-widget {
    padding-left: 20px;
  }
}

@media (max-width: 991px) {
  .site-footer .link-widget {
    padding-left: 0;
  }
}
.site-footer .link-widget ul li {
  position: relative;
  margin-bottom: 12px;
}
.site-footer .link-widget ul a {
  color: #000;
  font-size: 16px;
}
.site-footer .link-widget ul a:hover {
  color: #3e25f5;
}
@media screen and (min-width: 1200px) {
  .site-footer .service-link-widget {
    padding-left: 25px;
  }
  .site-footer .m-l-30{
    margin-left: 30px;
  }
    .footer-contact{
        margin-right: 50px;
    }
}
.footer-contact{
    padding: 15px 0;
    border-top: #f0f2f7 solid 2px;
}
.footer-contact p{
    font-size: 16px;
    position: relative;
    padding-left: 30px;
}
.site-footer .lower-footer .container {
  text-align: center;
  border-top: #f0f2f7 solid 2px;
}

.site-footer .lower-footer .row {
  padding: 20px 0;
  position: relative;
}
.site-footer .lower-footer .copyright {
  font-size: 14px;
  color: #888;
}


.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.sticky-on {
  opacity: 1;
  top: 0;
}

.header-style-3 .navigation.sticky-header {
  background-color: #272525;
}

@media (max-width: 991px) {
  .header-style-3 .navigation.sticky-header {
    border-top: 1px solid transparent;
  }
}
@media (max-width: 767px) {
    .site-footer .lower-footer .copyright{
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
	counselor-info-section
--------------------------------------------------------------*/
.counselor-info-section{
    padding: 70px 0;
}
.c-name{
   font-family: 'carosbold';
    font-size: 16px;
    color: #000;
}
.title-bx h5{
    font-size: 18px;
    font-family: 'caroslight';
    color: #3e25f5;
    margin: 0 0 5px;
}
.title-bx h2{
    font-size: 36px;
    font-family: 'carosbold';
    color: #000;
    margin: 0 0 15px;
}
.c-name-sm{
    font-family: 'carosbold';
    font-size: 18px;
    color: #00a2fb;
    margin-bottom: 5px;
}
.counselor-info-section p{
    font-size: 18px;
    font-family: 'carosregular';
}
.counselor-info-section ul li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
}
.counselor-info-section ul li:before{
    position: absolute;
    content: "\e628";
    left: 0;
    top: 1px;
    font-family: 'themify';
}
.read-more{
    font-family: 'carosregular';
    font-size: 14px;
    color: #3e25f5;
    text-decoration: underline;
}
.counselor-info-section .theme-btn{
    box-shadow: rgba(168,173,187,0.6) 20px 0 40px;
}
.right-banner img{
    max-width: 100%;
}
@media (max-width: 991px) {
    .right-banner{
        margin-top: 20px;
    }
}
@media (max-width: 767px){
    .c-img{
        max-height: 250px;
    }
    .c-name,.exp-section p{
        font-size: 14px;
    }
    .title-bx h2{
        font-size: 28px;
    }
    .c-name-sm,.counselor-info-section p{
        font-size: 16px;
    }
    .counselor-info-section ul li{
        text-align: center;
        padding-left: 0;
        font-size: 14px;
    }
    .counselor-info-section ul li:before{
        position: relative;
        margin-right: 5px;
    }
    .right-banner img{
        max-height: 300px;
    }
}


/*--------------------------------------------------------------
	exp-section
--------------------------------------------------------------*/
.exp-section{
    background: #e5f4f8;
    padding: 70px 0 20px;
}
.exp-section p{
    margin-bottom: 20px;
    font-size: 16px;
}
.exp-section img{
    max-width: 100%;
}

/*--------------------------------------------------------------
	about-section
--------------------------------------------------------------*/
.about-section{
    background-color: #f9f8ff;
    padding: 70px 0;
}
.about-section .content-area {
  position: relative;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(168,173,187,0.4) 20px 0 40px;
    margin-top: 50px;
}
@media (min-width: 551px) {
    .about-section .left-col {
      width: calc(50% - 80px);
      height: 100%;  
      position: absolute;
      left: 0;
      top: 0;
      float: left;
    }
    .about-section .right-col {
      width: calc(50% + 80px);
      float: right;
        padding: 30px 0;
    }
}
.about-section .about-text {
  margin-left: auto;
  padding:0 25px;
}

.about-section .about-text > h3 {
  font-size: 20px;
  font-family: 'carosbold';
  margin: 0 0 15px;
}


.about-section .about-text > p {
  margin-bottom: 20px;
    font-size: 16px;
}

.about-section .about-text > p:last-child {
  margin-bottom: 0;
}
@media (max-width: 550px) {
    .about-section .left-col{
        height: 150px;
    }
    .about-section .right-col{
        padding: 30px 0;
    }
    .about-section .about-text > h3{
        font-size: 18px;
    }
    .about-section .about-text > p{
        font-size: 14px;
    }
    .about-section .about-text {
        text-align: center;
    }
}


/*--------------------------------------------------------------
	story-section
--------------------------------------------------------------*/
.story-section{
    background: #fff;
    padding: 70px 0;
}
.story-section .title-bx{
    margin-bottom: 30px;
}
.story-section ul{
    margin: 0 -4px;
}
.story-section ul li{
    float: left;
    padding: 0 4px;
    width: 33.33%;
}
.story-section .box{
    border-radius: 5px;
    text-align: center;
    position: relative;
    transition: .2s ease;
    margin: 20px 0;
    overflow: hidden;
}
.story-section .box a{
    display: block;
    padding: 40px 0;
}
.story-section .box.one a{
    background:url(../images/bg-line1.jpg) repeat;
}
.story-section .box.two a{
    background:url(../images/bg-line2.jpg) repeat; 
}
.story-section .box.three a{
    background:url(../images/bg-line3.jpg) repeat;
}
.story-section .box h2{
    font-family: 'carosextrabold';
    font-size: 80px;
    line-height: 210px;
    margin: 0;
    color: #fff;
    transition: .2s ease;
}
.story-section .box:hover{
    top: -15px;
    transition: .2s ease;
}
.story-section .box:hover h2{
    line-height: 240px;
}
.story-section .box .arrow{
    position: absolute;
    left: 30px;
    top: 35px;
}
@media (max-width: 767px) {
    .story-section ul li{
        float: none;
        width: 100%;
    }
    .story-section .box:hover{
        top: 0;
    }
}
/*--------------------------------------------------------------
	service-section
--------------------------------------------------------------*/
.service-section {
    background: #e5f4f8;
}

@media (max-width: 991px) {
  .service-section {
    padding-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .service-section {
    padding-bottom: 20px;
  }
}

.service-section .service-grids {
  text-align: center;
    margin: 130px 0 50px;
}

.service-section .service-grids .grid {
  width: 33.33%;
  float: left;
  padding: 0 15px;
}
.service-section .service-container{
    background: #fff;
    position: relative;
    padding: 100px 30px 60px;
    border-radius: 5px;
}

@media (max-width: 991px) {
  .service-section .service-grids .grid {
    width: 50%;
  }
    .service-section .service-container{
        margin-top: 100px;
    }
    .service-section .service-grids{
        margin-top: 0;
    }
}

@media (max-width: 550px) {
  .service-section .service-grids .grid {
    width: 100%;
    float: none;
  }
}

.service-section .grid .icon {
  width: 163px;
  height: 163px;
  line-height: 163px;
  position: absolute;
    left: 50%;
    top: -81px;
    margin-left: -81px;
}


.service-section .grid h3 {
  font-size: 20px;
  font-family: 'carosbold';
  margin: 0 0 0.6em;
}

@media (max-width: 991px) {
  .service-section .grid h3 {
    font-size: 16px;
  }
}

.service-section .grid p {
  margin: 0 0 20px;
    font-size: 16px;
}
/*--------------------------------------------------------------
	testi-section
--------------------------------------------------------------*/
.testi-section{
    background: #e5f4f8;
}
.testi-section .testi-slider{
    padding: 140px 30px 80px 80px;
    border-top: #d1e4e9 solid 2px;
    position: relative;
}
.testi-section .testi-slider:before{
    background: #3e25f5 url(../images/quote-img.png) no-repeat 20px 25px;
    width: 135px;
    height: 185px;
    border-radius: 5px;
    position: absolute;
    content: "";
    left: 0;
    top: 80px;
}
.testi-img{
    margin-right: 80px;
}
.testi-img img{
    border-radius: 5px;
    max-width: 325px;
}
.testi-content p{
    font-size: 20px;
}
.testi-content h4{
    font-size: 18px;
    margin-bottom: 30px;
}
.testi-content h4 span{
    display: block;
    font-family: 'carosbold';
    margin-bottom: 5px;
}
.testi-section .owl-theme .owl-controls{
    position: absolute;
    right: 0;
    bottom: 80px;
}
.testi-section .owl-theme .owl-controls .owl-nav [class*="owl-"]{
    margin: 0 0 0 20px;
    background: none;
    padding: 0;
    text-indent: -9999px;
}
.testi-section .owl-carousel .owl-controls .owl-nav .owl-prev,.testi-section .owl-carousel .owl-controls .owl-nav .owl-next{
    width: 26px;
    height: 20px;
}
.testi-section .owl-carousel .owl-controls .owl-nav .owl-prev{
    background: url(../images/prev-arrow.png) no-repeat;
}
.testi-section .owl-carousel .owl-controls .owl-nav .owl-next{
    background: url(../images/next-arrow.png) no-repeat;
}
@media (max-width: 767px) {
    .testi-section .testi-slider{
        padding: 140px 0px 80px 0px;
    }
    .testi-img {
        margin-right: 0;
        max-width: 250px;
        margin-left: 64px;
        margin-bottom: 15px;
    }
    .testi-section .testi-content{
        clear: both;
        text-align: center;
    }
    .testi-content p,.testi-content h4{
        font-size: 16px;
    }
}
/*--------------------------------------------------------------
	get-started-section
--------------------------------------------------------------*/
.get-started-section{
    background: #3e25f5;
    color: #fff;
}
.get-started-section h3{
    font-size: 30px;
    margin: 0 0 30px;
}
.white-btn{
    background: #3e25f5;
    border: #fff solid 2px;
    padding: 0 50px;
    line-height: 46px;
    font-size: 20px;
    color: #fff;
    border-radius: 25px;
    display: inline-block;
    font-family: 'carosbold';
}
.white-btn:hover{
    background: #fff;
    color: #3e25f5;
}
@media (max-width: 767px) {
    .get-started-section h3{
        font-size: 24px;
    }
}

/*--------------------------------------------------------------
	Word to parents page
--------------------------------------------------------------*/
.banner-container{
    position: relative;
}
.banner-container img{
    max-width: 100%;
    width: 100%;
}
.banner-container .banner-title{
    font-family: 'carosbold';
    font-size: 56px;
    color: #fff;
    text-shadow: rgba(22,23,27,0.6) 11px 0 40px;
    -webkit-text-shadow: rgba(22,23,27,0.6) 11px 0 40px;
    -moz-text-shadow: rgba(22,23,27,0.6) 11px 0 40px;
    margin: -30px 0 0;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.inner-content img{
    max-width: 480px;
    margin: 0 35px 35px 0;
    float: left;
}
.inner-content h2{
    font-family: 'carosbold';
    font-size: 36px;
    margin: 0 0 25px;
}
.inner-content p{
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 25px;
}
.inner-content p:last-child{
    margin-bottom: 0;
}
@media (max-width: 767px) {
    .inner-content img{
        float: none;
        margin: 0 auto 20px;
        max-width: 100%;
    }
    .banner-container .banner-title{
        font-size: 26px;
        margin-top: -15px;
    }
    .section-padding {
        padding: 40px 0;
    }
    .inner-content h2{
        font-size: 30px;
    }
}
/*--------------------------------------------------------------
	meet-the-counselor-page
--------------------------------------------------------------*/
.counselor-info-section.single .c-name-sm{
    font-size: 28px;
}
.counselor-info-section.single ul{
    padding-top: 10px;
}
.counselor-info-section.single ul li{
    font-size: 16px;
    margin-bottom: 15px;
}
.counselor-details{
    padding-top: 40px;
}
.counselor-details p{
    margin-bottom: 25px;
    line-height: 30px;
    font-family: 'caroslight';
}
@media (max-width: 767px) {
    .counselor-info-section.single .c-name-sm{
        font-size: 22px;
    }
    .counselor-info-section.single ul li{
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
	why-top-choice-page
--------------------------------------------------------------*/
.why-top-choice{
    padding: 100px 0 50px;
}
.why-top-choice img{
    max-width: 100%;
    width: 100%;
    margin-bottom: 50px;
}
.why-top-choice h3{
    font-family: 'carosbold';
    font-size: 36px;
    margin: 0;
}
.why-top-choice p{
    line-height: 30px;
    margin: 25px 0 0;
    font-size: 16px;
}
.why-top-choice .right-padd{
    padding-right: 85px;
    padding-bottom: 50px;
}
.why-top-choice .left-padd{
    padding-left: 85px;
    padding-bottom: 50px;
}
@media (max-width: 991px) {
    .why-top-choice .right-padd,.why-top-choice .left-padd{
        padding: 0 50px 50px;
    }
    .why-top-choice .img-bx{
        padding: 0 35px;
    }
    .
}
@media (max-width: 767px) {
    .why-top-choice{
        padding: 50px 0 30px;
    }
     .why-top-choice .right-padd,.why-top-choice .left-padd{
        padding: 0 35px 30px;
    }
    .why-top-choice .img-bx{
        padding: 0 20px;
    }
    .why-top-choice h3{
        font-size: 26px;
    }
    .why-top-choice img{
        margin-bottom: 25px;
    }
    .inner-content p,.why-top-choice p{
        font-size: 14px;
    }
}
/*--------------------------------------------------------------
	get started popup
--------------------------------------------------------------*/
.modal-backdrop{
    background: #fff;
}
.modal-backdrop.in{
    opacity: 0.9;
}
.modal-lg{
    max-width: 800px;
}
.modal-header{
    padding: 35px;
    border: 0;
    position: relative;
}
.modal-title{
    font-family: 'carosbold';
    font-size: 36px;
    margin: 0 0 5px;
    line-height: 100%;
}
.modal-header h4{
    font-size: 22px;
    margin: 0;
}
.modal-header:before{
    position: absolute;
    content: "";
    width: 120px;
    height: 4px;
    background: #3e25f5;
    left: 35px;
    bottom: 5px;
}
.modal-body{
    padding: 35px;
}
.modal-body label{
    font-weight: normal;
    font-size: 18px;
}
.form-control{
    background: #f0f2f7;
    border: #e3e8f0 solid 1px;
    padding: 15px;
    height: 50px;
    box-shadow: none;
}
.form-control:focus{
    box-shadow: none;
    border: #e3e8f0 solid 1px;
}
.modal-body .theme-btn{
    min-width: 200px;
    margin-top: 20px;
    font-size: 18px;
}
.modal-footer{
    padding: 0;
    background: url(../images/modal-footer-bg.jpg) repeat-x 0 0;
    height: 15px;
    border: 0;
}
.modal-content{
    overflow: hidden;
    border: 0;
}
.modal-header .close{
    font-family: 'carosbold';
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: 20px;
}
.radio-group{
    padding-top: 14px;
}
.radio-group label{
    margin-right: 30px;
}
.modal{
    z-index: 10000;
}
@media (max-width: 767px) {
    .modal-title{
        font-size: 30px;
    }
    .modal-header h4{
        font-size: 18px;
    }
    .modal-body label{
        font-size: 16px;
    }
    
}

/*--------------------------------------------------------------
	Custom radio button and select box
--------------------------------------------------------------*/
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #000;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #e4e7ef;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 8px;
    height: 8px;
    background: #3e25f5;
    position: absolute;
    top: 6px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.custom-select {
    position: relative;
}

/* for Webkit's CSS-only solution */
@media screen and (-webkit-min-device-pixel-ratio:0) { 
    .custom-select select {
        padding-right:30px;    
    }
}
/* Select arrow styling */
.custom-select:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 60%;
    line-height: 50px;
    width: 40px;
    background: #f0f2f7 url(../images/select-arrow.png) no-repeat left center;
    border: 1px solid #e3e8f0;
    border-left: 0;
    border-radius: 0 4px 4px 0;
    color: white;
    pointer-events:none;
} 
.no-pointer-events .custom-select:after {
    content: none;
}
/*--------------------------------------------------------------
	Contact page
--------------------------------------------------------------*/
.contact-top{
    background: url(../images/contact-cantainer-bg.jpg) no-repeat 0 0;
    background-size: cover;
    min-height: 1000px;
}
.contact-banner{
    padding: 40px 0;
}
.contact-banner img{
    max-width: 100%;
}
.contact-top h2{
    font-family: 'carosbold';
    font-size: 56px;
    color: #fff;
    margin: 0 0 70px;
}
.contact-bx{
    color: #fff;
}
.contact-bx .map{
    width: 100%;
    border-radius: 5px;
}
.contact-bx .widget-title h3{
    font-family: 'carosmedium';
    font-size: 24px;
    margin: 15px 0;
}
.contact-bx address{
    font-size: 18px;
    margin-bottom: 10px;
}
.contact-bx .footer-contact{
    border-color: #308dd0;
    font-size: 18px;
    margin: 0;
}
.contact-bx .footer-contact p{
    font-size: 18px;
}
.footer-contact p .fa{
    position: absolute;
    left: 0;
    top: 7px;
}
.contact-form-section{
    background:#fff url(../images/contact-form-bg-left.jpg) no-repeat 0 0;
    background-size: 50% 100%;
    padding: 80px 0;
}
.contact-form{
    max-width: 520px;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
    padding: 40px;
    box-shadow: rgba(168,173,187, 0.4) 20px 0 40px;
    -webkit-box-shadow: rgba(168,173,187, 0.4) 20px 0 40px;
    -moz-box-shadow: rgba(168,173,187, 0.4) 20px 0 40px;
    position: relative;
}
.contact-form .graphic-img{
    position: absolute;
    right: -355px;
    bottom: -70px;
}
.contact-form h2{
    font-family: 'carosbold';
    font-size: 36px;
    margin: 0 0 25px;
}
.contact-form textarea.form-control{
    height: 180px;
}
.contact-form .theme-btn{
    min-width: 200px;
    font-size: 18px;
}
@media (max-width: 1270px) {
    .contact-form .graphic-img img{
        max-width: 250px;
    }
    .contact-form .graphic-img{
        right: -250px;
        bottom: -50px;
    }
}
@media (min-width: 768px) {
    .contact-bx .map-bx{
        float: left;
        width: 50%;
        padding-right: 30px;
    }
    .contact-bx .contact-info{
        width: 50%;
        float: right;
    }
    .contact-info .right{
        float: right;
    }
}
@media (min-width: 992px) {
    .r-p-0-md{
        padding-right: 0;
    }
}
@media (min-width: 1200px) {
    .contact-bx .map-bx{
        width: 550px;
        padding: 0;
    }
    .contact-bx .contact-info{
        width: 550px;
    }
}
@media (max-width: 767px) {
    .contact-bx .contact-info{
        text-align: center;
    }
    .footer-contact p{
        display: inline-block;
    }
    .contact-top h2{
        font-size: 36px;
        margin-bottom: 40px;
    }
    .contact-bx .widget-title h3{
        font-size: 20px;
    }
    .contact-bx address,.contact-bx .footer-contact p{
        font-size: 16px;
    }
    .contact-form-section{
        background-size: cover;
    }
}
/*--------------------------------------------------------------
	Testimonials page
--------------------------------------------------------------*/
.banner-qts{
    display: block;
    background: #3e25f5;
    padding: 15px 0;
    width: 80px;
    border-radius: 5px;
    margin: 0 auto;
}
.banner-qts img{
    max-width: 45px!important;
    margin-top: -10px;
}
.banner-container .banner-title.testi{
    margin-top: -60px;
}
.testimonial-list{
    background: #e5f4f8;
    padding-bottom: 140px;
}
.testimonial-list h2{
    font-family: 'carosbold';
    font-size: 36px;
    margin: 0;
}
.testimonial-list .carousel-inner{
    padding: 50px;
    max-width: 1270px;
    margin: 0 auto;
}
.testimonial-list article {
 -moz-column-width: 40em;
 -webkit-column-width: 40em;
 -moz-column-gap: 1em;
 -webkit-column-gap: 1em; 
  
}

.testimonial-list article section,.services-list ul li {
     display: inline-block;
     margin-bottom:  1em;
     width:  100%; 
     background:  #fff;
    box-shadow: rgba(168,173,187, 0.4) 10px 0 30px;
    -webkit-box-shadow: rgba(168,173,187, 0.4) 10px 0 30px;
    -moz-box-shadow: rgba(168,173,187, 0.4) 10px 0 30px;
    padding: 25px;
    border-radius: 10px;
    padding-left: 200px;
    position: relative;
}

.testimonial-list article section .testi-icon,.services-list ul li .service-icon{
    width: 145px;
    height: 145px;
    text-align: center;
    line-height: 145px;
    background: #e5f4f8;
    border-radius: 50%;
    position: absolute;
    left: 25px;
    top: 40px;
}

.testimonial-list article section p{
    font-size: 16px;
    margin: 10px 0 20px;
}
.testimonial-list article section h4{
    font-size: 16px;
    margin: 0;
}
.testimonial-list article section h4 span{
    display: block;
    font-family: 'carosbold';
    margin-bottom: 8px;
}
.carousel-control-btns{
    position: absolute;
    bottom: -20px;
    width: 100px;
    left: 50%;
    margin-left: -50px;
}
.carousel-control-btns .carousel-control{
    text-shadow: none;
    color: #d6d6d6;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    text-align: center;
    line-height: 40px;
    opacity: 1;
}
.carousel-control-btns .carousel-control:hover{
    background: #3e25f5;
    color: #fff;
}
@media (max-width: 991px) {
    .testimonial-list article section,.services-list ul li{
        padding-left: 25px;
    }
    .testimonial-list article section .testi-icon,.services-list ul li .service-icon{
        width: 100px;
        height: 100px;
        line-height: 100px;
        position: static;
        margin: 0 auto 10px;
    }
}
@media (max-width: 767px) {
    .testimonial-list h2{
        font-size: 26px;
    }
    .testimonial-list article section p,.testimonial-list article section h4{
        font-size: 14px;
    }
    .banner-container .banner-title.testi{
        margin-top: -40px;
    }
}
/*--------------------------------------------------------------
	Services page
--------------------------------------------------------------*/
.services-list{
    background: #e5f4f8;
}
.services-list .container{
    padding: 70px 0;
    background: url(../images/services-btm-graphic.png) no-repeat right bottom;
}
.services-list .row{
    margin-left: -8px;
    margin-right: -8px;
}
.services-list .col-sm-6{
    padding: 0 8px;
}
.services-list h2{
    font-size: 56px;
    margin: 0 0 50px;
}
.services-list h2 span{
    font-family: 'carosbold';
}
.services-list ul li{
    margin-bottom: 15px;
}
.services-list ul li{
    padding: 30px 30px 30px 220px;
}
.services-list ul li .service-icon{
    background: #f4f4f4;
    width: 160px;
    height: 160px;
    line-height: 160px;
}
.services-list ul li h4{
    font-family: 'carosbold';
    font-size: 20px;
}
.services-list ul li p{
    font-size: 16px;
    margin: 0;
}
@media (max-width: 991px) {
    .services-list h2{
        font-size: 36px;
    }
    .services-list ul li{
        padding-left: 30px;
    }
    .services-list ul li h4{
        font-size: 18px;
    }
    .services-list ul li p{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
    .services-list ul li{
        text-align: center;
    }
}