
/* ==== Google font ==== */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600);
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i);
@import url('font-awesome.css');
/* ==== overwrite bootstrap standard ==== */
@import url('animate.css');



body {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:14px;
	font-weight:300;
	line-height:1.6em;
	color:#fff;
	background-color:#fff;
	overflow-x:hidden;
}

hi,h2,h3,h4,h5,h6 {
	color:#272727;
	line-height:1.2em;
	font-family: 'Roboto Condensed', sans-serif;
}

p {
	color:#aaa;
	font-size:13px;
}
a {
    text-decoration:none;
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    outline: none;
	color:#272727;
}
a:hover {
	text-decoration: none;
	color:#aaa;	
	}

.btn {
	border-radius:0;
	margin-top:10px;
	background-color: #65AAF0;
	text-transform:uppercase;
	border-color:#fff;
	font-size:14px;
}

.btn:hover {
	background-color: #fff;
	border-color:#f2f2f2;
	color:#272727;	
}
	
/*===========================
  Menu and Navigation
============================ */


.back-to-top:focus {
  background: rgba(0, 0, 0, 0.2);
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #019fdb;
  color: #fff;
}
.back-to-top {
    position: fixed;
    display: none;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    padding: 12px;
    font-size: 16px;
    width: 38px;
    height: 38px;
    border-radius: 2px;
    right: 15px;
    bottom: 15px;
    transition: background 0.5s;
    transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
    -ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
}
.back-to-top img{display: inline-block; transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);}


.navbar-brand {
  float: left;
  height: auto;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}

.navbar-brand h1 {
	margin-top:9px;
	padding-top:5px;
	float: left;	
	font-size: 25px;	
	color:#fff;	
	text-transform:uppercase;
	font-weight:600;
}

.navbar-brand img {width: 130px;}

@media (max-width: 767px) {
  .navbar-brand {
    padding: 0 0 0 15px;
  }
	
	#header	.menu {float: none; width: 100%;}
	
	#header	.menu ul.nav-tabs li {  display: block;  width: 100%;}
	
	#header	.menu ul.nav-tabs li a{    width: 100%;  display: block;}
	
}

.menu {
	font-size:12px;
	float:right;
	text-transform:uppercase;
	font-weight:600;	
}

.navbar-collapse {
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  -webkit-overflow-scrolling: touch;
  border-top: 0px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}
.navbar-collapse.in {
  overflow-y: auto;
}

.menu ul.nav-tabs li {
	color:#fff;	
}

.nav-tabs {
	border-bottom: 0;
}
.nav-tabs > li {
	float: left;
	margin-bottom: 0;
}

.nav-tabs > li > a {	
	border-radius:0;
	color:#272727;
	padding:30px 15px;
	    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
}

.nav-tabs > li > a:hover {
	color:#272727;
	background:#fff;	
} 

.nav-tabs > li a.active, .nav-tabs > li a:hover, .nav-tabs > li a:focus {
	color: #fff;
    cursor: default;
    background-color: #ed5a47;
    border: 1px solid transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    outline: none !important;
}

.navbar-default {
	background-color: #fff;
	border-bottom:1px solid #E7E7E7; margin-bottom: 0;
}

