@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

body {
    font-family: "Roboto", sans-serif;
    line-height: 1.8;
    font-size:14px;
    overflow-x: hidden;
}

a,
a:hover,
a:focus {
    color: #000;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

img {
    width: 100%;
    max-height: 100%;
}

.mrt-30 {
    margin-top: 30px;
}

.mr30 {
    margin: 30px 0;
}
.anchor{
    cursor: pointer;
}
button {
    background: transparent;
    border: 0;
}

.pd30 {
    padding: 30px 0;
}

.pdt30 {
    padding-top: 30px;
}

.alert {
    padding: 15px;
    margin-top: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 24px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.section-title {
    text-align: center;
    margin-bottom: 8px;
}

.section-title h4 {
    text-transform: capitalize;
    overflow: hidden;
    padding-bottom: 2px;
}
.section-title h1 {
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    overflow: hidden;
    padding-bottom: 2px;
    text-align: left;
    line-height: 1.4;
    border-right: 2px solid #E91D26;
    font-size: 32px;
}
.section-padding {
    padding: 25px 0;
}
.section-title h2 {
    font-weight: 700;
    text-align: center;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    font-weight: 100;
    display: inline-block;
    font-weight: 400;
    color: #000;
}

/*.section-title h2:hover:after{*/
/*    width:15%;*/
/*}*/
/*.section-title h2:hover:before{*/
/*    width:15%;*/
/*}*/
.section-title h2 span {
    color: #000;
}

.section-title-description p {
    line-height: 1.9;
    margin-top: 15px;
}
.hover-button a {
    display: inline-block;
    color: #fff;
    padding: 10px 30px;
    background: #007eca;
    transition: 0.5s;
}

.hover-button a:hover {
    border-radius: 5px;
}

.serve-btn a {
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 5px;
    transition: all .5s ease; 
}
.serve-btn a:hover {
    background: #292885;
    color:#fff;
}
/*===============top header css start=============*/


.header-top-left i {
    font-size: 16px;
    color: #fff;
    margin-right: 5px;
}
.header-top {
    background: #B3367A;
    padding: 8px 0;
}
.header-top-left {
    text-align: left;
}
.header-top-left ul li {
    margin-right: 10px;
    display: inline-block;
}
.header-top-left ul li a{
    color: #fff;
}
.header-top-left ul li span {
    margin-left: 12px;
    color: #fff;
}
.header-top-right{
    text-align: right;
}

.header-top-right ul li {
    cursor: pointer;
    display: inline-block;
}
.header-top-right ul li a{
    color:#fff;
}
.header-top-right .facebook {
    border: 1px solid #4267B2;
    color: #000;
}
.header-top-right .linkedin {
     border: 1px solid #1cb7eb;
}
.header-top-right .googleplus {
     border: 1px solid #e6694a;
}
.header-top-right ul li a {
    color: #fff;
    width: 25px;
    margin: 0 0;
    display: inline-block;
    border-radius: 5px;
    height: 30px;
    text-align: center;
    margin-left: 5px;
}
.header-top-right ul li a i {
    color: #fff;
    line-height: 30px;
}


/*====HEADER TOP CSS END====*/

/*===============main header css end=============*/

/*is sticky css*/

.is-sticky .main-header {
    background:#000;
    z-index: 9999 !important;
}


.is-sticky .sub-menu li a {
    padding: 6px 14px !important;
}

.is-sticky .head-call {
    padding: 20px 0;
    text-align: right;
}

.sticky-wrapper .main-header{
    transition: 0.5s all;
    position: absolute;
    width: 100%;
    background:rgba(0,0,0,0.8);
}
#sticker-sticky-wrapper {
  z-index: 999;
    position: relative;
}
/*new menu start*/

.main-header {
    width: 100%;
    background: #fff;
    z-index: 99;
    border-bottom: 1px solid #D71017;
    position: fixed;
}

.dropdow_menu {
    position: relative;
    transition: all .5s ease;
}
.submenu {
    position: absolute;
    width: 200px;
    background: #d71017;
    z-index: 9;
    top: 60px;
    opacity: 1;
    visibility: hidden;
    transition: all .5s ease;
    transform: translateY(40px);
    overflow: hidden;
}
.dropdow_menu:hover .submenu {
    visibility: visible;
    transition: all .2s ease;
    top: 25px;
}
.submenu li {
    display: block !important;
    border-bottom:1px solid #999;
}
.submenu li a {
    padding: 5px 10px !important;
    margin: 0 !important;
    color: #fff !important;
    text-align: left;
    display: block !important;
}
.submenu li a:hover {
    background: #21a7cc;
}
/*new menu end*/
.main-logo {
    width: 175px;
}
.main-logo img {
    width: 180px;
    transition: 0.5s all;
}


#main-header-sticky-wrapper {
    height: 85px !important;
}
.main-logo a {
    display: inline-block;
    overflow: hidden;
}
.main-menu {
    text-align: right;
}

.main-menu ul li {
    display: inline-block;
    position: relative;
}
.main-menu ul li a {
    color: #d71017;
    text-transform: uppercase;
    display: block;
    padding: 4px 8px;
    margin-top: 25px;
    font-weight: 600;
}

.main-menu ul li a:hover {
    color:#21a7cc;
}
.main-menu ul li .submenu li a {
    padding: 9px 8px !important;
    color: #fff !important;
    text-transform: capitalize;
    padding: 8px 16px !important;
}


.main-menu ul li a:hover {
    border-radius: 0px;
    color: #21a7cc;
}
.main-menu ul li:hover .sub-menu {
    visibility: visible !important;
    opacity: 1 !important;
    left: 0;
    top: 100%;
}
.main-menu ul li .submenu li a:hover {
    border-radius: 0;
    color: #fff !important;
}

.sub-menu li {
    width: 100%;
}

.search-form form {
    background: #D8E7EF;
    overflow: hidden;
    padding: 5px 10px;
    margin-top: 25px;
}
.search-form form input {
    width: 80%;
    float: left;
    border: transparent;
    background: transparent;
}
.search-form form button {
    width: 20%;
    float: left;
}



/*===============main slider css start=============*/

.main-slider {
    position: relative;
}

.slider-item {
    height: 100vh;
    width: 100% !important;
    position: relative;
    z-index: 9;
}
.slider-item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
}
.slider-image {
    height: 100%;
}

.slider-item img {
    height: 100%;
    max-width: 100%;
}

.slider-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	margin: 0 auto;
	max-width: 100%;
	z-index: 99;
	text-align: center;
}
.slider-text p {
    color: #fff;
}
.slider-text h2 {
    color: #fff;
    transition-duration: 30000ms;
    text-transform: capitalize;
    line-height: 1.2;
    font-size: 40px;
}

.slider-text p {
    color: #fff;
    transition-duration: 60000ms;
    display: inline-block;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 20px;
}

.slider-text a {
    text-transform: uppercase;
    font-weight: 300;
    transition-duration: 30000ms;
    color: #fff !important;
}
.slider-text a:hover {
    color:#fff !important;
}

#slider {
    position: relative;
}

#slider.main-slider .owl-dots {
    position: absolute;
    top: 50%;
    right: -50px;
    transform: translate(-50%, -50%);
}

#slider .owl-dots {
    position: absolute;
    left: 0;
    bottom: 0;
    left: 50%;
}

#slider .main-slider button.owl-dot {
    background: #D71017;
    border-radius: 5px;
    color: inherit;
    font: inherit;
    height: 14px;
    margin: 10px 2px;
    padding: 0 !important;
    width: 6px;
    display: inline-block;
}

#slider .main-slider button.owl-dot.active {
    background: #21a7cc;
    height: 20px;
    transition: 0.35s;
}
.main-slider .owl-nav button.owl-prev {
    top: 50%;
    left: 20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #21a7cc;
}

.main-slider .owl-nav button.owl-prev:hover {
    background: #21a7cc;
}

.main-slider .owl-nav button.owl-prev:hover i {
    color: #D71017;
}
.main-slider .owl-nav button.owl-next {
    top: 50%;
    right: 20px;
    position: absolute;
    height: 40px !important;
    width: 40px !important;
    z-index: 999999;
    transform: translateY(-50%);
    transition: 0.5s all;
    border: 1px solid #21a7cc;
}

.main-slider .owl-nav button.owl-next:hover {
    background: #21a7cc;
}

.main-slider .owl-nav button.owl-next:hover i {
    color: #fff;
}

.main-slider .owl-nav button i {
    font-size: 28px !important;
    color: #D71017;
}

.slider-overlay {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
}

.midd-button {
    transition: 0.3s;

}
.midd-button a {
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    margin-left: 0;
    transition: 0.35s ease-in-out;
    text-decoration: none;
    z-index: 1;
    font-weight: 600;
    padding: 10px 30px;
    background: #B31C27;
    border: 1px solid #B31C27;
}
.midd-button a:hover {
    background: transparent;
}


