/*  
Theme Name: systems baskets
Theme URI: http://www.dazetech.co.in
Description: A WordPress theme frame work
Version: 2.0
Author: Dazetech
Author URI: http://www.dazetech.co.in
Text Domain: systembaskets
*/

/*
Improved browser CSS feature
-------------------------------------
Example: .ie8 .sidebar li{width:85px}

�ie - Internet Explorer (All versions)
�ie8 - Internet Explorer 8.x
�ie7 - Internet Explorer 7.x
�ie6 - Internet Explorer 6.x
�gecko - Mozilla, Firefox (all versions), Camino
�ff3 - Firefox 3
�ff3_5 - Firefox 3.5 new
�opera - Opera (All versions)
�opera8 - Opera 8.x
�opera9 - Opera 9.x
�opera10 - Opera 10.x
�webkit or safari - Safari, NetNewsWire, OmniWeb, Shiira, Google Chrome
�safari3 - Safari 3.x
�chrome - Google Chrome
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body{
	margin:0;
	}
body, th, td, input, textarea{
	color:#000;
	font-family: 'Montserrat', sans-serif;
	font-size:16px;
	line-height: 26px;
	}
@media (min-width: 1200px){
.container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1200px;
}
}
@media (min-width: 1400px){
.container.co2-flow-container{
    width: calc(100% - 100px);
      max-width: 1500px;
    /*padding-left: 50px;
    padding-right: 50px;*/
}
}
@media (min-width: 1600px){
.container.co2-flow-container{
    width: calc(100% - 200px);
      max-width: 1500px;
   /* padding-left: 100px;
    padding-right: 100px;*/
}
}
@media (min-width: 1800px){
.container.co2-flow-container{
    width: calc(100% - 400px);
    max-width: 1500px;
    /*padding-left: 200px;
    padding-right: 200px;*/
}
}
a {
	color: #000;
}
form{
	}
fieldset{
	}

h1, h2, h3{
	color:#000000;
	}
h1{
	font-size:40px;
	
	}
h2{
	
	font-size:35px;
	}
h3{
	font-size:24px;
	}
h4{
	font-size:22px;
	}
h5{
	font-size:18px;
	}
h6{
	font-size:16px;
	}

a{
	text-decoration:none;
	}
a:hover{
	border:none;
	text-decoration: none;
	color: #21ac97;
	}


acronym, abbr, span.caps{
	cursor:help;
	}
acronym, abbr{
	border-bottom:1px dashed #999;
	}


code{
	color:#000;
	font-size:1.0em;
	}

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}



/*------Menu CSS------------------------- */

