@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700');

/*** 
====================================================================
  Import All Css
====================================================================

***/

@import 'bootstrap.min.css';
@import 'font-awesome.min.css';.service_single_content


/*** 
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
    font-family: 'Poppins', sans-serif;
    overflow-x: hidden;
	font-size:16px;
	line-height:18px
}
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
	    line-height: 1.4;
}
a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
    outline: none;
}

li {
    list-style: none;
}
img {
    max-width: 100%;
    height: auto;
}

ul,
ol {
    margin: 0;
    padding: 0;
}
p {
    line-height: 1.9;
}
.cyan {
    color: #f06925 !important;
}
.bold {
    font-weight: 600 !important;
}
/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #37517e;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #37517e;
  border-top-color: #fff;
  border-bottom-color: #fff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1200px){
	.mts-50 {
		margin-top: 60px;
	}
}
/*--------------------------------------------------------------
# Header navigation
--------------------------------------------------------------*/
.header-top{padding:10px 0;}
.nav_area > ul > li {    
    display: inline-block; 
	
}
.nav_area ul li a {
    color: #273a7a;
    font-size: 18px;
    font-weight: 600;
	padding:10px 25px;	
}
.nav_area ul li:hover a{
	background:#273a7a;
	color:#fff;
}
ul.sub-menu li a {
    color: #fff;
    line-height: 20px;
    padding:10px 15px;
    font-size: 15px;
    display:block;
    font-weight: 400;
   
}
ul.sub-menu{
    margin-top: 8px;
}
ul.sub-menu ul.sub-menu {
    margin-top: -10px;
    margin-bottom: -20px;
}
ul.sub-menu li {
    display: block;
    position: relative;
}