/*===============MAIN SLIDER CSS END=============*/


.about-home-2 {
    position: relative;
    z-index: 1;
    padding: 80px 40px 80px 40px;
}
.home-2-about {
    position: absolute;
    left: 15px;
    bottom: 0px;
    right: 15px;
    top: 0px;
    min-height: 300px;
}
.about-home-2::after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 45%;
    height: 100%;
    background-color: transparent;
    border: 20px solid #dfdfdf;
    z-index: -1;
}
.about-home-2 h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px;
}
.bg-no-repeat {
    background-repeat: no-repeat;
}
.bg-cover {
    background-size: cover;
}
.text-left a {
    background: #65C178;
    padding: 7px 10px;
    color: #fff;
    border: 1px solid #65C178;
    transition: all .5s ease;
    margin-top: 10px;
    display: inline-block;
}
.text-left a:hover {
    background: transparent;
    color:#000;
}


/*===============About css end=============*/

.product-des a {
    font-size: 16px;
    text-transform: uppercase;
    color: #21a7cc;
}
.product-btn {
    width: 50%;
    float: left;
}
.product-price {
    width: 50%;
    float: right;
}
.product-price strong {
    text-align: right;
    display: block;
    /* margin-left: 38px; */
}
.product-item {
	background: #fff;
	overflow: hidden;
	border:1px solid #ddd;
	border-bottom: 5px solid #21a7cc;
	margin-bottom: 30px;
}
.product-des {
    overflow: hidden;
    padding: 10px;
    height: 145px;
}
.product-price strong {
    font-size: 16px;
    color: #35388e;
}
.product-area{
    position: relative;
    z-index: 1;
}

/*===============product css end=============*/
/*======CLIENT LOGO CSS=======*/
.specialist-area {
    padding-bottom: 50px;
    position: relative;
    z-index: 1;
}

.specialist-item {
    background: #3f429f;
    padding: 10px;
    height: 150px;
    width: 150px;
    border-radius: 50%;
    margin-bottom: 30px;
}
.specialist-item img {
    width: 100%;
    border-radius: 50%;
    height: 100%;
}
.specialist-area::after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	z-index: -1;
}
/*===============hcontact css start=============*/
.hcontact {
    background: #E4E3E3;
    position: relative;
}
.contact-link li p {
    margin: 0;
}
.contact-form {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 0 4px #ddd;
}
.sub-title h6 {
	font-size: 20px;
	color: #fff;
}
.hcontact-map {
    background: url(../images/contactmap.jpg);
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 50%;
    content: "";
}
.contact-form input,.contact-form input:focus {
    background: transparent;
    height: 40px;
    border: 1px solid #888;
    color: #000;
    outline: 0 0;
    box-shadow: 0 0;
}
.contact-form textarea,.contact-form textarea:focus {
    background: transparent;
    border: 1px solid #888;
    outline: 0 0;
    box-shadow: 0 0;
    color: #000;
}
.hcontact-title {
    text-transform: capitalize;
    font-weight: 900;
    margin-top: 28px;
    font-size: 28px;
    margin-bottom: 22px;
}
.hsubmit {
    border: 1px solid #87B73D;
    color: #555;
    padding: 7px 15px;
    border-radius: 5px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.quick-contact strong {
    color: #21a7cc;
    margin-right: 8px;
}
/*===============hcontact css end=============*/

/*===============footer css start=============*/
#footer{
    background: #222;
}

.newsletter-area {
    position: relative;
    z-index: 9;
}
.newsletter-area:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    padding: 50px 0;
    z-index: -1;
}
.newsletter-info {
    position: relative;
    z-index: 99;
    padding-top: 100px;
    padding-bottom: 120px;
}
.newsletter-info h1 {
    text-transform: capitalize;
    font-size: 24px;
    float: left;
    color: #fff;
}
.newsletter-info a {
    float: right;
    text-transform: uppercase;
    padding: 8px 27px;
    background: #AF3777;
    color: #fff;
    font-size: 15px;
    display: inline-block;
    font-weight: 600;
    border: 2px solid transparent;
    transition: 0.5s all;
}
.newsletter-info a:hover{
    background: transparent;
    border:2px solid #AF3777; 
    color: #fff;
}
/*===============footer css start=============*/

.footer-top {
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    z-index: 1;
    background: #000 !important;
}

#footer {
    position: relative;
    background: #f5f5f5;
}

.footer-widget h4 {
    color: #fff;
    margin-bottom: 35px;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: relative;
}

.footer-widget {
    padding-right: 30px;
}


.footer-widget a {
    display: block;
    margin: 5px 0;
}

.footer-logo {
    position: relative;
    z-index: 1;
}
.footer-logo{
    overflow: hidden;
}

.footer-logo img {
    padding-top: 10px;
    color: #A9975F;
    width: 90%;
    margin-top: -32px;
}
.footer-widget p {
    color: rgba(255,255,255,0.5);
}
.footer-widget li {
    width: 100%;
}

.latest-post li {
    border-bottom: 1px dotted #444;
}

.footer-widget li:last-child {
    border-color: transparent;
}
.footer-widget ul li a {
    color: rgba(255, 255, 255, 0.5);
    padding-bottom: 5px;
    transition: all .5s ease;
}
.footer-widget ul li a:hover{
    margin-left:2px;
    color:#21a7cc !important;
}

.footer-widget ul li:last-child a {
    border-color: transparent;
}

.footer-widget ul.useful-link li a:hover {
    color: #fff;
}
.footer-bottom {
    padding: 20px 0;
    background: #d71017 !important;
    border-top: 1px solid #21a7cc;
}
.col-sm-6.foot_right {
    border-left: 1px solid #21a7cc;
}
.footer-about {
    color: #0E1140;
}
.footer-gallery {
    width: 30%;
    float: left;
    margin-right: 5px;
}
.copyright p {
    margin-bottom: 0;
    color: #fff;
    z-index: 999;
    position: relative;
}

.copyright span {
    color: #fff;
}

.copyright a {
    color: #93ff0a;
    text-decoration: underline;
    font-weight: bold;
}

/* -----------------------------
		FOOTER SECTION
----------------------------- */
#footer-section {
    background: #192436;
    padding: 20px 0;
}

.footer-cont p {
    color: #fff;
    padding-top: 10px;
    color: #A9975F;
}

.footer-cont p span {
    font-size: 16px;
    color: #fff;
    letter-spacing: 2px;
    text-decoration: underline;
}

.footer-icon li a {
    border: none;
}
.quick-contact li i {
    margin-right: 5px;
    font-size: 16px;
    width: 14px;
    font-weight: 800;
    margin-left: 2px;
}
.useful-link li a i {
    margin-right: 8px;
    color: rgba(255, 255, 255, 0.5);;
    font-size: 16px;
}
.quick-contact li {
    margin: 10px 0;
    display: block;
    overflow: hidden;
}


.footer-widget p {
    font-size: 12.5px;
}
.footer-news-img {
    width: 25%;
    float: left;
    margin-right: 10px;
}
.footer-news-img img {
    height: 55px;
}
.footer-news-text {
    width: 70%;
    float: left;
}
.footer-news-text a {
    color:#fff;
    margin:0;
    transition: all .5s ease;
}
.footer-news-text a:hover {
    color:#21a7cc;
}
.footer-blog-item {
    overflow: hidden;
}

/*===============footer css end=============*/


/*===============all plugin css start=============*/
#scrollUp {
    height: 38px;
    width: 38px;
    background: url('../images/top.png');
    bottom: 50px;
    right: 50px;
    text-indent: -999999px;
    display: inline-block;
    background-repeat: no-repeat;
}

/*===============footer css end=============*/

/*===============bread crumb start====================*/
#breadcrumb {
    background: url(../images/background.jpg);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 115px 0;
    position: relative;
    z-index: 1;
}


.bread-crumb {
    text-align: center;
    padding: 100px 0;
    border-radius: 0;
}

.breadcrumb-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(0,0,0,0.6);
}
.productdlt-image {
    height: 325px;
}

.divider {
    height: 2px;
    width: 10px;
    background: #fff;
    margin-bottom: 4px;
    display: inline-block;
}

.bread-crumb h1 {
    font-size: 30px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0;
}

.bread-crumb ul li {
    display: inline-block;
    color: #fff;
}
.bread-crumb ul li a {
    display: block;
    text-transform: capitalize;
    color: #fff;
    font-size: 16px;
}

.bread-crumb ul .active a {
    color: #21a7cc;
}
.small_text {
    font-size: 14px
}
.social-media a {
    color: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #d71017;
    line-height: 35px;
    text-align: center;
    transition: all .5s ease;
    display: inline-block;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    background: #d71017;
}

.social-media {
    display: flex;
}
.social-media a:hover {
    color: #000;
}
.social-media i {
    font-size: 20px;
}

/*=========bread crumb css end=========*/