.access {
    display:flex;
    height: 100%;
    align-items: center;
    justify-content: flex-end;
}
.access .main-menu,
div.menu {
    margin-left: 12px;
}
.access ul {
    list-style: none;
    margin: 0;
}
.access ul li {
    float:left;
    position: relative;
}
/*.access ul li:last-child a {
    margin-left: 15px;
    margin-right: 0;
    padding-left: 30px;
    padding-right: 30px;
    color: #7d7d83;
    background-color: #fff;
    border-radius: 50px;

}*/
.access a {
    display:block;
    text-decoration:none;
    color:#333333;
    margin-left: 15px;
    margin-right: 15px;
    line-height:40px;
    font-family: Poppins;
    font-size: 15px;
    font-weight: 400;
    text-transform: capitalize;
}
.access ul ul {
    display:none;
    position:absolute;
    top:38px;
    left:0;
    float:left;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
    width: 180px;
    z-index: 99999;
}
.access ul ul li {
    min-width: 180px;    
}
.access ul ul ul {
    left:100%;
    top:0;
}
.access ul ul a {
    font-family: Poppins;
    font-size: 15px;
    font-weight: 600;
   
    padding:10px;
    
}
.access li:hover > a,
.access ul ul :hover > a {
    color:#6d57dd;
    
}
.access ul li:hover > ul {
    display:block;
}
.access ul li.current_page_item > a,
.access ul li.current-menu-ancestor > a,
.access ul li.current-menu-item > a,
.access ul li.current-menu-parent > a {
    color: #683edc;
}
input {
    border: 1px solid grey;
    padding: 10px;
}
.section-padding {
	padding: 50px 0;
}
a, input, div, h1, h2, h3, h4, h5, h6, p {
	transition: 0s all ease;
}
form#commentform label {
    display: block;
}
figure{
	margin-bottom: 0px !important;
}
/*cmn*/
.pad-l-r-0{
	padding-left: 0px;
	padding-right: 0px;
}
.pad-l-0{
	padding-left: 0px;
}
.pad-r-0{
	padding-right: 0px;
}
/*header*/
.container.co2-flow-container{
	display: flex;
	align-items: center;
	padding: 0;

}
.col-md-1.lang-tr-div{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding: 0px;
}
header .container.co2-flow-container{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 1;
	height: 100px;
	align-items: center;
	padding: 0;
	max-width: 1200px;
}
header .container.co2-flow-container .row{
	width: 100%;
	margin: 0;
}
header .menu-header{
	display: flex;
	justify-content: flex-end;
}
img{
	object-fit: contain;

}
.container.co2-flow-container>div.kc-elm:first-child{
	padding-left: 0;

}
.container.co2-flow-container>div.kc-elm:last-child{
	padding-right: 0;

}
.kc_button {
	display: flex !important; 
	align-items: center;
	justify-content: center;
}
/*footer*/
.ftr-top{
	background-color: #5c6662;
	border-bottom: 1px solid #707975;
}
.ftr-top .col-md-6{
	height: 130px;
	display: flex;
	align-items: center;
}
.ftr-top .col-md-6:last-child{
justify-content: flex-end;
}
.social ul{
	display: inline-flex;
	list-style: none;
}
.social .fa{
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	width: 30px;
	border-radius: 50px;
	border: 1.5px solid #fff;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
}
.ftr-mid{
	padding-top: 75px;
	padding-bottom: 60px;
	background-color: #5c6662;
}
.ftr-mid ul{
	list-style: none;
}
.ftr-mid ul li a{
	 font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 36px;
   
    
}
.ftr-mid p{
	 font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 32px;
}
.ftr-mid p a{
	 font-family: Poppins;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    line-height: 36px;
}
.ftr-mid h2{
	 font-family: Poppins;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    padding-bottom: 25px;
}
.ftr-mid a{

}
.ftr-mid div{
	font-family: Poppins;
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    line-height: 30px;
}
.tnp-widget input.tnp-submit {
    background-color: #fff !important;
    background-image: none;
    text-shadow: none;
    color: #5c6662 !important;
    margin: 0;
    height: 50px !important;
    width: 180px !important;
    max-width: 100% !important;
    border: none !important;
    font-family: Poppins;
    font-size: 18px;
    font-weight: 600;
    border-radius: 25px !important;
}
input.tnp-email{
	font-family: Poppins;
    font-size: 18px;
    font-weight: 300;
    color: #fff !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    border: 1px solid #fff;
    height: 50px;
    max-width: 100%;
    width: 100%;
    height: 46px !important;
    padding-left: 10px;
    outline: none;
    box-shadow: none;
}
.tnp  label{
	display: none !important;
}
.tnp {
	padding-top: 25px;
}
input.tnp-email::-webkit-input-placeholder { /* Edge */
  color: #fff !important;
}

input.tnp-email:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #fff !important;
}

