@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600&amp;display=swap');

body{
	font-size:16px;
	color:#333;
	padding:0px;
	margin:0px;
	font-family: 'Rubik', sans-serif !important;
	overflow-x:hidden;
}
a{
	text-decoration:none !important;
	color:#111;
}

.top-bg{
	background: rgb(47,57,146);
background: linear-gradient(90deg, rgba(47,57,146,1) 25%, rgba(207,30,110,1) 92%);
	padding:6px 0px 6px 0px;
	z-index:999;
	position:relative;
	color:#333;
}

.home-icon{
	font-size:16px;	
	color:var(--theme-color);	
}
.social-media{text-align:right; float:right;}

.social-media ul {
    overflow: auto;
	padding:0px;
	margin:0px;
}
 
.social-media ul li {
    list-style-type: none;
    float: left;
}
 
.social-media ul li a i {
    background: #fff;
    color:#000;
    width: 32px;
    height:32px;
	line-height:32px;
    border-radius: 50px;
    font-size:16px;
    text-align: center;
    margin-right: 10px;
}

.social-media ul li a i:hover {
	background-color:#c51d75;
}

.header-bg{
	height: 165px;
}


.logo{
	padding:5px 0px;
}
.logo img {
    /*width: 260px;*/
     width: 145px;
    height: auto;
    z-index: 999;
    position: absolute;
    background-color: #fff;
    padding:10px;
    border-radius: 0px 0px 8px 8px;
}

 .carousel-indicators {
	bottom:20px;
 
}

.carousel-control.left {
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	z-index:9;
}
.carousel-control.right {
    background-image:none;
    background-image:none;
    background-image:none;
    background-image:none;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
    background-repeat: repeat-x;
	z-index:9;
}


.carousel-indicators li{
	background-color:#373435;
	width:20px;
	height:20px;
	border:3px solid #fff;
	border-radius:0px;
}

.carousel-indicators .active{
	background-color:var(--theme-color);
	width:20px;
	height:20px;
}
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.6)), to(rgba(14, 29, 51, 0.2)));
    background: linear-gradient(to bottom, rgba(14, 29, 51, 0.4), rgba(14, 29, 51, 0.2));
}




.home-bg{
	background-color:#fff;
	padding:50px 0px 50px 0;
	text-align:center;
}

.home-welcome h1{
	font-size:50px;
	font-weight: 600;
	color:var(--theme-color-text);
	text-transform:uppercase;
	margin-top:0px;
}

.home-welcome span{
	font-size:24px;
	font-weight:500;
	color:#010101;
	text-transform:uppercase;
	margin-top:0px;
}

.home-welcome p{
	font-size:16px;
    color: #333333;
	line-height:27px;
	text-align:center;
}

.home-welcome b, strong {
    font-weight: 700;
	letter-spacing:0.5px;
}

.servece-0111{
	position: relative;
	height: 2px;
	width: 64px;
	border-radius: 0 15px;
	background-color: #c51d75;
	display: block;
	margin-bottom: 15px;
	}
.servece-0111:before {
	content: "";
	position: absolute;
	left: 88px;
	width: 14px;
	height: 2px;
	display: block;
	background-color: #c51d75;
}

.servece-0111:after {
    right: auto;
    left: 74px;
    width: 7px;
    content: "";
    position: absolute;
    height: 2px;
    display: block;
    background-color: #c51d75;
}


.products-bg{padding:100px 0; background-image:url(../images/pro-bg.jpg); background-attachment:fixed; background-size:cover; background-repeat:no-repeat;}

.owl-carousel .owl-item .item .owl-img {
 margin:0;
 position:relative;
 transition:all ease 1s;
 -moz-transition:all ease 1s;
 -ms-transition:all ease 1s;
 -webkit-transition:all ease 1s;
 overflow:hidden;
 background:#fff;
 border:1px solid #ccc;
}
.owl-img img{
	height: 277px;
	width:100%;
}
.owl-carousel .owl-item .item .owl-img:after {
 content:" ";
 width:80px;
 height:200px;
 background:#010101;
 position:absolute;
 opacity:0;
 transform:rotate(48deg);
 -webkit-transform:rotate(48deg);
 -moz-transform:rotate(48deg);
 -ms-transform:rotate(48deg);
 -o-transform:rotate(48deg);
 bottom:-119px;
 right:-78px;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s
}
.owl-carousel .owl-item .item:hover .owl-img:after {
 width:150px;
 opacity:1
}
.owl-carousel .owl-item .item .owl-img:before {
 content:"\f0c1";
 color:#fff;
 font-size:17px;
 position:absolute;
 right:0;
 bottom:0;
 font-family:'FontAwesome';
 opacity:0;
 z-index:99;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s
}
.owl-carousel .owl-item .item:hover .owl-img:before {
 right:17px;
 bottom:15px;
 opacity:1
}