@media (min-width: 992px){
	.nav_area{text-align:right}
	 ul.sub-menu{
    position: absolute;
    background: #273a7a;
    z-index: 555;
    text-align: left;
    padding: 0px;
    }
	.nav_area > ul > li ul.sub-menu {
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        transition: transform 0.3s, opacity 0.3s;
        display: block;
    }
	.nav_area ul li:hover ul.sub-menu  {	
        display:block;
    }
    ul.sub-menu li ul.sub-menu {    
        left: 100%;   
        top:  0;   
        width: 100%;  
    }
	 .nav_area > ul > li:hover > ul.sub-menu, .nav_area ul.sub-menu > li:hover > ul.sub-menu {   
        transform: scaleY(1) translateZ(0);  
     }
    
     ul.sub-menu > li a:hover{    
         background: #f06925;   
     }
     ul.sub-menu > li:hover > a{color:#fff; }
	 label.toggle {   display: none;}
	  .nav_area ul li:last-child {
        padding-right: 0;
        border-right: 0;
    }
    span.arrow{display:none;}
}
@media (max-width:991px){
	 ul.menu{ 
        position: fixed;
        width: 80%;
        left: 0;
        text-align: left;
        background: #f78f10;
        z-index: 2;
        padding: 15px 10px;
        z-index: 10;
        top: 0;
        height: 100%;
        left: -100%;
        transition: all .4s;
    }
	ul.menu.open {left:0;}
    .toggle { 
cursor: pointer;
    color: #000;
    font-size: 22px;
    margin: 0;
    text-align: right;
    display: block;
    position: relative;
    right: 15px;
    top: 0;
	} 	
	ul li span.arrow{
		color:#fff;
		font-size: 15px;
	}
   .nav_area ul li a {    
		line-height: 40px;    
		font-size: 20px; 
		color:#fff;
		display:block;
	}
	nav.nav_area ul li{
		display:block;     
		position: relative;    
		border: 0;  
		padding:0 0 10px 0;
	}
   ul.sub-menu li span.arrow.close-icon i:before{    
		content: "\f106";  
	}
	ul li .sub-menu li a {   
		 line-height: 18px;  
		 font-size: 15px;
	}
	ul.sub-menu span.arrow {
		right: 10px;
		text-align: center;
		top: 0;
		font-size:15px;
	}

	span.arrow {
		position: absolute;
		right: 10px;
		color: #fff;
		top: 12px;
		width: 40px;
		text-align: center;
		height: 30px;
		curser:pointer;
		}
	ul.sub-menu {
		display: none;
		position: relative;
		background: transparent;
		padding: 0; 
		font-size:10px;   
	}
	ul.sub-menu li ul.sub-menu{    
		padding: 10px;
		width: 100%;  
	}

}
/**welcom**/
.hero-section,.sub-header{
    position: relative;
    min-height: 580px;
    background: url('../img/ai2.png') no-repeat top left;
    background-size: cover;
    border-bottom: 1px solid rgba(4, 74, 250, .2);
    display: flex;
    justify-content: center;
    align-items: center;
	color:#fff;
}
.sub-header{
	min-height:auto;
	padding:50px 0;
}
.sub-header h1 {
    position: relative;
}
.sub-header h1:before {
    content: '';
    background: #fff;
    position: absolute;
    left: 0;
    width: 30px;
    height: 2px;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
}
.hero-section.ai2{

}
.welcome-content {
    position: relative;
    z-index: 1;
    margin: 50px 0;
}
.special-head {
    color: #f06925;
    padding-left: 40px;
    font-size: 18px;
    position: relative;
}
.special-head:before {
    content: '';
    background: #f06925;
    position: absolute;
    top: 50%;
    left: 0;
    width: 30px;
    height: 2px;
}
.solution-section {
    position: relative;
}
.solution-section:before{
	position: absolute;
    right: 0;
    display: block;
    content: "";
    top: -10%;
    width: 100%;
    height: 100%;
    background: url(../img/bg-img.png) no-repeat top;
    background-size: cover;
	
}
.welcome-content h1 {
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
	
}
.box-show{
	box-shadow: 25px 25px 0 #0f568a;
    border-radius: 20px;
}
.box-show img{
    border-radius: 20px;
}
.info-btn {
    position: relative;
    z-index: 1;
    min-width: 160px;
    height: 48px;
    line-height: 48px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    background-size: 200% auto;
    color: #fff;
    box-shadow: 0 3ox 20px rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    background-image: -webkit-linear-gradient(left, #21d397 0%, #7450fe 51%, #21d397 100%);
    background-image: linear-gradient(to right, #21d397 0%, #7450fe 51%, #21d397 100%);
    -webkit-transition: all 500ms;
    transition: all 500ms;
}
.info-btn.more-btn {
    background-image: -webkit-linear-gradient(left, #fb525e 0%, #fb6850 51%, #fb525e 100%);
    background-image: linear-gradient(to right, #fb525e 0%, #fb6850 51%, #fb525e 100%);
}
.info-btn.green-btn {
    background-image: -webkit-linear-gradient(left, #0067da 0%, #0067da 51%, #0067da 100%);
    background-image: linear-gradient(to right, #0067da 0%, #0067da 51%, #0067da 100%);
}
.services {
    position: relative;
    z-index: 1;
}
.article.special {
    background: #edf6fd;
    border: none;
    position: relative;
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
    border-radius: 4px;
	transition: all .4s ease-in-out;
	padding: 25px 15px 15px;
}
.article.special .article__title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #f06925;
}
.article.special img{
	width:50px;
	margin-bottom:20px;
}
.section-heading span {
    color: #f06925;
    font-size: 18px;
    margin-bottom: 20px;
    display: inline-block;
    font-weight: bold;
	text-transform: uppercase;
}
.section-heading h2 {
    font-size: 30px;
    text-transform: capitalize;
    margin-bottom: 15px;
}
.section-heading > p {
    line-height: 2;
    font-size: 16px;
    max-width: 600px;
    margin: 0 auto;
}
.service_single_content {
    border-radius: 10px;
    background-color: #fff;
    -webkit-box-shadow: 0 20px 40px 0 rgb(0 0 0 / 11%);
    box-shadow: 0 5px 40px 0 rgb(0 0 0 / 11%);
    border: none;
    padding: 25px;
    height: 100%;
}
.solution-section .service_single_content {
     margin: -70px auto 0;
    z-index: 99;
    position: relative;
    min-height: 225px;
    width:90%;
    height:auto;
}
.service_single_content h6 {
    margin-bottom: 15px;
    font-size: 18px;
	 color: #f06925;
}
.service_single_content li {
    list-style-type: disc;
    max-width: 360px;
    text-align: left;
    margin: 0 auto;
    padding: 5px 0;
}
.thumbnail{
    height:350px;
    overflow:hidden;
}
.thumbnail img{
   height:100%;
    object-fit: cover;
    -webkit-object-fit: cover;
}

/* ##### Contact Area CSS ##### */
.content-cnt .wpcf7 {
    padding: 60px;
    background: #fff;
    box-shadow: 0 0 38px 0 rgb(0 0 0 / 8%);
    margin-left: 20px;
    border-radius: 7px;
}

.contact_form .info-btn{
	background:#f06925;
}
.content-cnt input,.content-cnt textarea {
    background: #f4f4f4;
    padding: 12px 25px;
    border: none;
    width:100%;
}
.error {
    font-size: 14px;
    color: #ff0000;
    display:none;
}
.form-group span{
    display:block;
}
div#mail_success {
    background: linear-gradient(45deg, #200e99, #9e21c3);
    color: #fff;
    padding: 5px;
    font-size: 14px;
    display:none;
}
div#mail_fail {
    background: #ff0000;
    color: #fff;
    padding: 5px;
}
.content-cnt form button {
    background: #200e99;
    color: #fff;
    font-weight: 600;
    padding: 15px 35px;
    border-radius: 5px;
    text-transform: capitalize;
    margin-top: 30px;border: 0;
}
 .info a {
    color: #200e99;
}


/**footer**/

.footer {
    background: #f9f9f9;
    color: #000;
    margin-top: 25px;
	    border-top: 5px solid #273a7a;
}
.footer h5{
	text-transform: uppercase;
}
.footer-logo img{
	width:180px;
	margin-bottom:20px;
}
.footer-social-info a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: inline-block;
    text-align: center;
    background: #273a7a;
	color:#fff;
}
.footer li a ,.footer .contact li{
    font-size: 14px;
	padding:5px 0;
	color:#000;
	display:block;
	margin:0;
}

@media (min-width:768px){
.img-about{
	height: 500px;
    object-fit: cover;
     webkit-object-fit: cover;
}

}
@media (max-width:768px){
    .service_single_content,.solution-section .service_single_content{
    margin-bottom:25px;
    min-height:auto;
}
.footer-copywrite-info,.contact_info_area{padding-bottom:25px;}
    
}