/* 
* Theme name: AXe Child - Theme AXe Child
* Template: axetheme
* Author: Haris Saleem - CoderzHunt
* Author URI: http://www.wordpress.com
*/
/* General */
@import url('../axetheme/style.css');

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

@font-face {
    font-family: 'DejaVu Sans';
    src: url('fonts/DejaVuSans/DejaVuSans.woff2') format('woff2'),
        url('fonts/DejaVuSans/DejaVuSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/* @font-face {
    font-family: 'aristotelica_pro_displayXLt';
         url('fonts/AristotelicaPro/zetafonts-aristotelica-pro-display-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
} */
@font-face {
    font-family: 'aristotelica_pro_displayXLt';
    src: url('fonts/AristotelicaPro/zetafonts-aristotelica-pro-display-extralight-webfont.woff2') format('woff2'),
         url('fonts/AristotelicaPro/zetafonts-aristotelica-pro-display-extralight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}



body, a, span, aside, section, p{
/*     font-family: 'Raleway', sans-serif !important; */
/* 	font-family: 'aristotelica_pro_displayXLt' !important; */
	font-family: 'DejaVu Sans' !important;
}
h1, h2, h3, h4, h5, h6{
    font-family: 'aristotelica_pro_displayXLt' !important;
}
#wpadminbar{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
}
#wpadminbar .ab-icon, 
#wpadminbar .ab-item:before, 
#wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, 
body .wp-admin-bar-arrow{
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif !important;
}

a{
    opacity: 1 !important;
}
.mcontent{
    margin-bottom: 0 !important;
    padding-bottom: 0;
}
.titleheading{
    display: none !important;
}
#bannersection, .home .banner_breadcrumb{
	position: relative;
	display: none;
}
.home #bannersection{
	display: block !important;
}
.banner_breadcrumb {
    padding: 100px 20px 100px;
    position: relative;
    overflow: hidden;
/*     border-top: 0px solid #e3e3e3;
    border-bottom: 0px solid #e3e3e3;
    box-shadow: 0px 0px 10px 1px #e3e3e3; */
    background-position: left top;
    text-align: center;
    background-color: rgba(0,0,0,0.9);
}
.banner_breadcrumb canvas.particles-js-canvas-el {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
/*     z-index: -1; */
}
.banner_breadcrumb .wrapwidth{
    position: relative;
    z-index: 99;
    color: #1f1f1f;
    display: block;
	text-align: center;
	font-size: 0;
}
div#page-title-particles-js {
    position: absolute;
    top: 0;
    bottom: auto;
    left: 0;
    right: 0;
    width: 100%;
}
.banner_breadcrumb:before{
/*     content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    margin: auto;
    background-color: rgba(245,132,80, 0.19); */
}
.banner_breadcrumb h1{
    font-size: 44px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
    padding-left: 20px;
    position: relative;
	display: inline-block;
}
.banner_breadcrumb h1:before{
/* content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background-color: #7f53ac;
    width: 3px;
    height: 25px; */
}
.banner_breadcrumb a, .banner_breadcrumb a:hover, .banner_breadcrumb span{
	font-size: 14px;
	color: #1f1f1f;
	font-weight: 600;
	display: none;
	
}


#bannersection canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}
#bannersection img {
    display: block;
    margin: auto;
    width: 100%;
}
.slider_btn{
	display: none !important;
}
.mcontent{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

/*Topbar*/

#topheader {
    padding: 5px 10px;
    background: #393939 !important;    
}

#topheader .wrapwidth{
    width: 100% !important;
    max-width: 100% !important;
}
#topheader aside.widget{
    max-width: 100% !important;
}
#topheader .wrapwidth .topbarcolumns:first-child{
    
}
#topheader .wrapwidth .topbarcolumns:first-child ul{
    text-align: left;
}
#topheader .wrapwidth .topbarcolumns:first-child li{
    margin-right: 10px;
}
#topheader .wrapwidth .topbarcolumns:first-child li a{
    color: #ffffff;
    font-size: 16px;
}
#topheader .wrapwidth .topbarcolumns:first-child li a img{
    display: inline-block;
    width: 16px;
    vertical-align: middle;
    margin-right: 5px;
}
#topheader .wrapwidth .topbarcolumns:nth-child(2){
    
}
#topheader .wrapwidth .topbarcolumns:nth-child(2) ul{
    text-align: right;
}
#topheader .wrapwidth .topbarcolumns:nth-child(2) li{
    margin-left: 10px;
}
#topheader .wrapwidth .topbarcolumns:nth-child(2) li a{
    
}
#topheader .wrapwidth .topbarcolumns:nth-child(2) li img{
    width: 20px;
    height: 20px;
    object-fit: cover;
    object-position: center;
}

/*header*/
.header_fixed {
    position: fixed !important; 
    width: 100%;
    top: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 10px 20px !important;
    transition: all 1s ease-in-out;
    -webkit-box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.30);
    box-shadow: 0px 2px 5px 0px rgb(0 0 0 / 30%);
}




#logomenusection {
    padding: 10px 40px;
    transition: all 0.7s ease-in-out;
    -ms-animation-name: fadeInDown;
    -moz-animation-name: fadeInDown;
    -o-animation-name: fadeInDown;
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -ms-animation-duration: 100ms;
    -moz-animation-duration: 100ms;
    -o-animation-duration: 100ms;
    -webkit-animation-duration: 100ms;
    animation-duration: 100ms;
    -ms-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -ms-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
	position: relative;
}
#logomenusection .wrapwidth{
    width: 100% !important;
    max-width: 100% !important;    
}
#logoarea {
    padding-top: 12px;
}
#logomenusection #logoarea img{
    max-width: 231px;   
} 

#mainmenu{
    margin-top: 17px !important;
}
#mainmenu ul{
    border-bottom: none !important;
    text-align: right;
	margin-top: 3px;
}
#mainmenu ul.menu > li:hover > a, #mainmenu ul.menu > li.current_page_item > a, #mainmenu ul > li.current_page_ancestor > a{
    border-bottom: none !important;
    color: #000;
/*     border-radius: 6px;
    background-color: #7f53ac; */
/* 	opacity: 0.8 !important; */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
/* 	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out; */
}
#mainmenu ul.menu > li > a, #mainmenu div.menu ul > li > a{
	bottom: 0 !important;
}
/* #mainmenu ul.menu > li:hover > a:before, #mainmenu ul.menu > li.current_page_item > a:before, #mainmenu ul > li.current_page_ancestor > a:before{
	content: "< ";
	visibility: visible;
}
#mainmenu ul.menu > li:hover > a:after, #mainmenu ul.menu > li.current_page_item > a:after, #mainmenu ul > li.current_page_ancestor > a:after{
	content: " />";
	visibility: visible;
} */
#mainmenu ul li{
    margin: 0px 5px;
}
#mainmenu ul li a{
    padding: 7px 10px;
    font-weight: 500;
	color: #1f1f1f;
/* 	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out; */
}
#mainmenu ul.menu > li > a, #mainmenu div.menu ul > li > a{
	font-size: 14px !important;	
	font-weight: 600;
}
/* #mainmenu ul li a:before{
	content: '< ';
	visibility: hidden;
}
#mainmenu ul li a:after{
	content: ' />';
	visibility: hidden;
} */
body.page #mainmenu .add_quotes a, body.page #mainmenu .add_quotes a:hover {
    background-color: #7f53ac;
    color: #fff !important;
    padding: 13px 20px !important;
    margin: 0px 0px !important;
    line-height: normal;
    border-radius: 10px !important;
    font-size: 15px !important;
    border-color: transparent !important;
    bottom: 0 !important;
    border-bottom: 0px solid transparent;
    width: auto;
    -webkit-animation: button-bounce 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
    -moz-animation: button-bounce 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
    animation: button-bounce 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
}
.page #mainmenu .add_quotes a:after {
/* 	content: '';
    background-color: #2982f0;
    left: 0;
    top: 0;
    height: 100%;
    border-radius: 2px;
    -webkit-animation: button-blip 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
    -moz-animation: button-blip 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
    animation: button-blip 2.2s forwards infinite cubic-bezier(.215,.61,.355,1);
    box-shadow: 0 0 15px 0 #2982f0!important; */
}
@-webkit-keyframes button-bounce{
    0%,100%,52%{
        transform:scale(1)
    }
    10%{
        transform:scale(.96)
    }
    20%{
        transform:scale(1.04)
    }
}
@-moz-keyframes button-bounce{
    0%,100%,52%{
        transform:scale(1)
    }
    10%{
        transform:scale(.96)
    }
    20%{
        transform:scale(1.04)
    }
}
@keyframes button-bounce{
    0%,100%,52%{
        transform:scale(1)
    }
    10%{
        transform:scale(.96)
    }
    20%{
        transform:scale(1.04)
    }
}
@-webkit-keyframes button-blip{
    0%,100%{
        transform:scaleX(1) scaleY(1);
        opacity:0
    }
    10%{
        transform:scaleX(1) scaleY(1);
        opacity:.7
    }
    30%,99%{
        transform:scaleX(1.08) scaleY(1.35);
        opacity:0
    }
}
@-moz-keyframes button-blip{
    0%,100%{
        transform:scaleX(1) scaleY(1);
        opacity:0
    }
    10%{
        transform:scaleX(1) scaleY(1);
        opacity:.7
    }
    30%,99%{
        transform:scaleX(1.08) scaleY(1.35);
        opacity:0
    }
}
@keyframes button-blip{
    0%,100%{
        transform:scaleX(1) scaleY(1);
        opacity:0
    }
    10%{
        transform:scaleX(1) scaleY(1);
        opacity:.7
    }
    30%,99%{
        transform:scaleX(1.08) scaleY(1.35);
        opacity:0
    }
}