.owl-carousel .owl-item .item .industries-info {
 position:relative;
 left:0;
 right:0;
 margin:auto;
 text-align:center;
 z-index:999;
 padding-top:25px;
 transition:all ease .5s;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s
}
.owl-carousel .owl-item .item .industries-info:before {
 content:'';
 position:absolute;
 background:#c51d75;
 width:50px;
 height:5px;
 left:20px;
 top:-5px;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s
}
.owl-carousel .owl-item .item:hover .industries-info:before {
 width:100px;
 background:#070707;
}
.owl-carousel .owl-item .item .industries-info h5 {
 font-size:18px;
 line-height:22px;
 color:#333;
 font-weight:600;
 margin:0;
 position:relative;
 text-align:left;
 padding-left:20px;
 margin-bottom:20px;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s;
 top:-10px;
}
.owl-carousel .owl-item .item .industries-info h5:after {
 content:"\f061";
 font-family:'FontAwesome';
 right:0;
 color:#000;
 font-size:15px;
 padding-left:3%;
 -moz-transition:all ease .5s;
 -ms-transition:all ease .5s;
 -webkit-transition:all ease .5s
}
.owl-carousel .owl-item .item:hover .industries-info h5:after {
 padding-left:5%
}



.bg-section-05{
	padding:00px 0px;
	
}

.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
  background-color:transparent;
}

.tabs-left > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a {
  min-width:100%;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
    float: left;
    margin-right: 19px;
    border-right: 1px solid #ddd;
    left: -214px;
    position: absolute;
    z-index: 99;
    top: 31px;
}

.tabs-left > .nav-tabs > li > a {
	color:#000000;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color:#fff;
  border-radius: 30px 0 0 30px;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color:transparent;
  *border-right-color: transparent;
}

.application06{margin:0px; padding:0px;}

.flaticonv6-philosophy {
    height:36px;
    width: 36px;
    min-width: 36px;
    background-color: #fff;
    font-size:20px !important;
	line-height:36px !important;
    color: #010101;
    position: relative;
    border-radius:36px;
    margin-right: 12px;
    box-shadow: 0 6px 9px rgb(0 0 0 / 6%);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
	text-align:center;
}

.ct-tab-title{
    cursor: pointer;
    font-size:20px;
    font-weight: 700;
    color: #000;
    background-color: #f4f4f4;
    border-radius: 30px 0 0 30px;
	box-shadow: 0 6px 9px rgb(0 0 0 / 6%);
    display: flex !important;
    flex-wrap: nowrap !important;
    align-items: center !important;
    margin-bottom: 8px !important;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    cursor: pointer;
    font-size:20px;
    font-weight: 700;
    color: #fff;
    background-color: #c51d75;
    border-radius: 30px 0 0 30px;
    display: flex !important;
    flex-wrap: nowrap !important;
	box-shadow: 0 6px 9px rgb(0 0 0 / 6%);
    align-items: center !important;
    transition: all .25s cubic-bezier(.645,.045,.355,1);
	}

.box-tab{
	/*padding:15px;*/
    line-height: 30px;
    background-color: #fff;
    margin-left:11px;
	text-align:justify;
	padding-right:12%;
	/*padding-top:30px;*/
}

.products-about {
    font-size:40px;
    color: #c51d75;
    font-weight: bold;
    text-transform: uppercase;
	text-align:center;
}



.box-5{ padding:0px;}


.ask-our-bg{

	padding-bottom:50px;
	padding-top:30px;
}
.box-top{
	padding:40px 0px;
}

.box-3{
	border:1px solid #CCC;
	padding-bottom:15px;
}

.box-3 h4{
	font-size:22px;
	color:#010101;
	margin:0px;
	text-align:center;
	padding:10px;
	}
.box-3 img{
	width:100%;
	height:auto;
}
.box-3 p{
	font-size:15px;
	color:#444;
	margin:0px;
	text-align:center;
	padding:0px 10px;
	line-height:25px;
}
.why-heading{
	padding-top:30px;
	padding-bottom:30px;
	text-align:left;
}
.why-heading h3{
	font-size:40px;
	color:#010101;
	text-transform:uppercase;
	margin-top:0px;
	font-weight:100;
}
.why-heading p{
	font-size:15px;
	color:#333;
	line-height:28px;
}
.box-po{
	padding-bottom:20px;
	padding-top:10px;
}

.quality-01{
	background-color:#fff;
	border:1px solid #ccc;
	padding:15px 10px 10px 10px;
	text-align:center;
	border-radius:8px;
}

.quality-01 img{
	width:100%;
	height:auto;
}

.quality-01 h3{
	font-size:20px;
	color:#000;
	font-weight:500;
	padding:15px 15px 10px 15px; 
	margin:0px;
	line-height:28px;
}

.quality-01 p{
	text-align:center;
	margin:0px;
	color:#333;
	font-size:13px;
	line-height:24px;
	padding:0 15px 10px 15px; 
}