/*=========contact page css start=========*/

/*** 

====================================================================
  Contact Area
====================================================================

***/
.contact-area {
    padding-top: 20px;
}

.contact-area .sec-title h6 {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

.contact-area .form-group {
    position: relative;
    margin-bottom: 20px;
}

.contact-area .contact-form input {
    width: 100%;
    height: 50px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #fff;
}

.contact-area .contact-form input:hover,
.contact-area .contact-form input:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}

.contact-area .contact-form textarea {
    width: 100%;
    height: 190px;
    resize: none;
    border-radius: 0px;
    padding-left: 10px;
    border: 1px solid #e5e5e5;
    transition: all 500ms ease;
    color: #fff;
}

.contact-area .contact-form textarea:hover,
.contact-area .contact-form textarea:focus {
    border-color: #3D447F;
    transition: all 500ms ease;
}
 .textareagroup{
    margin-bottom: 0
}
.contact-map {
    position: relative;
}
.contact-map .hcontact-map{
    width: 100%;
}
.contact-area .contact-form .form-group button {
    margin-top: 10px;
    border-radius: 6px;
}

.contact-area .contact-text {
    margin-left: 50px;
}

.contact-area .contact-text .sec-title p {
    line-height: 28px;
    margin-top: -8px;
    padding-bottom: 10px;
    color: #fff;
}

.contact-area .contact-link .item {
    position: relative;
    padding-left: 80px;
    margin-bottom: 30px;
    cursor: pointer;
    color:#fff;
}

.contact-area .contact-link .item strong {
    font-size: 14px;
    line-height: 30px;
    font-weight: 600;
    color: #fff;
    font-family: 'Lato', sans-serif;
}

.contact-area .contact-link .item .icon-box {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 62px;
    height: 62px;
    line-height: 58px;
    text-align: center;
    background: #b3367a;
    border: 4px solid #DD5A25;
    transition: all 500ms ease;
    border-radius: 50px;
}

.contact-area .contact-link .item:hover .icon-box {
    border-color: #65C178;
    transition: all 500ms ease;
}

.contact-area .contact-link .item p a {
    transition: all 500ms ease;
    color:#fff;
}

.contact-area .contact-link .item p a:hover {
    color: #87B73D;
    transition: all 500ms ease;
}

.contact-area .contact-link .item i {
    font-size: 20px;
    color: #ffffff
}

.btn-style-one {
    border: 1px solid #D71016;
    text-transform: capitalize;
    padding: 10px 15px;
    color: #fff;
    border-radius: 0 !important;
    transition: all 500ms ease;
    background: #d71017;
}

.btn-style-one:hover {
    color: #fff;
    background: #d71017;
}
.sec-title h6 {
	font-size: 22px;
	margin-bottom: 10px;
}
/*=========contact page css end=========*/

/*======================================
===
===        gallery page design css
===
========================================
*/

/*===============gallery photo====================*/
item-img {
    position: relative;
    margin-bottom: 30px; 
}

.item-img img {
    height: 100%;
    width: 100%;
}

.item-img {
    position: relative;
    overflow: hidden;
    margin: 14px 0;
    height: 250px;
}

.item-img img {
    height: 100%;
    width: 100%;
    transition: 0.35s;
}

.item-img:hover.item-img img {
    transform: scale(1.2);
}

.item-img-overlay {
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    height: 100%;
    width: 100%;
    transform: translateY(-50%);
    background: rgba(0, 126, 202, 0.8);
    opacity: 0;
    transition: 0.35s;
}

.item-img-overlay i {
    color: #fff;
    font-size: 25px;
}

.item-img:hover .item-img-overlay {
    opacity: 1
}

.item-img-overlay h5 {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 35%;
    transform: translateY(-35%);
    opacity: 0;
    transition: 0.35s all;
    font-weight: 600;
    text-transform: capitalize;
    color: #fff;
}

.item-img-overlay .icons {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 65%;
    transform: translateY(-65%);
    opacity: 0;
    transition: 0.35s all;
}

.item-img:hover .item-img-overlay .sm-titl {
    top: 40%;
    opacity: 1
}

.item-img:hover .item-img-overlay .icons {
    top: 60%;
    opacity: 1
}

.icons span {
    margin: 0 6px;
}


/*===============gallary photo end====================*/

/*===============product details css start====================*/
.productdtl-area {
    border: 1px solid #f5f5f5;
    padding: 30px;
}
.productdtl-info h3 {
    text-transform: capitalize;
    padding: 0;
    margin: 15px 0;
    color: #87B73D;
}
.sidebar-image {
	height: 150px;
	float: left;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
	overflow: hidden;
}
.sidebar-item {
	overflow: hidden;
	margin-bottom: 15px;
}
.sidebar-product {
	padding: 30px;
	background: #f5f5f5;
}
.sidebar-image {
    width: 100%;
    overflow: hidden;
    float: left;
}

.sidebar-image img{
    height: 100%;
}
.sidebar-info h4 {
    text-transform: capitalize;
    color: #222;
    padding: 8px 0;
}
.sidebar-info a {
    border: 1px solid #87B73D;
    display: inline-block;
    padding: 4px 7px;
    text-transform: capitalize;
    color: #fff;
    border-radius: 5px;
    background: #87B73D;
}
.sidebar-info {
    width: 100%;
    display: inline-block;
    float: left;
}
.sidebar-item {
    overflow: hidden;
    padding-bottom: 15px;
    border-bottom: 1px solid #ddd;
}
/*=============product details css end===========*/

/*=============career css start===========*/
.career-img {
    height: 370px;
}
.career-title {
    text-transform: capitalize;
}
.career-title {
    text-transform: capitalize;
    margin-bottom: 20px;
}
.career-img {
    height: 370px;
    margin-bottom: 20px;
}
/*=============career css end===========*/
.sub-menu {
    padding: 14px 12px !important;
}
.sub-menu li {
    padding: 0 0 !important;
}
.sub-menu li a {
    padding: 5px 12px !important;
}
/*==========about page details==========*/
.aboutpage .about-image {
    float: left;
    width: 50%;
}
.aboutpage .about-image img {
    width: 90%;
    margin-bottom: 30px;
}
.about-btn a {
    background: #b21c27;
    padding: 10px 15px;
    text-transform: uppercase;
    color: #fff;
    margin-top: 10px;
    display: inline-block;
    transition: all .5s ease;
}
.about-btn a:hover {
    background: #000;
}
.about-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #000;
}
.about-image {
    position: relative;
    
    height: 385px;
}

.about-section {
    padding: 50px 0;
}
.mv-widget h2 {
    font-size: 25px;
    position: relative;
    display: inline-block;
    padding-bottom: 8px;
    padding-left: 20px;
    margin-bottom: 20px;
}
.ab-widget-inner {
    overflow: hidden;
    margin-bottom: 30px;
}
.ab-widget-img {
    width: 25%;
    float: left;
}
.ab-widget-img img {
    width: auto;
}
.leaf {
    position: relative;
    padding: 10px 0;
}
.leaf i {
    font-size:25px;
    position: relative;
    color:#fff;
}
.leaf i::after {
    content: "";
    position: absolute;
    right: -90px;
    top: 10px;
    height: 2px;
    width: 80px;
    background: #af3777;
}
.section-leaf {
    position: relative;
    padding: 10px 0;
}
.section-leaf i {
    font-size:25px;
    position: relative;
}

.ab-widget-title {
    width: 75%;
    float: left;
}
.ab-widget-title h4 {
    color: #fff;
}
.ab-widget-title p {
    color: #fff;
}
.about-text {
    margin-bottom: 35px;
    color: #333;
    font-size: 18px;
}
.mv-title p {
    font-size: 16px;
}
.mv-widget h2:after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    height:2px;
    width:40%;
    background: #f26723;
}
.font-color nav ul li a {
    color: #000 !important;
}

/*===============Service Area Css ============*/
.service-area {
    position: relative;
    z-index: 9;
    background: #F9F9F9;
}
.serve-image {
    height: 120px;
    width: 120px;
    overflow: hidden;
    position: relative;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 20px;
}
.serve-image img {
    height: 100%;
}


.service-widget {
    margin: 0 auto;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    overflow: hidden;
    background: #fff;
    position: relative;
    padding: 5px;
}

.service-text {
    padding: 20px;
    text-align: center;
}

.serv-image {
    width: 20%;
    float: left;
    padding: 5px;
    margin: 0 auto;
    position: relative;
    z-index: -1;
}
.serv_head {
    color:#000 !important;
}

.serv-image img {
    width: 100%;
    height: 100%;
}
.serve-title a {
    color: #000;
    display: block;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 400;
    margin-bottom: 10px;
}
.service-content h1 {
    padding: 10px 0;
}
.srv_btn {
    color:#000 !important;
}
section.latest-product-area {
    background: #F9F9F9;
}