.home_sec1, .vc_custom_1662970220723{
	text-align: center;
}
.home_sec1a {
	text-align: left !important;
}
.home_sec1 h5{
    text-transform: uppercase;
    padding: 0 0 15px;
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    font-size: 16px;
    color: #7f53ac;
    font-weight: 900 !important;
    font-style: italic !important;
    position: relative;
    display: inline-block;
    text-shadow: 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac;
}
.home_sec1 h5:before, .home_sec1 h5:after, 
.home_sec4 h2:before, .home_sec4 h2:after,
.home_technologies h2:before, .home_technologies h2:after,
.home_sec7 h2:before, .home_sec7 h2:after, 
.home_sec3_inner12 h2:before, .home_sec3_inner12 h2:after,
.serv_heading:before, .serv_heading:after,
.contact_sec1 h2:before, .contact_sec1 h2:after{
    content: "";
    position: absolute;
    height: 14px;
    top: 3px;
    width: 42px;
    background-size: contain;
    display: block;
    background-repeat: no-repeat;
}
.home_sec1a h5:before{
    background-image: none !important;
    margin-right: 0 !important;
}
.home_sec1 h5:before, .home_sec4 h2:before, .home_technologies h2:before, .serv_heading:before, .contact_sec1 h2:before {
	background-image: url(images/head_left.png);
	right: 100%;
	margin-right: 15px;
}
.home_sec1 h5:after, .home_sec4 h2:after, .home_technologies h2:after, .home_sec3_inner12 h2:after, .serv_heading:after, .contact_sec1 h2:after {
	background-image: url(images/head_right.png);
	left: 100%;
	margin-left: 15px;
}
.home_sec7 h2:before {
	background-image: url(images/head_left_w.png);
	right: 100%;
	margin-right: 15px;
	top: 19px;
}
.home_sec7 h2:after {
	background-image: url(images/head_right_w.png);
	left: 100%;
	margin-left: 15px;
	top: 19px;
}
.home_sec1a h2{
	
}
.home_sec1 h2{
    font-size: 28px;
    font-weight: 900 !important;
    padding: 0 0 30px;
    margin: 0px 0px 25px 0px;
    line-height: 30px;
    margin-top: 0;
    text-transform: none;
    color: #1f1f1f;
    position: relative;
	text-shadow: 0px 0px 0 #1f1f1f, 0px 0px 0 #1f1f1f, 0px 0px 0 #1f1f1f, 0px 0px 0 #1f1f1f;
}
/* .home_sec1 h2:before{
    content: '';
    width: 13px;
    height: 13px;
    left: 0;
    right: 0;
    bottom: -7px;
    position: absolute;
    margin: auto;
    background-color: #7f53ac;
    border-radius: 50%;
    box-shadow: 0px 0px 0px 15px #fff;
    z-index: 9;
    outline-color: #7f53ac;
    outline-width: 2px;
    outline-offset: 2px;
    outline-style: solid;
} */
.home_sec1a h2:after, .about_sec1 h2:after{
	width: 112px !important;
	height: 12px !important;
	background-image: url(images/after_line2.png) !important;
	right: auto !important;
}
.home_sec1 h2:after, .home_sec4 h5:after{
    content: '';
    display: block;
    position: absolute;
    width: 244px;
    height: 14px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    background-image: url(images/after_line.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.home_sec1 .lead{
    padding-top: 10px;
    font-size: 20px;
    font-style: italic;
    color: #727272;
    padding-bottom: 0;
    line-height: 25px;
}
.home_sec1a p{
	text-align: justify;
}
.home_sec1a .vc_single_image-img{
	margin-right: 40px;
}
.home_sec1 p{
    font-size: 16px;
    color: #727272;
    line-height: 25px;
    font-weight: 500;
	margin: 10px auto;
	max-width: 700px;
}

/* .home_sec1 a:hover:before, .anchor_btn a:hover:before, .rev-btn:hover:before{
	content: '< ';
	visibility: visible;
}
.home_sec1 a:hover:after, .anchor_btn a:hover:after, .rev-btn:hover:after{
	content: ' />';
	visibility: visible;
}
.home_sec1 a:before, .anchor_btn a:before, .rev-btn:before {
	content: '< ';
/* 	visibility: hidden; */
}
.home_sec1 a:after, .anchor_btn a:after, .rev-btn:after {
	content: ' />';
/* 	visibility: hidden; */
} */
.home_sec1 a:after, .home_sec1 a:before, .home_sec1 a:hover:after, .home_sec1 a:hover:before,.home_sec1 a, .home_sec1 a:hover{
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;	
}



.home_sec1 a{
	padding: 10px 10px;
    font-size: 15px;
    color: #ffffff;
    background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%) !important;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
	position: relative;
}
.form-group input[type="submit"]{
font-size: 15px;
    color: #ffffff;
    background-color: #7f53ac;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
	background: rgb(100,125,238);
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}
.home_sec1 a:hover{
    background: #7f53ac;
	opacity: 0.9 !important;
	padding: 10px 10px;
    font-size: 15px;
    color: #ffffff;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;	
	position: relative;
}
.form-group input[type="submit"]:hover{
    background: #7f53ac;
	opacity: 0.9 !important;
    font-weight: 400;
    font-size: 15px;
    color: #ffffff;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
	background: rgb(100,125,238);
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}



.page .home_sec3{
    background-attachment: fixed !important;
/* 	background-position: center bottom !important; */
}
.home_sec3 .vc_single_image-wrapper {
/*    display: inline-block;
    cursor: pointer;
    text-align: center;
    position: relative;
    text-decoration: none;
    z-index: 1;*/
}
.home_sec3 .wpb_single_image, .home_sec3 .wpb_content_element {
	margin-bottom: 5px !important;
}

.home_sec3 .vc_single_image-wrapper:after {
/*     pointer-events: none;
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    left: 0 !important;
    right: 0px;
    margin: auto;
    bottom: 81px;
    border-radius: 44px 0px; */
}

.home_sec3 .vc_single_image-wrapper {
/*     -webkit-transition: background 0.2s, color 0.2s;
    -moz-transition: background 0.2s, color 0.2s;
    transition: background 0.2s, color 0.2s; */
}

.home_sec3 .vc_single_image-wrapper:after {
/*     top: -25px;
    left: -7px;
    padding: 11px;
    box-shadow: 0 0 0 2px #7f53ac;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
    -webkit-transform: scale(.8);
    -moz-transition: -moz-transform 0.2s, opacity 0.2s;
    -moz-transform: scale(.8);
    -ms-transform: scale(.8);
    transition: transform 0.2s, opacity 0.2s;
    transform: scale(.8);
    opacity: 0; */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}

.home_sec3 .vc_single_image-wrapper:hover:after {
/*     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 1; */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}

.home_sec3 .vc_single_image-wrapper:after {
/*     -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2); */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}