.list-icon {
	color:#010101;
	text-align:center;
	font-size:50px !important;
}



.section-full{
	padding:40px 0px;
}

.shadow-bg-white{
	background-color: #fff!important;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
	padding-left:20px;
    padding-right:10px;
	padding-bottom:20px;
    padding-top: 30px;
	min-height:350px;
}

.icon-v{
   font-size:60px !important;
   color:#c51d75;
}

.shadow-bg-white h3{
	font-size:35px;
    color: #010101;
	position:relative;
	z-index:999;
	font-family: 'Teko', sans-serif;
}
.shadow-bg-white-01 {
    position: absolute;
    content: "1";
    color: rgba(210, 210, 210, 0.2);
    font-weight: 500;
    font-size: 114px;
    text-transform: uppercase;
    top: 0;
    right: -57%;
    width: 100%;
    font-family: 'Teko', sans-serif;
}
	
.shadow-bg-white p{padding-top:25px;}




.animate_line{
	position:relative;
	z-index:0;
	padding: 15px 15px;
}
.animate_line:after,
.animate_line:before{
	content: "";
	height: 4px;
	width: 0px;  
	position: absolute; 
	transition: all 0.5s ease 0s; 
	-webkit-transition: all 0.5s ease 0s; 
	z-index: -1; 	
}
.animate_line:after { 
  left:5px; 
  bottom: 5px; 
}
.animate_line:before { 
  right: 5px; 
  top: 5px; 
}
.animate_line:hover:after,
.animate_line:hover:before{ 
	width: 50%; 
	height:50%;
	background: #010101; 
}




#footer-01{
	background-color:#f4f3f7;
	padding:10px 0px 0px 0px;
	/*background-image:url(../images/footer_image.jpg); */
	background-repeat: no-repeat;
	background-size:contain;
	color:var(--theme-color);
}
.servece-01{
	line-height:25px;
	padding:20px 15px 0px 30px;
	color:#111;
	font-size:14px;
	}
.servece-01 img{width:215px; height:auto;}
.servece-01 p{padding-right:10px; text-align:justify; font-size:15px;  padding-top:15px;}

.servece-01 ul{
	padding:0px;
	margin:0px;
	}
.servece-01 ul li {
	background-image:url(../images/free-arrow-next-icon-2825-thumb.png);
	background-repeat:no-repeat;
	background-position:2px 10px;
	padding-left:23px;
	list-style:none;
	padding-top:7px;
	padding-bottom:4px;
	}
.side_tab a {
	
	padding: 10px;

}
.side_tab li{
	margin:10px;

}
.side_tab ul li {
	background-image:url(../images/side_tab_icon.png);
	background-repeat:no-repeat;
	background-position:2px 10px;
	padding-left:23px;
	list-style:none;
	padding-top:7px;
	padding-bottom:4px;
	}
.servece-01 a{
	text-decoration:none;
	color:#111;
	}
.servece-01 a:hover{
	color:#c51d75;
	padding-left:2px;
	font-weight:600;
}
.servece-01 h4{
	font-size:18px;
	color:#111;
	font-weight:600;
	text-transform: uppercase;
}

.servece-Domestic{
	line-height:24px;
	padding:20px 0px 0px 0px;
	color:#111;
	font-size:14px;
}

.servece-Domestic ul{
	padding:0px;
	margin:0px;
	}
.servece-Domestic ul li {
	background-position:12px 10px;
	padding-left:45px;
	list-style:none;
	padding-top:10px;
	padding-bottom:10px;
	}
.servece-Domestic a{
	text-decoration:none;
	color:#111;
	
	}
.servece-Domestic a:hover{
	color:#c51d75;
	padding-left:2px;
	font-weight:bold;
	text-decoration:none;
}

.servece-Domestic h4{
	font-size: 20px;
	color:#111;
	font-weight:600;
	text-transform: uppercase;
}
.services {border-right:1px dashed #ccc;
}
.services h2{
	font-size: 40px;
	color: #c51d75;
	font-weight: bold;
	text-transform: uppercase;
}



/*Powered by s */
.power-by
{
	color:#fff;
	font-size:15px;
	font-weight:400;
	background-color:#000;
	padding:10px 0px;
	text-align:left;
	
}
.power-by a
{
	color:#111;
	font-size:15px;
	font-weight:400;
}
.power{
	text-align:right;
}

.fb-us{
	text-align:right;
}
.fb-us img{
	width:25px;
	height:auto;
}


.we-serve{
	text-align:center;
	padding:30px 0px;
}

.we-serve h2{
	font-size: 30px;
	color:#002774;
    text-transform: uppercase;
    margin-top: 0px;
}
.app-img img{
	margin-top:20px;
	border:1px solid #ccc; 
	padding:2px;
}
.app-img p{
	font-size:16px;
	color:#000000;
	padding-top:7px;
	font-weight:500;
}
.owl-dot{
	display:none !important;
}



