/*
Copyright (c) 2018 Himanshu Softtech.
------------------------------------------------------------------
[Master Stylesheet]

Project:	Exito
Version:	1.0
Assigned to:
-------------------------------------------------------------------*/
/*---------- Index -----------

1. body
2. Normal css / a
3. 
------------Content-----------*/
/*--------- Body Strat -------*/
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 1.5;
	color: #777777;
	background-color:#ffffff;
	-webkit-font-smoothing: antialiased;
}
/*--------- Body End -------*/
/*---------- Normal css start -------*/
a {
	color: #777777;
	text-decoration: none;
}
a:hover, a:focus {
	color: #535465;
	text-decoration: none;
}
a:focus {
	outline: none;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Oxygen', sans-serif;
	font-weight: 400;
	line-height: 1.1;
	color: #222222;
}
img {
	max-width: 100%;
}
input, textarea, select, button {
	outline: none;
	box-shadow:none;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
	box-shadow:none;
}
.ext_toppadder10{
	padding-top:10px;
}
.ext_toppadder20{
	padding-top:20px;
}
.ext_toppadder30{
	padding-top:30px;
}
.ext_toppadder40{
	padding-top:40px;
}
.ext_toppadder50{
	padding-top:50px;
}
.ext_toppadder60{
	padding-top:60px;
}
.ext_toppadder70{
	padding-top:80px;
}
.ext_toppadder80{
	padding-top:80px;
}
.ext_toppadder90{
	padding-top:90px;
}
.ext_toppadder100{
	padding-top:80px;
}
.ext_bottompadder10{
	padding-bottom:10px;
}
.ext_bottompadder20{
	padding-bottom:20px;
}
.ext_bottompadder30{
	padding-bottom:30px;
}
.ext_bottompadder40{
	padding-bottom:80px;
}
.ext_bottompadder50{
	padding-bottom:80px;
}
.ext_bottompadder60{
	padding-bottom:60px;
}
.ext_bottompadder70{
	padding-bottom:80px;
}
.ext_bottompadder80{
	padding-bottom:80px;
}
.ext_bottompadder90{
	padding-bottom:90px;
}
.ext_bottompadder100{
	padding-bottom:100px;
}
.ext_padderboth120{
	padding:120px 0px;
}
/*---------- Normal css end -------*/
/*---------- Header Start -------*/
.ext_top_header {
    background-color:#fff;
    padding: 10px;
}
.top_header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ext_autho_wrapper {
    width: auto;
    display: inline-flex;
}
.ext_autho_wrapper ul{
	float: left;
	width:auto;
	padding:0px;
	margin:0px;
}
.ext_autho_wrapper li{
	float: left;
	width:auto;
	list-style: none;
	padding-left:20px;
}
.ext_autho_wrapper li a{
	float:left;
	width:auto;
	color: #000;
	text-decoration: none;
	font-size:13px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_autho_wrapper li a i{
	color:#0cd0cf;
}
.ext_autho_wrapper li a:hover{
	color: #0cd1cf;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_search_wrapper{
	width:auto;
}
.ext_search_wrapper p{
	float:left;
	width:auto;
	margin:0px;
	color:#000;
}
.ext_search_wrapper p i{
    color: #0cd1cf;
    font-size: 18px;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
#login-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#login-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-transform:capitalize;
}
#login-dialog input{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
#signup-dialog {
	background: white;
	padding: 20px 30px;
	text-align: left;
	max-width: 400px;
	margin: 40px auto;
	position: relative;
}
#signup-dialog h1{
    float: left;
    width: 100%;
    margin: 0px;
    margin-bottom: 25px;
    font-size: 24px;
	text-transform:capitalize;
}
#signup-dialog input{
	float:left;
	width:100%;
	border:1px solid #e1e1e1;
	border-radius:3px;
	height:45px;
	padding:0px 15px;
	margin-bottom:15px;
}
.my-mfp-zoom-in .zoom-anim-dialog {
	opacity: 0;

	-webkit-transition: all 0.2s ease-in-out; 
	-moz-transition: all 0.2s ease-in-out; 
	-o-transition: all 0.2s ease-in-out; 
	transition: all 0.2s ease-in-out; 
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
}
.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog {
	opacity: 1;
	-webkit-transform: scale(1); 
	-moz-transform: scale(1); 
	-ms-transform: scale(1); 
	-o-transform: scale(1); 
	transform: scale(1); 
}
.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog {
	-webkit-transform: scale(0.8); 
	-moz-transform: scale(0.8); 
	-ms-transform: scale(0.8); 
	-o-transform: scale(0.8); 
	transform: scale(0.8); 
	opacity: 0;
}
/*---------- Header End -------*/
/*---------- Menu css start -------*/
.ext_header_wrapper{
    width: 100%;
    background-color: #222222;
}
.ext_logo{
    /* float: left;
    width: 100%; */
    padding-top: 16px;
}
.ext_menu {
    /* float: left;
    width: 100%; */
	position: relative;
}
.ext_menu ul {
    float: right;
    width: auto;
	margin:0;
	padding:0;
}
.ext_menu ul li {
	list-style:none;
	float:left;
	margin-right:0px;
}
.ext_menu ul li:last-child{
	margin-right:0px;
}
.ext_menu ul li a {
    display: block;
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 300;
    padding: 23px 15px 25px 15px;
	border-top: 2px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_menu ul li:hover a, .ext_menu ul li a.active {
	color: #0cd1cf;
	border-top:2px solid #0cd0cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_menu_btn{
	display:none;
}
.menu_fixed {
    position: fixed;
    z-index: 1000;
    padding: 0px 0px;
    -moz-box-shadow: 0px -5px 20px;
    -webkit-box-shadow: 0px -5px 20px;
    box-shadow: 0px -5px 20px;
}
.ext_slider_wrapper{
	width:100%;
	color:#ffffff;
}
.ext_slider{
	float:left;
	width:100%;
}
.ext_btn{
    display: inline-block;
    height: 50px;
    line-height: 47px;
    padding: 0px 20px;
    min-width: 150px;
    background-color: #0cd1cf;
    color: #ffffff;
    text-transform: capitalize;
    border: 1px solid #0cd1cf;
    border-radius: 50px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_btn:hover, .ext_btn:focus{
	background-color:transparent;
	color:#0cd1cf;
	border:1px solid #0cd1cf;
	outline:none;
	box-shadow:none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_heading{
	/* float:left;
	width:100%; */
	text-align:center;
}
.ext_heading h1{
	/* float:left;
	width:100%; */
	margin:0px 0px 10px 0px;
	text-transform:capitalize;
}
.ext_heading h1 a{
	color:#0cd1cf;
}
.ext_heading p{
	/* float:left;
	width:100%; */
	margin:0px;
}
/*---------- Menu css end -------*/
/*---------- Slider Css Start -------*/
.ext_slider_wrapper {
	width: 100%;
	position: relative;
}
.ext_slider_wrapper .carousel-control {
    display: none;
}
/* .ext_slider_wrapper .carousel-caption {
    right: 20%;
    left: 20%;
    padding: 0px;
    top: 50%;
    margin-top: -55px;
} */
.brand-carousel-caption {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 800px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    /* z-index: -1; */
}
.ext_slider_wrapper .brand-carousel-caption h1{
    float: left;
    width: 100%;
    text-transform: capitalize;
    font-size: 46px;
    margin: 0px;
    margin-bottom: 20px;
}
.ext_slider_wrapper .brand-carousel-caption p{
	float:left;
	width:100%;
	color:#222222;
	font-size:20px;
	margin:0px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    background-color: #0dd1cf;
}
.carousel-indicators li {
    margin: 0;
    width: 30px;
    height: 15px;
    border: 1px solid #0dd1cf;
}
/*---------- Slider Css End  -------*/
/*---------- Content Start -------*/
.ext_heading {
	/* float:left;
	width:100%; */
	text-align: center;
	padding-bottom: 50px;
}
.ext_heading h2{
	/* float:left;
	width:100%; */
	text-align: center;
	margin-top:0px;
    text-transform: uppercase;
}
.ext_heading p {
	/* float:left;
	width:100%; */
	text-align: center;
	/* font-style:Italic; */
    font-size: 16px;
}
/*---------- Content End -------*/
/*---------- Service Content Start -------*/
.ext_service_wrapper {
	/* float: left;
	width: 100%; */
	background: url("../images/header/backgorund.jpg");
}
.ext_service_box {
    display: grid;
    text-align: center;
    background-color: white;
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    padding: 50px 30px;
}
.ext_service_wrapper {
    position: relative;
}
.ext_service_box i {
    /* float: left; */
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    background-color: #0cd1cf;
    color: #ffffff;
    font-size: 28px;
    margin: 0 auto;
    /* border-radius: 14px 14px 14px 14px; */
    border-radius: 50%;
   transition: all 0.3s linear;
   /* margin-top: -55px; */
    /* margin-right: 15px;
    border-radius: 100%; */
}
/* .ext_service_box h3{
	float:left;
	width:calc(100% - 95px);
	margin-top:0px
}
.ext_service_box p {
	float:left;
	width:calc(100% - 95px);
	color: #747473;
} */

/*---------- Service Content End -------*/

/*---------- Buy Content Start -------*/
.ext_buy_wrapper {
    background-color: rgb(234 234 234);
    position: relative;
	overflow:hidden;
}
.ext_buy_img {
	float:left;
	width:100%;
	text-align: center;
}
.ext_buy_img img{
	display:inline-block;
}
.ext_buy_ckeck_img_heading {
    float: left;
    width: 100%;
    padding: 15px 0px 0px 0px;
}
.ext_buy_ckeck_img_heading ul{
	float:left;
	width:100%;
	margin:0px;
	padding:0px;
}
.ext_buy_ckeck_img_heading ul li {
	list-style: none;
	float:left;
	width:100%;
	font-size: 18px;
	line-height: 34px;
	color:#000000;
}
.ext_buy_ckeck_img_heading i {
	color: #0cd1cf;
	padding-right: 20px;
}
/*---------- Buy Content End -------*/
/*---------- We do Content Start -------*/
.ext_wedo_wrapper {
	background: url("../images/header/backgorund.jpg");
    position: relative;
}
.ext_wedo_box {
    float: left;
    width: 100%;
    padding: 15px;
    border: 1px solid transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translate(0px, -10px);
    -moz-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -webkit-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    -o-box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
    box-shadow: 0 5px 30px 0 rgba(214, 215, 216, 0.57);
}
.ext_wedo_box:hover{
    border: 1px solid #e1e1e1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    transform: translate(0px, 0px);
}
.ext_wedo_img {
	float:left;
	width:100%;
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_wedo_img img {
	width: 100%;
}
.ext_wedo_text{
	float:left;
	width:100%;
	padding:20px 0px 0px 0px;
}
.ext_wedo_box:hover .ext_wedo_text h3{
	color:#0cd0cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_wedo_text h3{
	float:left;
	width:100%;
	margin:0px 0px 10px 0px;
	text-transform:capitalize;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_wedo_text p{
	margin:0px;
}
/*---------- We do Content End  -------*/
/*---------- Work Content Start  -------*/
.ext_works_wrapper {
	/*float: left;
	width: 100%;*/
	background-color: #f7f7f7;
}
.ext_works h4 {
	text-align: center;
	padding: 0px 10%;
	font-style:italic;
	margin: 20px 0px 40px 0px;
	color:#747473;
}
.ext_works h3 {
	font-size: 18px;
	color:#fff;
}
.ext_works_slider {
	width: 100%;
	padding: 10px 0px;
	position: relative;
}
.ext_works_slider_main {
	float:left;
	width:99%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_works_slider_img {
	position: relative;
	width: 100%;
	float: left;
}
.ext_works_slider_img img {
	width: 100%;
}
.ext_works_slider_text {
	float: left;
    width: 100%;
    color: #fff;
    background-color: #fff;
    padding: 30px;
    text-align: left;
}
.ext_works_slider_main:hover .ext_works_slider_text h3{
	color:#0cd0cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_works_slider_main:hover .ext_works_slider_text h5{
	color:#0cd0cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_works_slider_text h3{
	float: left;
    width: 100%;
    color: #0cd0cf;
	margin:0px;
}
.ext_works_slider_text h5 {
	float: left;
    width: 100%;
	color: #000;
	margin-bottom:20px;
}
.ext_works_slider_text p{
    width: 100%;
	color: #a2a2a2;
	font-size:14px;
    margin-bottom: 20px;
}
.ext_works_readmore {
	float: left;
	width:100%;
}
/*---------- Work Content End ----------*/
/*---------- Blog Content Start ----------*/
.ext_blog_wrapper{
	/* float:left;
	width:100%; */
	background: url("../images/header/backgorund.jpg");
}
.ext_blog_infobox{
    padding: 0 15px;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /* box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%); */
}
/* .ext_blog_infobox:hover{
    -webkit-box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%);
    -moz-box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%);
    -o-box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%);
    -ms-box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%);
    box-shadow: 0px 5px 30px -15px rgb(0 0 0 / 50%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
} */
.ext_blog_img{
    /* float: left;
    width: 100%; */
    position: relative;
    margin-bottom: 20px;
}
.ext_blog_img img{
	display:inline-block;
	width:100%;
}
.ext_blog_img span{
    position: absolute;
    top: 37px;
    left: -15px;
    padding: 10px 0px;
    background-color: #0cd0cf;
    color: #ffffff;
    min-width: 100px;
    text-align: center;
	text-transform:capitalize;
}
.ext_blog_img span:after{
	content: "";
    position: absolute;
    top: 42px;
    left: 0px;
    width: 0;
    height: 0;
    border-top: 8px solid #0cd0cf;
    border-left: 15px solid transparent;
}
.ext_blog_info{
	/* float:left;
	width:100%; */
    /* padding: 0px 15px; */
}
.ext_blog_info h3{
    /* float: left;
    width: 100%; */
    margin: 0px;
    margin-bottom: 10px;
}
.ext_blog_info p{
	/* float:left;
	width:100%; */
}
.ext_blog_info ul{
	/* float:left;
	width:100%; */
    display: flex;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
}
.ext_blog_info ul li{
	list-style:none;
	float:left;
	width:auto;
	margin-right:15px;
}
.ext_blog_info ul li a{
	float:left;
	width:100%;
	color:#000000;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_blog_info ul li a i{
	color:#0cd0cf;
	padding-right:5px;
	font-size:16px;
}
.ext_blog_info ul li a:hover{
	color:#0cd0cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_blog_info a.ext_btn{
	margin-top:15px;
}
/*---------- Blog Content End ----------*/
/*---------- Portfolio Content Start ----------*/
.ext_portfolio_wrapper {
	/* float: left;
	width: 100%; */
	background-color: #f7f7f7;
}
.ext_portfolio_wrapper .ext_btn {
    margin-top: 30px;
}
.ext_portfolio_grid {
	/* float:left;
	width:100%; */
	text-align: center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_grid .ext_portfolio_item {
	position: relative;
	text-align: left;
	width: 25%;
	float: left;
	margin: 0px;
    overflow: hidden;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    z-index:1;
}
.ext_portfolio_grid .ext_portfolio_item img {
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	cursor: pointer;
	background: #fff;
}
.ext_portfolio_grid .ext_portfolio_item:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	background: #00ac7a;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_item img {
	width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    display: inline-block;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_item {
	position: relative;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_item .ext_portfolio_img_hover {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(12, 209, 207, 0.72);
	text-align: center;
	color: #fff;
	opacity:0;
	visibility: hidden;
	padding-top: 47%;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_item:hover .ext_portfolio_img_hover {
	opacity:1;
	visibility: visible;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_icon a i{
    color: #ffffff;
    font-size: 36px;
}
.ext_portfolio_icon a{
	color:#0cd1cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_icon a:hover{
	color:#0cd1cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_portfolio_viewall {
	/* float: left;
	width:100%; */
	text-align:center;
    display: block;
}
/*---------- Portfolio Content End ----------*/
/*---------- Team Content Start ----------*/
.ext_team_wrapper {
	/* float: left;
	width: 100%; */
	background: url("../images/header/backgorund.jpg");
}
.ext_team_infobox{
	display: inline-block;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 5px solid;
    border-radius: 10px;
}
.ext_team_infobox:hover{
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    border-color: #0cd1cf;
}
.ext_team_img {
	/* float:left;
	width:100%; */
	text-align:center;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_team_img img {
	width: 100%;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: gray;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_team_infobox:hover .ext_team_img img{
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_team_info{
	/* float:left;
	width:100%; */
    display: inherit;
	text-align:center;
	background-color:#f7f7f7;
	padding:20px;
}
.ext_team_info h3{
    /* float: left;
    width: 100%; */
    margin-top: 0px;
    margin-bottom: 5px;
    text-transform: capitalize;
    font-size: 20px;
}
.ext_team_info p{
	/* float:left;
	width:100%; */
    display: contents;
	margin-bottom:15px;
}
.ext_team_info ul{
	/* float:left;
	width:100%; */
    display: inherit;
	margin:15px 0 0;
	padding:0px;
	text-align:center;
}
.ext_team_info ul li{
	display:inline-block;
	width:auto;
	margin:5px;
}
.ext_team_info ul li a{
	display:inline-block;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:100%;
	background-color:#e1e1e1;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_team_info ul li a:hover{
	color:#ffffff;
	background-color:#0dd1cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Team Content End ----------*/
/*---------- Brand Content Start ----------*/
.ext_brand_wrapper {
	/* float: left;
	width: 100%; */
	background-color:#f7f7f7;
}
.ext_brand_slider {
	/* width: 100%;
	float: left; */
	padding: 0px;
	color: #000;
	text-align: center;
}
.ext_brand_img {
    width: 100%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_brand_img:hover {
	background: #f7f7f7;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_brand_img img{
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	filter: grayscale(100%);
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_brand_img:hover img{
  -webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: none;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- Brand Content End ----------*/
/*---------- Map css start -------*/
.ext_map {
    /* float: left;
    width: 100%; */
	position:relative;
}
#map {
    display: block;
    width: 100%;
    height: 650px;
    margin: 0 auto;
}
.ext_bnr_form {
    width: 100%;
    padding: 0;
    text-align: center;
    background-color: #fff;
    position: relative;
}
.ext_bnr_form .ext_heading h1, .ext_bnr_form p{
	/* float: left;
    width: 100%; */
    text-transform: capitalize;
    color: #ffffff;
}
.ext_bnr_form input[type="text"], .ext_bnr_form select, .ext_bnr_form textarea{
	 /* float:left; */
      width:100%;  
	height:50px;
	padding:0px 20px;
	background-color:#000;
	margin-bottom:30px;
	border:none;
    
    border-radius: 3px;
}
input
{
    color: #fff;
}
.ext_bnr_form textarea{
	height:auto;
	padding:10px 20px;
    border-radius: 10px;
}
.ext_bnr_form input[type="text"]:focus, .ext_bnr_form select:focus, .ext_bnr_form textarea:focus{
	border:none;
	outline:none;
}
.ext_bnr_form .ext_btn {
    margin: 0;
}
/*---------- Map css end -------*/
/*---------- footer Css Start  ----------*/
.ext_main_footer {
	/* float: left;
	width: 100%; */
	background-color: #222222;
	color: #ffffff;
}
.ext_main_footer_heading {
	/* float:left;
	width:100%; */
}
.ext_main_footer_heading h4{
    /* float: left;
    width: 100%; */
    color: #ffffff;
    padding: 0px;
    margin: 0px;
    margin-bottom: 30px;
}
.ext_recent_post{
	/* float:left;
	width:100%; */
	margin-bottom:30px;
}
.ext_recent_post ul {
	/* float:left;
	width:100%; */
	padding: 0px;
	margin: 0px;
}
.ext_recent_post ul li {
	list-style: none;
	display: inline-block;
	margin-bottom:10px;
}
.ext_recent_post ul li img {
	float: left;
	margin-right: 15px;
    width: 75px;
    height: 75px;
}
.ext_post_detail{
	float:left;
	width:calc(100% - 90px);
}
.ext_post_detail a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
}
.ext_post_detail p {
	float: left;
    width: 100%;
    color: #0cd1cf;
    margin-bottom: 0px;
    font-size: 12px;
}
.ext_post_detail span{
    float: left;
    width: 100%;
    font-size: 11px;
    color: #0cd1cf;
}
.ext_twitter_feed ul {
	/* float:left;
	width:100%; */
	padding: 0px;
	margin: 0px;
}
.ext_twitter_feed ul li {
	/* float:left;
	width:100%; */
	list-style: none;
	margin-bottom:10px;
	position: relative;
}
.ext_twitter_feed ul li i {
	background: #222222;
	color: #0cd1cf;
	width: 26px;
	height: 38px;
	line-height: 30px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
}
.ext_feed {
	/* float:left;
	width:100%; */
	background: #3e3e3e;
	padding: 10px;
}
.ext_feed a {
    /* float: left;
    width: 100%; */
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.ext_feed p {
    /* float: left;
    width: 100%; */
    text-decoration: none;
    font-size: 12px;
	color: #0cd1cf;
	padding-top: 5px;
	margin:0px;
}
.ext_footer_fliker_menu {
	/* float:left;
	width:100%; */
	margin-bottom:30px;
}
.ext_footer_fliker_menu ul{
	/* float:left;
	width:100%; */
	margin:0px;
	padding:0px;
    display: flex;
}
.ext_footer_fliker_menu li {
	/* float: left;
	width:auto; */
	list-style: none;
	margin: 0px 10px 10px 0px;
}
.ext_footer_fliker_menu li a {
    text-decoration: none;
    /* float: left; */
	border:1px solid #a2a2a2;
}
.ext_footer_fliker_menu li a img{
	width:75px;
	height:75px;
}

.ext_main_footer_about p{
    display: inline-block;
	font-size:14px;
}
.ext_main_footer_about p i{
    color: #0cd1cf;
    padding-right: 0;
    float: left;
    border: 1px solid;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 10px;
}
.ext_bottom_footer {
	background: #171717;
	padding: 20px 0px;
}
/* .ext_bottom_footer_copyright {
	float:left;
	width:50%; 
} */
.ext_bottom_footer_copyright p{
	 float:left;
	width:100%; 
	margin:0px;
	color:#ffffff;
    margin-top: 5px;
}
.brand-carousel-caption button {
    margin-bottom: 26px;
}
.ext_brand_img  img {
    max-width: 170px;
}

.ext_bottom_footer_copyright p a {
	color: #0dd1cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_bottom_footer_copyright p a:hover {
	text-decoration: none;
	color: #0dd1cf;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/* .ext_bottom_footer_icon {
	float: right;
} */
.ext_bottom_footer_icon ul{
	margin:0px;
	padding:0px;
}
.ext_bottom_footer_icon li {
    display: contents;
	list-style:none;
}
.ext_bottom_footer_icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 100%;
    background-color: #3f3f3f;
    text-align: center;
    margin: 0px 5px;
    color: #ffffff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.ext_bottom_footer_icon li a:hover {
	background-color: #0dd1cf;
	color: #ffffff;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
/*---------- footer css End  ----------*/
section.page-title {
    background-image: url(images/slider/sl2.jpg);
    position: relative;
    width: 100%;
    display: flex;
    padding: 100px 0;
}
section.page-title .outer-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
section.page-title h1 {
    margin: 0;
}
section.page-title ul.bread-crumb {
    display: flex;
    margin: 0;
}
section.page-title ul.bread-crumb span {
    margin-right: 8px;
    color: #0cd1cf;
}
section.page-title li {
    list-style: none;
    margin: 0 10px;
    position: relative;
}
section.page-title ul.bread-crumb li:first-child:after {
    position: absolute;
    content: "\f054";
    font-family: FontAwesome;
    font-weight: 900;
    font-size: 10px;
    right: -15px;
    top: 61%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}



p.wh_para {
	padding-bottom: 8px;
}
button {
    font-family: "Sigmar One", cursive;
    letter-spacing: 1px;
    height: 38px;
    width: 150px;
    background: rgb(0, 89, 255);
    color: rgb(255, 255, 255);
    font-size: 16px;
    border: none;
    border-radius: 5px;
    padding: 10px 20px;
    transition: all 0.3s ease-out;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-1
{
	position: relative;
	z-index: 1;
	background: #000;
    margin-top: 20px;
    
}
.btn-1:hover{
	cursor: pointer;
	/* color: #111111; */
    color: #fff;
}
.btn-1:before{
	content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #0cd1cf;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.btn-1::after{
	content: " ";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #0cd1cf;
    
    top: 0;
    right: 0;
    border-radius: 5px;
    z-index: -1;
    transition: all 0.3s ease-out;
}
.btn-1:hover::after{
	width: 0;
   
}
.btn-1:hover::before{
	width: 0;
   
}

.owl-theme .owl-controls .owl-buttons div {
    border-radius: 10px;
    border: 1px solid #eee;
    background-color: #0000;
    background-color: #fff;
    color: #c3bdbd;
}
.owl-theme .owl-controls .owl-buttons div:hover {
    background: #0cd1cf;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    color: #fff;
}
.ext_works_slider .owl-controls.clickable {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 30px;
}
.fa-sign-in::before {
    margin-right: 8px;
}
.fa-user-plus:before {
   
    margin-right: 10px;
}
.ext_service_box i:hover,.ext_service_box:hover i{
    box-shadow: 0 0 0 1rem transparent;
    animation: pulse 1s;
}
@keyframes pulse {
    from {
      box-shadow: 0 0 0 0 #AAAAAA;
    }
  }

  .ext_contact {
    position: relative;
    padding: 0 0 50px 0;
}
  .ext_contact .contact-info {
    position: relative;
    z-index: 2;
    width: 90%;
    margin-left: 5%;
    margin-top: -90px;
    background: #0cd1cf;
    box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
    border-radius: 6px;
    padding: 30px;
}
.ext_contact .item {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
}
.ext_contact .item i {
    color: #fff;
    padding-right: 10px;
}
.ext_contact ul.social {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
    margin-bottom: 0;
    padding: 0;
}
.ext_contact ul.social li i {
    font-size: 24px;
    padding: 0 9px;
    color: #fff;
}
.ext_contact ul.social li {
    display: inline-flex;
    list-style: none;
    color: #fff;
}
.ext_contact .contact-info .txt {
    color: #fff;
}
.ext_contact .contact-info .txt {
    color: #fff;
}
.ext_contact .contact-info .txt {
    color: #fff;
}
.ext_contact .contact-info .txt span a {
    color: #fff;
}
.ext_contact .item i{
    color: #fff;
}
.ext_contact .ext_contact {
    position: relative;
    width: 100%;
}
.ext_contact .contact-bottom {
    position: relative;
    width: 100%;
    padding: 0 0 60px 0;
}
.ext_contact .ext_bnr_form input[type="text"], .ext_bnr_form select, .ext_bnr_form textarea {
    width: 100%;
    height: 50px;
    padding: 0px 20px;
    background-color: #0000;
    margin-bottom: 30px;
    border-radius: 3px;
    border: 1px solid #eee;
}
.ext_contact .ext_bnr_form  textarea {
    height: 133px;
    padding: 15px 20px;
    border: 1px solid #eee;
}
.ext_contact .ext_btn {
    display: block;
}
.ext_contact h5 {
    font-size: 24px;
    color: #0cd1cf;
}
.ext_contact .ext_heading {
    padding: 50px 0;
}
.ext_our_achivement_wrapper {
    position: relative;
    width: 100%;
    padding: 80px 0;
    overflow: hidden;
}
.ac_achivment {
    display: flex;
    align-items: baseline;
    flex-direction: row;
    border-right: 1px solid #eee;
}
.ac_achivment.brd_none {
    
    border-right: 1px solid #0000;
}
.ext_bottom_copyright_main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.item img{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    animation-name: slideInDown;
    animation-duration: 2s;
    animation-iteration-count: 1;
    animation-timing-function: linear;
    -webkit-animation-name: slideInDown;
    -webkit-animation-duration: 2s;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: slideInDown;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: 1;
    -moz-animation-timing-function: linear;
    -ms-animation-name: slideInDown;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: 1;
    -ms-animation-timing-function: linear;
}

.ac_achivment span {
    padding-right: 23px;
}
.ac_achivment_data h5 {
    line-height: 21px;
}
.ac_achivment span {
    padding-right: 31px;
}
.ac_achivment_data h3 {
    font-size: 42px;
    font-weight: 800;
    margin: 0;
}
.ac_achivment  img {
    width: 42px;
}

.brand.owl-theme .owl-dots{
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    padding-left: 0;
    margin-left: -30%;
    text-align: center;
    list-style: none;
}

.brand.owl-theme .owl-dots .owl-dot span{
    width: 15px;
    height: 15px;
    background-color: #0dd1cf;
    margin: 0 5px;
    transition: all 0.3s ease-in-out;
}

.brand.owl-theme .owl-dots .owl-dot.active span{
        margin: 0;
        width: 30px;
        height: 15px;
        border: 1px solid #0dd1cf;
        background-color: #0000;
    }
 .ext_our_achivement_wrapper .ext_heading {
    text-align: center;
    padding-bottom: 100px;
}   

/*Preloader css*/
.preloader {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #fff;
    height: 100%;
    z-index: 99999999999;
}
.preloader .loader {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
}
.preloader.loaderout {
    top: 0;
    -webkit-transition: all 0.80s ease-in-out;
    -moz-transition: all 0.80s ease-in-out;
    -o-transition: all 0.80s ease-in-out;
    -ms-transition: all 0.80s ease-in-out;
    transition: all 0.80s ease-in-out;
    opacity: 0;
    visibility: hidden;
}
/*Go To Top css*/
.scroll-to-top {
    position: fixed;
    bottom: 12px;
    right: 12px;
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: #0cd0cf;
    font-size: 14px;
    line-height: 42px;
    text-align: center;
    z-index: 100;
    cursor: pointer;
    display: none;
}