.home_sec3 .vc_single_image-wrapper:hover:after {
/*     -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1; */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.home_sec3 .vc_single_image-wrapper{
/*     width: 100px;
    height: 100px;
    background: #7f53ac;
    padding: 30px 0px;
    vertical-align: middle;
    border-radius: 40px 0px; */
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.home_sec3 p{
    font-size: 45px;
/*     color: #7f53ac; */
	color: #fff;
    margin: 0;
    font-weight: 600;
    padding: 4px 0 0;
    line-height: normal;
    margin-bottom: 0 !important;
}
.home_sec3 h3{
    font-size: 20px;
    font-weight: 600 !important;
    color: #fff;
    margin: 0 !important;
    padding: 0 !important;    
}
.home_sec3 .vc_column_container:nth-child(3) p:after{
	content: '%';
    font-size: 21px;
    vertical-align: middle;
}
/* .home_sec3 .vc_column_container:nth-child(1) p:after , .home_sec3 .vc_column_container:nth-child(2) p:after {
    content: '+';
    font-size: 21px;
    vertical-align: middle;
} */
.home_sec3 .vc_column_container:nth-child(4) p:after{
/*     content: 'hours';
    font-size: 21px;
    vertical-align: middle;
    margin-left: 4px;
    font-style: italic; */
}




.home_technologies a.vc_left.vc_carousel-control {
    position: absolute;
    background-color: #7f53ac;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    right: auto;
    left: -60px;
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
    z-index: 99;
}
.home_technologies a.vc_right.vc_carousel-control {
    position: absolute;
    top: 50%;
    background-color: #7f53ac;
    color: #fff;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 50px;
    text-align: center;
    right: -60px;
    left: auto;
    -webkit-border-radius: 25px 0px 25px 0px;
    -moz-border-radius: 25px 0px 25px 0px;
    border-radius: 25px 0px 25px 0px;
    z-index: 99;
}
#wonderplugincarousel-1, .amazingcarousel-list-container, .amazingcarousel-list-wrapper {
	width: 100% !important;
	max-width: 100% !important;
}
.amazingcarousel-image > div + div, .amazingcarousel-image > a + div, .amazingcarousel-image > div + noscript + div{
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
	z-index: -1 !important;
}
.home_sec4, .home_technologies{
	text-align: center;
}
.home_sec4 h2{
	text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #7f53ac;
    font-weight: 900 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac;	
}
.home_technologies h2{
	text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    font-size: 32px;
    color: #7f53ac;
    font-weight: 900 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac;	
}
.serv_heading{
	text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #7f53ac;
    font-weight: 900 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac;	
}
.home_sec4 h5{
    font-size: 34px;
    font-weight: 900 !important;
    padding: 0px 0 34px;
    padding: 0px 0 34px;
    margin: 0px 0px 34px 0px;
    line-height: 30px;
    margin-top: 0;
    text-transform: none;
    color: #1f1f1f;
    position: relative;
    text-shadow: 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f;
}
/* .home_technologies h2{
    font-size: 42px;
    font-weight: 600 !important;
    line-height: 42px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;
    color: #1f1f1f;
} */
.home_sec4 h3{
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 20px;
    letter-spacing: 0.5px;
    font-size: 14px;
    color: #7f53ac;
    font-weight: 700 !important;   
	font-style: italic !important; 
}
.home_sec4 p{
    color: #727272;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    margin: 0;
    max-width: 785px;
    margin: auto;
}
.our_serv1 {
    margin: 0px 10px;
}
.our_serv.slick-slide.slick-current .our_serv1 {
    margin: 0px 0px;
}
.our_serv.slick-slide.slick-current {
    padding: 0;
    box-shadow: 0px 4px 20px #dbdbdb;
}
.our_serv.slick-slide.slick-current, .our_serv.slick-slide.slick-current .our_serv1, .our_serv1, .our_serv{
	transition: all 1s ease-in-out;
	-webkit-transition: all 1s ease-in-out;
	-mioz-transition: all 1s ease-in-out;
	-o-transition: all 1s ease-in-out;
}
.our_serv.slick-slide.slick-current .our_serv_img img, .our_serv.slick-slide.slick-current, .our_serv_img img{
	border-top-left-radius: 20px; 
	border-top-right-radius: 20px;
}
.our_serv.slick-slide.slick-current .our_serv_content, .our_serv.slick-slide.slick-current, .our_serv_content{
	border-bottom-left-radius: 20px; 
	border-bottom-right-radius: 20px;
}

.our_serv_main .slick-list{
	padding-top: 100px !important;
	padding-bottom: 0 !important;
}
.our_serv_img {
    border-bottom: 1px solid #ddd !important;
}
.our_serv.slick-slide.slick-current{
	position: relative;
	top: -10px;
}
.our_serv.slick-slide.slick-current .our_serv_img img{
	height: 300px;
	object-fit: cover;
}
.our_serv_img img{
	height: 270px;
	object-fit: cover;	
}
.our_serv_content{
	padding: 10px 15px 15px;
    background-color: #fff;
    text-align: center;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.our_serv_content p, .our_serv_content h3 {
    margin: 5px auto 0 !important;
}
.our_serv_content h3{
    font-size: 22px;
    color: #1f1f1f;
    margin: 0;
    font-weight: 600;
    margin-bottom: 10px;
}
.our_serv_content p{
    font-size: 15px;
    color: #727272;
    line-height: 20px;
}
.our_serv_img img{
    max-width: 100%;
}
.our_serv_main .slick-prev, .testi_main .slick-prev {
    position: absolute;
    top: 50%;
    background-color: #7f53ac;
    color: #393939;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 60px;
    text-align: center;
    right: auto;
    left: -30px;;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
	cursor: pointer;
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.our_serv_main .slick-next, .testi_main .slick-next{
    position: absolute;
    top: 50%;
    background-color: #7f53ac;
    color: #393939;
    width: 60px;
    height: 60px;
    font-size: 0;
    line-height: 60px;
    text-align: center;
    right: -30px;;
    left: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 99;
	cursor: pointer;
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}
.our_serv_main .slick-prev:before, .testi_main .slick-prev:before{
	content: '';
    background-image: url(images/prev_btn.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 999;
    left: 18px;
    top: 20px;
}
.our_serv_main .slick-next:before, .testi_main .slick-next:before{
    content: '';
    background-image: url(images/next_btn.png);
    width: 20px;
    height: 20px;
    background-size: cover;
    display: block;
    position: absolute;
    z-index: 999;
    right: 18px;
    top: 20px;
}
.anchor_btn a{
	padding: 10px 10px;
    font-size: 15px;
    color: #ffffff;
    background-color: #7f53ac;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.anchor_btn a:hover{
	padding: 10px 10px;
    font-size: 15px;
    color: #ffffff;
    background: #7f53ac;
	opacity: 0.9 !important;
    border-radius: 6px;
    margin-top: 5px;
    display: inline-block;
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.home_sec5 {
    background-attachment: fixed !important;
}
.home_sec5 h2{
    font-size: 44px;
    color: #ffffff;
    padding: 15px 0 25px;
    margin: 0;
    line-height: 1 !important;
    font-weight: 500;    
}
.home_sec5 p{
    font-style: italic;
    font-size: 18px;
    padding: 0 0 10px;
    color: #bbb;
	line-height: 28px;
}
.home_sec5 ul{
    margin-bottom: 20px;
}
.home_sec5 ul li{
    font-size: 14px;
    color: #bbb;
    margin-right: 0;
    display: inline-block;
    padding-right: 20px !important;
    padding-left: 20px !important;
    width: 23%;
    position: relative;
    box-sizing: content-box;
    margin-bottom: 15px !important;
}
.home_sec5 ul li:before{
    content: '' !important;
    background-image: url(images/tick_icon.png);
    background-size: contain;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: -4px !important;
    top: 5px !important;
    background-repeat: no-repeat;
}

.home_sec5 a{
    padding: 15px 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #7f53ac;
    border-radius: 25px 0px;
    margin-top: 5px;
    display: inline-block;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.home_sec5 a:hover{
    padding: 15px 40px;
    font-size: 18px;
    color: #ffffff;
    background-color: #393939;
    border-radius: 25px 0px;
    margin-top: 5px;
    display: inline-block;
	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}
.home_sec6_inner{

}
.home_sec6_inner .vc_column_container:first-child{

}
.home_sec6_inner .vc_column_container:first-child .main_sec6,
.home_sec6_inner .vc_column_container:last-child .main_sec6{
    display: table;
    width: 100%;
    margin: 70px 0;
    cursor: pointer;
    -webkit-box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%);
    box-shadow: 0px 5px 35px 0px rgb(148 146 245 / 15%);
    background: #393939;
    border-radius: 25px 0px 25px 0px;
    transition: all 1s ease-in-out;
}
.home_sec6_inner .vc_column_container:first-child .img_sec {
    float: right;
    width: 20%;
    border-radius: 25px 0px 25px 0px;
    background-color: #7f53ac;
    margin: 0px auto 15px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 15px 0px 0px 0px;
}
.home_sec6_inner .vc_column_container:last-child .img_sec{
    float: left;
    width: 20%;
    border-radius: 25px 0px 25px 0px;
    background-color: #7f53ac;
    margin: 0px auto 15px;
    position: relative;
    text-align: center;
    z-index: 55;
    transition: .4s;
    padding: 15px 0px 0px 0px;
}
.home_sec6_inner .vc_column_container:last-child .content_sec{
    float: left;
    width: 80%;
    text-align: left;
    padding: 0px 20px;
}
.home_sec6_inner .vc_column_container:first-child .img_sec img,
.home_sec6_inner .vc_column_container:last-child .img_sec img{
    max-width: 26px;    
}
.home_sec6_inner .vc_column_container:first-child .content_sec{
    float: left;
    width: 80%;
    text-align: right;
    padding: 0px 20px;
}
.home_sec6_inner .vc_column_container:first-child .content_sec h4,
.home_sec6_inner .vc_column_container:last-child .content_sec h4{
    text-transform: capitalize;
    margin: 0;
    font-size: 19px;
    color: #ffffff;
}
.home_sec6_inner .vc_column_container:first-child .content_sec p,
.home_sec6_inner .vc_column_container:last-child .content_sec p{
    font-size: 15px;
    line-height: 22px;
    color: #727272;
}

.home_sec6_inner .vc_column_container:last-child{
    
}
.home_sec6_inner .vc_column_container:first-child .content_sec p:empty,
.home_sec6_inner .vc_column_container:last-child .content_sec p:empty{
    display: none;
}
.home_sec7 {
    background-attachment: fixed !important;
/* 	background: url(images/line_footer.jpg) !important; */
	background: url(images/client_bg.jpg) !important;
	
    background-repeat: repeat-x !important;
/*     background-size: 100% 100% !important; */
}
.home_sec7{
	text-align: center;
}
.home_sec7 h2{
    font-size: 42px;
    font-weight: 600 !important;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;  
    color: #fff;
	position: relative;
	display: inline-block;
}
.home_sec7 h2 > p{
	display: inline-block;
    font-size: 42px;
    font-weight: 600 !important;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;  
    color: #7f53ac;
}
.home_sec7 p{
    font-size: 16px;
    color: #bbb;
    line-height: 26px;
    max-width: 700px;
    margin: auto;
	text-align: left;
}

.testi .testi_body, .testi .testi_person  {
    max-width: 90%;
    margin: auto;
}
.testi_body{
    padding: 30px;
    position: relative;
    background: #393939;
    border: 1px solid #393939;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
	text-align: left;
}
.testi_body h3{
    padding: 0 0 10px 45px;
    font-size: 23px;
    font-weight: 600;
    color: #fff;
    position: relative;
	display: none;
}
.testi_body h3:before{
    content: '';
    background-image: url(images/quote-left.png);
    background-size: cover;
    width: 26px;
    height: 26px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}
.testi_body p{
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    max-width: 100%;    
}
.testi_person {
    margin-top: 25px !important;
}
.testi_person_imgs {
/*     display: inline-block;
    float: left;
    position: relative;
    top: 0; */
}
.testi_person_imgs img{
    width: 75px;
    height: 75px;
    object-fit: cover;
    border-radius: 50%;
    border: 1px solid #f7f7f7;
}
.testi_person_details{
/*     display: inline-block;
    margin-left: 20px;
    float: left;
    top: 14px;
    position: relative; */
	margin-top: 15px;
}
.testi_person_details h4{
    font-size: 18px;
    color: #ffffff;
    padding: 0px 0 0;
    margin: 0;
	text-align: left;
}
.testi_person_details h5{
    background-color: transparent;
    color: #aaa;
    display: block;
    font-size: 16px;
    font-style: italic;
    line-height: 30px;
    margin: 0;
    padding: 0;
    position: relative;
	text-align: left;
}
.home_testi_ul ul{
	text-align: center;
}
.home_testi_ul ul li{
    display: inline-block;
    list-style: none;
    margin: 10px 2px !important;
    padding: 0px 1px !important;
}
.home_testi_ul ul li:before{
    content: '' !important;
}





/*Feature*/
.feature_sec1 {

}
.feature_sec1 img{

}
.feature_sec1 h3{
    color: #1f1f1f;
    font-size: 22px;
    padding: 0px 0 12px;
    margin: 0;
    font-weight: 600;    
}
.feature_sec1 p{
    color: #727272;
    font-size: 15px;
    padding: 0px 0 0px;
    margin: 0;
    font-weight: 500;    
}


.port_1 h2{
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
    color: #1f1f1f;    
}
.port_1 p{
    color: #727272;
    font-size: 15px;
    padding: 0px 0 0px;
    margin: 0;
    font-weight: 500;
    max-width: 700px;
    margin: 0 auto 35px;   
}
input.filtr-controls-155.filtr-search.filtr_search_155,
.filter_gallery_155.row.filtr-container.filters-div a .item-desc, #lightbox, #lightboxOverlay{
    display: none !important;
}
.filter_gallery_155.row.filtr-container.filters-div{
    margin-top: 20px !important;
}
.filter_gallery_155.row.filtr-container.filters-div a{
    opacity: 1 !important;
    cursor: pointer !important;
}

.simplefilter li{
    display: inline-block !important;
    padding: 7px 10px !important;
    margin-bottom: 0;
    font-size: 14px !important;
    font-weight: 400;
    line-height: 1.42857143 !important;
    text-align: center !important;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 6px !important;   
    box-shadow: none;
    background-color: transparent !important;
    border: 2px solid transparent !important;
    color: #393939 !important;
    font-weight: 500;
    font-size: 14px;
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.page .simplefilter_155 li.active, .page .simplefilter_155 li:hover{
    background-color: #7f53ac !important;
    color: #fff !important;
    border: 2px solid #7f53ac !important;
	opacity: 0.9 !important;
/*     clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.page .simplefilter_155 li.active:before, .page .simplefilter_155 li:hover:before{
	visibility: visible;
	color: #fff !important;
}
.page .simplefilter_155 li.active:after, .page .simplefilter_155 li:hover:after{
	visibility: visible;
	color: #fff !important;
}
.page .simplefilter_155 li:before{
    content: '' !important;
}
.page .simplefilter_155 li:before {
    content: '<' !important;
    position: relative !important;
    left: 0 !important;
    top: -1px !important;
    font-size: 12px !important;
    margin-right: 2px;
    color: #393939 !important;
/* 	visibility: hidden; */
}
.page .simplefilter_155 li:after {
    content: '/>' !important;
    position: relative !important;
    left: 0 !important;
    top: -1px !important;
    font-size: 12px !important;
    margin-left: 2px;
    color: #393939 !important;
/* 	visibility: hidden; */
}

/*Services*/
.services_sections + br{
	display: none;
}
.services_sections {
	float: left;
	width: 31%;
	margin: 20px 1%;
	position: relative;
}
.services_sections .front, .services_sections .back{
    height: 350px;
    border: 1px solid #cbcbcb;
    box-shadow: 0px 0px 10px 1px #ddd;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex-wrap: nowrap;
	position: relative;
	cursor: pointer;
}
.services_sections .front img{
	width: 80px;
    height: 80px;
    object-fit: cover;
    text-align: center;
    display: block;
}
.services_sections .front h3{
	font-size: 24px;
    color: #3a3a3a;
    text-align: center;
    font-weight: bold;
}
.services_sections .back p{
	color: #fff;
    text-align: center !important;
    font-size: 15px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translate(0%, -50%);
    -ms-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
    margin: auto;
}
.services_sections .back{
	display: none;
}
.services_sections:hover .front{
/* 	display: none; */
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.services_sections:hover .back{
	display: block;
	position: relative;
    top: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
	background: #f58450;
	background-image: linear-gradient(-135deg, #f58450 0%, #c94686 100%);
	color: #fff;
	z-index: 9999;
}


.services_form .wpcf7-form p{
	margin: 0 !important;
}
.services_form .wpcf7-form input[type="text"], .services_form .wpcf7-form input[type="email"]{
    background-color: #fff !important;
    margin-bottom: 10px !important;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}
.services_form .wpcf7-form textarea {
    background-color: #fff;
    margin-bottom: 10px !important;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    resize: none;
    box-shadow: none !important;
    width: 100%;
    padding: 20px 25px !important;
    height: 150px !important;
}
.services_form .wpcf7-form input[type="submit"] {
    font-size: 15px;
    color: #ffffff;
    background-color: #7f53ac;
    border-radius: 6px;
    padding: 12px 20px;
    margin-top: 15px;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}

.serv_block_sec .vc_column_container > .vc_column-inner > .wpb_wrapper{
    background: #ffffff;
    box-shadow: 0 5px 15px rgb(0 0 0 / 10%);
    padding: 60px 20px 60px;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    margin-bottom: 30px;
	position: relative;
}
.serv_block_sec .vc_column_container > .vc_column-inner > .wpb_wrapper::before {
    content: "";
    position: absolute;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    width: 70%;
    height: 3px;
    margin: 0 auto;
    border-radius: 5px;
    background-color: #f58450;
    background-image: linear-gradient(-135deg, #f58450 0%, #c94686 100%);
    -webkit-transition: all ease 0.5s;
    transition: all ease 0.5s;
}
.serv_block_sec .vc_column_container:hover > .vc_column-inner > .wpb_wrapper::before {
    width: 100%;
    height: 100%;
}


.serv_block_sec .vc_column_container, .serv_block_sec .vc_column_container:hover {
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out; 
}
.serv_block_sec .vc_column_container {
    transform: scale(1);
    margin-top: 0px;
	margin-bottom: 20px;
}
.serv_block_sec .vc_column_container:hover {
    transform: scale(1.05);
	margin-bottom: 20px;
    position: relative;
/* 	top: -15px; */
}
.serv_block_sec .vc_column_container:hover .serv_img1 img{
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
/*     filter: invert(40%) sepia(50%) saturate(3156%) brightness(90%) contrast(90%); */
/*     transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg); */

}
.serv_block_sec .serv_img1{
    margin-bottom: 20px !important;
    transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
/*     transform: rotate(360deg);
    -webkit-transform: rotate(360deg); */
    text-align: center;
    filter: none;
	margin: auto;
	text-align: center;
}
.serv_block_sec .serv_img1 .vc_single_image-wrapper {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    z-index: 999;
    position: relative;
}
.serv_block_sec .serv_img1 .vc_single_image-wrapper:before{
	content: '';
    background-color: #fff;
    position: absolute;
    top: -20px;
    left: -21px;
    right: 0;
    text-align: center;
    margin: 0 auto;
    width: 140px;
    height: 140px;
    z-index: -1;
    border-radius: 50%;
}
.serv_block_sec h3{
    font-size: 22px;
    font-weight: 600 !important;
    color: #1f1f1f;
    cursor: pointer;
	position: relative;
	z-index: 999;
}
.serv_block_sec .wpb_text_column {
    margin-bottom: 10px !important;
}
.serv_block_sec p{
    font-size: 15px;
    color: #727272;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0 !important;
}

.services_block1 h2{
    font-size: 24px;
    font-weight: 600 !important;
    color: #1f1f1f;
    cursor: pointer;
    margin-bottom: 15px;
}
.services_block1 p{
    font-size: 15px;
    color: #727272;
    line-height: 23px;
    margin-bottom: 0 !important;    
}



/*Testimonail */
.testi_page .testi_person_details h4 {
    color: #1f1f1f !important;
}
.testi_page .testi_main {
    margin-top: 50px;
}

/*Contact us*/

.contact_sec1{
	text-align: center;
}
.contact_sec1 h2{
/*     color: #1f1f1f;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none; */
    text-transform: uppercase;
    padding: 0 0 25px;
    margin: 0 0 0px;
    letter-spacing: 0.5px;
    font-size: 24px;
    color: #7f53ac;
    font-weight: 900 !important;
    position: relative;
    display: inline-block;
    text-shadow: 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac, 0px 0px 1px #7f53ac;	
}
.contact_sec1 p{
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    color: #727272;
    line-height: 24px;
}


.contact_form .wpcf7-form {
    border: 1px solid #ededed;
    box-shadow: 0 5px 14px rgb(0 0 0 / 10%);
    background-color: #f2f3f5;
    padding: 40px 30px;
    max-width: 100%;
    margin: auto;
}
.form-group input[type="text"], .form-group input[type="email"], .form-group input[type="tel"],
.form-group select {
    background-color: #fff;
    margin-bottom: 30px !important;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    padding: 10px 25px;
    height: 55px;
    resize: none;
    box-shadow: none !important;
    width: 100%;
}
.form-group textarea{
    background-color: #fff;
    margin-bottom: 30px !important;
    border: 1px solid #ebebeb;
    box-sizing: border-box;
    color: #bcbcbc;
    font-size: 16px;
    outline: 0 none;
    resize: none;
    box-shadow: none !important;
    width: 100%;
    padding: 20px 25px !important;
    height: 200px !important;
}
.form-group input::placeholder, .form-group textarea::placeholder{
    color: #bcbcbc;
}

.contact_main{
    margin: 0px auto 40px;
/*     display: flex; */
}
.address_contact p:empty, .email_contact p:empty, .call_contact p:empty{display: none;}
.address_contact, .email_contact, .call_contact {
/*     float: left; */
    margin: 0 11px 15px;
    /* padding: 30px 20px 30px; */
    padding: 40px 20px 20px;
    width: 100%;
    /* box-shadow: 0 5px 14px rgb(0 0 0 / 10%); */
    box-shadow: 0px 0px 49px 3px rgb(0 0 0 / 10%);
/*     flex: 1; */
    text-align: center;
}
.address_contact:hover section, .email_contact:hover section, .call_contact:hover section{
	background-color: #1f1f1f;
	transition: all 0.7s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	background: rgb(100,125,238);
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}
.address_contact section, .email_contact section, .call_contact section{
	background-color: #7f53ac;
    width: 80px;
    height: 80px;
    display: inline-block;
    margin: 0 auto;
    border-radius: 7px;
    display: flex;
    align-content: center;
    justify-content: center;
    align-items: center;
	margin-bottom: 20px;
	transition: all 1s ease-in-out;
	-webkit-transition: all 0.7s ease-in-out;
	-moz-transition: all 0.7s ease-in-out;
	-o-transition: all 0.7s ease-in-out;
	background: rgb(100,125,238);
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}
.address_contact img, .email_contact img, .call_contact img{
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(200deg) brightness(300%) contrast(100%);
    width: 35px;
    height: 35px;
    object-fit: cover;
	object-position: center center;
}
.address_contact h3, .email_contact h3, .call_contact h3{
    font-family: 'DejaVu Sans' !important;
    font-size: 20px;
    font-weight: 600;
    color: #1f1f1f;
    text-shadow: 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f, 0px 0px 0px #1f1f1f;
    letter-spacing: 2px;
    word-spacing: -5px;
}
.address_contact p, .email_contact ul li, .call_contact ul li {
	font-size: 16px;
    color: #1f1f2a;
    line-height: 24px;
    font-weight: 500;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    padding-left: 0 !important;
}
.call_contact ul li:before, .email_contact ul li:before{
    content: '' !important;
}


/*careers*/
.career_p1 h5{
    color: #7f53ac;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 25px;
    margin: 0 0 10px;
    padding: 0;
    text-transform: none;    
    
}
.career_p1 h2{
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 20px;
    padding: 0;
    text-transform: none;
}
.career_p1 p{
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    color: #727272;
    line-height: 26px;
}


.career_main h2{
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}
.career_main p{
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    color: #727272;
    line-height: 24px;
}
.careers_1 .vc_column_container > .vc_column-inner > .wpb_wrapper{
    border: 1px solid #bbb;
    padding: 20px 20px;
    margin: 0px 0px 20px;
    box-shadow: 0 5px 14px rgb(120 120 120 / 50%); 
}
.careers_1 h4{
    font-size: 15px;
    color: #1f1f1f;
    margin: 0;
    /*height: 50px;*/
    font-weight: 600 !important;
}
.careers_1 .wpb_single_image {
    margin-bottom: 10px !important;
}
.careers_1 .wpb_single_image img{
    max-width: 36px;
}

.career_2 h2{
    color: #1f1f1f;
    font-size: 42px;
    font-weight: 500;
    line-height: 42px;
    margin: 0 0 25px;
    padding: 0;
    text-transform: none;
}
.career_2 p{
    font-size: 15px;
    max-width: 700px;
    margin: auto;
    color: #727272;
    line-height: 24px;    
}
.career_2 img{
    
}
.career_2 .vc_inner .vc_column_container {
    border: 1px solid #777;
    padding: 30px 20px;    
}
.career_2 .vc_inner .vc_column_container:first-child{
    border-top: none;
    border-left: none;
}
.career_2 .vc_inner .vc_column_container:nth-child(2){
    border-top: none;
}
.career_2 .vc_inner .vc_column_container:nth-child(3){
    border-top: none;
    border-right: none;
}
.career_2 .vc_inner .vc_column_container:nth-child(4){
    border-bottom: none;
    border-left: none;
}
.career_2 .vc_inner .vc_column_container:nth-child(5){
    border-bottom: none;
}
.career_2 .vc_inner .vc_column_container:nth-child(6){
    border-bottom: none;
    border-right: none;
}

.career_2 .vc_inner .vc_column_container .wpb_single_image {
    margin-bottom: 10px !important;
}
.career_2 .vc_inner .vc_column_container h4{
    color: #1f1f1f;
    font-size: 20px;
    font-weight: 600 !important;
    line-height: 42px;
    margin: 0 0 0px;
    padding: 0;
    text-transform: none;    
}
.career_2 .vc_inner .vc_column_container p{
    font-size: 15px;
    max-width: 100%;
    margin: auto;
    color: #727272;
    line-height: 24px; 
    text-align: center;
    margin-bottom: 0 !important;
}
.career_jobs {

}
.career_jobs tr{
    
}
.career_jobs tr td {
    padding: 10px 10px;
    vertical-align: inherit;
    border-bottom: 1px solid #ddd;
}
.career_jobs tr td h3{
    margin: 0;
    line-height: normal;
}
.career_jobs tr td h3 a{
    font-size: 15px;
    color: #1f1f1f;
    opacity: 1 !important;
    font-weight: 600;
}
.career_jobs tr td p{
    margin-bottom: 0 !important;
    font-size: 13px;
    color: #777;
    font-weight: 600;
}
.career_jobs tr td .link {
	background-color: #7f53ac;
    opacity: 1 !important;
    color: #fff;
    padding: 9px 10px;
    border-radius: 5px;
/*     clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
	
}

.career_jobs tr th{
    padding: 10px 10px;
    vertical-align: inherit;
    border-bottom: 1px solid #ddd;
    text-align: left;
        
}


/*About*/
.about_sec1 {
    text-align: left !important;
}
.about_sec1 h5:before{
	background-image: none !important;
}


/* .new {
    display: flex;
}
.new .home_sec3_inner:first-child{
    padding: 100px 30px;
    position: relative;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 20%);
    background-image: url(images/vision-bg.jpg);
    background-size: cover;
    background-position: center center;
    position: relative;
}
.new .home_sec3_inner:first-child:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(255,255,255, 0.7);
    height: 100%;
    width: 100%;
}
.new .home_sec3_inner:last-child:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(2,93,163, 0.7);
    height: 100%;
    width: 100%;
}
.new .home_sec3_inner:last-child{
    padding: 100px 30px;
    color: #fff;
    z-index: 1;
    box-shadow: 0 3px 10px rgb(0 0 0 / 20%);
    background-image: url(images/mission-bg.jpg);
    background-size: cover;
    background-position: center center;
}
.new .home_sec3_inner .vc_column-inner {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0 40px;
    max-width: 700px;
    margin-left: auto;
}
.new .home_sec3_inner:last-child .vc_column-inner {
    margin-right: auto;
    margin-left: unset;
}
.new .home_sec3_inner:first-child h2{
    font-size: 28px;
    color: #212529;
    font-weight: 700 !important;
    margin-bottom: 20px;
    position: relative; 
    padding-bottom: 10px;
}
.new .home_sec3_inner:first-child h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    border-bottom: 1px solid #212529;
}
.new .home_sec3_inner:first-child h3{
    font-size: 22px;
    color: #212529;
    font-weight: 700;
}
.new .home_sec3_inner:first-child p{
    font-size: 18px;
    color: #212529;
    font-weight: 500;
    line-height: 34px;
}
.new .home_sec3_inner:first-child a, .new .home_sec3_inner:first-child a:hover{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-size: 16px;
    background-color: #303030;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #303030;
}
 */


/* .new .home_sec3_inner:last-child h2{
    font-size: 28px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative; 
    padding-bottom: 10px;
}
.new .home_sec3_inner:last-child h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 100%;
    width: 30px;
    border-bottom: 1px solid #fff;
}
.new .home_sec3_inner:last-child h3{
    font-size: 22px;
    color: #fff;
    font-weight: 700;
}
.new .home_sec3_inner:last-child p{
    font-size: 18px;
    color: #fff;
    font-weight: 500;
    line-height: 34px;
}
.new .home_sec3_inner:last-child a, .new .home_sec3_inner:last-child a:hover{
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    background-color: #fdb514;
    padding: 12px 20px;
    display: inline-block;
    border-radius: 4px;
    border: 1px solid #fff;
} */
.team_sec {
    
}
.team_1 {
    text-align: center;
    background-color: #fff;
    padding: 30px;
    border-radius: 50px 0;
    box-shadow: 1px 1px 6px rgb(253 104 20);
}
.team_1 img{
    max-width: 100px;
    border-radius: 50%;
    border: 1px solid #bfbfbf;
}
.team_1 h3{
    font-size: 20px;
    color: #1f1f1f;
    font-weight: 700;
    margin: 5px 0;
}
.team_1 h4{
    font-size: 16px;
    color: #7f53ac;
    font-weight: 700;
    margin: 5px 0;
}
.team_1 p{
    margin: 0 !important;

}
.team_content {
    max-width: 500px;
    padding-left: 50px !important;
}
.team_content h2{
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    line-height: 25px;
}
.team_content p{
    color: #fff;
    font-size: 15px;
    line-height: 23px;
}

 /*Career single*/
.single-careers .contents{
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
}
.single-careers .contents strong{
    font-size: 22px;
    color: #1f1f1f;
    margin: 20px 0 20px;
}
.single-careers .contents ul{
    margin: 10px 0px;
}
.single-careers .contents ul li{
    font-size: 15px;
    color: #727272;
    line-height: 24px;
    list-style: disc !important;
}

.single-careers .contents ul li:before{
    content: '' !important;
}
.single-careers .contents p{
    margin-bottom: 0 !important;
}
.apply_btn a, .apply_btn a:hover {
    margin-top: 30px;
    background-color: #7f53ac;
    color: #fff;
    display: inline-block;
    width: 100%;
    padding: 7px 10px;
    border-radius: 6px;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
/* 	clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%); */
}
.single_posts_careers_head{
    font-size: 22px;
    color: #1f1f1f;
    line-height: 24px;   
    display: inline-block;
    width: 100%;
    margin-top: 30px;
}
.single_posts_careers{
    display: inline-block;
    width: 100%;
    margin-top: 10px;
}
.single_posts_careers li:before{
    content: '' !important; 
}
.single_posts_careers li {
    list-style: disc !important;
}
.single_posts_careers li h3 a{
    font-size: 15px;
    color: #727272;
    line-height: 24px;  
}
.single_posts_careers li h3 {
    margin-bottom: 0 ;
}
.single_posts_careers li h5{
    font-size: 13px;
    color: #7f53ac;
    line-height: 24px;  
    margin-top: 0;
}












/*Footer*/
/*Footer*/
#footer{
    padding: 50px 20px 50px !important;
    color: #999;
    background-color: #393939 !important;
    border-top: 4px solid transparent !important;
    border-top: 4px solid transparent !important;
    margin-top: 0px !important;
    background-image: url(images/footer-bg.jpg);
    background-attachment: fixed;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#footer canvas.particles-js-canvas-el {
    position: absolute;
    top: 0;
    z-index: 1;
    left: 0;
    right: 0;
    object-fit: cover;
    object-position: center center;
}
#footer .wrapwidth{
    position: relative;
    z-index: 99;
}
#footer .footercolumns:first-child{
/* 	text-align: center; */
}
#footer .footercolumns:first-child img{
    max-width: 200px !important;
    margin-top: 0px;
    margin-bottom: 10px;
}
#footer .footercolumns:first-child p{
    color: #999;
    font-size: 14px;
    line-height: 26px;
    margin-bottom: 15px;
    letter-spacing: 0.8px;
    max-width: 750px;
    margin: auto;
}
/* #footer .footercolumns:first-child h3{
    color: #fff;
    font-weight: 600 !important;
    font-size: 22px; 
} */
/* #footer .footercolumns:nth-child(2) ul li{
	float: none;
	border-left: none;
}
#footer .footercolumns:nth-child(2) ul li a{
	color: #fff;
	font-size: 14px;
} */
/* #nav_menu-2{
	margin-bottom: 20px;
} */

#footer .footercolumns:nth-child(2) h3, #footer .footercolumns:nth-child(3) h3{
    color: #fff;
    font-weight: 600 !important;
    font-size: 21px;   
}

#footer .footercolumns:nth-child(3) img {
    max-width: 200px !important;
    margin-top: 0px;
    margin-bottom: 0px;
}

#footer .footercolumns:nth-child(2) ul li {
    display: block !important;
    float: none;
    padding: 6px 0px !important;
    margin: 5px 0px !important;
    border-bottom: 1px dashed #999;
    border-left: none;
}
#footer .footercolumns:nth-child(2) ul li a{
    padding: 0;
    font-size: 15px;
    color: #999;
    display: block;
    position: relative;
}
#footer .footercolumns:nth-child(2) ul li a:hover{
    color: #f26523;