.navbar_default_inner {background-color: #fff;
	border-bottom:1px solid #ccffff;}

.navbar_default_inner .nav-tabs > li > a {
    border-radius: 0;
    color: #000;
    padding: 30px 15px;
}
.navbar_default_inner .nav-tabs > li a.active, .navbar_default_inner .nav-tabs > li a:hover, .navbar_default_inner .nav-tabs > li a:focus {
	color: #fff;
    cursor: default;
    background-color: #377db5;
    border: 1px solid transparent;
    border-bottom-color: transparent; cursor: pointer;
}

.apply_bu_header {
    padding: 10px 20px !important;
    min-width: auto !important;
    font-size: 14px !important;
    background: #0099ff !important;
    border: none !important;
    color: #fff !important;
    text-transform: uppercase !important;
    border-radius: 4px !important;
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    margin-top: 18px !important;
}
.apply_bu_header:hover { background: #0481D4 !important; color: #fff !important;}

@keyframes menu_sticky {
    0%   {margin-top:-50px;}
    50%  {margin-top: -34px;}
    100% {margin-top: 0;}
}
#header{transition: all 0.3s ease-in-out;   }

.home_header{ position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;}

#seemore_section .carousel-inner>.item {
	background: #f9f9f9;}

.stricky {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-shadow: 2px 2px 12px 2px rgba(0, 0, 0, 0.08); z-index: 5;
	animation-name: menu_sticky;
    animation-duration: 0.50s;
    animation-timing-function: ease-out;
    transition: all .25s ease-in-out;
}

.header_top_addbar {
    width: 100%;
    background: #ed5a47;
}

.header_top_addbar_ul {padding: 0; margin: 0; list-style: none;  padding-right: 25px;
/*background: #4c231c;*/
    /*background: #713026;*/
    background: #993e31;
    /* background: #c24c3c; */

}

.header_top_addbar_ul li {padding: 5px 0 5px 25px; margin: 0; list-style: none; display: inline-block; vertical-align: middle; font-size: 15px;}

.header_top_addbar_ul li i {display: inline-block; vertical-align: middle;color: #fff !important; margin-right: 8px;}

.header_top_addbar_ul li a, .header_top_addbar_ul li span{display: inline-block; vertical-align: middle; color: #fff !important;}



.as_seenon_bcw {display: block;}

.as_seenon_bcw h4{display: block;margin: 0 0 5px; color: #e4e4e4; font-family: 'Roboto', sans-serif;  font-weight: 300;font-size: 24px;}

.as_seenon_bcw a {display: inline-block;/*background: rgba(255, 255, 255, 0.19);*/ padding: 0; margin-right: 5px; margin-top: 5px; border: 0 solid rgba(255, 255, 255, 0.20);}

.as_seenon_bcw a:hover{/*background: rgba(255, 255, 255, 0.30);*//*border: 0 solid rgba(255, 255, 255, 0.33);*/ opacity: 0.8;}

.as_seenon_bcw a img{max-width: 130px;height: auto;}

.carousel-caption .form-inline {margin-bottom: 23px;}

/*#carousel-slider .carousel-inner> .item {height: 100vh;}*/

.owl-theme .owl-dots, .owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.slider-image .owl-dots .owl-dot span {
    background: rgba(64,212,161,0.3);
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.slider-image .owl-dots .owl-dot.active span, .slider-image.owl-theme .owl-dots .owl-dot:hover span {
    background: #ed5a47;
}

.modal_formbg .modal-body label{color: #333; font-weight: 400;}

.modal_formbg .modal-title {    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;display: inline-block;}

.modal_formbg .form-group .form-control {
    padding: 7px 15px;
    border-color: #dbdbdb;
    box-shadow: none;
    border-radius: 0;
}
.modal_formbg .btn-primary{background-color: #ed5a47!important;
    color: #fff!important;display: inline-block;
    font-weight: 400;
    text-align: center;-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    padding: 10px 15px;
    font-size: 14px;text-transform: uppercase;}
.modal-footer {text-align: center;}

.home_keybeni {background: url(../img/keyvenifit_bg.jpg) no-repeat center; background-attachment: fixed; background-size: cover; padding-top: 30px; padding-bottom: 30px;}

.home_keybeni_boxbg  {padding-top: 20px; padding-bottom: 20px;}

.home_keybeni_boxbg  ul {margin: 0; padding: 0; list-style: none;}

.home_keybeni_boxbg  ul li {margin: 0; padding: 0; list-style: none;padding-bottom: 50px;}

.home_keybeni_boxbg  ul li{margin-top: 5px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;}
.home_keybenibx {
    padding: 30px 10px;;
    border: 2px solid #ed5a47;
    min-height: 140px;
    position: relative;
    font-size: 20px;
	    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
}


.home_keybeni h4{text-align: center;
    font-size: 38px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif;
    display: block;
    position: relative;
    margin: 0;
    padding: 15px 0;
    text-transform: uppercase; color: #fff;}
.home_keybeni .home_keybenibx span{position: absolute;
    background: #ed5a47;
    padding: 10px;
    min-width: 45px;
    text-align: center;
    margin-left: -30px;
    margin-top: -53px;border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;}

.home_keybeni li:nth-child(1) .col-md-4:nth-child(1) .home_keybenibx span {background: #3eb060;}
.home_keybeni li:nth-child(1) .col-md-4:nth-child(1) .home_keybenibx {}
.home_keybeni li:nth-child(1) .col-md-4:nth-child(2) .home_keybenibx span {background: #fcc101;}
.home_keybeni li:nth-child(1) .col-md-4:nth-child(3) .home_keybenibx span {background: #1998f1;}

.home_keybeni li:nth-child(2) .col-md-4:nth-child(1) .home_keybenibx span {background: #13a5b5;}
.home_keybeni li:nth-child(2) .col-md-4:nth-child(2) .home_keybenibx span {background: #fecd00;}
.home_keybeni li:nth-child(2) .col-md-4:nth-child(3) .home_keybenibx span {background: #6ba484;}

.home_keybeni li:nth-child(3) .col-md-4:nth-child(1) .home_keybenibx span {background: #a7d978;}
.home_keybeni li:nth-child(3) .col-md-4:nth-child(2) .home_keybenibx span {background: #fc8b4d;}
.home_keybeni li:nth-child(3) .col-md-4:nth-child(3) .home_keybenibx span {background: #2e2c76;}

.home_keybeni li:nth-child(4) .col-md-4:nth-child(1) .home_keybenibx span {background: #444444;}
.home_keybeni li:nth-child(4) .col-md-4:nth-child(2) .home_keybenibx span {background: #fed401;}
.home_keybeni li:nth-child(4) .col-md-4:nth-child(3) .home_keybenibx span {background: #e9557b;}

.home_keybeni li:nth-child(5) .col-md-4:nth-child(1) .home_keybenibx span {background: #b559db;}
.home_keybeni li:nth-child(5) .col-md-4:nth-child(2) .home_keybenibx span {background: #00b1df;}
.home_keybeni li:nth-child(5) .col-md-4:nth-child(3) .home_keybenibx span {background: #e94085;}


/*{position: absolute;
    top: 0;
    left: -5px;
    margin-left: 0; 
    margin-top: 0px; 
    right: 0;
    bottom: -4px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 0;
    border: 3px solid #3eb060;
    border-top: 0;
    border-right: 0;
    background: none !important;
opacity: 0.5;}*/

/*===========================
  slider
============================ */

/*/*#carousel-slider .carousel-inner> .item {background: url(../img/banner_slide_1.jpg) no-repeat center; background-size: cover;}*/*/

.slider-image {
    position: absolute;
           width: 777px;
    height: 500px;
    top: 46px;
    left: 201px;
    right: auto;
    bottom: 14%;
}

.slider_device_bg img {/*max-width: 900px;*/ width: 1183px !important;}

.hero_screen_slider_bg {position: relative; display: block; text-align: center;}

.hero_screen_slider {position: relative; display: inline-block; margin-left: -50px;}

.slider_device_bg {display: block; text-align: center;}
/*left right*/
/*.hero_mobile_bg {position: absolute;     left: 0;
    top: inherit;
    right: inherit;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    margin-bottom: 36px;
    margin-left: -30px;z-index: 3;}

.hero_tab_bg {position: absolute; left: inherit;
    top: inherit;
    right: 0;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    margin-bottom: 39px;
    margin-right: -58px;
    z-index: 2;}*/
.hero_mobile_bg {
    position: absolute;
    left: 0;
    top: inherit;
    right: inherit;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    margin-bottom: 5px;
    margin-left: -24px;
    z-index: 3;
}
.hero_tab_bg {
    position: absolute;
    left: inherit;
    top: inherit;
    right: 0;
    width: auto;
    height: auto;
    display: inline-block;
    bottom: 0;
    margin-bottom: 6px;
    margin-right: -12px;
    z-index: 2;
}

.hero_mobile_bg img {max-width: 180px;}

.hero_tab_bg img {max-width: 250px;}

.owl-carousel .owl-item.active {z-index: 20000;}

.modal_formbg .modal-body h4{line-height: 24px;  font-size: 17px;}


#carousel-slider .hero_screen_slider .owl-carousel .item:before{display: none;}


.carousel-caption-table2 h3{text-align: center; color: #fff;
    font-size: 55px;
    font-weight: 300;
font-family: 'Roboto Condensed', sans-serif;    /*border-left: 5px solid #13a4b4;*/
    padding-left: 15px;}

.carousel-caption-table2 h3 span {display: block;}

.free_height {min-height: 250px;}

.sitemap_list_ul {display: block; list-style: none;}

.sitemap_list_ul li {list-style: none; display: block;}

.sitemap_list_ul li a {display: inline-block; font-size: 18px; position: relative; padding: 3px 10px 3px 20px;}

.sitemap_list_ul li a:hover{color: #ed5a47;}

.sitemap_list_ul li a::before{ content: "\f101"; position: absolute; left: 0; top: 0; margin-top: 5px;display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;}

.slider {
	position: relative;	
	margin-top:-20px;
}

.slider img {
    width: 100%;
}

#carousel-slider {
  position: relative;
}

#carousel-slider .carousel-indicators {
  bottom: -40px;
}

#carousel-slider .carousel-indicators li {
  border: 1px solid #ffbd20;
}

#carousel-slider a i {
	border-radius:50%;
	font-size: 30px;
	height: 50px;
	padding: 10px;
	position: absolute;
	top: 50%;
	width: 50px;
	color:#65AAF0;
	background:#65AAF0;
	color:#fff;
}

#carousel-slider a i:hover {
	background:#65AAF0;
	color:#fff;
	border: 1px solid #65AAF0;
}

#carousel-slider 
.carousel-control {
	width:inherit;
}

#carousel-slider .carousel-control.left i {
	left:50px;
	top: calc(50% - 50px);
}

#carousel-slider .carousel-control.right i {
	right: 50px;
	top: calc(50% - 50px);
}

.carousel-caption {
	    position: inherit !important;
    right: 0;
    /* top: calc(50% - 300px); */
    font-size: 40px;
    left: 0;
    z-index: 10;
    padding-bottom: 50px;
    color: #fff;
    text-align: left;
    margin: 0 auto;
    top: 0;
    bottom: 0;
    float: none;
    width: 100%;
	padding-top: 30px;
}

.carousel-caption-table1 {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    vertical-align: middle;
}

.carousel-caption-table2 {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: left;
}

#carousel-slider .item:before {
    content: "";
    background: url(../img/tex2.png) repeat,rgba(0, 0, 0, 0.6);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1;
	opacity: 0.9;
}

.logo_icon_bg {width: 100%; height: auto; max-width: 100px; margin: 0;}

.logo_icon_bgbg {display: inline-block; background: rgba(255, 255, 255, 0.1); border-radius: 50%; padding: 5px; margin: 0 auto; width: auto; margin-bottom: 10px;}

.carousel-caption  h2 {
	font-size:54px; text-shadow: none;
	color: #fff;
	font-family: 'Roboto', sans-serif; font-weight: 900;line-height: 69px; margin-bottom: 30px;
}

.carousel-caption  h2 span {
	    font-size: 45px;
    color: #fff;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 500;
    line-height: 69px;
    display: inline-block;
    text-transform: inherit;
    border-left: 5px solid #ed5a47;
    margin-bottom: 8px;
    background: rgba(0, 0, 0, 0.48);
    padding: 5px 10px;
}
.carousel-caption h2.typing_h2 {    
    max-width: 900px;
	min-height: 140px;
}
.carousel-caption h2.typing_h2 span {
    display: inline;
}
.carousel-caption p span {display: block;}
.carousel-caption p {
	font-size:28px; text-shadow: none;
	margin-top:10px;
	margin-bottom:10px;
	color:#fff;
	padding:10px;
	line-height: 35px;
	    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif; text-align: center;
}
.carousel-caption ul {display: block; margin: 0; padding: 0;}

.carousel-caption ul li{display: block; margin: 0; padding: 5px 5px 10px 25px; list-style: none;font-family: 'Roboto', sans-serif; font-weight: 300; font-size: 20px; position: relative; color: #a8a8a8; text-shadow: none;}

.carousel-caption ul li i {position: absolute; left: 0; top: 0; margin: 8px 0;}

.padd_left_right_no {padding-left: 0; padding-right: 0;}

.get_start_bu { background: #ed5a47; border: none;     color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 15px;
    min-width: 160px;
    margin-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;}

.get_start_bu:hover, .get_start_bu:focus { background: #13a5b5; color: #fff;}

.stay_touch_bu {
    padding: 10px 10px;
    min-width: 150px;
    margin-top: 0;
    font-size: 14px;
	 background: #0099ff; border: none;     color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}
.stay_touch_bu:hover { background: #0481D4; color: #fff;}

.about_left_bg {background: none;}

.about_left_bg .col-md-6 {text-align: center; padding-top: 10px; padding-bottom: 40px;}

.about_left_bg .col-md-6 p span {display: block;}

.about_left_bg .col-md-6 p{     margin-top: 5px;
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;}

.acclgbill_abouttext p{ margin-top: 5px;   color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;}

.acclgbill_abouttext ul li {
    margin-top: 5px;
    color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300;
}



.acclgbill_aboutheading {text-align: center; padding: 30px 0;}

.acclgbill_aboutheading .innerheading_caption_tb h3{ color: #fff;}

.acclgbill_aboutheading.innerheading_bg  {padding: 0;}

.acclgbill_aboutheading h3 {text-align: center; font-size: 38px; font-weight: 300;font-family: 'Roboto Condensed', sans-serif; display: inline-block; position: relative; margin: 0; padding: 15px 0; text-transform: uppercase;}

.acclgbill_aboutheading h3 span {display: inline-block;font-weight: 400; }

.acclgbill_aboutheading h3:before {content: " "; position: absolute; margin-bottom: -3px; left: 0; right: 0; bottom: 0;  width: 100%; display: block; height: 2px; background: #ed5a47;}

/*.acclgbill_aboutheading h3:after {content: " "; position: absolute; margin-bottom: -8px; left: 0; right: 0; bottom: 0;  width: 50px; display: block; height: 1px; background: #fff;}*/

.innerheading_bg { background: url(../img/inner_bg.jpg) no-repeat center; background-attachment: fixed; height: 230px; width: 100%; background-size: cover;}

.innerheading_caption_tb {display: table; width: 100%; height: 100%; text-align: center; vertical-align: middle; background: rgba(0, 0, 0, 0.45);}

.innerheading_caption_tbcell {display: table-cell; width: 100%; height: auto; text-align: center; vertical-align: middle;}

.breadcrumb-wrapper{    display: block;
    padding-top: 20px;}
.breadcrumb {
    margin: 0;
    padding-left: 0;
    background: transparent;
    padding: 0;
	line-height: 1;}
.breadcrumb>li {
    font-size: 13px;
    margin-bottom: 7px;
    text-transform: uppercase;display: inline-block;list-style-type: inherit;
    color: inherit;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 400;
}
.breadcrumb .breadcrumb-link {
    font-size: 14px;
    color: #ffffff;
}
.breadcrumb .breadcrumb-active {
    font-size: 14px;
    color: #ed5a47;
}
.breadcrumb .breadcrumb-link:hover {
    color: #ed5a47;
}

.acclgbill_abouttext_inner {padding: 40px 15px;}

.about_left_bg .col-md-6 p b{ font-weight: 500;}

.about_left_bg .col-md-6 img {margin: 5px;}

.about_right_bg h3{color: #0099ff;font-family: 'Roboto', sans-serif; font-size: 20px;font-weight: 300; display: block;}

.about_right_bg h4{color: #000;font-family: 'Roboto', sans-serif; font-size: 28px;font-weight: 400; line-height: 35px; display: block;    margin: 0;
    padding: 10px 0;}

.about_right_bg p{color: #666666;font-family: 'Roboto', sans-serif; font-size: 17px;
    font-weight: 300;
    line-height: 28px; display: block;}

.about_readmore_a {display: inline-block; color: #00ccff;font-family: 'Roboto', sans-serif; font-size: 17px;  font-weight: 300;  line-height: 28px;}

.about_readmore_a:hover{color: #0099ff;}

.about_readmore_a i{transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}

.about_readmore_a:hover i{ margin-left: 5px; transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}

#legal_help.about {
    padding: 40px 0 40px 0;
    /*background: #f5f5f5;*/ background: none;
}

.service_heading h2 {margin-bottom: 25px;}

.service_box2{padding: 30px 30px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-align: center;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative; min-height: 520px;

border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-left: 5px solid #ed5a47;
    border-right: 5px solid #e8e8e8d1;
}
.service_box2 h3{font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;}

.about_left_bg .col-md-6 .service_box2 p {color: #333; font-size: 18px; text-align: left;line-height: 28px;}

.service_screenandtextbg .col-md-6 img.img-responsive {width: 100%; margin: 0 !important;}

.bg-gray {
    background-color: #f9f9f9;
}
.service_screenandtextbg .col-md-6.text-left {text-align: left;}

.service_img_bg {display: inline-block; padding: 10px; background: #fff; -webkit-box-shadow: 0 8px 50px -6px rgba(84,84,120,.26);
  box-shadow: 0 8px 50px -6px rgba(84,84,120,.26); position: relative;}

.service_screenandtextbg {padding-top: 30px; padding-bottom: 30px;}

.service_img_bg_tabview {background: none !important; box-shadow: none !important;}

.service_img_bg_mobview {
    background: none !important;
    box-shadow: none;
    padding: 0;
    text-align: center;
    display: block;
}

.service_img_bg_mobview img {
    max-width: 250px;
    display: inline-block;
}

.overlay_service_bg {opacity: 1;position: absolute; left: 0; top: 0; right: 0; bottom: 0; z-index: 0;background: rgba(19, 165, 181, 0.1);}

.service_screenandtextbg:hover .service_img_bg .overlay_service_bg {opacity: 1; background: rgba(19, 165, 181, 0.3);  z-index: 2;}

.overlay_service_bg .overlay_service_sp1 {display: table; height: 100%; width: 100%; vertical-align: middle;}

.overlay_service_bg .overlay_service_sp2 {display: table-cell; height: auto; width: 100%; vertical-align: middle; text-align: center;}

.overlay_service_bg .overlay_service_sp2 i {display: inline-block; font-size: 30px; color: #ed5a47;transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;}

.service_screenandtextbg:hover .overlay_service_bg .overlay_service_sp2 i{ font-size: 40px;transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;}

.service_img_bg_mobview:hover .service_img_bg .overlay_service_bg {opacity: 1; background: rgba(19, 165, 181, 0.3);  z-index: 2;}

.service_img_bg_mobview:hover .overlay_service_bg .overlay_service_sp2 i{ font-size: 40px;transition:All 0.2s ease;
-webkit-transition:All 0.2s ease;
-moz-transition:All 0.2s ease;
-o-transition:All 0.2s ease;}


.service_img_bg_allpop{text-align: center;  display: block;}

.home_second_bock {background: #ededed; padding: 80px 0 80px 0;}
.home_second_bock h3{color: #0099ff;font-family: 'Roboto', sans-serif; font-size: 20px;font-weight: 300; display: block;}

.home_second_bock h4{color: #000;font-family: 'Roboto', sans-serif; font-size: 28px;font-weight: 400; line-height: 35px; display: block;    margin: 0;
    padding: 10px 0;}

.home_second_bock p{color: #666666;font-family: 'Roboto', sans-serif; font-size: 17px;
    font-weight: 300;
    line-height: 28px; display: block;}

.home_second_bock .video_bg img{max-width: 588px; width: 100%;}

.free_centeralin_3 {width: 12.5%;}


.org_service_bg h3{color: #0099ff !important;font-family: 'Roboto', sans-serif !important; font-size: 26px !important;font-weight: 300 !important; display: block !important; text-transform: uppercase !important;}

.org_service_bg h4{color: #000 !important;font-family: 'Roboto', sans-serif !important; font-size: 28px !important;font-weight: 400 !important; line-height: 35px !important; display: block !important;    margin: 0 !important;
    padding: 10px 0 !important;}

.org_service_bg p{color: #666666 !important;font-family: 'Roboto', sans-serif !important; font-size: 21px !important;
    font-weight: 300 !important;
    line-height: 28px !important; display: block !important;}

.org_service .text-center h2 {
    font-weight: 400;
    text-shadow: none;
    margin-bottom: 50px;
    font-size: 42px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.org_service {
    padding: 80px 0 80px 0;
    background: #f5f5f5;
}

.org_partner .text-center h2 {
    font-weight: 400;
    text-shadow: none;
    margin-bottom: 50px;
    font-size: 42px;
    color: #000;
    font-family: 'Roboto', sans-serif;
}
.org_partner {
    padding: 40px 0 40px 0;
    /*background: #f5f5f5;*/text-align: center;
	/*background: url(../img/partners_bg.jpg) center no-repeat;
	background-size: cover;
	background-attachment: fixed; position: relative;*/
	background-image: url(../img/about_icon_bg.png); background-position: center; background-repeat: no-repeat; background-size: auto !important;

}

.org_service_bu {margin-top: 5px;}

.org_partner_layer {
    background-color: rgba(0, 0, 51, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.org_partner_logo_outer{/*background: #fff;
    -moz-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.14);
    border: 1px solid #e4e4e4;
border-radius: 5px;*/
 margin-top: 40px;
}
.info_maila:hover {color: #ed5a47 !important;}
.footer_add_contact .info_maila {color: #fff;}
.partner_col_div {text-align: center; height: 110px; padding-top: 10px; padding-bottom: 10px;}
.partner_col_div img {/*width: 100%;*/ max-width: 200px; max-height: 110px;}

.partner_col_div_outer { display: inline-block; margin: 0 auto;}

.service_right_bg h3{color: #0099ff;font-family: 'Roboto', sans-serif; font-size: 20px;font-weight: 300; display: block;}

.service_right_bg h4{color: #0099ff;font-family: 'Roboto', sans-serif; font-size: 28px;font-weight: 300; line-height: 35px; display: block;    margin: 0;
    padding: 10px 0;}

.service_right_bg p{color: #666666;font-family: 'Roboto', sans-serif; font-size: 17px;
    font-weight: 300;
    line-height: 28px; display: block;}

.advoice_bg_top{padding-top: 40px; display: block;}

.alb_tcolor {color: #ed5a47; font-size: 25px;}
.alb_qus {font-size: 25px;}

.acclgbill_abouttext h4{display: inline-block;
    width: 100%;}


@media (max-width: 767px) {
    .carousel-caption  {
      font-size: 18px;
    }
    .carousel-caption h2, .carousel-caption  h2 span, .carousel-caption  p {
    	font-size:18px;
    }
}

.carousel-inner .form-inline .form-group button[type="livedemo"]{
	padding:20px 60px;
	font-size:20px;
	background:#65AAF0;
	color:#fff;
	border-radius:0;
	border-color:#fff;
	text-transform:uppercase;
}

.carousel-inner .form-inline .form-group button[type="livedemo"]:hover {
	color:#272727;
	opacity: 0.8;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.carousel-inner .form-inline .form-group button[type="getnow"]{
	padding:20px 60px;
	font-size:20px;
	background:#fff;
	color:#272727;
	border-radius:0;
	text-transform:uppercase;
	border: 1px solid #fff;
}

.carousel-inner .form-inline .form-group button[type="getnow"]:hover {
	color:#fff;
	border-color:#fff;
	background:#65AAF0;
	-webkit-transition: color 300ms, background-color 300ms;
  -moz-transition: color 300ms, background-color 300ms;
  -o-transition:  color 300ms, background-color 300ms;
  transition:  color 300ms, background-color 300ms;
}

.form-inline {
	/*margin-top:50px;*/	
}

#advisors_block.team_section {padding: 40px 0 40px 0; background-image: url(../img/about_icon_bg.png); background-position: center; background-repeat: no-repeat; background-size: auto !important;}

.contact-us-area .contact-form h2 {margin-top: 0;}

.contact-us-area .contact-form input {
    border: 1px solid #e7e7e7;
    box-shadow: inherit;
    color: #232323;
}
.contact-us-area .contact-form .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;font-family: 'Roboto Condensed', sans-serif;
    color: #555;
	background-color: #fff;}
.contact-us-area .contact-form textarea.form-control{height: 120px;}
.contact-us-area .address-items .info li i {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #4ac4f3;
    display: table-cell;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    width: 30px;
}
.contact-us-area .address-items .info li span {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle; color: #333; font-size: 18px;font-family: 'Roboto Condensed', sans-serif; line-height: 28px;font-weight: 400;
}
.contact-us-area .address-items .info li span b {font-weight: 400;  color: #03A9B9;}
.contact-us-area .address .address-items .info li div img {margin-top: 5px;}

.contact-us-area .address .address-items h4 {
    font-weight: 600;
    position: relative;
    text-transform: uppercase;
    z-index: 1;
}

.contact-us-area .address .address-items .info li div{display: table-cell;
    font-size: 20px;
    text-align: center;
    vertical-align: top;
    width: 30px;}
.contact-us-area .address .address-items ul { margin-left: 0; padding: 0;
    margin-bottom: 40px;
}
.contact-us-area .address-items .info li {
    margin-bottom: 15px;
}

.contact-us-area .contact-form button {
    background: #ed5a47 none repeat scroll 0 0;
    border: medium none;
    box-shadow: inherit;
    color: #ffffff;
    display: inline-block;
    font-weight: 600;
    margin-top: 15px;
    padding: 10px 35px;
    text-transform: uppercase;
    font-family: 'Roboto Condensed', sans-serif;
   
}

.alert-error {color: red; font-size: 13px;}
.alert-error_redbd {border: 1px solid #ff0000 !important;}

.thankyou_iconbg {position: relative; width: 100%; display: block; text-align: center;    min-height: 58px;}

.icon-box_check {
    color: #fff;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: -50px;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    z-index: 9;
    background: #82ce34;
    padding: 15px;
    text-align: center;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.1);
}    

.thankyou_banner {max-height: 130px;}

.thankyou_content {display: inline-block; margin: 0 auto; max-width: 500px; width: 100%;     min-height: 350px;}

.thankyou_content h1{ color: #6fb32b; font-size: 35px;}

.thankyou_content h3{ color: #636363; font-size: 25px;}

.about .text-center .thankyou_content p { font-size: 23px;
    margin-top: 20px;
    margin-bottom: 30px;
    color: #878787;
}

.thankyou_content .btn {
    color: #fff;
    border-radius: 4px;
    background: #82ce34;
    text-decoration: none;
    transition: all 0.4s;
    line-height: normal;
    border: none;    min-height: 40px;white-space: nowrap;
    vertical-align: middle;padding: 11px 25px;
}
.thankyou_content .btn:hover, .thankyou_content .btn:focus {
    background: #6fb32b;
    outline: none;
}
.thankyou_content .btn i {margin-right: 6px;}

.icon-box_check {background-image: url(../img/checked.png); background-position: center; background-repeat: no-repeat; background-size: 50% auto;}

/*----price-slider -------*/

.price-slider .price-slider-row {
  font-weight: bold; }
  .price-slider .price-slider-row span {
    color: #ed5a47;
    display: block;
    font-size: 2em;
    font-weight: 400;    padding-top: 8px; }
  .price-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
    margin: 5.8px 0; }
  .price-slider input[type=range]:focus {
    outline: none; }
  .price-slider input[type=range]::-webkit-slider-thumb {
    box-shadow: 1.2px 1.2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1.2px rgba(0, 0, 0, 0.5);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: white;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -6px; }
  .price-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 0.2px solid rgba(1, 1, 1, 0); }
  .price-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 8.4px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.15);
    border-radius: 50px;
    border: 0.2px solid rgba(1, 1, 1, 0); }
  .price-slider input[type=range]::-moz-range-thumb {
    box-shadow: 1.2px 1.2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1.2px rgba(0, 0, 0, 0.5);
    border: 0px solid rgba(0, 0, 0, 0);
    height: 20px;
    width: 20px;
    border-radius: 50px;
    background: #f5f5f5;
    cursor: pointer; }
  .price-slider input[type=range]::-ms-track {
    width: 100%;
    height: 8px;
    cursor: pointer;
    background: transparent;
    border-color: transparent;
    color: transparent; }
  .price-slider input[type=range]::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.1);
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 50px; }
  .price-slider input[type=range]::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.1);
    border: 0.2px solid rgba(1, 1, 1, 0);
    border-radius: 50px; }
  .price-slider input[type=range]::-ms-thumb {
    box-shadow: 1.2px 1.2px 1px rgba(0, 0, 0, 0.5), 0px 0px 1.2px rgba(0, 0, 0, 0.5);
    border: 0px solid rgba(0, 0, 0, 0);
    display: block;
    height: 16px;
    width: 16px;
    border-radius: 50%;
    background: #fff;
    cursor: pointer; }
  .price-slider input[type=range]:focus::-ms-fill-lower {
    background: rgba(0, 0, 0, 0.1); }
  .price-slider input[type=range]:focus::-ms-fill-upper {
    background: rgba(0, 0, 0, 0.1); }

/*---- // price-slider -------*/

/*input[type=range] {
  height: 32px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #FFFFFF;
  background: #D3D9DC;
  border-radius: 5px;
  border: 0px solid #13A5B5;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 2px #000000;
  border: 1px solid #13A5B5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #13A5B5;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -8.5px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #D3D9DC;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #FFFFFF;
  background: #D3D9DC;
  border-radius: 5px;
  border: 0px solid #13A5B5;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 2px #000000;
  border: 1px solid #13A5B5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #13A5B5;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #D3D9DC;
  border: 0px solid #13A5B5;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #FFFFFF;
}
input[type=range]::-ms-fill-upper {
  background: #D3D9DC;
  border: 0px solid #13A5B5;
  border-radius: 10px;
  box-shadow: 0px 0px 0px #FFFFFF;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 2px #000000;
  border: 1px solid #13A5B5;
  height: 24px;
  width: 24px;
  border-radius: 50px;
  background: #13A5B5;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #D3D9DC;
}
input[type=range]:focus::-ms-fill-upper {
  background: #D3D9DC;
}*/


	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/11/2018 12:28
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon.eot");
  src: url("../fonts/Flaticon.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon.woff") format("woff"),
       url("../fonts/Flaticon.ttf") format("truetype"),
       url("../fonts/Flaticon.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}

.flaticon-dollar:before { content: "\f100"; }
.flaticon-bill:before { content: "\f101"; }
.flaticon-report:before { content: "\f102"; }
.flaticon-businessman:before { content: "\f103"; }
.flaticon-bill-1:before { content: "\f104"; }

 /*// icon*/



	/*
  	Flaticon icon font: Flaticon
  	Creation date: 02/11/2018 13:40
  	*/

@font-face {
  font-family: "Flaticon";
  src: url("../fonts/Flaticon_icon1.eot");
  src: url("../fonts/Flaticon_icon1.eot?#iefix") format("embedded-opentype"),
       url("../fonts/Flaticon_icon1.woff") format("woff"),
       url("../fonts/Flaticon_icon1.ttf") format("truetype"),
       url("../fonts/Flaticon_icon1.svg#Flaticon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: "Flaticon";
    src: url("../fonts/Flaticon_icon1.svg#Flaticon") format("svg");
  }
}

[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
  font-family: Flaticon;
        font-size: 20px;
font-style: normal;
}

.flaticon-bill:before { content: "\f100"; }
.flaticon-error:before { content: "\f101"; }
.flaticon-correct:before { content: "\f102"; }
.flaticon-document:before { content: "\f103"; }
.flaticon-money:before { content: "\f104"; }

 /*// icon*/

.service_icon_boxbg {display: block; padding: 30px 0;}

.service_icon_boxbg ul {display: block; list-style: none; margin: 0; padding: 10px 0;}

.service_icon_boxbg ul li{display: inline-block; float: left; list-style: none; margin: 0; padding: 0 15px 15px; width: 20%; text-align: center;
color: #272727;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
}

.service_icon_boxbg ul li i {display: inline-block; background: #ed5a47; padding: 20px; border-radius: 50%; color: #fff;     margin-bottom: 15px;
    font-size: 25px;
    width: 86px;
    height: 86px;
    line-height: 39px;border: 3px solid #fff;
webkit-box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.31);
box-shadow: 0px 5px 8px -2px rgba(0,0,0,0.31);
}

.service_icon_boxbg ul li i:after, .service_icon_boxbg ul li i:before{font-size: 35px;}

.service_icon_boxbg ul li span {display: block;}


.service_icon_boxbg_second.service_icon_boxbg ul li i {
    display: inline-block;
    background: none;
    padding: 20px;
    border-radius: 50%;
    color: #15a5b5;
    margin-bottom: 15px;
	font-size: 25px;}


.conertion_bu {
    background: #ed5a47;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 15px;
    min-width: 160px;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 15px;
	display: inline-block;
}


.acclgbill_abouttext  b, strong {
    font-weight: 500; text-transform: inherit;
}

.conersion_fileviewbg {
    display: block;
}

.conersion_fileviewbg ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.conersion_fileviewbg ul li {
    margin: 0;
    padding: 20px 20px;
    list-style: none;
    display: inline-block;
}

.conersion_fileviewbg a {
    color: #404040;
       background: #FBFBFB;
    border: 1px solid #EDEDED;
    padding: 12px 20px;
    border-radius: 4px;
    font-weight: 400; display: inline-block;
}

.conersion_fileviewbg a i{
    margin-right: 10px;
    color: #ed5a47;
    margin: 0 10px 0;
    font-size: 1.2em;
    display: inline-block;
}

.conersion_fileviewbg a:hover{background: #EBEBEB;}

.invoice_file_pop .modal-body img {width: 100%;}

.btn {
    background-color: #ed5a47
    text-transform: uppercase;
    border-color: #fff;
}

.invoice_file_pop .modal-dialog.modal-lg {width: 800px;}


/*===========================
  about
============================ */

.about {
	padding:0;
	/*background:#f5f5f5;*/
	background:#fff;
}

.about .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
}

.about .text-center p {
	margin-top:20px;
	margin-bottom:80px;
	color:#aaa;
} 

.about_img {width: 100%; height: auto; margin-top: 10px;}

.btn-gamp a {
  float: right;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: #272727;
  border: 2px solid #272727;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 56px;
}

.btn-gamp a:hover {
  opacity: 0.8;
  transition: all 0.5s;
}

.gamp-btn a {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  background: #272727;
  color: #ffffff;
  width: 180px;
  height: 60px;
  text-align: center;
  display: inline-block;
  line-height: 60px;
}
.gamp-btn a:hover {
  color: #ffffff;
  opacity: 0.8;
  transition: all 0.5s;
}

.center span {
	color:#E8CE0E;
}

#about-us {
	margin-bottom:50px;
}

#about-us .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.skill_text {
  display: block;
  margin-bottom: 60px;
  margin-top: 25px;
  overflow: hidden;
}

.sinlge-skill {
  background:#f2f2f2;
  border-radius: 100%;
  color: #FFFFFF;
  font-size: 22px;
  font-weight: bold;
  height: 200px;
  position: relative;
  width: 200px;
  text-transform: uppercase;
  overflow: hidden;
  margin: 30px 0;
}

.sinlge-skill p em {
  color: #FFFFFF;
  font-size: 38px;
}

.sinlge-skill p {
  line-height: 1;
   color: #FFFFFF;
}

.joomla-skill, 
.html-skill, 
.css-skill, 
.wp-skill {
  position: absolute;
  height: 100%;
  bottom: 0;
  width:100%;
  border-radius: 100%;
  padding: 70px 0;
  text-align: center;
}

.joomla-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 28%, rgba(45,125,164,1) 28%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(28%,rgba(242,242,242,1)), color-stop(28%,rgba(45,125,164,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 28%,rgba(45,125,164,1) 28%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#2d7da4',GradientType=0 ); /* IE6-9 */    
}

.html-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 9%, rgba(106,164,47,1) 9%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(9%,rgba(242,242,242,1)), color-stop(9%,rgba(106,164,47,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 9%,rgba(106,164,47,1) 9%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#6aa42f',GradientType=0 ); /* IE6-9 */
}

.css-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 32%, rgba(255,189,32,1) 32%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(32%,rgba(242,242,242,1)), color-stop(32%,rgba(255,189,32,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 32%,rgba(255,189,32,1) 32%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#ffbd20',GradientType=0 ); /* IE6-9 */
}

.wp-skill {
  background: rgb(242,242,242); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(242,242,242,1) 0%, rgba(242,242,242,1) 19%, rgba(219,54,21,1) 19%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(242,242,242,1)), color-stop(19%,rgba(242,242,242,1)), color-stop(19%,rgba(219,54,21,1))); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* IE10+ */
  background: linear-gradient(to bottom, rgba(242,242,242,1) 0%,rgba(242,242,242,1) 19%,rgba(219,54,21,1) 19%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#db3615',GradientType=0 ); /* IE6-9 */
}

.skill-wrap {
  display: block;
  overflow: hidden;
  margin: 60px 0;
}

.team .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.team .text-center p {
	margin-bottom:50px;
}

.team h4 {
  margin-top: 0;
  text-transform: uppercase;
}

.team h5 {
  font-weight: 300;
}

.single-profile-top, 
.single-profile-bottom {
  font-weight: 400;
  line-height: 24px;
}

.single-profile-top, 
.single-profile-bottom  {
  border: 1px solid #ddd;
  padding: 15px;
  position: relative;
}

.media_image {
  margin-bottom: 10px;
}

.team .btn {
  background:transparent;
  font-size: 12px;
  font-weight: 300;
  margin-bottom: 3px;
  padding: 1px 5px;
  text-transform: uppercase;
  border:1px solid#ddd;
  margin-right: 3px;
}


ul.social_icons,
ul.tag {
  list-style: none;
  padding: 0;
  margin: 10px 0;
  display: block;
}

ul.social_icons li,
ul.tag li {
  display: inline-block;
  margin-right: 5px;
}

ul.social_icons li  a i{
  border-radius: 50%;
  color: #FFFFFF;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  padding: 0;
  text-align: center;
  width: 25px;
  opacity:.8;
}

.team .social_icons .fa-facebook:hover, 
.team .social_icons .fa-twitter:hover, 
.team .social_icons .fa-google-plus:hover {
  transform: rotate(360deg);
  -ms-transform:rotate(360deg);
  -webkit-transform:rotate(360deg); 
  transition-duration:2s;
  transition-property: all;
  transition-timing-function: ease;
  opacity:1;
  transition: all 0.9s ease 0s;
  -moz-transition: all 0.9s ease 0s;
  -webkit-transition: all 0.9s ease 0s;
  -o-transition: all 0.9s ease 0s;
}

.team .social_icons .fa-facebook {
  background: #0182c4;
}

.team .social_icons .fa-twitter {
  background: #20B8FF
}

.team .social_icons .fa-google-plus {
  background: #D34836
}


.team-bar .first-one-arrow {
  float: left;
  margin-right: 30px;
  width: 2%;
}

.team-bar .first-arrow {
  float: left;
  margin-left: 5px;
  margin-right: 35px;
  width: 22%;
}

.team-bar .second-arrow {
  float: left;
  margin-left: 5px;
  width: 21%;
}

.team-bar .third-arrow {
  float: left;
  margin-left: 40px;
  margin-right: 12px;
  width: 22%;
}

.team-bar .fourth-arrow {
  float: left;
  margin-left: 25px;
  width: 20%;
}

.team-bar .first-one-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .first-arrow hr {
  border-bottom: 1px solid #2D7DA4;
  border-top: 1px solid #2D7DA4;
 }

.team-bar .second-arrow hr {
  border-bottom: 1px solid #6aa42f;
  border-top: 1px solid #6aa42f;
}

.team-bar .third-arrow hr {
  border-bottom: 1px solid #FFBD20;
  border-top: 1px solid #FFBD20;

}

.team-bar .fourth-arrow hr {
  border-bottom: 1px solid #db3615;
  border-top: 1px solid #db3615;
}

.team-bar {
  margin-bottom: 15px;
  margin-top: 30px;
  position: relative;
}

.team-bar i {
  border-radius: 50%;
  color: #FFFFFF;
  display: block;
  height: 24px;
  line-height: 24px;
  margin-top: -32px;
  overflow: hidden;
  padding: 0;
  text-align: center;
  width: 24px;
  position: absolute;
}

.team-bar .first-arrow .fa-angle-up {
  background:#2D7DA4;
  margin-left:-33px
 }

.team-bar .second-arrow .fa-angle-down {
  background:#6AA42F;
  margin-left: -33px;
}

.team-bar .third-arrow .fa-angle-up {
  background:#FFBD20;
  margin-left: -32px;
}

.team-bar .fourth-arrow .fa-angle-down {
  background:#db3615;
  margin-left: -32px;
}

.team .single-profile-top:before, 
.team .single-profile-top:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-top:before {
  left:26px;
  bottom: -20px;
  border-width: 10px;
  border-color:#fff transparent transparent transparent;
  z-index: 1;
}

.team .single-profile-top:after {
  left: 25px;
  bottom: -22px;
  border-style: solid;
  border-width: 11px;
  border-color:#ddd transparent transparent transparent;
  z-index: 0;
}

.team .single-profile-bottom:before,
.team .single-profile-bottom:after {
  position: absolute;
  content:"";
  width: 0;
  height: 0;
  border-style: solid;
}

.team .single-profile-bottom:before {
  left:30px;
  top: -20px;
  border-width: 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 1;
}

.team .single-profile-bottom:after {
  left: 29px;
  top: -22px;
  border-style: solid;
  border-width: 11px;
  border-color: transparent transparent #DDD transparent;
  z-index: 0;
}

.cryptoshark_section_right_bg {background: none; text-align: center;}

.cryptoshark_section_right_bg a {display: inline-block;}

.cryptoshark_section_right_bg img{max-width: 500px;}

.cryptoshark_section_outer {background: none; padding: 100px 0 130px;}

.cryptoshark_section_outer .about_right_bg h3 {
	font-size: 30px;}

.cryptoshark_section_outer .stay_touch_bu {margin-bottom: 15px;}
.cryptoshark_section_outer h3{ margin-top: 1%;}

/*===========================
  services
============================ */

.services { /*background: url(../img/dott.jpg) repeat center; background-size: cover;*/ background: rgba(245, 245, 245, 0.4196078431372549);
	padding:50px 0 50px 0;
}

.services p {color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300; }
.services ul.listview li {color: #626262;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 17px;
    line-height: 25px;
    font-weight: 300; }

.services .col-md-4 {text-align: center; margin-bottom: 25px;}

/*.services .col-md-4 .works_icon1 { background: url(../img/works_icon1.png) no-repeat center; width: 200px; height: 162px;}

.services .col-md-4 .works_icon2 { background: url(../img/works_icon2.png) no-repeat center; width: 207px; height: 162px;}

.services .col-md-4 .works_icon3 { background: url(../img/works_icon3.png) no-repeat center; width: 208px; height: 162px;}*/

.home_appaly_button {display: inline-block; background:#0099ff;color:#fff; font-size: 19px; font-family: 'Roboto', sans-serif;  font-weight: 500; padding: 15px 30px; border-radius: 5px;
    min-width: 206px; margin-top: 10px; }
.home_appaly_button:hover{background: #0481D4; color: #fff; text-decoration: none;}


.services .col-md-4 img  {width: 55px;}

.services .col-md-4 div {margin-bottom: 25px; margin-top: 15px;}


/*===========================
  team_section
============================ */

.team_section { background: url(../img/team_bg.png) no-repeat center; background-size: cover;
	padding:80px 0 80px 0; text-align: center;
}

.team_section .text-center h2 {
	font-weight:400;
	text-shadow:none;
	margin-bottom:50px;
	font-size:42px;
	color: #000;font-family: 'Roboto', sans-serif;
}


.team_section .col-md-3 {margin-bottom: 10px; /*float: none; margin: 0 auto;*/}

.team_section h3 {
	margin-bottom:15px; margin-top: 30px;
	font-size: 19px;
	font-weight: 400;
	color: #000;font-family: 'Roboto', sans-serif;
 }
.team_section p {color:#666666;    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    padding: 0; }


.team_profile_picbg {width: 181px; height: 181px;transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(45deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(45deg) scale(1) skew(1deg) translate(0px); border: 2px solid #0066ff; display: inline-block; position: relative;margin: 35px 0;}

.team_profile_picbg::after{content: ' '; position: absolute; left: 0;
    top: 0;
    margin-top: 46px;
    margin-left: -8px;
    width: 13px;
    height: 13px;
    border-radius: 50%; z-index: 3;
    background: #ffffff;
    border: 2px solid #2565ff;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.team_profile_picbg::before{content: ' '; position: absolute; right: 0;
    bottom: 0;
    margin-bottom: 46px;
    margin-right: -8px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff; z-index: 3;
    border: 2px solid #2565ff;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}
.team_profile_pic {    width: 177px;
    height: 177px; border: 8px solid #fff; display: inline-block; position: relative; background: #ddd; overflow: hidden;}

.team_profile_pic img{transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
        width: 250px;
    height: 250px;
    margin-top: -45px;
    margin-left: -45px;
}

.team_section .col-md-3:hover .team_profile_picbg::after{margin-top: 86px;  margin-left: -8px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}

.team_section .col-md-3:hover .team_profile_picbg::before{margin-bottom: 86px;  margin-left: -8px;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;
}

.home_viewall_team_button {display: inline-block; background: #0099ff; color:#fff; font-size: 14px; font-family: 'Roboto', sans-serif;  font-weight: 500; padding: 8px 20px; border-radius: 5px; border: none;    min-width: 150px; margin-top: 10px;  margin-top: 25px; text-transform: uppercase;}
.home_viewall_team_button:hover{background: #0481D4; color: #fff; text-decoration: none;}

.team_overlay_bg {width: 100%;
    height: 100%;
    background: rgba(51, 153, 255, 0.84);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	opacity: 0;
transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;

}

.team_section .col-md-3:hover .team_overlay_bg{
	opacity: 1;
	transition:All 0.5s ease;
-webkit-transition:All 0.5s ease;
-moz-transition:All 0.5s ease;
-o-transition:All 0.5s ease;}

.team_overlay_inner{ display: table; width: 100%; height: 100%;}

.team_overlay_inner_1{ display: table-cell;  vertical-align: middle;
transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-webkit-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-moz-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-o-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
-ms-transform: rotate(-45deg) scale(1) skew(1deg) translate(0px);
}

.team_overlay_inner_1 a{ display: inline-block; color: #fff; padding: 2px; margin: 3px;
    font-size: 25px; 
    font-weight: normal; }

/*===========================
  gallery
============================ */

.gallery {
	padding:50px;
}

.gallery .text-center h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.gallery figure {
	position: relative;	
	margin-top:30px;
	margin-bottom:30px;
	background: #272727;
	text-align: center;
	cursor: pointer;
}

.gallery figure img {
	position: relative;
	display: block;
	opacity: 0.8;
}

.gallery figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.gallery figure figcaption::before,
.gallery figure figcaption::after {
	pointer-events: none;
}

/*---------------*/
/***** Marley *****/
/*---------------*/

figure.effect-marley figcaption {
	text-align: right;
}

figure.effect-marley h4,
figure.effect-marley p {
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
}


figure.effect-marley p {
	bottom: 30px;
	color:#fff;
	line-height: 1.5;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
}

figure.effect-marley h4 {
	top: 30px;
	color:#fff;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-marley:hover h4 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-marley h4::after {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #fff;
	content: '';
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-marley h4::after,
figure.effect-marley p {
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-marley:hover h4::after,
figure.effect-marley:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


.action {
  overflow: visible;
  padding: 0px;
  width: 100;
  background: #f2f2f2;
  position: relative;
}
.action .left-text {
  padding: 70px 0;
  padding-right: 60px;
  width: 50%;
}
.action .left-text h4 {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}
.action .left-text p {
  padding-top: 20px;
}
.action .left-text em {
  font-size: 16px;
  color: #aaa;
  font-weight: 300;
  font-style: normal;
}
/*.action .right-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-image: url(../img/7.jpg); 
}*/

/* --- Map --- */
.map{
	position:relative;
	margin-top:-20px;
	margin-bottom:40px;
}

/* google map */
#google-map{
	position:relative;
    height: 400px;
}

.contact-page{
  padding-top: 0;
  background:#fff;
  margin-bottom:30px;
}

.contact-page h2 {
	text-transform:uppercase;
	font-weight:550;
	font-size:24px;
	margin-bottom:30px;
}

.contact-page p {	
	margin-bottom:30px;
}

.contact-page .contact-form 
.form-group label {
  color: #4E4E4E;
  font-size: 16px;
  font-weight: 300;
}

.form-group .form-control {
  padding: 7px 12px;
  border-color:#f2f2f2;
  box-shadow: none;
  border-radius:0;
}

textarea#message{
   resize: none;
   padding: 10px;
   border-radius:0;
}

.contact-page .contact-wrap {
  margin-top: 20px;
}

.validation {
    color: red;
    display:none;
    margin: 0 0 20px;
    font-weight:400;
    font-size:13px;
}

#sendmessage {
    color: green;
    border:1px solid green;
    display:none;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#errormessage {
    color: red;
    display:none;
    border:1px solid red;
    text-align:center;
    padding:15px;
    font-weight:600;
    margin-bottom:15px;
}

#sendmessage.show, #errormessage.show, .show {
	display:block;
}

.col-md-1_free3 {width: 12%;}

/*===========================
  APPLY page 19-3-18
============================ */

.applyform_sction {
    padding: 25px 0 80px 0;
    
}

.apply_white_box_bg {width: 100%; height: auto; display: block; background: #fff;-moz-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
-webkit-box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3);
box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.3); border:1px solid #cccccc; border-radius: 5px; padding: 40px 10px;}

.apply_white_box_bg {width: 100%; height: auto; display: block;}

.apply_white_box_bg ul{padding: 0; margin: 0;}
.apply_white_box_bg ul li{padding: 5px 30px;list-style: none;}

.apply_form_box_li .apply_form_input {height: 40px; border: none; border-bottom: 1px solid #cccccc;color: #333333;
font-family: 'Roboto', sans-serif;
    font-weight: 300;z-index: 101;
    background: 0 0; padding-left: 0 !important;
    font-size: 16px; margin-top: 20px;}

.apply_form_box_li .apply_form_input:focus {border: none; border-bottom: 1px solid #66ccff; }

.apply_white_box_bg ul li label{color:#333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300; padding-left: 0 !important;
    font-size: 16px;cursor: text; background: #fff;}

.apply_white_box_bg .apply_form_input:focus+label, .apply_form_box_li label.passed {
    font-size: 14px;
    margin-top: 2px; padding-left: 0 !important;padding-top: 0px;
    color: #333333;cursor: inherit;
}

.apply_form_box_li label {
    font-size: 16px;
    margin-top: 23px;
    z-index: 100;
    display: block;
    order: 1; padding-top: 10px; padding-bottom: 0;
    transition: all .3s ease-in-out;
    color: #666;
    text-transform: none;
}

/*.apply_form_box_li .apply_form_input, */.apply_form_box_li label {
    position: absolute;
    padding-left: 10px;padding-right: 10px;
    width: 100%;
	top: 0;
}

.apply_form_box_li>li {
    width: 100%;
    min-height: 62px;
    position: relative;
}

.apply_form_box_li .form-group {position: relative;}

.error_text {font-size: 11px; color: red; padding: 0; margin: 0; min-height: 15px;}

.apply_form_submitbu{background: #0099ff;
    border: none;
    color: #fff;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 15px 15px;
    min-width: 200px;
    margin-top: 25px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 15px;}

.apply_form_submitbu:hover {
    background: #0481D4;
    color: #fff;
}

.apply_banner_bg {padding: 0;    min-height: 247px;}

.apply_banner_bg h2{font-size: 50px;
    text-shadow: none;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    line-height: 69px;
    margin-bottom: 20px; margin-top: 40px; text-transform: uppercase;}
.apply_banner_bg p{font-size: 22px;
    text-shadow: none;
    color: #333333;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 31px;
    margin-bottom: 10px;}

.apply_banner_bg p span {display: inline-block;width: 100%; line-height: 20px; }

.apply_banner_image_bg {position: relative;}

.apply_banner_image_bg img {position: absolute; top: 0; right: 0;width: inherit;}

.typed-cursor.typed-cursor--blink {display: none !important;}

/*===========================
  Footer
============================ */
footer {
	padding:30px 0;
	background: #202737;
}

footer p {
	color:#fff;
}

footer h4 {
	margin-bottom:10px;
	text-shadow:none;
	font-weight:100;
	color:#fff;
	font-size: 25px;
	margin-top: 0;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right:170px;
	margin-top:20px;
	background:#272727;
	border: 1px solid #fff;
	border-radius:0px;
}

footer .btn-gamp a:hover {
	background:#fff;
	color:#fff;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;	
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius:0px;
	border: 1px solid #fff;
}

.footer_add_contact p span {
    display: inline-block;
}
.footer_add_contact p{ color: #E9E9E9; font-size: 16px; margin-bottom: 5px;font-family: 'Roboto Condensed', sans-serif;}

.Newsletter_formbg {width: 100%;}

.Newsletter_formbg input {width: 64%; display: inline-block; margin: 0;float: left; border: 1px solid #0099ff; border-radius: 5px; border-top-right-radius: 0; border-bottom-right-radius: 0; height: 48px; background: #ebf5fa;}

.Newsletter_formbg input.form-control{width: 64% !important;
    display: inline-block !important;
    margin: 0 !important;
    float: left !important;
    border: 1px solid #0099ff !important;
    border-radius: 5px !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    height: 48px;
    background: #ebf5fa;}

.Newsletter_formbg a.btn {width: 36%; display: inline-block;float: left; margin: 0; background: #0099ff; color: #fff; border: 1px solid #0099ff; border-radius: 5px;font-size: 17px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400; text-transform: none; border-top-left-radius: 0; border-bottom-left-radius: 0; height: 48px;    padding: 10px 12px;}
.Newsletter_formbg a.btn:hover{background: #0481D4;}
.bottom_links {
	color:#fff;
}
.Newsletter_formbg input.btn {width: 33% !important;
    display: inline-block !important;
    float: left !important;
    margin: 0 !important;
    background: #0099ff !important;
    color: #fff !important;
    border: 1px solid #0099ff !important;
    border-radius: 5px !important;
    font-size: 17px !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 400 !important;
    text-transform: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    height: 48px !important;
    padding: 10px 12px !important;
 clear: inherit !important;line-height: 1.42857143 !important;
}
.Newsletter_formbg input.btn:hover{    background: #0481D4 !important;}
#mc_embed_signup form {padding: 0 !important; margin: 0 !important;}
#mc_embed_signup .mc-field-group {  padding-bottom: 2% !important;  min-height: 59px !important; width: 100% !important; clear: inherit !important;}

#mc_embed_signup div.response {
    margin: 0 !important;
    padding: 4px !important;
    font-weight: normal !important;
    float: left !important;
    top: 0 !important;
    z-index: 1 !important;
    width: 100% !important;
	color: #949494 !important;
}
#mc_embed_signup div#mce-responses {
    float: left !important;
    top: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    margin: 0 !important;
}
#mc_embed_signup div.response a{ display: inline-block !important;}
.bottom_links {
	color:#fff;
}
#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {	background: none !important;}

#mc_embed_signup #mce-success-response {color: #529214 !important;}

.bottom_links ul {
	list-style:none;
	padding-left: 0;
}

.bottom_links ul li {display: inline-block; margin: 0 6px;}

.bottom_links ul li a{color: #E9E9E9;
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300; text-transform: uppercase;}

.bottom_links ul li a:hover{color: #ed5a47;}

.bottom_links ul li i {
	margin-bottom:20px;
}

.widget {
  padding-left: 0;
}

ul.sidebar-gallery {
  list-style: none;
  padding: 0;
  margin: 0;
 
}

.sidebar-gallery li {
  display: inline-block;
  margin: 0 10px 10px 0;
   border-radius:0px;
}

.sidebar-gallery li a {
  display: inline-block;
}

ul.social-network {
	list-style:none;
	    margin-top: 12px;
	padding:10px;
	transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.sub-footer  {
	background:#272727;
	padding:30px;
}

ul.social-network li {
	display:inline;
	margin: 0 18px;
    font-size: 22px;
    margin-left: 0;
}

ul.social-network li a {
	color:#E9E9E9;	    display: inline-block;
    padding: 5px;
}
.social-network li:hover .fa-twitter {
  color: #00abf0;
}
.social-network li:hover .fa-facebook {
  color: #39579a;
}
.social-network li:hover .fa-google-plus {
  color: #eb8984;
}
.social-network li:hover .fa-pinterest {
  color: #c9171e; 
}
.social-network li:hover .fa-linkedin {
  color: #0077b5; 
}
.social-network li:hover .fa-youtube-play {
  color: #C84941; 
}
.social-network li:hover .fa-dribbble {
  color: #EA4C89 ; 
}
.social-network li:hover .fa-pinterest-square {
  color: #EA4B49; 
}

.copyright {
	margin-top: 10px; padding-left: 6px;
    text-align: left;
	color:#999999;
	font-weight:300;
	font-size:13px;
	text-shadow:none;
	font-family: 'Roboto Condensed', sans-serif;
}

.copyright a {
	color:#999999;
	font-weight:300;
	font-size:13px;
	text-shadow:none;font-family: 'Roboto', sans-serif;
} 

/*  Captcha loading*/

#txtCaptcha {
    display: none
}


/*#captchaDis {
    width: 100%;
    height: 30px;
    background-color: transparent!important;
    background-image: url(../img/captcha_bg.jpg)!important;
    background-size: auto 100%;
    font-family: Verdana, sans-serif;
    padding-top: 7px;
    transform: scaleY(1.5);
    letter-spacing: 2px
}*/



#refcaptcha {
    background-color: transparent;
    background-image: url(../img/refresh-captcha.png);
    background-repeat: no-repeat;
    background-position: center;
    border: none;
    outline: 0
}

.index-footer input[type=button]#refcaptcha:hover
{
    box-shadow: 0 0 0 rgba(255, 255, 255, 0)!important
}

.apply_form_box_li .apply_form_input.valError {
    border-bottom: 1px solid #da2828;
}
.apply_form_box_li .apply_form_input.valsuccess {
    border-bottom: 1px solid #02ac02;
}

/*ARJ on 02/04/2018*/
.g-recaptcha.valError {
    border:  1px solid #da2828 !important;
}
.g-recaptcha{display: inline-block;}
/*End*/


.newtxtbox
{
    font-weight: lighter;
    position: absolute;
    padding: 0 10px;
    width: 100%
}

.apply_white_box_conatct_bg {background-color: #fff !important; }

.apply_white_box_conatct_bg.apply_white_box_bg ul li label {background: none !important;}

.apply_form_box_li label.subject_select_label {width: auto;}

.contact_banner_bg {min-height: inherit !important;}

.contact_adree_bg h3 {display: inline-block;}

.modal_content_text h3 {margin-top: 8px; text-align: center;}

.modal_content_text .modal-footer {margin-top: 8px; text-align: center;}

.contact_adree_bg a {color: #1799ff;}

.contact_adree_bg a:hover {text-decoration: underline;}

.modal_team_content_text h3 {margin-top: 25px; text-align: left;}

.modal_team_content_text h4 {margin-top: 8px; text-align: left;}

.modal_team_content_text p {     font-size: 14px;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    color: #757373;
    font-weight: normal;line-height: 25px;}

.modal_team_content_text .modal-footer {margin-top: 8px; text-align: center;}

.modal_team_popup_profile img {width: 100%; height: auto; max-width: 230px;}

.modal_team_popup_profile {display: block; text-align: center; padding-bottom: 10px;}

#carousel-slider .carousel-indicators {display: none !important;}


/*IMAGE HOVER EFFECT*/

[class^='imghvr-'], [class*=' imghvr-'] {
    position: relative;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    background:none;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}

[class^='imghvr-'] > img, [class*=' imghvr-'] > img {
    vertical-align: top;
    max-width: 100%;
}

[class^='imghvr-'] figcaption, [class*=' imghvr-'] figcaption {
    background-color: #0099ff;
    padding: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #ffffff;
}

[class^='imghvr-'] figcaption h1, [class^='imghvr-'] figcaption h2, [class^='imghvr-'] figcaption h3, [class^='imghvr-'] figcaption h4, [class^='imghvr-'] figcaption h5, [class^='imghvr-'] figcaption h6, [class*=' imghvr-'] figcaption h1, [class*=' imghvr-'] figcaption h2, [class*=' imghvr-'] figcaption h3, [class*=' imghvr-'] figcaption h4, [class*=' imghvr-'] figcaption h5, [class*=' imghvr-'] figcaption h6 {
    color: #ffffff;
}

[class^='imghvr-'] a, [class*=' imghvr-'] a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

[class^='imghvr-'], [class*=' imghvr-'], [class^='imghvr-']:before,
[class^='imghvr-']:after, [class*=' imghvr-']:before, [class*=' imghvr-']:after,
[class^='imghvr-'] *, [class*=' imghvr-'] *, [class^='imghvr-'] *:before,
[class^='imghvr-'] *:after, [class*=' imghvr-'] *:before, [class*=' imghvr-'] *:after {
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

/* imghvr-fade-*
   ----------------------------- */
[class^='imghvr-fade'] figcaption, [class*=' imghvr-fade'] figcaption {
    opacity: 0;
}

[class^='imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover > img {
    opacity: 0;
}

[class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover figcaption {
    opacity: 1;
}

[class^='imghvr-fade']:hover > img, [class^='imghvr-fade']:hover figcaption, [class*=' imghvr-fade']:hover > img, [class*=' imghvr-fade']:hover figcaption {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* imghvr-fade
   ----------------------------- */


/* imghvr-flip-diag-1
   ----------------------------- */
.imghvr-flip-diag-1 figcaption {
    -webkit-transform: rotate3d(1, -1, 0, 100deg);
    -moz-transform: rotate3d(1, -1, 0, 100deg);
    -ms-transform: rotate3d(1, -1, 0, 100deg);
    -o-transform: rotate3d(1, -1, 0, 100deg);
    transform: rotate3d(1, -1, 0, 100deg);
}

.imghvr-flip-diag-1:hover > img {
    -webkit-transform: rotate3d(-1, 1, 0, 100deg);
    -moz-transform: rotate3d(-1, 1, 0, 100deg);
    -ms-transform: rotate3d(-1, 1, 0, 100deg);
    -o-transform: rotate3d(-1, 1, 0, 100deg);
    transform: rotate3d(-1, 1, 0, 100deg);
}

.imghvr-flip-diag-1:hover figcaption {
    -webkit-transform: rotate3d(0, 0, 0, 0deg);
    -moz-transform: rotate3d(0, 0, 0, 0deg);
    -ms-transform: rotate3d(0, 0, 0, 0deg);
    -o-transform: rotate3d(0, 0, 0, 0deg);
    transform: rotate3d(0, 0, 0, 0deg);
}



/* imghvr-shutter-out-*
   ----------------------------- */
[class^='imghvr-shutter-out-']:before, [class*=' imghvr-shutter-out-']:before {
    background: #0099ff;
    position: absolute;
    content: '';
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
}

[class^='imghvr-shutter-out-'] figcaption, [class*=' imghvr-shutter-out-'] figcaption {
    opacity: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover:before, [class*=' imghvr-shutter-out-']:hover:before {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
}

[class^='imghvr-shutter-out-']:hover figcaption, [class*=' imghvr-shutter-out-']:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.105s;
    -moz-transition-delay: 0.105s;
    transition-delay: 0.105s;
}
[class^='imghvr-shutter-out-']:hover figcaption h3, [class*=' imghvr-shutter-out-']:hover figcaption h3{
 margin-top: 9%;}

/* imghvr-shutter-out-horiz
   ----------------------------- */
.imghvr-shutter-out-horiz:before {
    left: 50%;
    right: 50%;
    top: 0;
    bottom: 0;
}

.imghvr-shutter-out-horiz:hover:before {
    left: 0;
    right: 0;
}

/* imghvr-shutter-out-vert
   ----------------------------- */
.imghvr-shutter-out-vert:before {
    top: 50%;
    bottom: 50%;
    left: 0;
    right: 0;
}

.imghvr-shutter-out-vert:hover:before {
    top: 0;
    bottom: 0;
}

/* imghvr-shutter-out-diag-1
   ----------------------------- */
.imghvr-shutter-out-diag-1:before {
    top: 50%;
    bottom: 50%;
    left: -35%;
    right: -35%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.imghvr-shutter-out-diag-1:hover:before {
    top: -35%;
    bottom: -35%;
}

/* // IMAGE HOVER EFFECT*/


/*-------Responsive-------*/


@media (min-width: 1024px) and (max-width: 1199.98px) { 
	
.carousel-caption h2.typing_h2 {
    max-width: 900px;
    min-height: 118px;
    margin-bottom: 10px;
}
	.carousel-caption h2 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
}
	.carousel-caption h2 span{font-size: 50px;   line-height: 56px;}

.carousel-caption ul li {
    padding: 5px 5px 5px 25px;
    font-size: 17px;
}	
.get_start_bu {
    padding: 10px 10px;
    min-width: 150px;
    margin-top: 15px;
    font-size: 14px;
}
	
/*.carousel-caption {	top: calc(50% - 250px);}	*/

.Newsletter_formbg input {width: 57%;}

.Newsletter_formbg a.btn {width: 43%;}	
	
}
@media (min-width: 992px){
	.home_keybeni_boxbg ul li {  display: flex;}
	.home_keybeni_boxbg ul li .col-md-4{ display: flex;}
}


@media (min-width: 992px) and (max-width: 1199.98px) { 

	.slider_device_bg img { max-width: 900px;  width: 100% !important;}
	.slider-image { width: 439px;  height: 274px; top: 26px; left: 113px;}
	.hero_tab_bg img { max-width: 120px;}
	.hero_mobile_bg img { max-width: 100px;}
	.hero_screen_slider {  margin-left: 0;}
}


@media (min-width: 992px) and (max-width: 1023.98px) { 
	
.carousel-caption h2.typing_h2 {
    max-width: 900px;
    min-height: 120px;
    margin-bottom: 0;
}
	.carousel-caption h2 {
    font-size: 50px;
    line-height: 56px;
    margin-bottom: 20px;
}
	
	.carousel-caption h2 span{font-size: 50px;   line-height: 56px;}

.carousel-caption ul li {
    padding: 5px 5px 5px 25px;
    font-size: 17px;
}	
.get_start_bu {
    padding: 10px 10px;
    min-width: 150px;
    margin-top: 15px;
    font-size: 14px;
}	
/*.carousel-caption {	top: calc(50% - 250px);}	*/

.Newsletter_formbg input {width: 57%;}

.Newsletter_formbg a.btn {width: 43%;}	
	
}

@media (max-width: 991.98px) {
	
	.apply_banner_bg .apply_banner_image_bg {  display: none; }
	.apply_banner_bg {  min-height: auto;}
	.apply_form_box_li .apply_form_submitbu_bg {text-align: center;}
	
	.org_partner {padding: 10px 0 10px 0;}
	.org_service_bg p {  font-size: 18px !important;line-height: 24px !important;}
	
	.about_img {display: none;}
	#contact_block .col-md-5 {    text-align: center;}
	.owl-carousel .owl-item img {width: 100% !important; height: auto !important;}
	
	.carousel-caption {padding-top: 15px; padding-bottom: 15px;}
	ul.social-network li {margin: 0;}
	.service_screenandtextbg .col-md-6.text-left {padding-top: 15px;}
	
	.home_keybeni_boxbg ul li {  display: block;}	
.home_keybeni_boxbg ul li .col-md-4{ display: block; width: 100%;margin-bottom: 35px;}	
.home_keybeni_boxbg ul li {padding-bottom: 0;}
.home_keybenibx {min-height: 100px;}

	.copyright {position: absolute; left: 0; right: 0; bottom: 0; top: inherit;}	
	#contact_block {position: relative;}

ul.social-network {  margin-top: 5px;padding: 0;}	
	
}

@media (min-width: 768px) and (max-width: 991.98px) { 

.carousel-caption h2.typing_h2 { max-width: 900px; min-height: 94px; margin-bottom: 0; margin-top: 0;}
	
.carousel-caption .form-inline {  margin-bottom: 5px;}	
	
.carousel-caption h2 {font-size: 44px;    line-height: 46px;  margin-bottom: 10px;}
	
.apply_banner_bg h2 { font-size: 40px;  font-weight: 900;  line-height: 36px;  margin-bottom: 10px;  margin-top: 30px;}	
.apply_banner_bg p { font-size: 20px;line-height: 28px;}	

.as_seenon_bcw h4 {display: inline-block;}
	
	.carousel-caption h2 span{font-size: 44px;    line-height: 46px;}

.carousel-caption ul li {
    padding: 5px 5px 5px 25px;
    font-size: 15px;
}	
.get_start_bu {
    padding: 10px 10px;
    min-width: 150px;
    margin-top: 5px;
    font-size: 14px;
}	

	
.about_left_bg .col-md-6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 50%;
    float: left;
}
.about_right_bg h3 {font-size: 19px;}	
.about_right_bg h4 {  font-size: 25px; line-height: 31px;}	
.about {padding: 50px 0 50px 0;}
.services .text-center h2 {  margin-bottom: 30px;font-size: 35px;}	
.services {  padding: 50px 0 50px 0;}
.team_section .text-center h2 {  margin-bottom: 30px;font-size: 35px;}	
.team_section {padding: 50px 0 50px 0;}	
.team_section .col-md-3	{width: 50%;  float: left;}
footer {padding: 50px 0;}	
#contact_block .col-md-5{float: left;
    width: 100%;}
	
#contact_block .col-md-7{float: left;
    width: 100%;
    position: inherit; text-align: center;}	
	
.copyright {text-align: center;}	

.Newsletter_formbg input {width: 57%;}

.Newsletter_formbg a.btn {width: 43%;}	
	
	
.slider_device_bg img { max-width: 900px;  width: 100% !important;}
	.slider-image { width: 439px;  height: 274px; top: 26px; left: 113px;}
	.hero_tab_bg img { max-width: 120px;}
	.hero_mobile_bg img { max-width: 100px;}	
	.carousel-caption-table2 h3 {font-size: 30px;}
	.carousel-caption p { font-size: 20px; margin-top: 5px;  margin-bottom: 5px; padding: 10px;line-height: 25px;}
	.hero_screen_slider {  margin-left: 0;}
	.contact-us-area .address-items .info li {
    margin-bottom: 15px;
    display: inline-block;
    float: left;
    width: 32%;
}


	
}
@media (max-width: 767.98px) { 

.navbar_default_inner .nav-tabs > li > a {
    color: #000;
}
	.nav-tabs > li > a {color: #272727 !important;	}
	
.navbar-brand img { width: 90px;  margin-top: 7px;}	
	
	
}

@media (min-width: 576px) and (max-width: 767.98px) { 
.carousel-inner>.item {background: #030034;  min-height: 400px;}
.as_seenon_bcw a img {	max-width: 100px;}	
.as_seenon_bcw h4 {display: inline-block; font-size: 20px;}
.carousel-caption h2.typing_h2 {  max-width: 900px;  min-height: 70px;}
.carousel-caption h2 {    font-size: 31px; line-height: 34px; margin-bottom: 8px;}
	.carousel-caption h2 span{    font-size: 31px;  line-height: 34px;}

.carousel-caption ul li {
    padding: 2px 5px 2px 20px;
    font-size: 14px;
}	
.carousel-caption ul li i {
    margin: 5px 0;
}	
.get_start_bu {
    padding: 8px 10px;
    min-width: 100px;
    margin-top: 10px;
    font-size: 13px;
}	

	
.about_left_bg .col-md-6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 40px;
    width: 50%;
    float: left;
}
.about_right_bg h3 {font-size: 19px;}	
.about_right_bg h4 {  font-size: 25px; line-height: 31px;}	
.about {padding: 50px 0 50px 0;}
.services .text-center h2 {  margin-bottom: 30px;font-size: 35px;}	
.services {  padding: 50px 0 50px 0;}
.team_section .text-center h2 {  margin-bottom: 30px;font-size: 35px;}	
.team_section {padding: 50px 0 50px 0;}	
.team_section .col-md-3	{width: 50%;  float: left;}
footer {padding: 50px 0;}	
#contact_block .col-md-5{float: left;
    width: 100%;}
	
#contact_block .col-md-7{float: left; position: inherit;
    width: 100%; text-align: center;}	
	
.copyright {text-align: center;}

.nav-tabs > li > a {
    border-radius: 0;
    color: #fff;
    padding: 15px 10px;
}
.navbar_default_inner .nav-tabs > li > a {
    padding: 15px 10px;} 
	
.apply_banner_bg h2 { font-size: 30px;  font-weight: 900;  line-height: 30px;  margin-bottom: 10px;  margin-top: 30px;}	
.apply_banner_bg p { font-size: 18px;line-height: 28px;}	
	
	
.slider_device_bg img { max-width: 469px;  width: 100% !important;}
	.slider-image { width: 307px; height: 203px; top: 18px;  left: 80px;}
	.hero_tab_bg img { max-width: 120px;}
	.hero_mobile_bg img { max-width: 100px;}	
	.carousel-caption-table2 h3 {font-size: 30px;}
	.carousel-caption p { font-size: 20px; margin-top: 5px;  margin-bottom: 5px; padding: 10px;line-height: 25px;}	
	.hero_screen_slider {  margin-left: 0;}
	
	
}

@media (max-width: 575.98px) { 

.as_seenon_bcw a img {	max-width: 80px;}	
.as_seenon_bcw h4 {display: inline-block; font-size: 18px;}
.carousel-caption h2.typing_h2 {  max-width: 900px;  min-height: 50px;margin-top: 5px;}
	.carousel-caption .form-inline .form-group {margin-bottom: 5px;}	
.carousel-caption .form-inline {    margin-bottom: 5px;}
.carousel-caption h2 { font-size: 20px; line-height: 23px; margin-bottom: 5px;}
	.carousel-caption h2 span{  font-size: 20px; line-height: 23px;}

.carousel-caption ul li {
       padding: 0 5px 0 16px;
    font-size: 12px;
}	
.carousel-caption ul li i {
    margin: 3px 0;
}	
.get_start_bu {
    padding: 8px 25px;
    min-width: 100px;
    margin-top: 4px;
    font-size: 14px;
}
.as_seenon_bcw a {margin-top: 0;}	

	
.about_left_bg .col-md-6 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    float: none;
}
.about_right_bg h3 {font-size: 16px;}	
.about_right_bg h4 {  font-size: 20px; line-height: 28px;}	
.about {padding: 0 0 30px 0;}
.services .text-center h2 {  margin-bottom: 20px;font-size: 30px;}	
.services {  padding: 30px 0 30px 0;}
.team_section .text-center h2 {  margin-bottom: 20px;font-size: 30px;}	
.team_section {padding: 30px 0 30px 0;}	
.team_section .col-md-3	{width: 100%;  float: none;}
footer {padding: 30px 0;}	
#contact_block .col-md-5{float: left;
    width: 100%;}
	
#contact_block .col-md-7{float: left;
    width: 100%;
    position: inherit;  text-align: center;}	
	
.copyright {text-align: center;}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: inherit;
    height: 273px;
    width: auto;
}	
.about_right_bg p { font-size: 15px;line-height: 25px;}	
.services h3 {margin-bottom: 10px;  font-size: 16px;   margin-top: 5px;}	
.services .col-md-4 .works_icon1, .services .col-md-4 .works_icon2, .services .col-md-4 .works_icon3 { width: 150px;  height: 129px;  background-size: 150px auto;}
.services p {  font-size: 15px;  padding: 0;}	
.home_appaly_button {
    font-size: 14px;
    padding: 8px 20px;
    border-radius: 5px;
    margin-top: 10px; width: auto;min-width: auto;
}
.services .col-md-4 {  margin-bottom: 15px;}	
.team_section h3 { margin-bottom: 10px;  margin-top: 10px;font-size: 16px;}	
.team_section p {font-size: 14px;}	
footer h4 {  margin-bottom: 10px;  font-size: 19px;}
.Newsletter_formbg a.btn {
    font-size: 14px;
    padding: 14px 5px;
    width: 42%;
}	
.Newsletter_formbg input {
	width: 58%;}	
.navbar-brand img {
    width: 90px;
    margin-top: 5px;
}
.header_top_addbar .pull-right {width: 100%; display: block;}
.header_top_addbar_ul li {
    padding: 2px 0 2px 15px;
    margin: 0;
    font-size: 13px;
}	
.nav-tabs > li > a {
    border-radius: 0;
    color: #fff;
    padding: 15px 10px;
}
.navbar_default_inner .nav-tabs > li > a {
    padding: 15px 10px;
}	
.apply_banner_bg h2 { font-size: 28px;  font-weight: 900;  line-height: 28px;  margin-bottom: 10px;  margin-top: 20px;}	
.apply_banner_bg p { font-size: 16px;line-height: 23px;}

#contact_block .container {padding-left: 0; padding-right: 0;}

	.freespace_bg {display: none;}	
	
	
.slider_device_bg img { max-width: 300px;  width: 100% !important;}
	.slider-image { width: 198px; height: 129px; top: 11px; left: 51px;}
	.hero_tab_bg img { max-width: 70px;}
	.hero_mobile_bg img { max-width: 55px;}	
	.carousel-caption-table2 h3 {font-size: 22px; margin-bottom: 5px; margin-top: 0;}
	.carousel-caption p { font-size: 18px; margin-top: 5px;  margin-bottom: 5px; padding: 10px;line-height: 20px;}	
	.hero_screen_slider {  margin-left: 0;}	
	.carousel-caption p span, .carousel-caption-table2 h3 span {display: inline-block;}
.hero_mobile_bg {margin-left: -10px;}	

.acclgbill_aboutheading h3 {
    font-size: 30px;
	padding: 10px 0;}
.contact-us-area .contact-form button {
    margin-top: 15px;
    padding: 10px 35px;
    width: 100%; display: block;
}	
.home_keybeni h4 {font-size: 28px;}	
.acclgbill_abouttext_inner {
    padding: 40px 0;
}	
}

@media (max-width: 399px){
	
.get_start_bu {  min-width: 100px;  width: 100%;font-size: 11px;}
	
	
	.slider_device_bg img { max-width: 300px;  width: 100% !important;}
	.slider-image { width: 198px; height: 129px; top: 11px; left: 51px;}
	.hero_tab_bg img { max-width: 70px;}
	.hero_mobile_bg img { max-width: 55px;}	
	.carousel-caption-table2 h3 {font-size: 20px; margin-bottom: 5px; margin-top: 0;}
	.carousel-caption p { font-size: 16px; margin-top: 5px;  margin-bottom: 5px; padding: 10px;line-height: 18px;}	
	.hero_screen_slider {  margin-left: 0;}	
	.carousel-caption p span, .carousel-caption-table2 h3 span {display: inline-block;}
.hero_mobile_bg {margin-left: -10px;}	
	
}

.valError {
    border: 1px solid #da2828;
}





.input_label_style {
    text-transform: none !important;
    color: #242334;
    font-weight: 300;
}

/*Multiple File Upload and drag and drop file */

.dropzone_bg .dropzone .dz-default.dz-message > span {
    display: block;
    border: 1px dashed #cccccc;
    border-radius: 0;
    background: #f9f9f9;
    color: #555;
    min-height: 50px;
    padding: 6px 12px;
}

.dropzone_bg .dropzone {
    color: #555;
    min-height: auto;
    border: none;
    background: none;
    padding: 0;
}

    .dropzone_bg .dropzone .dz-preview {
        position: relative;
        display: block;
        vertical-align: top;
        margin: 6px 0;
        min-height: auto;
        color: #000;
        border-bottom: 1px solid #ddd;
        padding-bottom: 5px;
    }

        .dropzone_bg .dropzone .dz-preview .dz-image {
            display: none;
        }

        .dropzone_bg .dropzone .dz-preview .dz-details {
            position: inherit;
            padding: 0;
            text-align: left;
            line-height: inherit;
            color: #000;
            opacity: 1;
        }

        .dropzone_bg .dropzone .dz-preview .dz-progress {
            height: 10px;
            left: inherit;
            right: 0;
            top: 0;
            margin-top: 2px;
            margin-right: 50px;
            width: 80px;
            margin-left: 0;
            background: rgba(213, 213, 213, 0.9);
        }

        .dropzone_bg .dropzone .dz-preview .dz-details .dz-size {
            margin-bottom: 1px;
            font-size: 14px;
        }

button.file_remove_bu {
    border: none;
    padding: 3px 5px;
    font-size: 18px;
    border-radius: 50%;
    background: rgba(255, 0, 0, 0.61);
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer !important;
    color: #fffefe;
    font-weight: normal;
    box-shadow: none !important;
    display: inline-block;
    z-index: 549;
}

    button.file_remove_bu:hover {
        background: rgba(255, 0, 0, 1);
    }

    button.file_remove_bu i {
        display: inline-block;
        cursor: pointer !important;
    }

.dropzone_bg .dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
    pointer-events: none;
    opacity: 0;
    z-index: 500;
    position: absolute;
    display: block;
    top: 0;
    left: inherit;
    right: 0;
    margin-left: 0;
    margin-top: 0;
}

    .dropzone_bg .dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
        display: block;
        width: 34px;
        height: 34px;
    }

.dropzone_bg .dropzone .dz-message {
    text-align: left;
    margin: 0;
    display: block;
}

.dropzone_bg .dropzone .fileupload_button {
    background: #dbf7ff;
    color: #362ed9;
    padding: 8px 15px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    font-size: 15px;
}

.dropzone_bg .dropzone .fileupload_text {
    color: #a3a6ae;
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
}

.dropzone_bg .dropzone .dz-preview .dz-error-message {
    top: 55px;
    left: 0;
}

.dropzone_bg .dropzone .dz-preview .dz-details .dz-filename:hover span, .dropzone_bg .dropzone .dz-preview .dz-details .dz-filename span {
    border: none;
    background-color: none;
}


/*Ends here */  
