
@import url('https://fonts.googleapis.com/css?family=Hind+Siliguri:400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900');

@import url(bootstrap.min.css);
@import url(polyglot-language-switcher.css);
@import url(settings.css);
@import url(flaticon.css);
@import url(font-awesome.min.css);



/************************************************************
|||||||||||||||||    common Css styles    |||||||||||||||||||
*************************************************************/
.tp-leftarrow.default {
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url(../images/large_left.png) no-Repeat 0 0;
	width:40px;
	height:40px;
}

.tp-rightarrow.default {
	z-index:100;
	cursor:pointer;
	position:relative;
	background:url(../images/large_right.png) no-Repeat 0 0;
	width:40px;
	height:40px;
}
html,
body { 
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #7c7c7c;
  line-height: 26px;
  font-weight: 400;
}

button:focus{
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
  margin: 0;
}

a,
a:hover,
a:active,
a:focus {
  text-decoration: none;
  outline: none;
}

img {
	max-width: 100%;
  height: auto;
}

i {
	font-style: normal;
}

p {
  font-family: 'Hind Siliguri', sans-serif;
  font-size: 15px;
  line-height: 24px;
}

ul,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

.header-btn {
  border: 2px solid #48C7F6;
  background-color: #48c7f6;
  border-radius: 0;
  color: #ffffff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  padding: 16px 23px;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.header-btn:hover {
  background-color: transparent;
  color: #48C7F6;
}

.btn-style-1 {
  border: 1px solid #48c7f6;
  border-radius: 0;
  color: #48c7f6;
  font-weight: 600;
  padding: 12px 32px;
  transition: all 500ms ease 0s;
}

.btn-style-1:hover {
  background-color: #48c7f6;
  color: #ffffff;
}

.bg-1{
  background: #296caf;
}

.bg-2{
  background: #2a3b5c; 
}

.bg-3 {
  background: transparent;
}
.sld-btn.bg-3 {
	padding: 8px 20px !important;
	font-size: 15px !important;
}
.sld-btn.bg-1 {
	padding: 10px 30px !important;
	font-size: 15px !important;
}

.pdd-left-15 {
  padding-left: 15px !important;
}

.top-0 {
  top: 0 !important;
}

.m-top-10 {
  margin-top: 10px;
}

.m-left-70 {
  margin-left: 70px;
}

.m-top-20 {
  margin-top: 20px;
}

.m-top-30 {
  margin-top: 30px;
}

.m-bottom-20 {
  margin-bottom: 20px;
}

.s-p-90 {
  padding: 90px 0;
}

.s-p-90-80 {
  padding: 90px 0 80px;
}

.s-p-90-60 {
  padding: 90px 0 60px;
}

.s-p-80-90 {
  padding: 80px 0 90px;
}

.s-p-b-90 {
  padding-bottom: 90px;
}

.s-p-t-90 {
  padding-top: 90px;
}

.color-fff {
  color: #ffffff !important;
}

.no-bg {
  background-image: none !important;
}

.overflow {
  overflow: hidden;
}

/************************************************************
|||||||||||||||    section title styles    ||||||||||||||||||
*************************************************************/

.section-title h1 {
  color: #26a9e0;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}



.section-title .text {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
}

.section-title-2 .text {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
}

.section-title-2 h1 {
  color: #26a9e0;
  font-size: 32px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 20px;
  position: relative;
}


.section-title-2 {
  margin-bottom: 37px;
}

.section-title, h1 span,
.section-title h1 span {
  color: #18488b;
}

.section-title .title-image {
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
}

/*******************************************************
|||||||||||||||    preloader styles    |||||||||||||||||
********************************************************/

.preloader{ position:fixed; 
  left:0px; 
  top:0px; 
  width:100%; 
  height:100%; 
  z-index:999999; 
  background-color:rgba(255,255,255,1); 
  background-position:center center; 
  background-repeat:no-repeat; 
  background-image:url(../images/icon/preloader.gif);
}

/**************************************************************
|||||||||||||||    mainmenu stricky styles    |||||||||||||||||
***************************************************************/

.mainmenu-area.stricky-fixed {
  background: #ca3b3e none repeat scroll 0 0;
  box-shadow: 3px 1px 3px #0a1327;
  left: 0;
  position: fixed;
  top: 0;
  transition: all 0.7s ease 0s;
  width: 100%;
  z-index: 10000;
}

/**********************************************************
|||||||||||||||    scroll to top styles    ||||||||||||||||
***********************************************************/

.scroll-to-top {
  background: #2a6caf;
  border: 2px solid #2a6caf;
  border-radius: 5%;
  bottom: 25px;
  color: #fff;
  cursor: pointer;
  display: none;
  font-size: 30px;
  font-weight: normal;
  height: 45px;
  line-height: 36px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 500ms ease 0s;
  width: 45px;
  z-index: 99999;
  -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
  box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
  border: 2px solid #18488b;
  color: #fff;
  background: #18488b;
}


/*********************************************************
|||||||||||||||    contact form styles    ||||||||||||||||
**********************************************************/

input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}

#contact-form input[type="text"].error{
  border-color: red;    
}

#contact-form input[type="email"].error{
  border-color: red;    
}

#contact-form select.error {
  border-color: red;
}

#contact-form textarea.error{
  border-color: red;    
}

/***************************************************
|||||||||||||||    Header styles    ||||||||||||||||
****************************************************/

.language-area {
  position: relative;
}

.language-select.extras{
  width: 90px;
}

.language-select.extras .bootstrap-select{
  width: 90px;    
}

.language-select.extras .bootstrap-select.btn-group .dropdown-toggle .caret{
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -2px;
  vertical-align: middle;    
}

.language-select{
  width: 135px;
  float: left;
}

.language-select .bootstrap-select {
  width: 135px;
}

.language-select .btn-default {
  background-color: transparent;
  border-color: transparent;
  color: #333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
}

.header-upper {
  border-bottom: 1px solid #dadada;
  padding: 10px 0;
}

.header-upper .language-select h4 {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.header-upper .language-select .selectpicker option {
  font-size: 12px;
}

.header-upper h4 {
  color: #626263;
  font-size: 13px;
}

.header-upper #polyglotLanguageSwitcher {
  left: 165px;
  position: absolute;
  top: 1px;
}

.header-upper #polyglotLanguageSwitcher a.current:link, 
.header-upper #polyglotLanguageSwitcher a.current:visited, 
.header-upper #polyglotLanguageSwitcher a.current:active {
  border: 1px solid #48c7f6;
  display: inline;
  padding: 3px 0px 3px 28px;
  border-radius: 0;
}

.header-upper .dropdown a {
  line-height: 1.9;
}