/*     margin-left: 20px; */
}
#footer .footercolumns:nth-child(2) ul li a:hover:after {
/*    content: "";
    background-image: url(images/arrow_right.png);
    height: 18px;
    width: 18px;
    background-size: cover;
    display: block;
    position: absolute;
    top: 0px;
    left: 95px;*/
}
#footer .footercolumns:nth-child(3){

}
#footer .footercolumns:nth-child(3) ul{

}
#footer .footercolumns:nth-child(3) ul li{
    float: none;
    padding: 5px 0px !important;
    margin: 5px 0px !important;
    font-size: 15px;
    color: #999;
    list-style: none;
    line-height: 26px;
}
#footer .footercolumns:nth-child(3) ul li img{
    max-width: 24px;
    vertical-align: middle;
    margin-right: 10px;
}
#footer .footercolumns:nth-child(3) ul li a{
    font-size: 15px;
    color: #999;    
}
#footer .footercolumns:nth-child(3) .themeaxe-socialmedia-links li{ 
    margin: 0px !important;
    padding: 0px !important;
}



.footer-bottom {
    background-color: #1f1f1f;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    overflow: hidden;
	text-align: center;
}
.footer-bottom .footer-copyright{
/* 	float: left;
	width: 50%; */
}
.footer-bottom .footer-copyright:first-child{
	text-align: center;
}