.serve-text {
    padding: 0 5px;
    margin: 0;
    color:#000;
    text-align: center;
}
.serve-des {
    color: #000;
}
.service-btn {
    position: absolute;
    right: 20px;
    bottom: 10px;
}

.service-slider {
    overflow: hidden;
}
.service-sidebar {
    background: #f5f5f5;
    padding: 15px;
    border-radius: 5px;
}
.service-sidebar h2 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
}
.service-sidebar ul li a {
    display: block;
    font-size: 15px;
    transition: all .5s ease;
}
.service-sidebar ul li a:hover {
    color:#DD5A25;
}
.service-sidebar ul li {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 22px;
}
.service-sidebar ul li:last-child {
    border-bottom:none;
}
.service-content h3 {
    padding: 15px 0;
}
.service-btn a {
    text-transform: uppercase;
    background: #21a7cc;
    height: 40px;
    width: 40px;
    color: #fff;
    text-align: center;
    line-height: 40px;
    display: inline-block;
    transition: all .5s ease;
    border-radius: 50%;
}
.service-btn a:hover {
    background: rgb(237, 28, 36, 0.7) none repeat scroll 0 0;
    transform: scale(9.5);
}
.service-btn a:hover .service-btn{
   margin-top: 40px;
}
.service-btn a:hover i {
    transform: scale(.4);
    margin-left: -30px;
    margin-top: 13px;
    display: block;
}

/* ==========================Product Area Css ==========================*/
.product-widget {
    background: #21a7cc;
    padding: 20px;
    /*border-radius: 5px;*/
    border: 2px solid #fff;
}
.product-area {
    background: #fff;
}
.product-title h4 {
    padding-top: 11px;
    font-size: 18px;
    text-transform: uppercase;
}
.product-title a {
    color: #fff;
}
.product-slider {
    margin-bottom: 30px;
}
.product-image {
    position: relative;
    overflow: hidden;
    transition: all .5s ease;
    border: 5px solid #fff;
    height: 335px;
}
.project-location {
    position: absolute;
    left: 0;
    bottom: -81px;
    width: 100%;
    background: rgba(0,0,0,0.7);
    color: #fff;
    padding: 5px 10px;
    transition: all .5s ease;
}
.product-image:hover .project-location{
    bottom: 0;
}
.project-category {
    margin-bottom: 15px;
}
/* ==================================== quicktech_client_logo Css ======================= */

.clients_logo {
    background: #9999991a;
    padding: 40px 0;
}

.quicktech_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;

}
.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom:30px;

}
.title-top h2 {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #21a7cc;
	background: red;
	display: inline-block;
	color: #fff;
	padding: 10px;
	border-radius: 5px;
	font-size: 18px;
}


.quicktech_our_clients .quicktech_client_logo {
    margin-bottom: 30px;
        height: 120px;
}

.our_portfolio.quicktech_section_padding.portfolio.bgimg {
    margin-bottom: 0px !important;
    padding-bottom: 90px;
}

.about-text h3 {
    margin-bottom: 15px;
}
.tab-content p {
    font-size: 14px;
    padding: 10px;
}
.about-us {
    background: #f5f5f5;
}


/*===========Training Page Css============*/
.training-item {
    padding: 20px;
    box-shadow: 0px 5px 13.5px 1.5px rgba(0, 0, 0, 0.1);
    background: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.training-item h2 {
    font-size: 22px;
    padding: 10px 0;
}

.training-item a {
    background: #160959;
    padding: 7px 20px;
    color: #fff;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

.training-item button {
    background: #282985;
    color: #fff;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 5px;
}
.all-training {
    background: #f5f5f5;
}
.training-details h2 {
    text-transform: uppercase;
    padding-bottom: 12px;
}
.training-details p {
    font-size:16px;
    padding-right: 100px;
}

.contact-persontext iframe {
    width:100%;
}

.service-image {
    height: 400px;
}

.service-image img {
    width:100%;
    height:100%;
}

.cameraCont .imgLoaded {
    margin-top: 0 !important;
}
.cameraSlide {
    position: relative;
}
.cameraSlide img:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: red;
}

.custom-slider{
    position: relative;

}
.custom-slider:after {
    content:"";
    height:100%;
    width:100%;
    position: absolute;
    left:0;
    top:0;
    background: rgba(0,0,0,0.5);
    z-index: 999;
}

/*Modal Css*/

.modal.in .modal-dialog {
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    -o-transform: translate(0,0);
    transform: translate(3px,60px);
}

/*=========Team Member css========*/
.specialist-area.starlight {
	overflow-x: hidden;
}
/*.specialist-area2 {*/
/*	background: #222;*/
/*	padding: 25px 0;*/
/*}*/
/*.specialist-item2 {*/
/*	height: 140px;*/
/*	margin: 15px 0;*/
/*	background: #21a7cc;*/
/*	padding: 5px;*/
/*	border-radius: 5px;*/
/*	position: relative;*/
/*}*/

.clients-logo {
    padding: 20px 0;
}
#specialist {
    position: relative;
    overflow: hidden !important;
    background: #0e1140;
    padding: 20px 0;
}
.specialist-item2 {
    padding: 5px 0;
    transition: all .5s ease;
    background: #fff;
    border-radius: 6px;
    text-align: center;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.specialist-item2 a {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	line-height: 40px;
	transition: all .5s ease;
	
}
.specialist-item2:hover a {
    color:#21a7cc;
    transition: all .5s ease;
}

.counter {
	position: absolute;
	background: #fff;
	border-radius: 50%;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	left: 50%;
	transform: translateX(-50%);
	top: -14px;
}
.specialist-item2 img {
	height: 100%;
}
.specialist-item{
    position:absolute;
    left:0;
    top:0;
    animation: animate 2s linear infinite;
}
@keyframes animate{
    0%{
        bottom: 0;
        left:0;
    }
    50%{
        bottom: 50%;
        left:50%;
    }
    100%{
        left:100%;
        bottom: 100%;
    }
}
.teamtitle {
	border-bottom: 2px solid #21a7cc;
	margin: 18px 0;
}
.teamtitle h4 {
	background: #21a7cc;
	display: inline-block;
	color: #fff;
	padding: 10px 20px;
	border-radius: 15px 16px 0px 0;
}
.team-item {
    background: #f5f5f5;
}
.team-area {
    background: #f2f2f2;
}
.team-text {
    text-align: left;
    padding:10px;
}
.team-text h2 {
    font-size: 18px;
}

.social-icon ul li a {
    width:35px;
    height:35px;
    line-height: 35px;
    border:1px solid #ddd;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin-bottom: 8px;
    color:#fff;
}
.team-img {
	position: relative;
	overflow: hidden;
	transition: all .5s ease;
	height: 225px;
}
.team-img:after {
    position: absolute;
    left:130px;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.5);
    transition: all .5s ease;
    cursor: pointer;
}
.team-img:hover:after{
    left:0;

}
.team-text a {
    text-transform: uppercase;
    color: #21a7cc;
}


.team-img img {
    width:100%;
    height:100%;
}
.social-icon {
    background: #3762ae;
    position: absolute;
    left: -100px;
    top: 50%;
    transform: translateY(-50% ) !important;
    padding: 10px;
    border-radius: 0px 10px 38px 0px;
    border: 1px solid #fff;
    transition: all .5s ease;
}

.team-img:hover .social-icon {
    left:0;
}

.team-text p {
    font-size:16px;
}

.team-menu ul {
    margin: 0 auto 40px;
}
.team-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}
.team-menu ul li.active a, .team-menu ul li a:hover {
    background: #222;
    color: #fff !important;
}
.team-tab ul {
    width:auto !important;
    text-align: left !important
}


/*===========Project Section ===============*/

/* product section
--------------------------*/
#product-section {
    padding: 25px 0 25px;
}
.section-title-left h2{
    text-transform: uppercase;
}
.product-menu h2::first-letter{
    text-transform: uppercase;
}
.product-menu ul {
    text-align: center;
    width: 620px;
    margin: 0 auto 40px;
}
.product-menu ul li{
    display: inline-block;
}
.product-menu ul li.active a, .product-menu ul li a:hover{
    background: #b21c27;
    color: #fff !important;
}
.product-menu ul li a {
    padding: 10px 12px;
    display: block;
    background: #f4f4f4;
    color: #222;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    cursor: pointer;
}