.header-upper #polyglotLanguageSwitcher a.current:link:after {
  background-color: #48c7f6;
  content: "";
  font-family: FontAwesome;
  margin-left: 8px;
  padding: 4px 7px;
}

.header-upper .phone-box h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-upper h5 {
  color: #626263;
  font-size: 13px;
  font-weight: 500;
}

.header-upper h5 span{
  color: #48C7F6;
  margin-right: 5px;
}

.header-bottom {
  padding: 17px 0;
}

.header-bottom .box-content {
  margin-left: 60px;
  padding-top: 10px;
}

.header-bottom .bottom-column {
	float: left;
	max-width: 400px;
}

.header-bottom .box-content .icon-box {
  background-color: #f4f4f4;
  height: 55px;
  line-height: 55px;
  text-align: center;
  width: 55px;
  display: inline-block;
  position: absolute;
}
.top-social-icon {
	border: 1px solid #276aae;
	width: 33px;
	height: 33px;
	line-height: 30px;
	text-align: center;
	margin-top: 24px;
	font-size: 15px;
	transition: all 0.4s ease-in-out 0s;
	color: #276aae;
}

.top-social-icon:hover {
	border: 1px solid #276aae;
	border-radius: 50%;
	color: #fff;
	font-size: 15px;
	height: 33px;
	text-align: center;
	transition: all 0.4s ease-in-out 0s;
	width: 33px;
	margin-top: 24px;
	background: #276aae;
}

.header-bottom .box-content .icon-box .icon {
  color: #276aae;
  font-size: 28px;
}

.header-bottom .box-content .address-box {
  margin-left: 70px;
  position: relative;
}

.header-bottom .box-content .address-box h4 {
  color: #203371;
  font-size: 15px;
  font-weight: 600;
}

.header-bottom .box-content .address-box p {
  color: #5c5c5c;
  font-size: 14px;
  line-height: 20px;
  margin-top: 4px;
}

.header-bottom .top-button {
  padding-right: 15px;
  padding-top: 16px;
}

/*****************************************************
|||||||||||||||    Mainmenu styles    ||||||||||||||||
******************************************************/

.mainmenu-area {
  background: #276aae;
}

.main-menu {
  float: left;
  position: relative;
}

.main-menu .navbar-collapse {
  padding: 0px
}

.main-menu .navigation {
  float: left;
  margin: 0;
  position: relative;
}

.main-menu .navigation li {
  float: left;
  padding: 0;
  position: relative;
}