.footer-bottom p {
    color: #f7f7f7;
    font-size: 13px;
    text-align: center;
}
.footer-bottom p a, .footer-bottom p a:hover{
	color: #ddd;
}
.footer-bottom .footer-copyright:last-child .themeaxe-socialmedia-links{
/* 	text-align: right; */
}
.footer-bottom .footer-copyright:last-child .themeaxe-socialmedia-links li{
	padding: 0px 6px;
}
.footer-bottom .footer-copyright:last-child .themeaxe-socialmedia-links li img{
	width: 17px;
    padding-top: 6px;
}



#scroll-to-top {
    background-color: #3C3D41;
    z-index: 100;
    width: 50px;
    height: 50px;
    line-height: 47px;
    position: fixed;
    bottom: 20px;
    border-radius: 25px 0px;
    right: 20px;
    text-align: center;
    font-size: 28px;
    color: #ffffff !important;
    cursor: pointer;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
#scroll-to-top img{
    height: 26px;
    width: 26px;
    object-fit: cover;
    object-position: center;
    position: relative;
    top: 4px;
    -webkit-transition: all .7s ease-in-out;
    -moz-transition: all .7s ease-in-out;
    -o-transition: all .7s ease-in-out;
    -ms-transition: all .7s ease-in-out;
    transition: all .7s ease-in-out;
}
body #rev_slider_1_1_wrapper .hesperiden.tparrows{
    background: #7f53ac !important;
    width: 48px !important;
    height: 48px !important;
    border-radius: 50% !important;    
}
body #rev_slider_1_1_wrapper .hesperiden.tparrows:hover{
    background: #7f53ac !important;
	opacity: 0.9 !important;
}
body #rev_slider_1_1_wrapper .hesperiden.tparrows:before{
    line-height: 50px !important;
}
body.home .rev-btn {
    background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%) !important;
}
body.home .rev-btn:hover {
    background: #1f1f1f !important;
    transform: translate(0px, 0px) !important;
}