/*product thumb*/
.prod-detl-thumb-title h4{
    font-size: 20px;
    color: #fff;
    padding-bottom: 15px;
}
.prod-detl-thumb figure {
    position: relative;
    box-shadow: 0px 6px 22px #ddd;
}
.prod-detl-thumb .prod-detl-overlay{
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    transition: all linear .3s;
}
.prod-detl-thumb figure:hover .prod-detl-overlay{
    background: rgba(0,0,0,.8);    
}
.prod-detl-thumb figcaption{
    position: absolute;
    top: 50%;
    left: 20px;
    right: 20px;
    z-index: 1;
    transform: translateY(-50%);
    text-align: center;
    opacity: 0;
    visibility: visible;
    transition: all linear .3s;
}
.prod-detl-thumb:hover figcaption{
    opacity: 1;
    visibility: visible;
}
.prod-detl-thumb figcaption .prod-live-prev{
    padding-bottom: 30px;
}
.prod-live-prev li{
    display: inline-block;
}
.prod-detl-thumb figcaption .prod-live-prev li a{
    padding: 5px 10px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 12px;
}
.prod-detl-thumb figcaption .prod-live-prev li a:hover{
    background: #fff;
    color: #000;
}
.prod-detl-thumb figcaption .prod-detl-icon li .prod-detl-share{
    padding: 6px 10px 4px;
    background: #fff;
}
.prod-detl-thumb figcaption .prod-detl-icon li{
    display: inline-block;
}
.prod-detl-thumb figcaption ul li i{
    height: 30px;
    width: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff;
}
.prod-detl-thumb figcaption ul li i:hover{
    background: #fff;
    color: #000;
}

.prod-detl-thumb figure {
    height: 300px;
    margin-bottom: 15px;
}
.prod-detl-thumb figure img {
    width: 100%;
    height: 100%;
}

.modal-open .modal {
    overflow: inherit !important;
}

/*==================*/


/*.probodymodal {
    display: none;
}*/
.probodymodal {
    display: none;
    width: 600px;
    background: #f2f2f2;
    padding: 10px;
    position: absolute;
    left: 50%;
    transform: translate(-50%);
}

.promodal-title {
    padding: 10px 0;
    border-bottom: 1px solid #333;
    margin-bottom: 10px;
}
.popupmenu-close {
    float: right;
}