.main-menu .navigation li a {
  color: #ffffff;
  display: block;
  font-size: 14px;
  font-weight: 600;
  line-height: 30px;
  opacity: 1;
  padding: 16px 30px 15px 0;
  position: relative;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.main-menu .navigation > li:hover > a::before, 
.main-menu .navigation > li.current > a::before, 
.main-menu .navigation > li.current-menu-item > a::before {
  width: 53%;
}

.main-menu .navigation > li > ul {
  border-bottom: 2px solid #3cb4d8;
  left: -15px;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 140%;
  transition: all 500ms ease 0s;
  visibility: hidden;
  width: 170px;
  z-index: 100;
}

.main-menu .navigation > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.main-menu .navigation > li > ul > li {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  border-top: 1px solid #3eb9de;
  border-right: none;
}

.main-menu .navigation > li > ul > li:first-child{
  border: none;
}

.main-menu .navigation > li > ul > li > a {
  background: #203371 none repeat scroll 0 0;
  color: #ffffff;
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  padding: 12px 15px 12px 20px;
  position: relative;
  text-transform: capitalize;
  transition: all 500ms ease 0s;
}

.main-menu .navigation li ul li a::before {
  background-color: #48c7f6;
  content: "";
  height: 21px;
  left: 0;
  position: absolute;
  right: 0;
  width: 3px;
  visibility: hidden;
}

.main-menu .navigation > li > ul > li:hover > a {
  color: #48c7f6;
}

.main-menu .navigation li ul li:hover a::before {
  visibility: visible;
}

.main-menu .navbar-collapse > ul li.dropdown .dropdown-btn {
  position: absolute;
  right: 10px;
  top: 6px;
  width: 34px;
  height: 30px;
  border: 1px solid #ffffff;
  background: url(../images/icon/submenu-icon.png) center center no-repeat;
  background-size: 20px;
  cursor: pointer;
  z-index: 5;
  display: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  -moz-border-radius: 3px;
}

/***************************************************
|||||||||||||||    Search styles    ||||||||||||||||
****************************************************/

.top-search-box {
  position: relative;
}

.top-search-box .search-box {
  background: #3dbceb none repeat scroll 0 0;
  list-style: outside none none;
  margin: 0;
  opacity: 1;
  padding: 8px;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.5s ease 0s;
  visibility: visible;
  width: 260px;
  z-index: 999;
}

.top-search-box .search-box li form {
  position: relative;
}

.top-search-box .search-box li form input {
  background: #3dbceb none repeat scroll 0 0;
  border: medium none;
  color: #ffffff;
  display: block;
  font-weight: 500;
  height: 45px;
  outline: medium none;
  padding-left: 10px;
  padding-right: 60px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.top-search-box .search-box li form button {
  background: transparent none repeat scroll 0 0;
  border: medium none;
  color: #d5d5d5;
  font-size: 16px;
  height: 45px;
  line-height: 46px;
  outline: medium none;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0px;
  transition: all 500ms ease 0s;
  width: 45px;
}

.top-search-box .search-box li form input:focus {
  border: none;
}

.top-search-box .search-box li form input:focus + button, 
.top-search-box .search-box li form button:hover {
  background: transparent;
  color: #fff;
  border: none;
}

/*******************************************************
|||||||||||||||    Rev Slider styles    ||||||||||||||||
********************************************************/
.banner-area {
	background: #f2f2f2;
}
.tp-caption.large_text h2 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 400;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption.very_large_text h1 {
  border-style: none;
  border-width: 0;
  color: #fff;
  font-size: 58px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
  position: absolute;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
  white-space: nowrap;
}

.tp-caption p {
  border-style: none;
  border-width: 0;
  color: #f7f7f7;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  margin: 0;
  position: absolute;
  text-shadow: none;
  white-space: nowrap;
}

.slide-button a {
  border: 1px solid #296caf;
  color: #fff;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.slide-button a:hover {
  color: #296caf;
}

.slide-button-1 a:hover {
  color: #fff;
}

.sld-btn {
  padding: 15px 20px;
}

.slide-button-1 a {
  border: 1px solid #26a9e0;
  color: #26a9e0;
  font-weight: 600;
  transition: all 0.4s ease-in-out;
}

.sld-btn {
  padding: 15px 20px;
}

.bg-1:hover {
  background: transparent;
}

.bg-3:hover {
  background: #26a9e0;
}

.tp-leftarrow.default, 
.tp-rightarrow.default {
  background-color: #fff;
  border: 2px solid #ffffff;
  border-radius: 5px;
  padding: 19px 0;
  transition: all 0.4s ease-in-out 0s;
}

.tp-leftarrow.default:hover,
.tp-rightarrow.default:hover {
  border-color: #48C7F6;
}

.banner-area .slide-content-box p{
  font-size: 16px;
  color: #999999;
  font-weight: 400;
  line-height: 30px;
  margin: 0 0 30px;
}

.banner-area .slide-content-box .button a.bg-1{
  margin-right: 27px;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #3cb4d8;
  background: #43c3ea;
}

.banner-area .slide-content-box .button a.bg-1:hover{
  color: #fff;
  border: 2px solid #152545;
  border-bottom: 2px solid #43c3ea;
  background: #152545;
}

.banner-area .slide-content-box .button a.bg-2{
  border: 2px solid #2a3b5c;
  border-bottom: 2px solid #152545;
  background: #2a3b5c;
}

.banner-area .slide-content-box .button a.bg-2:hover{
  color: #fff;
  border: 2px solid #43c3ea;
  border-bottom: 2px solid #152545;
  background: #43c3ea;
}

/************************************************************
|||||||||||||||    welcome section styles    ||||||||||||||||
*************************************************************/

.welcome-section {
  padding: 90px 0;
}

.welcome-section .welcome-area {
  position: relative;
}

.welcome-section .welcome-area .image-box {
  position: relative;
}

.welcome-section .welcome-area .image-box img {
  width: 100%;
}

.welcome-section .welcome-area .welcome-title {
	background-color: rgba(0, 0, 0, 0.5);
	bottom: 0;
	padding: 14px 0;
	position: absolute;
	text-align: center;
	width: 80%;
	left: 0;
	right: 0;
	margin: auto;
	transition: all 0.4s ease-in-out 0s;
}

.welcome-section .welcome-area:hover .welcome-title {
  bottom: -50px;
}

.welcome-section .welcome-area .welcome-title h3 {
  color: #fcfdfe;
  font-size: 20px;
  font-weight: 500;
}

.welcome-area .welcome-overlay {
  bottom: 21px;
  height: 85%;
  left: 27px;
  margin: auto;
  opacity: 0;
  padding: 0;
  position: absolute;
  right: 27px;
  text-align: center;
  top: 21px;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 85%;
}

.welcome-area .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.welcome-area:hover .welcome-overlay {
  opacity: 1;
  transform: scale(1);
}

.welcome-area .welcome-overlay .overlay-content {
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.welcome-area .welcome-overlay .overlay-content h3 a {
  color: #26a9e0;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content p {
  color: #fff;
  margin-bottom: 20px;
}

.welcome-area .welcome-overlay .overlay-content .info {
  color: #26a9e0;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
}

.welcome-area .overlay-content h3::before {
  background-color: #26a9e0;
  content: "";
  height: 2px;
  position: absolute;
  right: -25px;
  width: 45px;
  top: -25px;
}

.welcome-area .overlay-content h3::after {
  background-color: #26a9e0;
  content: "";
  height: 45px;
  position: absolute;
  right: -25px;
  width: 2px;
  top: -25px;
}

.welcome-area .overlay-content a::before {
  background-color: #26a9e0;
  bottom: -25px;
  content: "";
  height: 2px;
  left: -25px;
  position: absolute;
  width: 45px;
}

.welcome-area .overlay-content a::after {
  background-color: #26a9e0;
  bottom: -25px;
  content: "";
  height: 45px;
  left: -25px;
  position: absolute;
  width: 2px;
}

/************************************************************
|||||||||||||||    feature section styles    ||||||||||||||||
*************************************************************/

.feature-section {
  padding: 50px 0;
}

.feature-section .text-box h3 {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.feature-section .text-box p {
  margin-bottom: 30px;
  text-align:justify;
  color:#000;
}

.feature-section .feature-box {
	background-color: #f7f7f7;
	position: relative;
	border: 1px solid #eee;
}

.feature-section .feature-box .icon-box {
  background-color: #fff;
  bottom: 55px;
  color: #26a9e0;
  font-size: 50px;
  height: 80px;
  left: 0;
  line-height: 78px;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  transition: all 0.4s ease-in-out 0s;
  width: 80px;
}

.feature-section .feature-box .box-title {
  bottom: 50px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
}

.feature-section .feature-box .box-title h4 {
  color: #26a9e0;
  font-size: 20px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

.feature-section .overlay {
  background-color: #fff;
  border-bottom: 2px solid #26a9e0;
  border-top: 2px solid #26a9e0;
  box-shadow: 0 2px 15px;
  opacity: 0;
  padding: 30px;
  transition: all 0.6s ease-in-out 0s;
}

.feature-section .overlay .content .box-icon {
  color: #26a9e0;
  display: inline-block;
  font-size: 44px;
  height: 44px;
  line-height: 42px;
  text-align: center;
  width: 44px;
}

.feature-section .overlay .content h4 a {
  color: #26a9e0;
  font-size: 20px;
  font-weight: 500;
  margin-top: 23px;
  margin-bottom: 12px;
  transition: all 0.4s ease-in-out;
}

.feature-section .overlay .content h4:hover a {
  color: #26a9e0;
}

.feature-section .overlay .content a {
  color: #48c7f6;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin-top: 17px;
  transition: all 0.4s ease-in-out;
}

.feature-section .overlay .content a:hover {
  color: #203371;
}

.feature-section .overlay .content a span {
  font-size: 14px;
  margin-left: 5px;
}

.feature-section .feature-box .visibile-content {
  transition: all 0.6s ease-in-out 0s;
}

.feature-section .feature-box:hover .visibile-content {
  opacity: 0;
}

.feature-section .feature-box:hover .icon-box {
  display: none;
}

.feature-section .feature-box:hover .overlay {
  opacity: 1;
}

/**********************************************************
|||||||||||||||    about section styles    ||||||||||||||||
***********************************************************/

.about-faq-section {
  padding-bottom: 90px;
}

.about-faq-section .faq h3, 
.about-faq-section .about-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 35px;
  text-transform: capitalize;
}

.about-faq-section .about-content p {
  color: #5b5c5c;
  font-size: 17px;
  margin-bottom: 40px;
}

.about-faq-section .about-content .icon-box {
  margin-bottom: 30px;
  position: relative;
}

.about-faq-section .about-content .icon-box span {
  border: 5px solid #f7f7f7;
  color: #48c7f6;
  font-size: 40px;
  height: 65px;
  line-height: 56px;
  position: absolute;
  text-align: center;
  width: 65px;
}

.about-faq-section .about-content .icon-box .content {
  margin-left: 78px;
}

.about-faq-section .about-content .icon-box .content h4 {
  font-size: 16px;
  font-weight: 600;
  color: #203371;
  margin-bottom: 10px;
}

.about-faq-section .about-content .icon-box .content p {
  font-size: 15px;
  line-height: 22px;
  margin-bottom: 0;
}

.about-faq-section .about-content .sub-title {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 42px;
}

.faq {
  overflow: hidden;
}

.accordion-box {
  padding: 6px;
  position: relative;
}

.accordion-box .block {
  box-shadow: 0px 1px 6px #dbdbdb;
  margin-bottom: 11px;
  position: relative;
}

.accordion-box .block .acc-btn {
  color: #203371;
  cursor: pointer;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  line-height: 24px;
  margin-bottom: 0;
  overflow: hidden;
  padding: 12px 50px 12px 15px;
  position: relative;
  transition: all 500ms ease 0s;
}

.accordion-box .block .acc-btn.active {
  color: #48c7f6;
}

.accordion-box .block .icon-outer {
  color: #203371;
  font-size: 16px;
  height: 32px;
  margin-top: -16px;
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 32px;
}

.accordion-box .block .icon-outer .icon {
  font-size: 16px;
  height: 32px;
  left: 0;
  line-height: 32px;
  margin-top: -14px;
  position: absolute;
  text-align: center;
  top: 50%;
  transition: all 500ms ease 0s;
  width: 100%;
}

.accordion-box .block .icon-outer .icon-plus {
  opacity: 1;
}

.accordion-box .block .icon-outer .icon-minus {
  opacity: 0;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus {
  color: #48c7f6;
  opacity: 1;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus {
  opacity: 0;
}

.accordion-box .block .acc-content {
  display: none;
  position: relative;
}

.accordion-box .block .acc-content.current {
  display: block;
}

.accordion-box .block .content {
  background: #ffffff none repeat scroll 0 0;
  font-size: 13px;
  padding: 0 20px 15px;
  position: relative;
}

.accordion-box .block .content p {
  margin-bottom: 20px;
}

.accordion-box .block .content p:last-child {
  margin-bottom: 0;
}

/************************************************************
|||||||||||||||    funfact section styles    ||||||||||||||||
*************************************************************/

.funfact-section {
	background-image: url("../images/background/bg-1.jpg");
	background-position: center center;
	background-size: cover;
	padding: 90px 0;
	position: relative;
	background-attachment: fixed;
}

.funfact-section::before {
  background-color: rgba(4, 3, 39, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.bg-heading {
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
	padding-bottom: 30px;
}
.support-text {
	color: #fff;
	padding: 0 150px;
	text-align: center;
	font-size: 21px;
}
.slide-button.bg-btn {
	text-align: center;
	margin-top: 30px;
}
.sld-btn.bg-2 {
	color: #276aae;
	background: #fff;
	padding: 10px 30px !important;
	margin-left: 15px;
}
.sld-btn.bg-2:hover {
	color: #fff;
	background: transparent !important;
}

/************************************************************
|||||||||||||||    service section styles    ||||||||||||||||
*************************************************************/

service {padding:50px 0;}
.brand-partner {
	padding: 30px 0;
}


/* service*/

.service-text {
  color: #203371;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 20px;
  text-align: center;
  padding:0 100px;
}

.serviceBox{
    text-align: center;
    margin-top: 60px;
    position: relative;
    z-index: 1;
}
.serviceBox .service-icon {
	width: 78px;
	height: 78px;
	border-radius: 3px;
	background: #fff;
	margin: 0 auto;
	position: absolute;
	top: -23px;
	left: 0;
	right: 0;
	z-index: 1;
	transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon{
    transform: rotate(360deg);
}
.serviceBox .service-icon span{
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius:3px;
    background: #727cb6;
    font-size: 30px;
    color: #fff;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}
.serviceBox .service-icon span i{
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-icon span i{
    transform: rotate(-45deg);
}
.serviceBox .service-content{
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 55px 15px;
    position: relative;
}
.serviceBox .service-content:before{
    content: "";
    display: block;
    width: 80px;
    height: 80px;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    margin: 0 auto;
    position: absolute;
    top: -37px;
    left: 0;
    right: 0;
    z-index: -1;
    transition: all 0.3s ease-out 0s;
}
.serviceBox:hover .service-content:before{
    transform: rotate(45deg);
}
.serviceBox .title {
	font-size: 19px;
	font-weight: 500;
	color: #324545;
	text-transform: uppercase;
	margin: 0 0 25px 0;
	position: relative;
	transition: all 0.3s ease-out 0s;
	line-height: 26px;
}
.serviceBox:hover .title{
    color: #727cb6;
}
.serviceBox .description {
	font-size: 15px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
	height: 85px;
}
.serviceBox .read-more {
	display: block;
	width: 100px;
	height: 35px;
	line-height: 35px;
	background: #fff;
	border: 1px solid #e7e7e7;
	font-size: 15px;
	color: #000;
	margin: 0 auto;
	position: absolute;
	bottom: -17px;
	left: 0;
	right: 0;
	transition: all 0.3s ease-out 0s;
	font-weight: 600;
}
.serviceBox .read-more:hover{
    border: 1px solid #727cb6;
    color: #727cb6;
}
.service-top-space{margin-top:20px;}
.serviceBox.green .service-icon span{ background: #008b8b; }
.serviceBox.blue .service-icon span{ background: #3498db; }
.serviceBox.orange .service-icon span{ background: #e67e22; }
.serviceBox.green:hover .title{ color: #26a9e0; }
.serviceBox.blue:hover .title{ color: #48c7f6; }
.serviceBox.orange:hover .title{ color: #e67e22; }
.serviceBox.green .read-more:hover {
	border: 1px solid #26a9e0;
	color: #26a9e0;
}
.serviceBox.blue .read-more:hover{
    border: 1px solid #3498db;
    color: #3498db;
}
.serviceBox.orange .read-more:hover{
    border: 1px solid #e67e22;
    color: #e67e22;
}




/****************************************************************
|||||||||||||||    testimonial section styles    ||||||||||||||||
*****************************************************************/

.testimonial-section {
  background-color: #040227;
}

.testimonial-carousel {
  position: relative;
  text-align: center;
}

.testimonial-carousel .item h4 {
  color: #48c7f6;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.testimonial-carousel .item h5 {
  color: #f7f7f7;
  font-size: 12px;
  font-style: italic;
  font-weight: 600;
  margin-bottom: 5px;
  text-align: left;
}

.testimonial-carousel .item p {
  color: #203371;
  font-size: 16px;
  color: #c6c6c6;
  margin-bottom: 32px;
}

.testimonial-carousel .owl-nav [class*="owl-"] {
  background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
  bottom: 49%;
  color: #1d365c;
  font-size: 16px;
  height: 45px;
  line-height: 47px;
  margin: 0 0 -20px;
  padding: 0 5px;
  position: absolute;
  text-align: center;
  transition: all 0.5s ease 0s;
  width: 33px;
  opacity: .1;
}

.testimonial-carousel .owl-nav .owl-next {
  right: 0;
}

.testimonial-carousel:hover .owl-nav .owl-prev,
.testimonial-carousel:hover .owl-nav .owl-next {
  opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background-color: #48c7f6;
  color: #203371;
}

.testimonial-section .item {
  border: 1px solid #48c7f6;
  padding: 20px;
  position: relative;
}

.testimonial-section .item i {
  color: #48c7f6;
  font-size: 70px;
  left: 0;
  opacity: 0.3;
  position: absolute;
  right: 0;
  top: 130px;
}

.testimonial-carousel .item .image-holder {
  border: 5px solid #203371;
  left: -101px;
  margin-left: 10px;
  position: absolute;
}

.testimonial-carousel .item .client-info {
  display: inline-block;
  margin-bottom: 15px;
  margin-left: 5px;
  position: relative;
}

.testimonial-carousel .item .client-info ul {
  margin-left: 2px;
}

.testimonial-carousel .item .client-info ul li {
  padding: 0;
}

.testimonial-carousel .item .client-info ul li span {
  color: #e2ae0f;
  margin-right: 5px;
}

.testimonial-carousel .item .sig-image {
  bottom: 10px;
  position: absolute;
  right: 10px;
}

/************************************************************
|||||||||||||||    project section styles    ||||||||||||||||
*************************************************************/

.project-content h3 {
  color: #203371;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.project-content p {
  margin-bottom: 28px;
}

.project-box .project-title {
  background-color: rgba(4, 2, 39, 0.8);
  bottom: 0;
  left: 0;
  padding: 8px 0 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out 0s;
}

.project-box:hover .project-title {
  bottom: -50px;
}

.project-box .project-title h3 a {
  color: #ffffff;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}

.project-carousel {
  position: relative;
}

.project-carousel .owl-nav .owl-prev span {
  box-shadow: 1px 1px 8px #d1d1d1;
  color: #48c7f6;
  padding: 12px 10px;
  position: absolute;
  right: 35px;
  top: -71px;
  transition: all 0.4s ease-in-out;
}

.project-carousel .owl-nav .owl-next span {
  box-shadow: 1px 1px 8px #d1d1d1;
  color: #48c7f6;
  padding: 12px 10px;
  position: absolute;
  right: 0;
  top: -71px;
  transition: all 0.4s ease-in-out 0s;
}

.project-box .image-holder {
  position: relative;
}

.project-box .image-holder img {
  width: 100%;
}

.project-box .project-overlay {
  height: 100%;
  left: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  transform: scale(0);
  transition: all 0.4s ease-in-out 0s;
  width: 100%;
}

.project-box .overlay-inner {
  background-color: rgba(4, 2, 39, 0.8);
  display: table;
  height: 100%;
  left: 0;
  padding: 15px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 100%;
}

.project-box:hover .project-overlay {
  opacity: 1;
  top: 0;
  transform: scale(1);
}

.project-box .project-overlay .overlay-content {
  border: 1px solid #fff;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}

.project-box .project-overlay h3 a {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 25px;
  display: inline-block;
}

.project-box .project-overlay .overlay-content ul {
  margin-left: 0;
}

.project-box .project-overlay .overlay-content ul li a i {
  border: 1px solid #48c7f6;
  border-radius: 50%;
  color: #48c7f6;
  font-size: 16px;
  height: 36px;
  line-height: 33px;
  width: 36px;
  transition: all 0.4s ease-in-out;
}

.project-box .project-overlay .overlay-content ul li:hover a i {
  background-color: #48c7f6;
  color: #fff;
}

/*******************************************************
|||||||||||||||    newsletter styles    ||||||||||||||||
********************************************************/

.newsletter-section {
  background-image: url("../images/background/bg-1.jpg");
  background-position: center center;
  background-size: cover;
  padding: 90px 0;
  position: relative;
  background-attachment: fixed;
}

.newsletter-section::before {
  background-color: rgba(4, 3, 39, 0.8);
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.newsletter-section {
  padding: 50px 0;
}

.inner .input-box input[type="text"] {
  background-color: transparent;
  border: medium none;
  color: #999999;
  display: block;
  font-size: 14px;
  font-weight: 400;
  height: 50px;
  padding: 0 15px;
  transition: all 500ms ease 0s;
  width: 100%;
}

.inner .input-box {
  border-bottom: 1px solid #5f5f5f;
}

.subscrib-btn {
  border: 1px solid #ffffff;
  border-radius: 0;
  color: #48C7F6;
  font-weight: 600;
  padding: 13px 32px;
  text-transform: uppercase;
  transition: all 500ms ease 0s;
}

.subscrib-btn:hover {
  background-color: #48C7F6;
  border: 1px solid #48C7F6;
  color: #ffffff;
}

/*********************************************************
|||||||||||||||    blog section styles    ||||||||||||||||
**********************************************************/

.blog-box {
  box-shadow: 0 2px 12px #d5d5d5;
  padding: 20px;
  transition: all 0.4s ease-in-out 0s;
}

.blog-box .image-holder {
  position: relative;
}

.blog-box .image-holder .date-meta h3 {
  background-color: #040227;
  bottom: 0;
  border: 1px solid #040227;
  color: #ffffff;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
  padding: 7px 10px;
  position: absolute;
  right: 0;
  text-align: center;
  transition: all 0.4s ease-in-out;
}

.blog-box:hover .image-holder .date-meta h3 {
  background-color: #fff;
  color: #48c7f6;
  border: 1px solid #48c7f6;
}

.blog-content {
  margin-top: 10px;
  position: relative;
}

.blog-content h3 a {
  color: #203371;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
  text-transform: capitalize;
  transition: all 0.4s ease-in-out 0s;
}

.blog-content h3 a:hover {
  color: #48C7F6;
}

.blog-content h5 {
  color: #aeaeae;
  font-size: 12px;
  font-style: italic;
}

.blog-content .meta-post {
  color: #203371;
  position: absolute;
  right: 10px;
  top: 35px;
}

.blog-content .meta-post span {
  margin-right: 25px;
}

.blog-content .meta-post span i {
  margin-right: 5px;
  color: #48c7f6;
}

.blog-content p {
  margin-bottom: 15px;
  margin-top: 20px;
}

.blog-content a {
  color: #203371;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.4s ease-in-out 0s;
}

/************************************************************
|||||||||||||||    partner section styles    ||||||||||||||||
*************************************************************/

.partner-area {
  background-color: #48c7f6;
  padding: 50px 0 40px;
}

.partner-area .partner .owl-stage-outer{
  z-index:10;   
}
.partner-area .partner .partner-item {
  border: 2px solid #eaeaea;
  height: 90px;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  text-align: center;
}
.partner-area .partner .partner-item img {
  display: inline-block;
  max-width: 100%;
  opacity: 1;
  padding: 0px 0;
  position: relative;
  -webkit-transition: all 300ms ease-in 0s;
  transition: all 300ms ease-in 0s;
  width: auto;
}
.partner-area .partner .partner-item:hover{
  border: 2px solid #43c3ea;
}
.partner-area .partner .partner-item:hover img{
  opacity: .9;
}

.partner-carousel {
  position: relative;
}

.partner-carousel .owl-controls {
  display: none;
}

/*
* ----------------------------------------------------------------------------------------
* 05. Start Service Colom
* ----------------------------------------------------------------------------------------
*/
.about-us {
	padding: 50px 0;
	background: #f2f2f2;
}
.four-colom {
	padding: 50px 0 10px;
}
.services-grid{
	text-align:center;
}
.four-colom-services-text {
	padding: 2em 14px 9px;
	/* border: 2px solid #ddd; */
	position: relative;
	background: #fff;
	box-shadow: 0px 1px 19px -7px rgba(158, 153, 158, 1);
	height: 309px;
	margin-bottom: 30px;
}
.four-colom-services-text p {
	font-size: 16px;
	color: #333;
	font-weight: 500;
}
.four-colom-services-text::before {
	content: '';
	width: 0%;
	border: 2px solid #FEFEFE;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-o-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
	box-shadow: 0px 1px 19px -7px rgba(158, 153, 158, 1);
}
.four-colom-services-img {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	-webkit-transition: 0.5s all;
	-o-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-ms-transition: 0.5s all;
	transition: 0.5s all;
	line-height: 105px;
}
.four-colom-services-img i.fa {
    color: #276aae;
    font-size: 3em;
    padding: .4em 0 0 0;
    -webkit-transition: 0.5s all;
    -o-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -ms-transition: 0.5s all;
    transition: 0.5s all;
}
.agileits-services-info h4 {
	color: #083c86;
	font-size: 21px;
	margin: 1.3em 0 0.8em;
	font-weight: 600;
}
.services-grid:hover .four-colom-services-img {
	background: #276aae;
}
.services-grid:hover .four-colom-services-img i.fa {
    color: #fff; 
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
    transform: scale(0.5);
} 
.services-grid:hover .four-colom-services-text::before {
	width: 100%;
	-webkit-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}.services {
    padding: 5em 0;
}
.services-grid {
    margin-top: 4em;
}

/*
* ----------------------------------------------------------------------------------------
* 05. Start Service Slider 
* ----------------------------------------------------------------------------------------
*/
white-bg,
.white-bg h1,
.white-bg .h1,
.white-bg h2,
.white-bg .h2,
.white-bg h3,
.white-bg .h3 {
    color: #1d4590 !important;
}

.white-bg h4,
.white-bg .h4,
.white-bg h5,
.white-bg .h5 {
    color: #4d5f8a;
}

.fill-bg,
.fill-bg h1,
.fill-bg .h1,
.fill-bg h2,
.fill-bg .h2,
.fill-bg h3,
.fill-bg .h3,
.fill-bg h4,
.fill-bg .h4,
.fill-bg h5,
.fill-bg .h5 {
    color: #f1f4fb;
}

.fill-bg-color {
    background-color: #4d5f8a !important;
}

.white-bg-color {
    background-color: #f1f4fb !important;
}

p.h1,
p.h2,
p.h3,
p.h4,
p.h5 {
    line-height: 130%;
}


.icon-right,
.icon-left {
    width: 50px;
    height: 40px;
}

.icon-right::after {
	content: "";
	display: block;
	margin: 0 auto;
	width: 78px;
	height: 40px;
	background: url(../images/ui/slide-nav-right.html) no-repeat;
	background-position: -74px;
	transition: background-position 0.4s ease;
}

.icon-right:hover:after {
    background-position: 0px;
}

.center-block {
	display: initial !important;
	margin-right: auto;
	margin-left: auto;
}

.icon-left::before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 100px;
	height: 40px;
	background: url(../images/ui/slide-nav-left.html) no-repeat;
	background-position: 50px;
	transition: background-position 0.4s ease;
	float: left;
}

.icon-left:hover:before {
    background-position: -39px;
}

/* // Components // */

#wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	display: block;
	font-family: 'Roboto', sans-serif;
}





/* Mobile Menu Css // */


/*Video Banner Ends // */


.content-box .contexboximg .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    display: none;
}

.contexboxtext.h5,
.boxcontent-slide-wrapper .h5 {
    line-height: 150%;
}

.content-box .content-area-txt {
    display: flex;
}

.content-box .contexboxsubtitle {
    margin-top: -10px;
    margin-bottom: 10px
}

.content-box .content-area-txt .text-box {
    font-size: 1.25vw;
    line-height: 125%;
    margin: 0 auto;
}
.service {
	padding: 8px 20px;
	font-size: 26px;
	font-weight: 600;
	color: #1d4590;
	background: #f6f6f6;
	width: 100% !important;
	text-align: center;
	/* margin-top: -19px; */
	margin-top: 4px;
}
#content {
	background: #f5f5f5;
	padding: 0 0 30px;
}	
.content-box .content-area-txt .text-box h2.h1 {
	font-size: 26px;
}
.service-slider-heading {
	font-size: 17px;
}
.slider-service-text {
	color: #18488b;
	font-weight: 500;
	font-size: 16px;
	text-align: justify;
}

.slider-service-tittle {
	text-align: justify;
	color: #333;
	font-weight: 500;
}
.content-box .content-area-txt .boxcontent-slide-wrapper {
    max-width: 100vw;
}

.btn-container .item {
    margin: 20px 0px 40px;
}

.content-video {
    position: relative;
    min-height: 80vh;
    overflow: hidden;
}

.content-video .video-background {
    position: absolute !important;
    overflow: hidden;
    min-height: 80vh;
    z-index: 55 !important;
}

.stats-box>div {
    min-height: 440px;
}

.stats-box div p {
    color: #213262;
}

.stats-box div p span.h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal !important;
}

.home-video {
    top: -100px;
    min-height: 100vh;
    margin-bottom: -102px;
}



/*
* ----------------------------------------------------------------------------------------
* 05. START SERVICE STYLE
* ----------------------------------------------------------------------------------------
*/

.section-title span.line::before {
	position: absolute;
	content: "";
	height: 5px;
	width: 50px;
	background-color: #276aae;
	top: -2px;
	border-radius: 30px;
	left: 50%;
	margin-left: -28px;
}
.section-title span.line {
	background-color: #276aae;
	height: 1px;
	width: 28%;
	font-size: 28px;
	display: inline-block;
	position: relative;
	margin: 21px auto 18px;
}
.tab-content {
	margin-top: 60px;
}
.service-tab .nav-tabs {
    border: none;
    margin-bottom: 50px;
}
.service-tab .nav-tabs .nav-link {
    padding: 13px 20px;
    border: 1px solid #ddd;
    color: #333;
    text-transform: capitalize;
    background: #fff;
    position: relative;
    border-radius: 0;
    border-right: none;
}
.service-tab .nav-tabs .nav-link i {
    padding-right: 10px;
    font-size: 20px;
}
.service-tab .nav-tabs .nav-item:last-child {
    border-right: 1px solid #ddd;
}
.service-tab .nav-tabs .nav-link:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid transparent;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link.active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 42%;
    border-top: 15px solid #f4cb10;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-tab .nav-tabs .nav-link:hover:after {
    border-top: 15px solid #f4cb10;
}
.service-tab .nav-tabs .nav-link.active,
.service-tab .nav-tabs .nav-link:hover {
    background: #f4cb10;
    color: #fff;
    border-color: #f4cb10;
}
.single-service {
    border: 1px solid #ddd;
    box-shadow: 1px 10px 8px #ddd;
    margin-bottom: 40px;
    background: #fff;
    position: relative;
    z-index: 1;
}
.single-service:before {
    height: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    background: #f7f7f7;
    -moz-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    z-index: -1;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.single-service:hover:before {
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    opacity: 1;
}
.single-service .single-service-info {
    padding: 20px;
}
.single-service .single-service-info h6 {
    font-weight: normal;
    margin: 25px 0 0;
}
.single-service .single-service-info h4 {
    text-transform: uppercase;
    margin: 15px 0;
    font-size: 18px;
}
.serv-red-btn {
    color: #333;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    margin: 20px 0 25px;
    padding: 8px 35px;
    border: 1px solid #ddd;
    background: transparent;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.single-service:hover .serv-red-btn {
    background: #f4cb10;
    color: #fff;
    border-color: #f4cb10;
}
.all-service-btn a {
    background: #f4cb10;
    color: #fff;
    padding: 10px 40px;
    text-transform: uppercase;
    font-weight: 500;
    border: 1px solid #f4cb10;
    margin: 60px 0 0;
    border-radius: 3px;
    display: inline-block;
    -webkit-transition: all 1.5s ease .1s;
    -moz-transition: all 1.5s ease .1s;
    -ms-transition: all 1.5s ease .1s;
    -o-transition: all 1.5s ease .1s;
    transition: all 1.5s ease .1s;
}
.all-service-btn a:hover,
.all-service-btn a:focus {
    color: #f4cb10;
    background: transparent;
}

/* 5.1 service style 2 */
.rounded.img-fluid.align-self-top.mt-2.mr-4 {
	float: left;
	padding-right: 10px;
}
.service-two {
	background: #f5f5f5;
	box-shadow: 1px 1px 4px #ddd;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
	height: 165px;
}

.service-two h4 {
	font-size: 21px;
	color: #333;
	font-weight: 600;
}
.service-two p {
	margin: 10px 0;
	text-align: justify;
	color: #333;
	font-weight: 500;
} 	
.service-two-link {
  color: #333;
}
.service-two-link:after {
	position: absolute;
	content: "\eb27";
	font-family: 'IcoFont' !important;
	padding-left: 5px;
}
.service-two:hover .service-two-link {
	color: #f4cb10;
}

/* 5.2 service style 3 */
.service-three {
	overflow: hidden;
	box-shadow: 1px 1px 4px #ddd;
	padding: 15px;
	margin-bottom: 30px;
	position: relative;
}
.service-three:hover .service-three-icon i {
    background: #f4cb10;
    color: #fff;
}
.service-three .service-three-icon {
    margin-right: 20px;
    position: relative;
}
.service-three .service-three-icon,
.service-three .service-three-text {
    float: left;
}
.service-three .service-three-icon:before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #f4cb10;
    right: -8px;
    top: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three .service-three-icon i {
    box-shadow: 0 5px 6px 0 rgba(0, 0, 0, 0.1);
    color: #f4cb10;
    font-size: 36px;
    float: left;
    border: 1px solid #f4cb10;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three .service-three-text {
    width: 71%;
}
.service-three-text h3 {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    -webkit-transition: all 0.4s ease 0s;
    -moz-transition: all 0.4s ease 0s;
    -o-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.service-three-text p {
    margin: 15px 0;
}




/*** 

====================================================================
				Support Blog
====================================================================

***/
.serice-setion {
	padding: 50px 0;
	background: #f2f2f2;
}
.recharge-heading {
	text-align: center;
	font-size: 28px;
	font-weight: 600;
	color: #ed1c24;
	padding: 20px 0 30px;
}

.service-box {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	perspective: 1000px;
	-webkit-perspective: 1000px;
} .service-icon {
	width: 100%;
	height: 200px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
}
.service-content {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 200px;
	padding: 20px;
	text-align: center;
	transition: all .5s ease;
	background-color: #26a9e0;
	backface-visibility: hidden;
	transform-style: preserve-3d;
	-webkit-transform: translateY(110px) rotateX(-90deg);
	-moz-transform: translateY(110px) rotateX(-90deg);
	-ms-transform: translateY(110px) rotateX(-90deg);
	-o-transform: translateY(110px) rotateX(-90deg);
	transform: translateY(110px) rotateX(-90deg);
}
.service-box .service-icon .front-content {
	position: relative;
	top: 80px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 50px;
	color: #26a9e0;
}

        .service-box .service-icon .front-content i {
            font-size: 28px;
            color: #fff;
            font-weight: normal;
        }

.service-box .service-icon .front-content h3 {
	font-size: 21px;
	color: #18488b;
	text-align: center;
	margin: 45px 0 0;
	font-weight: 600;
}    
.service-box .service-content h3 {
	font-size: 17px;
	font-weight: 700;
	color: #545454;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}
.tittle-p {
	color: #545454;
	font-weight: 400;
	font-size: 15px;
}
.read-title {
	font-weight: 600;
	color: #545454;
}
.service-box .service-content p {
	font-size: 19px;
	color: #fff;
	margin: 0;
	text-align: center;
}
.yellow {
	background-color: #fff;
}

        .service-box:hover .service-icon{
            opacity: 0;
            -webkit-transform: translateY(-110px) rotateX(90deg);
            -moz-transform: translateY(-110px) rotateX(90deg);
            -ms-transform: translateY(-110px) rotateX(90deg);
            -o-transform: translateY(-110px) rotateX(90deg);
            transform: translateY(-110px) rotateX(90deg);
        }
        .service-box:hover .service-content {
            opacity: 1;
            -webkit-transform: rotateX(0);
            -moz-transform: rotateX(0);
            -ms-transform: rotateX(0);
            -o-transform: rotateX(0);
            transform: rotateX(0);
        }
		






/* -----------------Section-suttprt--------------- 3 */
.section-3 {
	padding: 50px 0;
}
.section-title, h3 {
	font-weight: 600;
	color: #45a246;
}
.support-tittle {
	color: #555;
	font-size: 14px;
}
.choice-heading {
	color: #df212a !important;
}
.section-3 .sections-title-h3:before {
	background-color: #d5d5d5;
}
.section-3 .sections-title p {
	color: #555;
	font-size: 15px;
}
.section-3 .box-icon-i {
	background-color: transparent;
	border-color: #296caf;
	color: #296caf;
}
.section-3 .box-icon:hover .box-icon-i {
	border-color: #FFF;
	background: #1999d6;
	color: #fff;
}
/* 07 - Box icon */
.box-icon {
	text-align: center;
	overflow: hidden;

}
.box-icon-i {
	font-size: 40px;
	text-align: center;
	margin: 0 auto 20px;
}
.Partners {
	text-align: center !important;
	color: #000 !important;
	font-size: 18px !important;
}
.box-icon p {
	margin-bottom: 0;
	color: #555;
	font-size: 14px;
	text-align: justify;
}


.box-icon-i-2 {
	background-color: #f0efef;
	height: 95px;
	width: 95px;
	line-height: 82px;
	border: 5px solid #f0efef;
	margin: 0;
	float: left;
	margin-bottom: 33px;
}
.box-icon-content {
	text-align: left;
	margin: 40px 0px 0 84px;
}
.box-icon-content, h5 {
	font-size: 20px;
	font-weight: 600px;
	color: #296caf;
}
.box-icon-i-3 {
	background-color: #FFF;
	border-color: #e9e8e8;
}
.box-icon-2 {
	text-align: left;
}
.box-icon-2 .box-icon-i {
	float: left;
	margin-right: 15px;
	margin-bottom: 0;
}
.fa.fa-mobile {
	font-size: 61px;
	line-height: 85px;
}
.box-icon-2 .box-icon-content {
	overflow: hidden;
	height: 100%;
}
.box-icon-i-4 {
	height: 70px;
	width: 70px;
	border-width: 2px;
	line-height: 66px;
	transition: all .5s ease;
}
.box-icon-i-5 {
	background-color: #FFF;
}
.box-icon:hover .box-icon-i-2.box-icon-i-5 {
	background-color: #171717;
}
.box-icon-number h5 {
	font-size: 45px;
}
/***************************************************
|||||||||||||||    footer styles    ||||||||||||||||
****************************************************/
.footer-widget {
  padding: 55px 0 27px;
}
.footer-widget .widget-title {
	font-size: 20px;
	line-height: 20px;
	color: #43a144;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-weight: 600;
	padding: 0 0 16px;
}
.footer-left {
  width: 41%;
  float: left;
  padding-right: 50px;
}
.footer-right {
  width: 59%;
  float: left;
  border-left: 1px solid #e0e0e0;
  padding-left: 50px;
}
.widget {
  margin-bottom: 30px;
}
.contact-info .widget-title {
  padding-bottom: 12px;
}
.contact-info ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact-info ul li {
	font-size: 16px;
	line-height: 27px;
	padding: 9px 0 7px;
	font-weight: 500;
}
.contact-info ul li:after {
  clear: both;
  display: table;
  content: '';
}
.contact-info ul li span {
	float: left;
	display: block;
	min-width: 70px;
	color: #296caf;
	font-weight: 600;
	padding-right: 10px;
}
.contact-info ul li address {
	margin: 0;
	line-height: 27px;
	padding-left: 70px;
	font-weight: 500;
}
.tz-subcribe {
  position: relative;
  padding: 24px 0 0 0;
  margin: 0;
}
.tz-subcribe:after {
  clear: both;
  display: table;
  content: '';
}
.tz-subcribe input[type='text'] {
  width: 270px;
  height: 45px;
  border-color: #e0e0e0;
  border-style: solid;
  border-width: 2px 0 2px 2px;
  font-size: 16px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  float: left;
}
.mail-contact {
	color: #000;
}
.mail-contact:hover {
	color: #26a9e0;
}
.tz-subcribe input[type='text']::-moz-placeholder {
  color: #9e9e9e;
  opacity: 1;
}
.tz-subcribe input[type='text']:-ms-input-placeholder {
  color: #9e9e9e;
}
.tz-subcribe input[type='text']::-webkit-input-placeholder {
  color: #9e9e9e;
}
.tz-subcribe input[type='submit'] {
  height: 45px;
  background: #212121;
  color: #ffffff;
  border: 0;
  text-align: center;
  padding-left: 22px;
  padding-right: 22px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.tz-subcribe input[type='submit']:hover,
.tz-subcribe input[type='submit']:focus {
  background: #276aae;
}
.tz-social {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tz-social:after {
  clear: both;
  display: table;
  content: '';
}
.tz-social li {
	float: left;
	padding: 3px 0;
	border: 1px solid #c9393c;
	width: 40px;
	height: 40px;
	text-align: center;
	margin-right: 10px;
		transition: 0.5s;
}

.tz-social li:hover {
	border-radius: 50%;
	transition: 0.5s;
	border: 1px solid #276aae;
}
.tz-social li a {
	color: #c9393c;
	font-size: 20px;
	line-height: 40px;
	display: block;
}
.tz-social li a:hover {
  color: #2a6caf;
}
.tz-widget-clients .widget-title {
  padding-bottom: 22px;
}
.tz-widget-say {
  border-bottom: 1px solid #e0e0e0;
  padding-bottom: 44px;
}
.tz-widget-say:after {
  clear: both;
  display: table;
  content: '';
}
.tz-widget-say img {
  float: left;
}
.tz-widget-say .entry-say {
	float: right;
	text-align: justify;
}
.tz-widget-say .entry-say span {
  color: #f44336;
  display: block;
  padding-top: 8px;
}
.widget_nav_menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_nav_menu ul li a {
	line-height: 36px;
	color: #000;
	font-weight: 500;
}
.widget_nav_menu ul li a:hover {
	color: #276aae;
	padding-left: 10px;
	transition: 0.5s;
}

.tz-copyright {
  background: #212121;
  padding: 15px 0;
}
.tz-copyright p {
	color: #bdbdbd;
	text-align: center;
}
.tz-copyright p a {
	color: #296caf;
}
.tz-copyright p a:hover {
	color: #fff;
}
.payments-method {
  padding: 12px 0;
  display: block;
}
.payments-method a {
  display: inline-block;
  padding-left: 7px;
}