/*Responsive*/
@media screen and (max-width: 768px){
	.contents .home_sec1:first-child, .home_sec5, .services_block1{
		display: flex;
    	flex-direction: column;
	}
	.home_sec5 img, .feature_sec1 img{
		max-width: 500px !important;
	}
	.home_sec1 .vc_column_container, .home_sec5 .vc_column_container, #footer .footercolumns, #topheader .wrapwidth .topbarcolumns, .new .home_sec3_inner, .team_sec .vc_column_container, .services_block1 .vc_column_container, .feature_sec1 .vc_column_container, .career_2 .vc_inner .vc_column_container {
		width: 100% !important;
	}
	.career_2 .vc_inner .vc_column_container{
		border: none !important;
		
	}
	
	.services_block1 .vc_column_container.vc_col-sm-6{
		order: 2;
	}
	.home_sec1 .vc_column_container:first-child, .home_sec5 .vc_column_container:first-child {
		order: 2;
	}
	.home_sec1 .wpb_wrapper, .home_sec1 .vc_single_image-wrapper, .home_sec1 h5, .home_sec1 h2, .home_sec5 h2, .home_sec5 p, .home_sec5 ul, .home_testi_ul ul, #footer .footercolumns, .new, .new .home_sec3_inner h2, .services_block1 .vc_column_container, .services_block1 .vc_column_container h2 {
		display: block !important;
    	text-align: center !important;
	}
	#topheader .wrapwidth .topbarcolumns:first-child ul, #topheader .wrapwidth .topbarcolumns:nth-child(2) ul {
		margin: 5px 0px;
		display: block !important;
    	text-align: center !important;
	}
	.home_sec5 ul li{
		width: auto;
	}
	.home_sec3 .vc_column_container, .home_sec6_inner .vc_column_container, .serv_block_sec .vc_column_container {
		width: 50% !important;
	}
	.home_sec6_inner .vc_column_container:nth-child(2){
		display: none !important;
	}
	.home_sec3 p{
		margin-bottom: -25px !important;
	}
	#footer .footercolumns aside.widget{
		max-width: 100% !important;
	}
	.our_serv_main .slick-prev, .testi_main .slick-prev{
		left: 0 !important;
	}
	.our_serv_main .slick-next, .testi_main .slick-next{
		right: 0 !important;
	}
	.new .home_sec3_inner h2:after{
		left: 0;
		right: 0;
		margin: auto;
	}
	.team_sec .vc_column_container:nth-child(2) .vc_column-inner{
		padding: 0 20px !important;
	}
	.team_content{
		max-width: 100% !important;
		padding-left: 20px !important;
	}
	.contact_form .wpcf7-form{
		max-width: 100%;
	}
	.contact_main{
		display: block;
	}
	.address_contact, .email_contact, .call_contact {
		float: none;
		width: 100%;
		flex: none;
		margin: 0px 0px 30px;
		padding: 2px 15px 20px;
	}
	.menu-mainmenu-container{
		display: none;
	}
	.menu_icon {
		background-image: url(images/respo_icon.png);
		width: 24px;
		height: 24px;
		background-size: cover;
		display: block;
		z-index: 999;
		position: absolute;
		right: 20px;
		top: 18px;
		cursor: pointer;
	}
	#logomenusection .header_fixed, #logomenusection{
		position: relative !important;
		padding-left: 20px !important;
		padding-right: 20px !important;
	}
	#mainmenu ul{
		background: #fff;
		position: absolute;
		width: 100%;
		left: 0;
		right: 0;
		top: 60px;
		z-index: 999;
		box-shadow: 0px 2px 6px 0px #cbcbcc;
		padding-bottom: 15px;
	}
	#mainmenu ul li{
		text-align: center;
		display: block;
	}	
	#mainmenu ul li a{
		display: inline-block;
		margin: 10px 0px;
	}
	.footer_sec .footer_group, .footer_sec .footer_group_full, #footer .footercolumns:nth-child(2) ul li{
		width: 50%;
		float: left;
		padding: 0px 20px;
		text-align: center;
	}
	.footer-bottom .footer-copyright {
		float: none;
		width: 100%;
		text-align: center !important;
	}
	.footer-bottom p, .footer-bottom .footer-copyright:last-child .themeaxe-socialmedia-links{
		text-align: center;
	}
	.home_sec3 h3{
		margin-top: 25px !important;
	}
	.home_sec1a .vc_single_image-img {
		margin-right: 0px;
	}
	.home_sec1a h2:after{
		right: 0 !important;
		width: 244px !important;
		height: 14px !important;
		background-image: url(images/after_line.png) !important;
	}
	
}
@media screen and (max-width: 767px){
	.career_form  .wpb_wrapper{
		overflow-x: scroll;
		
	}
	.career_jobs{
		width: 800px;
	}
}
@media screen and (max-width: 485px){
	.home_sec3 .vc_column_container, .home_sec6_inner .vc_column_container, .serv_block_sec .vc_column_container{
		width: 100% !important;
	}
	.home_sec5 img, .feature_sec1 img{
		width: 100%;
	}
	.home_sec6_inner .vc_column_container:first-child .img_sec{
		float: left;
	}
	.home_sec6_inner .vc_column_container:first-child .content_sec{
		text-align: left;
	}
	.home_testi_ul ul li, .home_testi_ul ul li {
		display: block;
	}
	.footer_sec .footer_group, .footer_sec .footer_group_full, #footer .footercolumns:nth-child(2) ul li {
		width: 100%;
		float: none;	
	}
	.home_sec3 .wpb_single_image, .home_sec3 .wpb_content_element {
		margin-bottom: 35px !important;
	}
}