/* //what we do */


.medthree_medicle_us
{
    padding-bottom: 60px;
	z-index:999;
	position:relative;
}


span.process-circle {
    display: block;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    border: 5px solid #000;
	margin: 0 auto;
}
.icon_top {
	position:relative
}
.icon_middle {
    padding: 10em 0;
	position:relative
}
.process-direction {
    position: absolute;
    border-top: 3px dotted #000;
    transform: rotate(90deg);
    left: 0%;
    width: 99%;
    top: 104px;
}
.process-direction1 {
    position: absolute;
    border-top: 3px dotted #000;
    transform: rotate(90deg);
    left: 0%;
    width: 99%;
    top: 265px;
}
/*-- /services--*/


#whychoose{
	padding:40px 0;
	background-color:#f8f8f8;
}


.text-lg-right {
    text-align: right !important;
}

.medthree_features_grid{
    background: #c51d75;
	margin-top:15px;
	padding:15px 10px;
}
.medthree_features_grid:hover{
    background: #010101;
}

.medthree_features_grid span {
    font-size: 28px;
    color: #fff;
}

.medicle-why-text-2 h4 {
    font-size:20px;
}

.medicle-why-text p {
    color: #c5c5c5;
}

.pt-md-4{padding-top:25px;}
.rounded{border-radius:5px;}


#application { position: relative; width: 100%; padding: 40px 0 }

#application .application-imfo { position: relative; float: left; width: 100%; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s }
#application .application-imfo:before { content: ''; background: #0000009c; position: absolute; height: 52px; width: 99.2%; bottom: 0; left: 1px; z-index: 2; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s }
#application .application-imfo:hover:before { height: 99.5% }
#application .application-imfo .application-img { position: relative; float: left; width: 100%; border: 1px solid #fff }
#application .col-md-3 { padding: 0!important }
#application .application-imfo .application-title { position: absolute; text-align: center; margin: 0 auto; left: 0; right: 0; bottom: 0; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s; z-index:999; }
#application .application-imfo:hover .application-title { bottom: 20% }
#application .application-imfo .application-title h5 {font-size:20px; line-height: 24px; color: #fff; text-align: center; margin: 0;font-weight: 500; padding-bottom: 15px; z-index: 3 }
#application .application-imfo .application-title h5:before { content: ''; background: #c51d75; width: 0; left: 0; right: 0; bottom: 5px; height: 2px; margin: 0 auto; text-align: center; position: absolute; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s }
#application .application-imfo:hover .application-title h5:before { width: 25% }
#application .application-imfo .application-title img { opacity: 0; z-index: 3; position: absolute; left: 0; right: 0; top: 0; margin: 0 auto; bottom: 0; transition: all ease .3s; -moz-transition: all ease .3s; -ms-transition: all ease .3s; -webkit-transition: all ease .3s }
#application .application-imfo:hover .application-title img { opacity: 1; top: -85px; -webkit-animation: pulse 2s infinite; -o-animation: pulse 2s infinite; animation: pulse 2s infinite }