/*Project Details */
.project-title h3 {
    text-transform: capitalize;
    padding-bottom: 10px;
    margin-bottom: 10px;
    position: relative;
}
.project-title h3:after {
    content: "";
    position: absolute;
    left:0;
    bottom:0;
    width:20%;
    height:2px;
    background: #65C178;
}
.project-slider .owl-next {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev {
    background: #65C178 !important;
    padding: 10px !important;
    display: inline-block !important;
    height: 40px;
    width: 40px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.project-slider .owl-prev i,
.project-slider .owl-next i {
    color:#fff;
    font-size: 20px;
}

.pro-slider-image {
    height: 420px;
}

/*======LATEST NEWS CSS START=======*/
.latest-news {
    position: relative;

}
.single-news-image img {
    height: 100%;
    width: 100%;
}
.main-blog .single-news{
    margin-bottom: 30px;
}
.news-shape {
    position: absolute;
    left: 0;
    top: 0;
}
.single-news {
    background: #fff;
    border-radius: 5px;
    transition: 0.35s all;
    margin-bottom: 40px;
}
.single-news:hover {
}
.single-news-image img {
    border-radius: 5px 5px 0 0;
}
.single-news-text {
    margin-top: 15px;
}
.single-news-text h3 {
    font-size: 20px;
    text-transform: capitalize;
    color: #555;
    margin-bottom: 10px;
}
.single-news-text p {
    line-height: 1.9;
    color: #555;
}
.single-news-image {
    border-bottom: 4px solid #B21C27;
    position: relative;
    height: 280px;
}
.date p {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    background: #B21C27;
    text-transform: capitalize;
    color: #fff;
    padding: 7px 15px;
    transform: translateY(-50%);
    display: inline-block;
}
.searchbar {
    overflow: hidden;
}
.searchbar form {
    border: 1px solid #ddd;
    overflow: hidden;
    float: left;
    width: 100%;
    height: 50px;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar form i {
    width: 20%;
    text-align: center;
    background: #ddd;
    height: 50px;
    float: left;
    line-height: 50px;
    color: #888;
}
.single-blog-image img {
    width: 100%;
}
.single-blog-category {
    padding: 30px 0;
}
.single-blog-category h5 {
    text-transform: capitalize;
    color: #444;
    position: relative;
}
.single-blog-category h5::after {
    position: absolute;
    left: 0;
    bottom: -9px;
    content: "";
    background: #613AC7;
    height: 3px;
    width: 17%;
}
.single-blog-category ul li a {
    text-transform: capitalize;
    border-bottom: 1px dashed #ddd;
    display: block;
    padding: 8px 0;
}

.single-blog-category ul li {
    display: block;
    padding: 5px 0;
}
.blog-btn a {
    font-weight: normal;
    color: #B21C27;
    text-decoration: underline;
    transition:all .5s ease;
}
.blog-btn {
    /* padding-left: 17px; */
    padding-bottom: 20px;
}
.blog-btn a:hover {
    text-decoration: none;
}
.searchbar form input {
    padding: 0px 10px;
    width: 80%;
    height: 50px;
    float: left;
}
.searchbar input {
    border: 1px solid #ddd;
}
.single-blog-category h5 {
    font-size: 22px;
    margin-bottom: 20px;
}
/*=======testimonial css start=========*/
.testimonial-area {
    position: relative;
    z-index: 1;
}
.testimonial-area:after {
    content:"";
    position: absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgba(0,0,0,0.8);
    z-index: -1;
}
.testimonial-name h4 {
    text-align: center;
    color: #fff;
    margin-top: 10px;
}
.testimonial-body {
    width: 700px;
    margin: 0 auto;
    text-align: center;
}
.testimonial-item .description p {
    color: #fff;
    text-align: center;
}

.testimonial .howtoorder-title h4 {
    color: #222;
}

.client-img {
    margin: 0 auto;
    width: 100px;
}

.client-img img {
    height: 100px;
    border: 4px solid #EF2C4A;
    border-radius: 50%;
    width: 100px;
}

.client-speech {
    text-align: center;
    position: relative;
}

.client-speech p {
    font-weight: 600;
    font-size: 14px;
    padding: 20px 30px;
}

.quoleft {
    position: absolute;
    left: 0%;
    top: 0%;
    height: 32px;
    width: 32px !important;
}

.quoright {
    position: absolute;
    right: 0%;
    bottom: 0%;
    height: 32px;
    width: 32px !important;
}

.clientname p {
    font-weight: 900;
    font-size: 16px;
    color: #222;
    text-transform: capitalize;
}

.clientdes p {
    font-weight: 600;
    font-size: 14px;
    color: #333;
    text-transform: capitalize;
}

.testimonial-body .owl-dot {
    height: 10px;
    width: 10px;
    background: #295498 !important;
    margin: 0 3px;
    border-radius: 50%;
}

.testimonial-body .owl-dot.active {
    background: #EF2C4A !important;
}

.testimonials .owl-nav button.owl-next {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 15px !important;
    margin-left: 5px;
    border: 1px solid #af3777;
}
.testimonials .owl-nav button.owl-prev {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    padding: 6px 15px !important;
    margin-left: 5px;
    border: 1px solid #af3777;
}
.testimonials i{
    color:#fff;
}
.test-subtitle {
    color:#fff;
}
.review-icon {
    text-align: center;
}
.testimonial-item .review-icon i{
    color:#af3777;
}
.client-image {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #af3777;
    margin: 0 auto;
    margin-top: 14px;
    padding: 6px;
}
.client-image img {
    border-radius: 50%;
}
/*=======testimonial css end=========*/


.scroll {
    position: fixed;
    right: 0px;
    bottom: 2px;
    background: #21a7cc;
    margin: 0 0 0 0;
    cursor: pointer;
    transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    height: 50px;
    width: 50px;
    text-align: center;
    border-radius: 50px 0 0 50px;
    z-index: 999999999;
    content: "";
}

.scroll i{
    color: #fff;
    font-size:25px;
    line-height: 50px;
}


/*============Social Icon Design ==========*/

.blog-icon ul li {
    float: left;
}
.blog-icon ul li a {
    height:35px;
    width:35px;
    line-height: 35px;
    background: #65C178;
    margin-right: 5px;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 3px;
    border:1px solid #65C178;
    transition: all .5s ease;
}

.blog-icon ul li a:hover {
    background: transparent;
    color:#000;
}

/*==========Equipment Page Css==========*/

.equipments-image {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 350px;
}

.equipments-image img{
    width:100%;
    height:100%;
}

.com-logo {
    height: 170px;
}

.evo-image {
    height: 126px;
}
.evo-image img {
    height: 100%;
}

/*=========Career Page Css========== */

.career-title {
    text-align: center;
}
.career-title p {
    margin-top: 10px;
    color: #999;
}
.career-title small{
    font-size:16px;
}
.career-title p {
    padding: 0 150px;
}
.career-opportunity .headding h2 {
    text-transform: uppercase;
    padding: 20px 0;
    margin-top: 50px;
    font-size: 25px;
    text-align: center;
}

/*==========Career Details Page Css ==========*/
.career-details-title {
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
.career-details-title h2 {
    text-transform: capitalize;
    margin-bottom: 10px;
}
.career-details-title strong {
    text-transform: capitalize;
}
.career-info {
    margin-top: 20px;
}
.career-info .head-line h2 {
    font-size: 25px;
    margin-bottom: 10px;
    color: #B21C27;
    font-weight: 600;
}
.career-info {
    margin-top: 20px;
}
.informaiton ul li{
    display: block;
}
.applynow {
    background: #ddd;
    overflow: hidden;
    padding: 20px 10px;
    border-radius: 5px;
}
.applynow p {
    font-size: 20px;
    letter-spacing: 0.8px;
    font-weight: 500;
}
.applynow button {
    background: #b21c27;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-radius: 5px;
    display: block;
    width: 100%;
}


/*=============Market Page Css ================*/
.market-sec {
    background: #FCFCFC;
    padding-bottom:25px;

}
.market-inner {
    overflow: hidden;
    background: #fff;
    padding:10px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.24);
    padding-bottom:25px;
}
.section-heading h2 {
    padding-bottom: 10px;
    border-bottom: 2px solid #ddd;
    margin-bottom: 15px;
    color: #b21c27;
}
.market-widget {
    height: 180px;
    overflow: hidden;
    position: relative;
    transition: all .5s ease;
    margin-bottom: 20px;
}
.market-image {
    height:180px;
}
.market-image img {
    height:100%;
}

.img-caption {
    position: relative;
    margin-top: -29px;
    color: #fff;
    transition:all .5s ease;
}
.img-caption h4 {
    background: #000000b3;
    padding: 5px 10px;
    display: inline-block;
    font-size: 18px;
    font-weight: normal;

}
.img-overlay {
    background: rgba(179, 28, 39, 0.6);
    position: absolute;
    left: 200px;
    top: -200px;
    height: 100%;
    width: 100%;
    transition: all .5s ease;
    transform: skew(-70deg);
}
.market-widget:hover .img-overlay{
    left: 0;
    top: 0;
    transform: skew(0deg);
}
.market-widget:hover .img-caption {
    visibility: hidden;
    opacity: 0;
}
.img-overlay h4 {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    width: 100%;
}

.details-section {
    background: #FCFCFC;
}
.market-des {
    background: #fff;
    padding: 20px;
    margin-top: -60px;
}
.details-title h2 {
    text-transform: capitalize;
    font-size: 25px;
    border-bottom: 3px solid #b21c27;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


/*==========================================*/
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
nav ul li {
    --c: #d71017;
    color: var(--c);
    font-size: 16px;
    border: 0.2em solid var(--c);
    border-radius: 0.5em;
    /* width: 12em; */
    /* height: 3em; */
    text-transform: uppercase;
    font-weight: bold;
    font-family: sans-serif;
    letter-spacing: 0.1em;
    text-align: center;
    /* line-height: 3em; */
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: 0.5s;
    /* margin: 1em; */
    display: inline-block;
    padding: 7px 30px;
    background: red;
}

nav ul li span {
    position: absolute;
    width: 25%;
    height: 100%;
    background-color: var(--c);
    transform: translateY(150%);
    border-radius: 50%;
    left: calc((var(--n) - 1) * 25%);
    transition: 0.5s;
    transition-delay: calc((var(--n) - 1) * 0.1s);
    z-index: -1;
}

nav ul li a:hover {
    color: #fff !important;
}

nav ul li:hover span {
    transform: translateY(0) scale(2);
}

nav ul li span:nth-child(1) {
    --n: 1;
}

nav ul li span:nth-child(2) {
    --n: 2;
}

nav ul li span:nth-child(3) {
    --n: 3;
}

nav ul li span:nth-child(4) {
    --n: 4;
}


/*=============Sister Concern ===================*/

.company-logo img {
    width: auto;
}


.image-item {
    width: 30%;
    float: left;
    margin-bottom: 15px;
    margin-right: 15px;
    position: relative;
    height:150px;
    overflow: hidden;
}
.image-item img {
    width:100%;
    height:100%;
}
.company-name {
    margin: 15px 0;
}

.company-all-image {
    margin-top: 20px;
}
.sister-concern-title .title h2 {
    text-transform: uppercase;
    padding: 20px 0;
    font-weight: 600;
}
.company-photo-title h2 {
    text-transform: uppercase;
}
.company-details p {
    margin-bottom: 15px;
}
.image-item-overlay {
    position:absolute;
    width:100%;
    background: rgba(179, 54, 122, 0.7);
   height:150px;
   top:100px;
   text-align: center;
   transition: all .5s ease;

}
.image-item-overlay i {
    color:#fff;
    font-size:25px;
    text-align: center;
    line-height: 150px;
}
.image-item:hover .image-item-overlay {
    top:0;
}
.company-des p {
    font-size: 16px;
}

/*============================Black Color Css=================*/

.common-button a {
    color: #fff;
}

.contact-area,
.gallery-area {
    background: #000;
}
.clients_logo {
    background:#0d0c0c; 
}
.ourteam-area {
    background: #0d0c0c;
}

/*==============Modal Css =======================*/
.monirs-details h4 {
	font-size: 22px;
	color: #af3777;
	text-transform: uppercase;
}
.monirs-details p {
	margin-top: 15px;
}

/*=========contact page==========*/
#contact-area {
    padding: 40px 0;
    background: #F9F9F9;
}
.sub-title {
    text-align: left;
    padding-bottom: 20px;
}
.contact-link li {
    display: block;
    text-align: left;
    box-shadow: 0 0 4px #ddd;
    padding: 20px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    background: #fff;
    color: #000;
    height: 185px;
}
.contact-link li a {
	color: #fff;
}
.cmn_form input, .cmn_form textarea {
    border: 1px solid #ddd;
}
.icon-box {
    font-weight: 500;
    margin: 10px 0;
    font-size: 22px;
    margin-top: -15px;
}
.icon-box i {
    font-size: 20px;
    margin-right: 5px;
    color: #000;
}
 .cmn_form button {
    background: #FF3366;
    padding: 10px 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin-top: 12px;
    float: left;
    cursor: pointer;
}
.single-page {
    text-align: left;
    padding-left: 10px;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}
.complain-box {
    background: #fff;
    text-align: left;
    padding: 30px;
}
.complain-box input{
    background: #eee !important;
}
.form-control.textbg {
    background: #eee !important;
}
img.show-cart-image {
    height: 60px;
}
.sub-title h6 {
    font-size: 20px;
}

/*====Footer top start====*/
.training {
    background: #21a7cc;
    padding: 3px 0;
}
.training h4 {
    position: relative;
    color: #fff;
    font-size: 20px;
}
.training h4:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #21a7cc;
    content: "";
    height: 3px;
    width: 20%;
}
.training-right{
    text-align: right;
}
.training-top-right a {
    background: #21a7cc;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 10px;
}
.training-right a:hover{
    background: #222;
}
.training-top-right {
    text-align: right;
}

.training-title {
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
}
.training-title:after {
    position: absolute;
    left: 0;
    bottom: -10px;
    background: #AC2034;
    content: "";
    height: 3px;
    width: 25%;
}
.training-title {
    color: #fff;
    font-weight: 400;
    position: relative;
    margin-bottom: 50px;
}




/*==================== Authorization Page Css =============*/
.authorization {
    padding: 50px;
    position: relative;
    z-index: 1;
}
.authorization:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: -1;
}
.authorization p {
    color: #fff;
    text-align: center;
    font-size: 18px;
}

.hngroup_client_logo h4 {
    margin-bottom: 5px;
}
.hngroup_client_logo {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
    height: 120px;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.hngroup_client_list {
    background-color: #ffffff;
    border-radius: 2px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 30px;
}
.hngroup_client_list h4 {
	line-height: 30px;
}
.contact-active {
    background: #ed1c24;
    border-radius: 5px;
    padding: 4px 10px !important;
    color: #fff !important;
}
@keyframes specialist-item {
	from {
		transform: rotate(0deg)
		           translate(-150px)
		           rotate(0deg);
	}
	to {
		transform: rotate(360deg)
		           translate(-150px) 
		           rotate(-360deg);
	}
}
.specialist-item {
	animation: rot 3s infinite linear;
}
.about-title b {
    text-transform: uppercase;
    font-weight: 400;
}

.border-btm h2 {
	position: relative;
	margin-bottom: 15px;
}
.section-title.section-padding.border-btm .special-circle {
	height: 20px;
	width: 20px;
	background: #21a7cc;
	text-align: center;
	margin: 0 auto;
	transform: rotate(45deg);
	position: relative;
	z-index: 9;
}
.border-btm h2::after {
	content: "";
	position: absolute;
	left: -10px;
	bottom: -27px;
	border: 2px solid #fff;
	width: 50%;
}
.border-btm h2::before {
	content: "";
	position: absolute;
	right: -10px;
	bottom: -27px;
	border: 2px solid #fff;
	width: 50%;
}

.client_sliders .owl-dots {
    text-align: center;
}
.client_sliders button.owl-dot {
    width: 10px;
    height: 10px;
    background: red !important;
    border-radius: 50%;
    margin-right: 5px;
}
.client_sliders button.owl-dot.active {
    background: #21a7cc !important;
}

section.client_feedback {
    background: #F9F9F9;
}
h2.serv_head:after,
h2.serv_head:before {
    display: none;
}
.testi_img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow:hidden;
}
.testi_img img {
    width:100%;
    height:100%;
    border-radius:50%;
    
}
.testimonial_item {
    background: #fff;
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 10px;
}
.test_des h2 {
    font-size: 20px;
    padding-top: 20px;
    margin-bottom: 10px;
    color: #21a7cc;
}
section.counter_sec {
    background: #fff;
}
.count_item {
    text-align: center;
    border-right: 1px solid #ddd;
}
.count_item.last_count {
    border-right: none;
}
.count_item h2 {
    font-size: 45px;
    font-weight: 600;
    color: #d71017;
    margin-bottom: 4px;
}
.count_item p {
    font-size: 20px;
}
.ceo_pic {
    height: 230px;
    width: 230px;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 6px;
    box-shadow: 2px 4px 10px 0px #504d4d;
    margin-bottom: 20px;
}

.ceo_des h4 {
    padding: 12px 0;
}

ul.quick-contact p {
    margin-bottom: 0;
    line-height: 30px;
}
.fixed_whats a {
    width: 50px;
    height: 50px;
    background: #049704;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    position: fixed;
    bottom: 64px;
    right: 0px;
    border-radius: 50px;
    color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clients_sec {
    padding:30px 0;
}

section.top_bar {
    background: #21a7cc;
    padding: 3px 0;
}
.topbar_left ul li a {
    color: #fff;
}
.topbar_right {
    text-align: right;
}
.topbar_right ul li a {
    border: 1px solid #fff;
    padding: 3px 10px;
    display: inline-block;
    color: #fff;
    border-radius: 5px;
}
.jobapply_inner p {
    font-size: 25px;
}
.jobapply_inner form input:focus {
    box-shadow: none;
    border-color: #ed1c24;
}
.jobapply_inner .invalid-feedback strong {
    color: #ed1c24 !important;
    font-weight: normal;
}
.jobapply_inner form label span {
    color: #ed1c24;
}

.job_apply_btn a {
    background: #21a7cc;
    font-size: 22px;
    padding: 5px 30px;
    color: #fff;
    border-radius: 5px;
}

.form-content {
    background: #fff;
    border-radius: 5px;
    margin: 25px 0;
    border: 1px solid #ddd;
    overflow: hidden;
}

.auth-title {
    font-size: 18px;
    border-bottom: 1px solid #ddd;
    font-weight: 700;
    text-align: left;
    margin-bottom: 7px;
    color: #000000;
    text-transform: uppercase;
    padding: 10px 15px;
    background: #f5f7f9;
}

.form-content form {
    padding: 0 15px;
}

.submit-btn {
    background: #00AEF0 !important;
    display: block;
    width: 100%;
    border: 0;
    border-radius: 5px;
    padding: 7px 0;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.justify-content-center {
    justify-content: center !important;
    margin: 0 auto;
    display: flex;
}
.form_inn {
    display: grid;
    grid-template-columns: 80% 20%;
}
.form_head h2 {
    text-align: center;
    font-size: 25px;
    color: green;
}
.admit_card_inn .form_top_left p {
    line-height: 35px;
    font-size: 18px;
}
.ex_date {
    display: flex;
    justify-content: space-between;
}
.admit_card_inn .p_photo {
    height: 140px;
    width: 140px;
}
.p_photo img {
    height: 100%;
    width: 100%;
}
.nid_img.admit_signature {
    display: inherit;
    width: 100%;
    overflow: hidden;
}
.admit_signature .nid_img_item {
    width: 127px;
    height: 95px;
    border: none;
    float: right;
}
.card.cust_card {
    box-shadow: 4px 5px 24px #ddd;
    margin-top: 30px;
    padding: 40px;
    border-radius: 5px;
    margin-bottom: 30px;
}
.form_top_right {
    display: flex;
    justify-content: right;
}
.admit_download {
    text-align: center;
    margin-top:20px;
}
.section-title p { 
    width: 50%;
    margin: 0 auto;
}
.serv_btn a {
    border: 1px solid #d71017;
    padding: 5px 20px;
    font-size: 16px;
    border-radius: 5px;
    margin-top: 10px;
    display: inline-block;
    transition: all .5s ease;
    background: #d71017;
    color: #fff;
}
.serv_btn a:hover {
    background: #21a7cc;
    border-color: #21a7cc;
    color: #fff;
}
.about-text span {
    line-height: 26px;
}
.txt_button a {
    background: #D71017;
    padding: 10px 20px;
    color: #fff;
    font-size: 18px;
    border-radius: 5px;
    transition: all .5s ease;
}
.txt_button a:hover {
    background: #21a7cc;
    box-shadow: 1px 5px 5px #21a7cc;
}
.why_choose_sec {
    background: #D71017;
}

.about-image.why_choose_img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
}
.about-title.choose_title h4 {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding: 15px 0;
}

.about-text.why_choose_text p {
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.about-left.why_choose_item {
    border: 1px solid #999;
    margin-bottom: 30px;
    padding: 10px;
}
.choolse_left .about-left h2 {
    color: #fff;
}
.choolse_left .about-text p {
    color: #fff;
    font-size: 16px;
}
.txt_button.choose_btn a {
    background: #D71017;
    border: 1px solid #ddd;
}
.choolse_left {
    margin-top: 185px;
}
.course_head h2 {
    text-align: center;
    color: #000;
}

.courses-widget {
    border: 1px solid #ddd;
    margin: 15px 0;
    border-radius: 20px;
    overflow: hidden;
}
.courses-title a {
    color: #21a7cc;
}
.courses-img {
    height: 215px;
    width: 100%;
    position: relative;
    overflow: hidden;
}
.courses-img a {
    width: 100%;
}
.courses-img a img {
    height: 100%;
    width: 100%;
}

.courses-img:hover:after {
    transform: translateY(0);
}
.courses-description {
    padding: 10px;
    overflow: hidden;
}
.courses-title h2 {
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 1px;
    color: #000;
}
.short-line {
    background: #000;
    height: 2px;
    display: block;
    width: 28px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.fa.fa-clock-o {
    margin-right: 10px;
}
.fa.fa-calendar-check-o {
    margin-right: 10px;
}

.courses-price p {
    color: #000;
    display: inline-block;
    padding: 5px 10px;
}
.courses-price del {
    margin-left: 10px;
    font-size: 16px;
}
.courses-price a {
    color: #21a7cc;
    display: inline-block;
    float: right;
    position: relative;
    padding: 4px 14px;
    border: 1px solid #21a7cc;
    margin-right: 10px;
    border-radius: 5px;
    transition: all .5s ease;
}
.courses-price a:hover {
    background: #21a7cc;
    color:#fff;
}

.courses-price button {
    background: transparent !important;
    border: none;
    float: right;
    position: relative;
}
.courses-price button:focus {
    box-shadow:none;
}
.courses-price button::after {
    content: "";
    position: absolute;
    left: -5px;
    top: -38px;
    width: 5px;
    height: 106px;
    background: #fff;
    transform: rotate(20deg);
}

.how_works_sec {
    background: #F9F9F9;
    padding: 50px 0;
}
.how_works_head {
    display: grid;
    grid-template-columns: 80% 20%;
    margin-bottom: 25px;
}
.how_works_head_left p {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    font-weight: 600;
}
.how_works_head_left h3 {
    margin-top: 20px;
    text-transform: capitalize;
    font-weight: 700;
}
.how_works_head_left h3 span {
    color: #21a7cc;
}
.how_works_head_right h2 {
    font-size: 100px;
    font-weight: 700;
    color: #ddd;
    text-align: right;
    letter-spacing: 6.5px;
}
.how_works_head_right p {
    text-align: center;
    margin-top: -86px;
    text-transform: uppercase;
    letter-spacing: 2.5px;
    color: #000;
    position: relative;
    font-weight: 600;
}
.how_works_head_right p:before {
    content: "";
    position: absolute;
    left: 30px;
    top: 10px;
    width: 50px;
    height: 1px;
    background: #4659a7;
}
.how_works_step {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.step_item {
    position: relative;
    transition: all .5s ease;
}
.item_circle {
    position: relative;
}
.item_circle p {
    width: 40px;
    height: 40px;
    border: 1px solid #000;
    text-align: center;
    line-height: 40px;
    border-radius: 40px;
    background: #edf6fd;
    z-index: 1;
    position: relative;
    cursor: pointer;
    font-weight: 600;
    transtion:all .5s ease;
}
.step_item:hover .item_circle p {
    background: #21a7cc;
    color: #fff;
    border-color: #21a7cc;
    transtion: all .5s ease;
}
.item_circle p:hover {
    background: #4659a7;
    color: #fff;
    border-color: #4659a7;
}
.line {
    width: 100%;
    height: 1px;
    background: #000;
    position: absolute;
    top: 50%;
}
.item_des {
    margin-top: 40px;
    padding: 1px 4px;
}
.item_des h4 {
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 600;
}
.item_des h4 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    margin-bottom: 20px;
}
.look_btn a {
    color: #4659a7;
    margin-top: 10px;
    display: block;
    font-weight: 600;
    transition: all .5s ease;
}
.look_btn a:hover {
  color:#F05323;
}
.foot_widget {
    padding: 40px 0 30px 0;
}
section.iportant_sec {
    background: #F9F9F9;
    padding: 40px 0;
}
.notice_inn {
    background: #fff;
    border: 1px solid #000;
}
.notice_inn {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
}
.important_head {
    background: #d71017;
    padding: 10px;
    text-align: center;
    color: #fff;
}
.important_head h2 {
    font-size: 20px;
    text-transform: uppercase;
}
.important_item {
    padding: 14px;
    border-bottom: 1px solid #ddd;
}
.notice_title a {
    font-size: 20px;
    color: #21a7cc;
}
.notice_btn {
    text-align: right;
}
.notice_btn a {
    border: 1px solid #d71017;
    padding: 5px;
    background: #d71017;
    color: #fff;
    border-radius: 5px;
    transition: all .5s ease;
}

.notice_btn a:hover {
    background:#21a7cc;
    border-color:#21a7cc;
}
.notice_title.important_title a {
    color: #000;
    font-size: 14.5px;
}
.notice_title.important_title a:hover {
    color: #21a7cc;
}
.important_item img {
    height: 466px;
    object-fit: contain;
}
.blog-widget {
    margin-bottom: 25px;
    transition: all .5s ease;
}
.blog-img {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all .5s ease;
    padding-bottom: 70%;
}
.blog-widget img {
    transition: all .5s ease;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.blog-widget-inner {
    padding: 10px;
    background: #f5f5f5;
}
.blog-title a {
    font-size: 22px;
    color: #4659a7;
    margin-top: 10px;
    font-weight: bold;
    font-family: Raleway;
    display: inline-block;
    transition: all .5s ease;
}
.blog-caption li {
    margin-right: 5px;
}
.blog-caption ul li a i {
    margin-right: 5px;
    color: #F05323;
}
.blog-caption li {
    margin-right: 5px;
    display: inline-block;
}
.blog-img-overlay {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    -moz-transform: rotateZ(180deg);
    -ms-transform: rotateZ(180deg);
    -o-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.overlay_buttons {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.blog-widget:hover .blog-img-overlay {
    -webkit-transform: rotateZ(0deg);
    -moz-transform: rotateZ(0deg);
    -ms-transform: rotateZ(0deg);
    -o-transform: rotateZ(0deg);
    transform: rotateZ(0deg);
}

.overlay_buttons .fa {
    background-color: #000;
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    display: inline-block;
    margin: 0 1px;
    line-height: 40px;
    border-radius: 100%;
    font-size: 15px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    -webkit-transition: all 0.2s 0.2s;
    -moz-transition: all 0.2s 0.2s;
    -o-transition: all 0.2s 0.2s;
    transition: all 0.2s 0.2s;
    opacity: 0;
    transform: scale(0);
   
}
.blog-widget:hover .overlay_buttons .fa {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

.sample-widget {
    position: relative;
    border-radius: 5px;
    margin-bottom: 20px;
    overflow: hidden;
    padding: 5px;
    background: #f5f5f5;
}
.equipments-image {
    height: 250px;
    overflow: hidden;
    position: relative;
}
.overlay {
    position: absolute;
    background: rgba(0,0,0, 0.5);
    height: 100%;
    width: 100%;
    line-height: 40px;
    text-align: center;
    top: 100%;
    left: 0;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}
.overlay-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 22px;
    color: #00909A;
    height: 50px;
    width: 50px;
    line-height: 50px;
    background: #fff;
    border-radius: 50%;
    transform: translate(-50%,-50%);
}
.sample-widget:hover .overlay {
    visibility: visible;
    opacity: 1;
    top: 0;
}

section.video_sec {
    padding: 50px 0;
}
.video_item {
    margin-bottom: 15px;
    background: #f5f5f5;
}
.video_title p {
    padding: 10px;
}
.google-map iframe {
    width: 100%;
}

.course_book a {
    display: block;
    text-align: center;
    background: #000;
    padding: 10px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    border-radius: 10px;
    transition: all .5s ease;
}

a.whats_app_icon {
    background: #049704;
}

.course_book a:hover {
    background:#21a7cc;
}

.details_title {
    display: grid;
    grid-template-columns: 70% 30%;
}

.details_title p {
    text-align: right;
    padding-right: 10px;
}

.details_title {
    display: grid;
    grid-template-columns: 70% 30%;
    padding: 10px 0;
}
.latest_course {
    border: 1px solid #ddd;
    border-radius: 5px;
}
.latest_head p {
    font-size: 22px;
    margin: 0;
}
.latest_head {
    border-bottom: 1px solid #ddd;
    padding: 5px 10px;
    background: #f5eded;
}
.course_list ul li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}
.course_list ul li::last-child {
    border-bottom:none;
}
.course_list ul li a {
    display: block;
    width: 100%;
    transition:all .5s ease;
    font-size:16px;
}
.course_list ul li a:hover {
    color: #21a7cc;
}
.fixed_whats.messanger_icon a {
    bottom: 120px;
    background: #fff;
    overflow: hidden;
}

.lang-translate {
    margin-top: 18px;
}
.lang-translate ul {
    border: 1px solid #fff;
    border-radius: 5px;
}
.lang-translate li {
    width: 47%;
    text-align: center;
    display: inline-block;
}
.lang-translate ul li a {
    color: #fff;
    display: block;
}
.lang-translate ul li.active a {
    background: #fff;
    color: #222;
}
.notice_date p {
    margin-bottom: 0;
}
/*Switch Design */



.button {
    position: relative;
    top: 50%;
    width: 60px;
    height: 30px;
    margin: 0 !important;
    overflow: hidden;
    margin-top: 16px !important;
}
.button.r, .button.r .layer {
    border-radius: 100px;
}
.checkbox {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}
.layer {
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

.button-cover, .knobs, .layer {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.knobs {
    z-index: 2;
}
#button-1 .knobs, #button-1 .knobs:before, #button-1 .layer {
    transition: 0.3s ease all;
}

#button-1 .knobs:before {
    content: "EN";
    position: absolute;
    top: 3px;
    left: 4px;
    width: 25px;
    height: 25px;
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding: 9px 4px;
    background-color: #03a9f4;
    border-radius: 50%;
    transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
    z-index: 99999999;
}

#button-1 .checkbox:checked + .knobs:before {
    content: "BN";
    left: 32px;
    background-color: #f44336;
}

.pro_details_name {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pro_details_name p {
    font-size: 18px;
    font-weight: 600;
    color: #21a7cc;
}
.product-img {
    height: 235px;
}
.home_pro_sec {
    background: #F9F9F9;
}
.brand_widget_inn {
    padding: 10px;
}
.brand_widget {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 15px;
}
.brand_logo {
    height: 149px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    align-items: center;
    padding: 10px;
}
.pro_items {
    height:410px;
}
.ceo_des h2 span {
    font-size: 18px;
}
.pro_details_icon {
    display: flex;
    justify-content: center;
}
.pro_details_icon a i{
    width: 50px;
    height: 50px;
    background: #049704;
    text-align: center;
    line-height: 50px;
    font-size: 25px;
    border-radius: 50px;
    color: #fff;
    z-index: 99999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro_details_icon a {
    display: flex;
    align-items: center;
}
.pro_details_icon a span{
    margin-left:5px;
    font-size:22px;
}
.brand_all {
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand_all a {
    font-size: 18px;
    color: #d71017;
}

section.section-padding.all_clients .col-sm-2 {
    padding-right: 5px;
    padding-left: 5px;
}
.important_item.notice___item {
    border: 1px solid #ddd;
    margin-bottom:20px;
}
.notice_details_sec {
    padding:40px;
}
.sidebar-item {
    box-shadow: 0px 0px 8px 1px #ddd;
    padding: 20px;
}
.highlisht-title p {
    background: #4659a7;
    font-size: 19px;
    color: #fff;
    padding: 7px 14px;
    font-weight: 600;
    text-transform: capitalize;
    margin-bottom: 4px;
}
.sidebar-item ul li {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 5px;
}
.sidebar-item ul li:last-child {
    border-bottom: 0;
}

.sidebar-item ul li a:hover {
    color: #4659A7;
}