.home .home_sec3{
/* 	overflow: unset !important; */
/*     background-image: linear-gradient(-405deg, #7f53ac 112%, #7f53ac 100%) !important; */
}

.home_sec3:before {
/* 	content: '' !important;
    background-image: url(https://coderzhunt.com/staging/wp-content/uploads/2022/09/wave_up.png);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-position: center center;
    display: block !important;
    left: 0;
    right: 0;
    position: absolute;
    top: -100px;
    margin: 0 auto;
    text-align: center;
    z-index: 99999; */
}
.home_sec3:after {
/* 	content: '' !important;
    background-image: url(https://coderzhunt.com/staging/wp-content/uploads/2022/09/wave_down.png);
    width: 100%;
    height: 100px;
    background-size: 100% 100%;
    background-position: center center;
    display: block !important;
    left: 0;
    right: 0;
    position: absolute;
    bottom: -100px;
    margin: 0 auto;
    text-align: center;
    z-index: 99999; */
}

.home_sec3 .wpb_single_image img {
    max-width: 100%;
    object-fit: cover;
    image-rendering: auto;
    filter: invert(39%) sepia(8%) saturate(4514%) hue-rotate(227deg) brightness(91%) contrast(83%);
}
.home_sec3 .vc_column_container:hover .wpb_single_image:before{
	transform: rotate(-130deg);
}
.home_sec3 .wpb_single_image{
	position: relative;
}
.home_sec3 .wpb_single_image:before{  
    content: '';
    position: absolute;
    left: -8px;
    top: 8px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    width: 85px;
    height: 85px;
    -webkit-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    background-image: url(https://lingobirds.org/wp-content/uploads/2022/09/cn-shape.png);
    transform: rotate(-70deg);
    background-repeat: no-repeat;
    background-size: cover;

}

.home_sec3 .wpb_single_image {
    float: left;
    width: 25%;
    height: 100px;
    vertical-align: middle;
    display: flex;
    margin-right: 0 !important;
    align-content: center;
    justify-content: center;
    align-items: center;
}
.cont_secss {
    float: left;
    width: 75%;
    text-align: left !important;
    padding-left: 17px;
}
.cont_secss p, .cont_secss h3 {
    text-align: left !important;
}


.service-section {
    background: #F1F6FC;
    text-align: left;
    padding: 0 38px 45px;
    transition: .5s;
    border-radius: 5px;
    margin: 0px 10px;
    box-shadow: 0px 0px 10px 1px #e3e3e3;
	height: 350px !important;
}
.service-box.service-style-four, .service-box-page.service-style-four {
/*     background: #F1F6FC;
    text-align: left;
    padding: 0 38px 45px;
    transition: .5s;
    border-radius: 5px; */
}
.service-box.service-style-four .service-box-icon, .service-box-page.service-style-four .service-box-icon {
    position: relative;
    display: inline-block;
    font-size: 60px;
    width: 130px;
    height: 130px;
    line-height: 130px;
    text-align: center;
    border-radius: 50%;
    z-index: 1;
    transition: all 500ms ease;
    background: #fff;
    box-shadow: 0 20px 50px 5px #e9eef7;
    color: #F16722;
    margin-top: -63px;
}
.service-box.service-style-four:hover .service-box-icon, .service-box-page.service-style-four:hover .service-box-icon{
/*     background:#7f53ac; */
	background: rgb(100,125,238);
	background: linear-gradient(225deg, rgba(100,125,238,1) 0%, rgba(127,83,172,1) 100%);
}
.service-box.service-style-four:hover .service-box-icon .alignnone, .service-box-page.service-style-four:hover .service-box-icon .alignnone{
	filter: invert(1);
}
.service-box.service-style-four:hover .service-box-icon i, .service-box-page.service-style-four:hover .service-box-icon i{
    color:#fff;
}
.service-box.service-style-four .service-box-icon i, .service-box-page.service-style-four .service-box-icon i{
    color: #F16722;
    font-size: 55px;
}
.service-box.service-style-four .service-box-title, .service-box-page.service-style-four .service-box-title {
    margin-top: 53px;
}
.service-box-title h3{
    font-size: 18px;
    color: #1f1f1f;
    font-style: normal !important;
    font-weight: bold !important;	
}
.service-box.service-style-four .service-box-content h2, .service-box-page.service-style-four .service-box-content h2{
    font-size: 18px;
}
.service-box.service-style-four .service-box-content p, .service-box-page.service-style-four .service-box-content p{
	margin: 5px 0px 0px;
    font-size: 16px !important;
    line-height: 23px;
}
.service-box.service-style-four .service-btn a, .service-box-page.service-style-four .service-btn a {
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: .6s;
    color: #F16722;
    text-decoration: underline;
    font-weight: 600;
    font-size: 16px;
}
.anim-icon {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    right: 0px;
    animation: service_hexagon 3s infinite linear;
    animation-play-state: paused;
}
.service-box-icon .alignnone {
    width: 76px;
    height: 76px;
    object-fit: cover;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    margin-top: 29px;
	filter: invert(39%) sepia(8%) saturate(4514%) hue-rotate(227deg) brightness(91%) contrast(83%);
}
.anim-icon .icon-1 {
    position: absolute;
    left: -25px;
    top: 60px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: zoom-fade-two 5s infinite linear;
    background: #7f53ac;
}
.anim-icon .icon-2  {
    position: absolute;
    left: 10px;
    top: -20px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    animation: zoom-fade-two 4s infinite linear;
    background: #7f53ac;
}
.anim-icon .icon-3 {
    position: absolute;
    top: 15px;
    right: 0px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    animation: zoom-fade-two 3s infinite linear;
    background: #7f53ac;
}
.service-box.service-style-four:hover .anim-icon, .service-box-page.service-style-four:hover .anim-icon{
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  animation-play-state: running;
}
.service-box-page.service-style-four {
    margin-top: 90px;
    margin-bottom: 90px;
}

service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-moz-keyframes service_hexagon {
    0% {
        -moz-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-o-keyframes service_hexagon {
    0% {
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes service_hexagon {
    0% {
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}




















/* The Modal (background) */
.modal {
	display: none; /* Hidden by default */
	position: fixed; /* Stay in place */
	z-index: 1; /* Sit on top */
	left: 0;
	top: 0;
	width: 100%; /* Full width */
	height: 100%; /* Full height */
	overflow: auto; /* Enable scroll if needed */
	background-color: rgb(0,0,0); /* Fallback color */
	background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
	z-index: 99999;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: 0 auto;
    padding: 0;
    border: 1px solid #888;
    width: 100%;
	max-width: 650px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%), 0 6px 20px 0 rgb(0 0 0 / 19%);
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: 0.4s;
    animation-name: animatetop;
    animation-duration: 0.4s;
/*     height: 600px;
    overflow-x: hidden; */
    transform: translate(0%, 20%);
}

/* Add Animation */
@-webkit-keyframes animatetop {
	from {top:-300px; opacity:0} 
	to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.close {
    color: #1f1f1f;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: 8px 20px 20px;
}

.close:hover,
.close:focus {
	color: #000;
	text-decoration: none;
	cursor: pointer;
}

.modal-header {
	padding: 2px 16px;
	color: #5cb85c;
}

.modal-body {padding: 2px 16px;}

.modal-footer {
	padding: 2px 16px;
	background-color: #5cb85c;
	color: white;
}
.modal-content .contact_sec1 {
	padding: 40px 0px 0px;
}
.modal-content .contact_form .wpcf7-form {
    padding: 40px 30px;
    max-width: 100%;
    margin: 0px 40px;
}