.clients-logo { background-color:#000; padding:50px 0 }
.clients-logo h3{ font-size:34px; }
.clients-logo img {border: 1px solid #ccc;margin-right: 20px;padding: 3px;}


.examinations{text-align:center; padding-top:30px;}
.examinations h2{color: var(--theme-color-text); text-align:center; font-size:30px; line-height:normal;}
.home-welcome h2{color: var(--theme-color-text);  font-size:30px;}
.examinations p{text-align:center; padding:5px 14%;
    color: #333333;
    line-height: 30px;
  }
  
.package ul{padding-left:0px;margin-bottom:0;}
.package ul li {background-image: url(../images/free-arrow-next-icon-2825-thumb.png);background-repeat: no-repeat;background-position:0px 9px;padding-left:25px;list-style: none;text-align: left;padding-top: 1px;padding-bottom: 1px;font-size: 16px;color:#333;line-height: 33px;letter-spacing: .5px;}



.read-more {
	color:#333;
	border:2px solid #c51d75;
	font-size:16px;
	font-weight:400;
	padding:8px 15px;
	margin-top: 20px !important;
	border-radius:5px;
}
.read-more:hover {
	color: #fff;
	background-color:#010101;
	text-decoration:none;
	border:2px solid #010101;
}


.product-banner-part{background:#000;padding:120px 0px;background-image:url(../images/page-banner2.jpg); margin-top:5px;   text-align:center;}
.product-banner h1{font-size:40px;letter-spacing: 0.4px;background-color:#00000050; display:inline-block; padding:10px 15px; line-height: 60px;margin:0px;font-weight:600;color:#fff;text-align:center;text-transform:uppercase; border-radius:5px;}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom:none !important;
}

.page-header .breadcrumb {
	background: none !important;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 1;
	color:#FFF !important
}
.page-header .breadcrumb  a{
	color:#FFF;
}


.page-header .breadcrumb > li  {
	display: inline-block;
	font-size: 15px;
	text-shadow: none;
	color:#FFF;
}

.page-header .breadcrumb > li + li:before {
	color: #FFF;
	opacity: 0.5;
	content: "\f105";
    font-family: 'Fontawesome';
	font-weight: 900;
	padding: 0 7px 0 5px;
}

.page-part{background-color:#fff;padding-top:30px; padding-bottom:30px;}
.page-part-text h2{font-size:30px;color: #c51d75; font-weight:600; border-left:5px solid #ccc; padding-left:10px;}
.page-part-text h3{font-size:30px;color: #c51d75; font-weight:600; border-left:5px solid #ccc; padding-left:10px;}
.page-part-text h4{font-size:18px;color: #1a1a18; font-weight:600; margin-top:-5px;}
.page-part-text p{font-size:17px;color: #333;line-height:29px;margin-bottom:10px;text-align:justify;}
.page-part-text td{font-size:17px;color: #333;line-height:29px;margin-bottom:10px; border:1px solid #ccc; padding:5px 10px;}
.page-part-text img{width:100%; height:auto;}
.page-part-text img:hover{transform: translateY(10px);    transition: .5s ease;}
.page-part-img img{width:100%; height:300px; border:1px solid #ccc; margin-bottom:25px;}
.page-part-img img:hover{transform: translateY(10px);    transition: .5s ease;}
.page-pd{padding-top:30px;}


.contact-box{background:#fff;padding: 10px; color:#c51d75; margin-top:50px; text-align:center; border-radius:30px; margin-bottom:20px; height:250px; box-shadow: -3px -1px 13px 2px rgba(90,88,88,0.75);
-webkit-box-shadow: -3px -1px 13px 2px rgba(90,88,88,0.75);
-moz-box-shadow: -3px -1px 13px 2px rgba(90,88,88,0.75); border:#c51d75 3px solid;}
.page-text{font-size:23px; color:#000; font-weight:600px; padding:5px;}	
.product-menu{
	overflow:scroll;
	height:350px;
	width:100%
}

.contact{
	padding: 50px 0 0 0; 
}
.contact .address-box{
	text-align: center;
	width: 100%;
	padding: 0px 20px;
	margin-bottom:55px;
	border-radius: 10px;
	background-color:#f2f2f4;
	position: relative;
	box-shadow: 0 0 10px 0 #ccc;
	font-size:18px;
	line-height:30px;
	border: 5px solid #ffffff;
}
.contact .address-box .add-image{
	background-color: #f2f2f4;
	border-radius: 50%;
	position: absolute;
	top:0px;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 1;
	border: 5px solid #ffffff;
	box-shadow: 0 0 10px 0 #ccc;
}
.contact .address-box:hover .add-image{
	animation-name: imganimation;
	animation-iteration-count:1;
	animation-duration: 0.7s;
}
@keyframes imganimation{
	0%{
		transform: translate(-50%, -50%) rotate(0deg);
	}
	50%{
		transform: translate(-50%, -50%) rotate(180deg);
	}
	100%{
		transform: translate(-50%, -50%) rotate(360deg);
		transition-delay: 0.1s;
	}
}
.contact .address-box img{
	padding: 15px;
	width: 60px;
}
.contact .address-box a,
.contact .address-box p{
	padding:5px 0 0 0;
	font-size:18px;
	color: #333;
	line-height:30px;
}
.contact .address-box h3{
	font-size:20px;
	color:#c51d75;
	font-weight:600;
}
.contact iframe{
	width: 100%;
	height: 400px;
	margin: 10px 0 40px 0;
	border: 1px solid #ccc;
	box-shadow: 0 0 10px 0 #ccc;
	border-radius: 5px;
}
.contact .company-text{
	text-align: center;
	font-size:40px;
	font-weight:bold;
	padding:0px 0px 60px 0px;	
}

.contact .company-logo{
	padding: 0 0 80px 0;
	text-align: center;
}
.contact .company-logo img{width:200px;}

.input-group .form-control:last-child, .input-group-addon:last-child {font-size:14px !important;line-height: 24px;}
.input-group .form-control:last-child, .input-group-addon:last-child {font-size:14px !important;line-height: 24px;border-radius: 5px;}
.input-group {position: relative;display: table;border-collapse: separate;margin: 20px 0;width: 100%;}
.Submit-box {background-image:linear-gradient(90deg,#337ab7,#337ab7); border:1px solid #337ab7; color: #fff;padding:10px 15px; font-size:17px;border-radius: 5px;}
.form-control:focus{box-shadow: none !important;}
.virtuonox-text{padding-bottom:20px; }
.virtuonox-text h4{font-size:18px; color:#333;  margin-top:0px; line-height:normal;font-weight: 400;}
.virtuonox-text p{font-size:16px; color:#333;  margin-top:0px; line-height:normal;  padding:5px 15px; display:inline-block; border-radius:5px; margin-top:5px;font-weight: 400;}

.hexagon-box {
    clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
    padding: 16px;
    width: 446px;
    margin-left: -139px;
    margin-top: 0;
}
.hexagon-box img{width:100%; height:auto;}

/*Request A Quote CSS END*/
.right-ok{
	background-image:url(../images/right-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.wrong-icon{
	background-image:url(../images/wrong-icon.png);
	background-repeat:no-repeat;
	background-position: 8px;
}

.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}
.thnak4{margin-top: 50px;}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-group{
	margin:15px !important;
}
.form-group input{
	border-left:5px solid #005496;
}

.form-group textarea{
	border-left:5px solid #005496;
}

.form-group select{
	border-left:5px solid #005496;
}
.Submit-box{
	background-color:#005496;
	border:1px solid #005496;
	padding:10px 15px;
	color:#fff;
	border-radius:5px;
}
.Submit-box:hover{
	background-color:#663333;
	border:1px solid #663333;
}
/*Request A Quote CSS END*/

.city-name h3{font-size:18px}
.city-name .name-list{padding-bottom:15px;}
.city-name .name-list ul{padding:0px; margin:0px;}
.city-name .name-list li{background:#5e5e69;font-size:12px; border-radius: 3px; margin: 2px 2px 2px 2px; padding: 5px 25px 5px 10px;position:relative;display:inline-block; color:#fff;}
.city-name .name-list li:hover{background:#c51d75;}
.city-name .name-list li a{color:#fff;font-size:12px;font-weight: 500;}
.city-name .name-list li a:hover{color:#ebf7ff;}

.read-less-location {
    width: 100%;
    padding: 20px 0px 40px 0px;
    text-align: justify;
}
.read-less-location h4 {
    font-size: 20px;
    color: #ffffff;
    line-height: 40px;
    padding: 0 0 0 0px;
    margin: 0px 0 10px 0px;
    font-weight: 500;
}
.read-less-location a.loc-read {
    font-size: 14px;
    color: #b8e42d;
    line-height: 32px;
    padding: 0 0 0 6px;
    margin: 0 0 0 0px;
    font-weight: 500;
    text-decoration: none;
}

@media only screen and (max-width: 678px){
.working-process-box .arrow{
		display:none;
	}
.title-tag h2 {
    padding-top: -13px;
    font-size: 26px;
    color:var(--theme-color-white);
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 20px;
}
.contact-right{
	display:none;
}

.logo{
	padding-left:15px;
}
#footer-01{background-size:cover;}
.logo img {
    width: 200px;
    height: auto;
    z-index: 999;
    position: relative;
    background-color: #fff;
    padding: 10px;
    border-radius: 0px 0px 8px 8px;
}

.exqute-header-slider {
    height: auto !important;
    min-height:inherit;
}

.carousel-indicators li{
	background-color:#373435;
	width:12px;
	height:12px;
	border:1px solid #fff;
	border-radius:0px;
}

.carousel-indicators .active{
	background-color:var(--theme-color);
	width:12px;
	height:12px;
}
.exqute-header-slider img{
	height:180px !important;
	height:auto;
}
.icon-box1{float:left; width:50%;
}
.well-text {
   left:0px;
   padding: 15px 15px;
   position:relative;
}
.home-box{margin-bottom:30px;}
.play-segments h2 {
    font-size: 35px;
}
.footericons img {
    margin-top: -20px;
}
.quality-01{margin-top:15px;}

.home-bg {
    z-index:1;
}
.well-text h1 {
	
    font-size: 26px;
}
.well-text span {
    font-size: 17px;
    font-weight: 600;
}
.service-heading h2 {
    font-size: 26px
}
.why-heading h2 {
    font-size: 26px
}
.ask-our-bg {
    background-size: contain;
	padding-bottom:5px;
  }
 .top-bg{display:none;}
}


/* ============================================================== 
     # Services
=================================================================== */

.section-together {
  overflow: hidden;
}

.services-inc-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-inc-area.half-bg::after {
  background-image: url(assets/banner1.jpg);
 
  background-size: cover;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.services-inc-area.circle-shape.half-bg::before {
    position: absolute;
    right: -100px;
    top: -200px;
    content: "";
    height: 450px;
    width: 450px;
    border: 60px solid #1cb9c8;
    border-radius: 50%;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}

.services-inc-area.inc-colum .equal-height {
  margin-bottom: 30px;
}

.services-items.colum-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -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: 15px 22px;
}

.services-area .services-items .item i {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1cb9c8;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}

.services-area .services-items .item i::after {
  border-bottom: 2px solid #263e88;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid #263e88;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.services-area .services-items .item:hover i::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.services-area .services-items .item a:hover {
  color: #263e88;
}

/* Services Shadow */

.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}

.services-area.shadow .services-items .item:hover:after {
  background: #ffffff;
  opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
  color: #666666;
  opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
  color: #1cb9c8;
  opacity: 1;
}

.services-area.shadow .services-items .item a {
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}



/* ============================================================== 
     # Skill
=================================================================== */
.skill-area.full .row {
  display: flex;
}

.skill-area.full .skill-items {
  padding: 80px;
}

.skill-area.full .skill-items h2 {
  margin-bottom: 50px;
}

.skill-area .info {
  padding-right: 30px;
}

.skill-area .skill-items {
  margin-top: 30px;
}

.skill-area .info h2 {
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.skill-area .info h2 span {
  color: #1cb9c8;
}

.skill-area .skill-items .progress {
  background: #e7e7e7 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  height: 5px;
  margin-bottom: 25px;
}

.skill-area .skill-items .progress .progress-bar {
  background: #1cb9c8 none repeat scroll 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

.skill-area .skill-items .progress-box:last-child .progress {
  margin-bottom: 0;
}

.skill-area .skill-items .progress-box h5 {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
}

.skill-area .tab-content h2,
.skill-area .tab-content h3,
.skill-area .tab-content h4 {
  font-weight: 500;
  text-transform: capitalize;
}

.skill-area .tab-items .nav-pills a {
  border: medium none;
  border-radius: inherit;
  float: left;
  font-weight: 600;
  margin-bottom: 0;
  margin-right: 50px;
  padding: 10px 0;
  position: relative;
  text-align: left;
  z-index: 1;
}

.skill-area .tab-items .nav-pills .active a,
.skill-area .tab-items .nav-pills a:focus {
  background: transparent none repeat scroll 0 0;
  color: #263e87;
}

.skill-area .tab-items .nav-pills a:hover {
  color: #263e87;
  background: transparent none repeat scroll 0 0;
}

.skill-area .tab-items .nav-pills {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 25px;
  margin-top: -10px;
}

.skill-area .tab-items .nav-pills .active a::after {
  background: #263e87 none repeat scroll 0 0;
  bottom: -2px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 60px;
}

.skill-area .tab-content p:last-child {
  margin-bottom: 0;
}
.default-padding {
  padding-bottom: 30px;
  padding-top: 40px;
}









/* ============================================================== 
     # Services
=================================================================== */

.section-together {
  overflow: hidden;
}

.services-inc-area.half-bg {
  position: relative;
  z-index: 1;
}

.services-inc-area.half-bg::after {
  background-image: url(assets/banner1.jpg);
 
  background-size: cover;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.services-inc-area.circle-shape.half-bg::before {
    position: absolute;
    right: -100px;
    top: -200px;
    content: "";
    height: 450px;
    width: 450px;
    border: 60px solid #1cb9c8;
    border-radius: 50%;
}

.services-area .services-items .equal-height {
  margin-bottom: 30px;
  right: -1px;
}

.services-inc-area.inc-colum .equal-height {
  margin-bottom: 30px;
}

.services-items.colum-items .single-item {
  margin-bottom: 30px;
}

.services-area .services-items .item {
  background: #ffffff none repeat scroll 0 0;
  -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: 15px 22px;
}

.services-area .services-items .item i {
  border: 1px solid #e7e7e7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #1cb9c8;
  display: inline-block;
  font-size: 50px;
  height: 100px;
  line-height: 95px;
  position: relative;
  text-align: center;
  width: 100px;
}

.services-area .services-items .item i::after {
  border-bottom: 2px solid #263e88;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border-left: 2px solid #263e88;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.services-area .services-items .item:hover i::after {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area .services-items .item .icon {
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
}

.services-area .services-items .item h4 {
  font-weight: 600;
  text-transform: capitalize;
  display: block;
}

.services-area .services-items .item p {
  margin: 0;
}

.services-area .services-items .item a {
  color: #666666;
  display: inline-block;
  font-weight: 600;
  margin-top: 10px;
  text-transform: uppercase;
}

.services-area .services-items .item a:hover {
  color: #263e88;
}

/* Services Shadow */

.services-area.shadow .services-items .item {
  background: transparent none repeat scroll 0 0;
  border: 1px solid rgba(255, 255, 255, 0.3);
  box-shadow: inherit;
  position: relative;
  z-index: 1;
  border-radius: 8px;
}

.services-area.shadow .services-items .item::after {
  background: #1d2024 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  border-radius: 8px;
}

.services-area.shadow .services-items .item:hover:after {
  background: #ffffff;
  opacity: 1;
}

.services-area.shadow .services-items .item i,
.services-area.shadow .services-items .item h4,
.services-area.shadow .services-items .item p,
.services-area.shadow .services-items .item i {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  -ms-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}

.services-area.shadow .services-items .item:hover p,
.services-area.shadow .services-items .item:hover h4 {
  color: #666666;
  opacity: 1;
}

.services-area.shadow .services-items .item:hover i {
  color: #1cb9c8;
  opacity: 1;
}

.services-area.shadow .services-items .item a {
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i {
  border: medium none;
  color: #ffffff;
  height: inherit;
  line-height: inherit;
  width: inherit;
  border-radius: inherit;
}

.services-area.shadow .services-items .item a i {
  float: right;
  font-size: 14px;
  margin-left: 3px;
  margin-top: 1px;
  color: #1cb9c8;
}

.services-area.shadow .services-items .item i::after {
  border: none;
  border-radius: inherit !important;
}


/* Thumbnail Services */

.services-inc-area .services-items .item {
  box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
}

.services-inc-area .item .thumb {
  position: relative;
  z-index: 1;
}

.services-inc-area .item .overlay > a {
  bottom: 0;
  display: flex;
  left: 0;
  width: 100%;
  padding: 15px 30px;
  position: absolute;
  z-index: 1;
  align-items: center;
}

.services-inc-area .services-items.overlay-gap .item .overlay > a {
  bottom: 10px;
  left: 10px;
  right: 10px;
  width: auto;
}

.services-inc-area .services-items.overlay-gap .item .overlay i {
  font-size: 40px;
}

.services-inc-area .item .thumb .overlay > a::after {
  background: #000000 none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0.7;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.services-inc-area .item .overlay i {
  color: #ffffff;
  display: inline-block;
  font-size: 50px;
}

.services-inc-area .item .overlay h4 {
  border-left: 1px solid #ffffff;
  margin-left: 15px;
  padding-left: 15px;
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 18px;
}

.services-inc-area .item .overlay h4 a {
  color: #ffffff;
}

.services-inc-area .item .overlay > a {
  color: #1cb9c8;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 5px;
}

.services-inc-area .item .info {
  background: #ffffff none repeat scroll 0 0;
  padding: 30px;
}

.services-inc-area .item .info a {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.services-inc-area .item .info a:hover {
  color: #263ea5;
}

.services-inc-area .services-carousel .owl-nav {
  margin: 0;
}

.services-inc-area .services-carousel .owl-nav .owl-prev, 
.services-inc-area .services-carousel .owl-nav .owl-next {
  background: transparent none repeat scroll 0 0;
  color: #1cb9c8;
  font-size: 30px;
  height: 40px;
  left: -50px;
  line-height: 40px;
  margin: -20px 0 0;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 40px;
}

.services-inc-area .services-carousel .owl-nav .owl-next {
  left: auto;
  right: -50px;
}

.services-inc-area .services-items.services-carousel .owl-dots {
  margin: -25px 0 0;
  position: absolute;
  right: -45px;
  top: 50%;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot {
  display: block;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot span {
  background: #ffffff none repeat scroll 0 0;
  border: 2px solid #cccccc;
  height: 20px;
  margin: 10px 0;
  width: 20px;
}

.services-inc-area .services-items.services-carousel .owl-dots .owl-dot.active span {
  background: #1cb9c8 none repeat scroll 0 0;
  border-color: #1cb9c8;
}


/* Services item cell */

.services-area .services-items.item-cell .item .icon, 
.services-area .services-items.item-cell .item .info {
  display: table-cell;
  vertical-align: bottom;
}

.services-area .services-items.item-cell .item .info {
  padding-left: 25px;
}

.services-area .services-items.item-cell .item {
  padding: 50px 20px;
}

.services-area .services-items.item-cell .item .icon {
  position: relative;
  z-index: 1;
}

.services-area .services-items.item-cell .item .icon span {
  font-family: "Poppins",sans-serif;
  font-size: 30px;
  font-weight: 900;
  left: 0;
  opacity: 0.06;
  position: absolute;
  top: 0;
}

.services-area .services-items.item-cell .item .icon i {
  border: medium none;
  height: inherit;
  line-height: inherit;
  width: inherit;
}

.services-area .services-items.item-cell .item .icon i::after {
  display: none;
}

.services-items .info h4{

	color: #fff;
	margin-top: 25px;
	text-transform:uppercase !important;
}
.service-heading .info h4{

	color: #111;
	margin-top: 25px;
	text-transform:uppercase !important;
}

@media(max-width :420px)
{
	.about_image img{
		width: 390px;
	}
}



/*============ client icon ==========*/

.address-box ul {
    list-style-type: none;
    margin-left: 10px;
}

.address-box ul li {
    margin-bottom: 12px;
    margin-left: -10px;
    display: flex;
    align-items: center;
}

 .address-box ul li {
    background-image:url(../images/free-arrow-next-icon-2825-thumb.png);
	background-repeat:no-repeat;
	background-position:2px 10px;
	padding-left:23px;
	list-style:none;
	padding-top:7px;
	padding-bottom:4px;
	}
}