input.tnp-email::placeholder {
  color: #fff !important;
}
input.tnp-email{
	padding-right: 60px;
}
.tnp-field.tnp-field-email{
	position: relative;
}
.tnp-field.tnp-field-email:after{
	position: absolute;
    content: "";
    background-position: center;
    font-family: FontAwesome;
    right: 10px;
    width: 20px;
    background-image: url(./images/enveloppng.png);
    height: 20px;
    top: 13px;
    background-repeat: no-repeat;
    background-size: contain
}
.ftr-cpy{
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	font-family: Poppins;
    font-size: 14px;
    font-weight: 300;
    color: #333333 !important;
}
.footer-contact p:nth-child(3) a:before{
	position: absolute;
	left: 0;
	content: "";
	height: 30px;
	width: 31px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(./images/phone.png);

}
.footer-contact p:nth-child(3){
	padding-bottom: 10px;
}
.footer-contact a{
	position: relative;
	padding-left: 45px;
}
.footer-contact p:last-child a:before{
	left: 0;
	position: absolute;
	content: "";
	height: 30px;
	width: 31px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(./images/mail.png);

}
.ftr-mid ,.ftr-top{
	margin-left: 0px !important;
	margin-right: 0px !important;
	background: transparent !important;
}
.footer-bg{
	background-image: url(./images/footer-bg.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: block;
	max-width: 100vw;
}
.goto-top-link{
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	margin-top: -50px;
	height: 50px;
	width: 50px;
	border-radius: 10px;
	background-color: #53c67d;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;

}
.goto-top-link i{
	font-weight: 300;
	font-size: 22px;
}
/*home*/
.home-banner-1,
.home-banner-2,
.home-banner-3,
.home-banner-4,
.home-banner-5,
.home-banner-6,
.home-banner-7{
	position: absolute !important;
}
#home-banner .kc_col-sm-6:last-child{
	position: relative;

}
.home-banner-4{
	top: 25px;
	left: 70px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.home-banner-5{
	top: 0px;
	left: 265px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.home-banner-3{
	top: 90px;
	right: 0px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.home-banner-1{
	top: 35px;
	left: 90px;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.home-banner-2{
	top: 85px;
	left: 140px;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.home-banner-6{
	top: 25px;
	right: 45px;
	width: 140px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.home-banner-7{
	top: 170px;
	left: 0;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.home-banner-1 img{
	
          -webkit-transition: -webkit-transform 1s ease-in-out;
          transition:         transform 1s ease-in-out;
}
#home-banner .kc_col-sm-6:first-child{
	padding-right: 0px;
} 
#home-banner .kc_col-sm-6:last-child:hover .home-banner-6{
	
	top: 0px;
	
	transition: 1s all ease;
         
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-7{
	top: 130px;
	
	transition: 1s all ease;
         
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-1 img{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
         
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-2{
	top: 85px;
    left: 95px;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-3{
	top: 90px;
	right: 0px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-4{
	top: 25px;
	left: 70px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
#home-banner .kc_col-sm-6:last-child:hover .home-banner-5{
	 top: 35px;
    left: 300px;
	max-width: 160px !important;
	transition: 0.5s all ease;


}
#home-sec-2-ab-div-row{
	max-width: 1200px !important;
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
-moz-box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
box-shadow: 0px 0px 5px 0px rgba(217,217,217,1);
}
#home-sec-2-ab-div-row .kc_col-sm-4 .kc-elm{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.home-cmp-anm{
	position: relative;
}
.home-cmp-anm:after{
	content: "";
	background:rgba(255,255,255,0.05);
	position: absolute;
	height: 400px;
	width: 100%;
	max-width: 500px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top-left-radius: 180px;
    border-top-right-radius: 400px;
    border-bottom-right-radius: 180px;
    border-bottom-left-radius: 400px;
    z-index: 99;
    transition: 10s all ease;
}
.home-cmp-anm:hover:after{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
    border-top-left-radius: 520px;
	border-top-right-radius: 280px;
	border-bottom-right-radius: 680px;
	border-bottom-left-radius: 184px;

}
.home-cmp-anm img{
	z-index: 999;
	position: relative;
	display: block;
}
#hm-boxes .kc_row_inner:first-child .kc-feature-boxes {
	min-height: 365px;
}
#hm-boxes .kc_row_inner:last-child .kc-feature-boxes{
	min-height: 270px;
}
.tick-list{

}
.tick-list h4 {
	position: relative;
	padding-left: 50px;
	padding-bottom: 10px;
	font-weight: 600;
	font-size: 18px;
}
.tick-list p{
	position: relative;
	padding-left: 50px;
	padding-bottom: 30px;
}
.tick-list h4:before{
	content: "";
	width: 27px;
	height: 30px;
	background-image: url(./images/tick.png);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: absolute;
	left: 0px;


}
.hm-anim-img-2{
	position: relative;
}
.hm-anim-img-2 img{
	position: relative;
	z-index: 9999;
	display: block;
}
.hm-anim-img-2:after{
	content: "";
	background:rgba(255,255,255,0.05);
	position: absolute;
	height: 380px;
	width: 100%;
	max-width: 450px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	border-top-left-radius: 400px;
    border-top-right-radius: 320px;
    border-bottom-right-radius: 458px;
    border-bottom-left-radius: 200px;
    z-index: 99;
    transition: 10s all ease;
}
.hm-anim-img-2:hover:after{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
    border-top-left-radius: 320px;
	border-top-right-radius: 200px;
	border-bottom-right-radius: 400px;
	border-bottom-left-radius: 520px;


}
#pro-box .kc-feature-boxes{
	min-height: 330px;
}
.owl-item{
	align-items: center;
	justify-content: center;
	display: flex;
}
.kc-carousel_images{
	align-items: center;
	
	display: flex;
}
.owl-controls.clickable{
	margin-bottom: 0px !important;
}
.owl-wrapper{
	display: flex !important;
	align-items: center;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
	opacity: 1 !important;
	left: -30px !important;
	height: 20px !important;
	width: 20px !important;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons .owl-next {
    right: -30px !important;
    left: initial !important;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div:before {
	line-height: 20px !important;
	font-size: 11px !important;
	height: 20px !important;
	width: 20px !important;
	display: flex !important;
	justify-content: center !important;
	align-items: center !important;
	padding: 0 !important;
}
/*about*/
.about-image-section-1 .kc_col-sm-6:last-child{
	position: relative;
}
.about-image-section-1 .kc_col-sm-6:last-child .abt-image-2{
	position: absolute;
	right: 50px;
	top: 95px;
	width: 90px;
	height: 178px;
	transition: 0.5s all ease;
}
.about-image-section-1 .kc_col-sm-6:last-child .abt-image-3{
	position: absolute;
	left: 50px;
	top: 170px;
	width: 93px;
	height: 113px;
	transition: 0.5s all ease;
}
.about-image-section-1 .kc_col-sm-6:last-child .abt-image-1{
	position: absolute;
	right: 105px;
	top: 10px;
	width: 379px;
	height: 421px;
	transition: 0.5s all ease;
}

.about-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-2{
	position: absolute;
	right: 50px;
	top: 150px;
	width: 90px;
	height: 178px;
}
.about-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-3{
	position: absolute;
    left: 318px;
    top: -50px;
    width: 93px;
    height: 113px;
    -webkit-transform: rotate(387deg);
    transform: rotate(387deg);
}
.about-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-1{
	position: absolute;
	right: 105px;
	top: 10px;
	width: 379px;
	height: 421px;
}

.about-image-section-2 .kc_col-sm-6:first-child{
	position: relative;
}
.about-image-section-2 .kc_col-sm-6:first-child .abt-image-2{
	position: absolute;
	left: 115px;
	top: 280px;
	width: 95px;
	height: 97px;
	transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child .abt-image-3{
	position: absolute;
	left: 395px;
	top: 200px;
	width: 95px;
	height: 97px;
	transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child .abt-image-4{
	position: absolute;
	left: 325px;
	top: 215px;
	width: 54px;
	height: 53px;
	transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child .abt-image-5{
	position: absolute;
	left: 215px;
	top: 300px;
	width: 191px;
	height: 123px;
	transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child .abt-image-1{
	position: absolute;
	left: 100px;
	top: 10px;
	width: 379px;
	height: 421px;
	transition: 0.5s all ease;
}

.about-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-2 {
    position: absolute;
    left: 199px;
    top: 127px;
    width: 95px;
    height: 97px;
    transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-5{
	position: absolute;
	left: 215px;
	top: 300px;
	width: 191px;
	height: 123px;
	/*transition: 0.5s all ease;
	-webkit-transform: rotate(387deg);
    transform: rotate(387deg);*/
    

}
.about-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-4 {
    position: absolute;
    left: 115px;
    top: 340px;
    width: 54px;
    height: 53px;
    transition: 0.5s all ease;
}
.about-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-3 {
    position: absolute;
    left: 350px;
    top: 170px;
    width: 95px;
    height: 97px;
    transition: 0.5s all ease;
}
.abt-cnt-row{
	max-width: 100% !important;
}

.testi-slider{
	position: relative;
}
.slick-dots {
    position: absolute;
    bottom: -50px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:before {
  
    position: absolute;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
    /*opacity: .25;*/
    background-color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border-radius: 50%;
}
.slick-dots li.slick-active button:before {
   background-color: #683edc;
}

.testi-slider{
	padding-top: 30px;
}
.testi-item{
	padding: 30px 50px 35px 50px;
	background-color: #fff;
	margin-left: 15px;
	margin-right: 15px;
	border-radius: 15px;
}
.testi-icon{
	object-fit: contain;
	height: 28px;
	width: 40px;
	margin-bottom: 30px;
}
.testi-para{
	font-size: 16px;
	font-style: italic;
	font-family: Barlow;
	color: #333;
	padding-bottom: 40px;
}
.testi-auth{
	display: flex;
	align-items: center;

}
.test-auth-name{
	font-size: 18px;
	font-weight: 700;
	font-family: Barlow;
	color: #333;
	/*padding-bottom: 40px;*/
}
.auth-abt{
	font-size: 15px;
	font-weight: 400;
	font-family: Barlow;
	color: #999;
}
.auth-det{
	padding-left: 15px;
}
.testi-auth img{
	height: 70px;
	width: 70px;
	object-fit: cover;
	border-radius: 50%;
}




.service-image-section-1 .kc_col-sm-6:last-child{
	position: relative;
}
.service-image-section-1 .kc_col-sm-6:last-child .abt-image-2{
	position: absolute;
	right: 80px;
	top: 200px;
	width: 44px;
	height: 125px;
	transition: 0.5s all ease;
}
.service-image-section-1 .kc_col-sm-6:last-child .abt-image-3{
	position: absolute;
	left:108px;
	top: 80px;
	width: 83px;
	height: 132px;
	transition: 0.5s all ease;
}
.service-image-section-1 .kc_col-sm-6:last-child .abt-image-4{
	position: absolute;
	right: 85px;
	top: 290px;
	width: 203px;
	height: 131px;
	transition: 0.5s all ease;
}

.service-image-section-1 .kc_col-sm-6:last-child .abt-image-1{
	position: absolute;
	left: 130px;
	top: 0px;
	width: 379px;
	height: 421px;
	transition: 0.5s all ease;
}


.service-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-4 {
    position: absolute;
    right: 120px;
    top: 315px;
    width: 203px;
    height: 131px;
    transition: 0.5s all ease;
}

.service-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-2{
	position: absolute;
	right: 360px;
    top: 58px;
	width: 44px;
	height: 125px;
	transition: 0.5s all ease;
}
.service-image-section-1 .kc_col-sm-6:last-child:hover .abt-image-3{
	position: absolute;
	left: 450px;
    top: 190px;
	width: 83px;
	height: 132px;
	transition: 0.5s all ease;
}
.service-box-sec .kc-feature-boxes .content-image{
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(126,116,229,0.2);
	border-radius: 50%;
	/*animation: clr-me-in 2s ;*/
}
.service-box-sec .kc-feature-boxes .content-image {
	position: absolute;
	right: -35px;
	top: -35px;
	/*width: auto;*/
}
.service-box-sec .kc-feature-boxes{
	position: relative;
	overflow: inherit;
}
.service-box-sec .kc-feature-boxes .content-image{
	animation: clr-me-in 3s infinite;
}
@keyframes clr-me-in {
  /* You could think of as "step 1" */
  0% {
    background-color: rgba(126,116,229,0.8);
  }
 
  100% {
    background-color: rgba(126,116,229,0.1);
  }
}
/*contact us*/
.frm-row{
	display: flex;
}
.full-width-map-row .kc_row_inner .kc_col-sm-12{
	padding: 0;
}
.full-width-map-row .kc_col-sm-12 iframe{
	max-width: 100%;
}
.frm-row label{
	width: 100%;
	max-width: 100%;
	font-family: Poppins;
	font-size: 16px !important;
	font-weight: 300 !important;
	padding-bottom: 5px;
	padding-top: 15px;
}
.frm-row label .wpcf7-form-control{
	border-radius: 5px;
	border: none;
	height: 50px;
	width: 100%;
	max-width: 100%;
	background-color: #f3f4f9;
	outline: none;
	margin-top: 10px;
}
.frm-row label textarea.wpcf7-form-control{
	height: 80px;
	padding-left: 15px;
	padding-top: 15px;
}
.frm-row label span{
	color: red;
}
.frm-row  .wpcf7-form-control.wpcf7-submit{
	width: 150px;
	height: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #7e74e5;
	color: #fff;
	font-family: Poppins;
	font-size: 14px !important;
	font-weight: 500 !important;
	border: none;
	margin-top: 25px;
	outline: none !important;
}
.link-semi-bld a{
	font-weight: 600;
	color: #683edc;
}
.contact-link-clr a{
	font-weight: 600;
	color: #5e6662;
}
.gglobe {
    background-image: url(./images/web-icon.png) !important;
    opacity: 1 !!important;
    border-radius: 50%;
    height: 25px !important;
    width: 25px !important;
    cursor: pointer;
    display: block;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
/*our products*/
{
	
}
.product-img-sec-1 {
	/*display: inline-flex;*/
	/*justify-content: center;*/
}
.product-img-sec-1 .home-banner-1,
.product-img-sec-1 .home-banner-2,
.product-img-sec-1 .home-banner-3,
.product-img-sec-1 .home-banner-4,
.product-img-sec-1 .home-banner-5,
.product-img-sec-1 .home-banner-6,
.product-img-sec-1 .home-banner-7{
	position: absolute !important;
}
.product-img-sec-1 .kc_col-sm-12:last-child{
	position: relative;
	/*max-width: 526px !important;*/
	max-height: 385px !important;
	/*float: right !important;*/

}
.product-img-sec-1 .home-banner-4{
	top: 50px;
	left: 100px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
 .product-img-sec-1 .home-banner-5{
	top: 0px;
	left: 300px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-3{
	top: 90px;
	right: 15px;
	max-width: 128px !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-1{
	top: 35px;
    right: 50px;
    left: unset;
	width: 450px !important;
	max-height: 325px;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-1 img{
	max-height: 325px;
}
.product-img-sec-1 .home-banner-2{
	top: 85px;
	left: 150px;
	width: 277px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-6{
	top: 25px;
	right: 45px;
	width: 140px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-7{
	top: 170px;
	left: 0;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .home-banner-1 img{
	
          -webkit-transition: -webkit-transform 1s ease-in-out;
          transition:         transform 1s ease-in-out;
}
.product-img-sec-1 .kc_col-sm-12:first-child{
	padding-right: 0px;
} 
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-6{
	
	top: 0px;
	
	transition: 1s all ease;
         
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-7{
	top: 130px;
	
	transition: 1s all ease;
         
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-1 img{
	-webkit-transform: rotate(360deg);
          transform: rotate(360deg);
         
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-2{
	top: 85px;
    left: 95px;
	width: 450px !important;
	max-width: 100% !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-3{
	top: 90px;
	right: 0px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-4{
	top: 25px;
	left: 70px;
	max-width: 160px !important;
	transition: 0.5s all ease;
}
.product-img-sec-1 .kc_col-sm-12:last-child:hover .home-banner-5{
	 top: 35px;
    left: 300px;
	max-width: 160px !important;
	transition: 0.5s all ease;


}

.product-image-section-2{

}

.product-image-section-2 .kc_col-sm-6:first-child{
	position: relative;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-2{
	position: absolute;
	left: 55px;
	right: unset;
	top: 160px;
	width: 155px;
	height: 220px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-2 img{
	
	height: 220px;
	width: 155px;
	
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-3{
	position: absolute;
	left: 130px;
	top: 0px;
	width: 70px;
	height: 144px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-1{
	position: absolute;
	left: 170px;
	right: unset;
	top: 45px;
	width: 364px;
	height: 300;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-4{
	position: absolute;
	right: unset;
	top: 35px;
	left: 220px;
	width: 58px;
	height: 47px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-5{
	position: absolute;
	left: 240px;
	top: 45px;
	width: 68px;
	height: 17px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-6{
	position: absolute;
	right: unset;
	top: 295px;
	left: 92px;
	width: 9px;
	height: 10px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-7{
	position: absolute;
	right: unset;
	left: 485px;
	top: 150px;
	width: 14px;
	height: 14px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-8{
	position: absolute;
	right: unset;
	left: 470px;
	top: 190px;
	width: 8px;
	height: 8px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-9{
	position: absolute;
	right: unset;
	left: 55px;
	top: 280px;
	width: 13px;
	height: 16px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-10{
	position: absolute;
	right: unset;
	left: 325px;
	top: 70px;
	width: 15px;
	height: 14px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-11{
	position: absolute;
	right: unset;
	left: 450px;
	top: 35px;
	width: 22px;
	height: 22px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-12{
	position: absolute;
	right: unset;
	left: 505px;
	top: 85px;
	width: 10px;
	height: 40px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-13{
	position: absolute;
	right: unset;
	left: 60px;
	top: 340px;
	width: 13px;
	height: 13px;
	transition: 0.5s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child .abt-image-14{
	position: absolute;
	right: unset;
	left: 100px;
    top: 140px;
	width: 36px;
	height: 41px;
	transition: 0.5s all ease;
}

.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-3{
	position: absolute;
 	left: 360px;
    top: 141px;
    width: 70px;
    height: 144px;
    transition: 4s all ease infinite;
    -webkit-transform: rotate(50deg);
    transform: rotate(50deg);
}
.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-4 {
    position: absolute;
    right: unset;
    top: 110px;
    left: 115px;
    width: 58px;
    height: 47px;
    transition: 0.4s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-11 {
    position: absolute;
    right: unset;
    left: 325px;
    top: 35px;
    width: 22px;
    height: 22px;
    transition: 0.6s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-13{
	position: absolute;
	right: unset;
	left: 50px;
	top: 140px;
	width: 13px;
	height: 13px;
	transition: 0.8s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-6 {
    position: absolute;
    right: unset;
    top: 95px;
    left: 92px;
    width: 9px;
    height: 10px;
    transition: 1s all ease;
}
.product-image-section-2 .kc_col-sm-6:first-child:hover .abt-image-10 {
    position: absolute;
    right: unset;
    left: 470px;
    top: 70px;
    width: 15px;
    height: 14px;
    transition: 0.5s all ease;
}

.product-image-section-3{

}



.product-image-section-3 .kc_col-sm-6:last-child{
	position: relative;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-2{
	position: absolute;
	left: 160px;
	right: unset;
	top: 135px;
	width: 232px;
	height: 139px;
	transition: 0.5s all ease;
}

.product-image-section-3 .kc_col-sm-6:last-child .abt-image-3{
	position: absolute;
	left: 155px;
	top: 65px;
	width:60px;
	height: 56px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-1{
	position: absolute;
	/*left: 170px;*/
	right: unset;
	top: 0px;
	width: 561px;
	height: 274px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-4{
	position: absolute;
	right: unset;
	top: 20px;
	left: 190px;
	width: 55px;
	height: 47px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-5{
	position: absolute;
	left: 385px;
	top: 110px;
	width: 71px;
	height: 163px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-6{
	position: absolute;
	right: unset;
	top: 102px;
	left: 445px;
	width: 61px;
	height: 171px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-7{
	position: absolute;
	right: unset;
	left: 110px;
	top: 100px;
	width: 76px;
	height: 173px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child .abt-image-8{
	position: absolute;
	right: unset;
	left: 245px;
	top: 55px;
	width: 148px;
	height: 125px;
	transition: 0.5s all ease;
}



.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-6{
	position: absolute;
	right: unset;
	top: 102px;
	left: 165px;
	width: 61px;
	height: 171px;
	transition: 0.5s all ease;
}

.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-2{
	position: absolute;
	left: 230px;
	right: unset;
	top: 135px;
	width: 232px;
	height: 139px;
	transition: 0.5s all ease;
}
.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-5{
	position: absolute;
	left: 455px;
	top: 110px;
	width: 71px;
	height: 163px;
	transition: 0.5s all ease;
}

.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-8 {
    position: absolute;
    right: unset;
    left: 220px;
    top: 11px;
    width: 148px;
    height: 125px;
    transition: 0.5s all ease;
}

.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-4 {
    position: absolute;
    right: unset;
    top: 50px;
    left: 370px;
    width: 55px;
    height: 47px;
    transition: 0.5s all ease;
}

.product-image-section-3 .kc_col-sm-6:last-child:hover .abt-image-3 {
    position: absolute;
    left: 155px;
    top: 46px;
    width: 60px;
    height: 56px;
    transition: 0.5s all ease;
}
.phnumber::before {
	left: 0;
	position: absolute;
	content: " ";
	height: 30px;
	width: 31px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url(./images/phone.png);
}

.item-first .wpcf7-form-control-wrap input {
	border: none !important;
	background-color: #f6f9ff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	font-size: 16px;
	font-family: Poppins;
	color: #999999;
}
.item-second .wpcf7-form-control-wrap textarea {
	border: none !important;
	background-color: #f6f9ff;
	border-radius: 5px;
	width: 100%;
	margin-bottom: 15px;
	margin-top: 15px;
	padding-left: 15px;
	padding-top: 15px;
	font-size: 16px;
	font-family: Poppins;
	color: #999999;
}
.item-second {
	width: 100%;
}
.social-media-contact {
	text-align: center;
}
.contact-page-detals a {
	color: #333;
	font-weight: 500;
	padding-left: 25px;
}
.item-first:last-child .wpcf7-form-control-wrap {
	display: flex;
	
}
.tnp-field.tnp-field-email {
	
	max-width: 400px;
}

.four-zero-four {
	min-height: 450px;
	display: flex;
	align-items: center;
	margin-top: 100px;
	border-top: solid 1px #ececec;
}
.four-zero-four .title {
	text-align: center;
	width: 100%;
}

.slick-next.slick-arrow {
	background-image: url("images/arrow-right.jpg");
	border: none;
	font-size: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	right: -22px;
	top: 60px;
}
.slick-prev.slick-arrow {
	background-image: url("images/arrow-left.jpg");
	border: none;
	font-size: 0px;
	width: 30px;
	height: 30px;
	position: absolute;
	left: -29px;
	top: 60px;
}
.owl-carousel-arabic  .item.slick-slide {
	height: 150px;
	display: flex;
	justify-content: center;
}
.menu-item:last-child a {
	margin-right: 0px;
}
.Logo-carousel .owl-wrapper-outer {
	height: 150px;
	display: flex;
}
.owl-carousel .owl-wrapper-outer {
	height: 150px;
	display: flex;
	
}
.Logo-carousel .owl-theme .owl-controls {
	margin-top: 0px;
	
}
.owl-theme .owl-controls{
	margin-bottom: 0px !important;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div {
	position: absolute;
	top: calc(50% + 15px) !important;
	width: 40px;
	height: 40px;
	margin-top: -25px;
	background: #fafafa;
	opacity: 0;
	left: 50px;
	color: transparent;
	transition: all .3s ease;
	padding: 0;
	border: 1px solid #3a3d3d !important;
	border-radius: 100%;
}
.owl-nav-round.owl-theme .owl-controls .owl-buttons div::before {

	color: #3a3d3d !important;

}
.vision-mission .content-icon {
	text-align: center;
}
