@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700,800,900|Poppins:300,400,500,600,700,800,900|Quicksand:300,400,500,700&display=swap');

body{
	padding:0;
	margin:0;
	width:100%;
	float:left;
	position:relative;
	overflow-x:hidden;
}


::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #fff; 
}

::-webkit-scrollbar-thumb {
  background: #213baf; 
}

::selection {
  color: #fff;
  background: #213baf;
}

.toggle_icon{
	display: none;
}

.bac_layer{
	display: none;
}

.big_container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 15px;
}

.top_banner{
	width: 100%;
	float: left;
	position: relative;
	overflow: hidden;
}

.top_banner img{
	width: 100%;
	float: right;
}

.inner_top_banner{
	width: 100%;
	float: left;
	position: relative;
}

.inner_top_banner article {
    width: 500px;
    position: absolute;
    z-index: 1;
    margin: 20% 0 0 0;
}

.inner_top_banner article h1{
	width: 100%;
	float: left;
	font-family: Montserrat;
	font-size: 52px;
	font-weight: 300;
	line-height: 68px;
	color: #0c0c0c;
	margin: 0;
}

.inner_top_banner article p {
    width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #2b2b2b;
    margin: 18px 0 0 0;
}

.inner_top_banner article span{
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.btn_01 {
    color: #fff;
    font-family: Quicksand;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
    /*background-image: linear-gradient(to right, #0471f1 0%, #0d4ecd 51%, #162dab 100%);*/
	background: #0374f4;
	padding: 11px 25px;
    border-radius: 21px;
	position: relative;
	float: left;
	transition: 0.3s ease-in-out;
	/*transform-origin: bottom center;*/
}

.btn_01:hover{
	color: #fff;
	background: #252525;
	text-decoration: none;
	/*box-shadow: 0px 8px 7px rgb(9, 4, 70, 0.2);	
	transform: scale(1.05) translate(0px, -5px);*/
}

.btn_01:active{
	color: #fff;
	text-decoration: none;
	box-shadow: none;	
	transform: scale(1) translate(0px, 0px);
}

.btn_01:focus{
	color: #fff;
	text-decoration: none;
}

header {
    width: 100%;
    position: absolute;
    z-index: 999;
    margin: 25px 0 0 0;
	transition: 0.5s ease-in-out;
}

.inner_header{
    width: 100%;
    float: left;
}

.head_logo_wrp {
    width: 150px;
    float: left;
	transition: 0.5s ease-in-out;
}

.head_logo_wrp img {
	width: 100%;
	transition: 0.5s ease-in-out;
}

.main_nav {
    width: auto;
    float: right;
    margin: 20px 0 0 0;
	transition: 0.5s ease-in-out;
    padding: 0 0 0 0;
}

.main_nav li {
    float: left;
    list-style: none;
    padding: 12px 13px;
    margin: 0;
}

.main_nav li a {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: Poppins;
    text-transform: capitalize;
    color: #fff;
	text-decoration: none;
	transition: 0.5s ease-in-out;
}

.main_nav li a:after{
	content: '';
	position: absolute;
	width: 100%;
	height: 2px;
	background: #fff;
	bottom: -8px;
	left: -100%;
	opacity: 0;
	transition: .5s ease-in-out;
}

.main_nav li:hover a::after{
	left: 0 !important;
	opacity: 1 !important;
}

.sticky_header {
    position: fixed;
    background: #fff;
    top: 0 !important;
    margin: 0;
    box-shadow: 0px 0px 10px rgba(3, 2, 115, 0.2);
    padding: 3px 0;
}

.sticky_header ul li a {
    color: #2139ae;
    font-size: 14px;
    font-weight: 500;
}

.sticky_header ul li a:after{
	background: #4a8af1 !important;
}

.sticky_header .head_logo_wrp {
    width: 100px;
}

.sticky_header .main_nav {
    width: auto;
    margin: 8px 0 0 0;
}

.sub-menu {
    width: 250px;
    height: auto;
    position: absolute;
    padding: 0px 0 0 0;
    display: none;
    margin: 28px 0 0 0;
    z-index: 90;
    box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.2);
}

.sub-menu li {
    width: 100%;
    float: left;
	padding: 0;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #fff;
}

.drop_down_icon {
    font-size: 11px !important;
    margin: 0px 0px 0 5px;
	transition: 0.5s ease-in-out;
}

.rotate_icon{
	transform: rotate(180deg);
}

.sub-menu li a {
    width: 100%;
    float: left;
    color: #213db1;
    padding: 9px 10px;
	transition: 0.3s ease-in-out;
}

.sub-menu li a:after{
	display: none !important;
}

.sub-menu li a:hover{
	background: #4a8af1;
	color: #fff !important;
}

.about_wrap {
    width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.about_wrap:before {
    content: '';
    position: absolute;
    width: 650px;
    height: 650px;
    background: #fff;
    border: 85px solid #4a8af1;
    border-radius: 100%;
    top: -60px;
    left: -150px;
	transition: 0.8s ease-in-out;
}

.about_inner{
	width: 100%;
	float: left;
	position: relative;
	margin: 60px 0;
}

.about_content{
	float: right;
	margin: 40px 0 0 0;
}

.about_content article{
	width: 100%;
	float: left;	
}

.about_content article h1 {
    width: 100%;
    float: left;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    color: #080808;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    position: relative;
}

.about_content article h1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 3px;
	background-image: -webkit-linear-gradient( 180deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
}

.about_content article p{
	width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #2b2b2b;
    margin: 18px 0 0 0;
}

.about_content article span {
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}

.about_content article h1 b{
	width: 100%;
	float: left;
}

.about_img_wrap{
	float: left;
	position: relative;
}

.img1{
	position: absolute;
	max-width: 510px;
	left: 0;
	top: -10;
	border-radius: 30px;
	z-index: 10;
}

.img2 {
    position: absolute;
    max-width: 390px;
    left: 45%;
    top: 110px;
	border-radius: 30px;
}

.product_wrp{
	width: 100%;
	float: left;
	position: relative;
	background-image: url(../images/product_bac.png);
	background-repeat: no-repeat;
	background-position: top left;
}

.product_inner{
	width: 100%;
	float: left;
	position: relative;
	margin: 50px 0;
}

.product_content {
    float: left;
    margin: 180px 0 0 0;
}

.product_content article{
	width: 100%;
	float: left;	
}

.product_content article h1 {
    width: 100%;
    float: left;
    font-family: Montserrat;
    font-size: 35px;
    font-weight: 300;
    line-height: 45px;
    color: #080808;
    margin: 0 0 0 0;
    padding: 0 0 15px 0;
    position: relative;
}

.product_content article h1:after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 120px;
	height: 3px;
	background-image: -webkit-linear-gradient( 180deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
}

.product_content article p{
	width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 17px;
    font-weight: 500;
    line-height: 25px;
    color: #2b2b2b;
    margin: 18px 0 0 0;
}

.product_content article span {
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}

.product_content article h1 b{
	width: 100%;
	float: left;
}

.products_block{
	float: right;
	padding: 0;
}

.products_block main {
    width: 100%;
    float: left;
    padding: 0 25px;
    margin: 35px 0 0 0;
}

.p_block{
	width: 50%;
	float: left;
	padding: 0px 10px;
	margin: 20px 0 0 0;
}

.p_block:nth-child(2) {
    margin: 100px 0 0 0;
}

.p_block:nth-child(3) {
    margin: -55px 0 0 0;
}

.p_block a {
    width: 100%;
    float: left;
    background-image: -webkit-linear-gradient( 90deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
    padding: 20px 15px;
    overflow: hidden;
    border-radius: 15px;
    text-align: center;
    height: 230px;
	box-shadow: 0px 0px 20px 0px rgba(0, 15, 100, 0.33);
	position: relative;
}

.p_block a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: -webkit-linear-gradient( -45deg, rgb(181, 181, 181) 0%, rgb(93, 93, 93) 57%, rgb(35, 35, 35) 100%);
    top: 0;
    right: 0;
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: scale(.7);
}

.p_block:hover a span{
	color: #ddd;
}

.p_block a:hover::after{
    opacity: 1;
    transform: scale(1);
    border-radius: 15px;
}

.p_block a picture{
    width: 100%;
    float: left;
	position: relative;
	z-index: 1;
}

.p_block a picture img{
	max-width: 100%;
}

.p_block a span {
    width: 100%;
    float: left;
    color: #869ac9;
    font-size: 20px;
    text-transform: capitalize;
    text-decoration: none !important;
    font-family: Poppins;
    position: relative;
    bottom: -50px;
	position: relative;
	z-index: 1;
    transition: 0.5s ease-in-out;
}

.client_wrap {
    width: 100%;
    float: left;
    position: relative;
    z-index: 10;
}

.client_inner{
	width: 100%;
	float: left;
	position: relative;
	margin: 50px 0;
}

.haveUnderline {
    width: 100%;
    float: left;
    text-align: center;
    font-family: Poppins;
    text-transform: capitalize;
    color: #000;
    font-size: 35px;
    font-weight: 600;
    margin: 0;
	border: 0 !important;
}

.haveUnderline b{
	font-weight: 600;
	color: #0374f4;
}

.underlineLine {
    width: 100%;
    float: left;
    text-align: center;
    margin: 20px 0;
}

.underlineLine span{
	width: 120px;
	height: 3px;
	background-image: -webkit-linear-gradient( 180deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
	display: inline-block;
}

.client_inner #flexiselDemo3 li span {
	width: 100%;
	float: left;
    padding: 0px 15px;
}

.client_inner #flexiselDemo3 li span picture {
    width: 100%;
    float: left;
    text-align: center;
    border-radius: 12px;
    background: #fff;
	box-shadow: 0px 0px 10px 0px rgba(0, 15, 100, 0.16);
}

.client_inner #flexiselDemo3 li span picture img{
	width: 90%;
}

.leaders_wrap{
    width: 100%;
    float: left;
	position: relative;
	background-image: url(../images/lead_bac.png);
	background-repeat: no-repeat;
	background-position: top left;
	background-size: 100%;
}

.leaders_inner{
    width: 100%;
    float: left;
	position: relative;
	margin: 110px 0 110px 0;
}

.leaders_main_block{
    width: 100%;
    float: left;
	margin: 15px 0 0 0;
}

.leader_blockWrp{
	float: left;
	margin: 50px 0 0 0;
}

.leader_blockinner{
    width: 100%;
    float: left;
	position: relative;
	border-radius: 30px;
	background: #fff;
	padding: 30px 30px;
	box-shadow: 0px 0px 38px 0px rgba(0, 0, 0, 0.15);
}

.leader_blockinner picture {
    width: 100%;
    float: left;
    border: 2px solid #333;
    border-radius: 25px;
    overflow: hidden;
    max-height: 265px;
	z-index: 1;
	position: relative;
}

.leader_blockinner picture:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
	background: rgb(3, 116, 244, .7);
    transition: 0.5s ease-in-out;
    opacity: 0;
    transform: scale(.4);
    top: 0;
    left: 0;
}

.leader_blockinner:hover picture::after{
    opacity: 1;
    transform: scale(1);
}

.leader_blockinner:hover .btn_02{
    color: #ddd;
	text-decoration: none;
	background: #0374f4;
}

.leader_blockinner picture img{
    width: 100%;
}

.leader_blockinner article{
    width: 100%;
    float: left;
}

.leader_blockinner article h3{
	margin: 25px 0;
    width: 100%;
    float: left;
	font-family: Quicksand;
	color: #000;
	font-size: 25px;
	font-weight: 600;
	text-transform: capitalize;
}

.leader_blockinner article h3 small{
    width: 100%;
    float: left;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	color: #575757;
	margin: 8px 0 0 0;
}

.btn_02 {
    background: #252525;
    color: #ddd;
    font-family: Quicksand;
    font-size: 22px;
    text-transform: capitalize;
    width: 70%;
    position: absolute;
    left: 15%;
    text-align: center;
    padding: 11px 0;
    border-radius: 50px;
    bottom: -28px;
	transition: 0.3s ease-in-out;
}

.btn_02:hover{
    color: #ddd;
	text-decoration: none;
	background: #0374f4;
}

.btn_02:focus{
    color: #ddd;
	text-decoration: none;
	background: #0374f4;
}

.leader_blockinner:after {
    content: '';
    position: absolute;
    background: #0374f4;
    height: 145px;
    width: 70px;
    top: 0;
    left: 0;
    border-radius: 30px 0 0 0;
	transition: 0.3s ease-in-out;
}

.leader_blockinner:before {
    content: '';
    position: absolute;
    background: #0374f4;
    height: 85px;
    width: 70px;
    top: 54%;
    right: 0;
    transition: 0.3s ease-in-out;
}

.leader_blockinner:hover::before{
    top: 44%;
    right: 31px;
}

.leader_blockinner:hover::after{
	top: 34px;
    left: 35px;
}

.microsoftWrp {
    width: 100%;
    float: left;
    padding: 0 10px;
    background-image: url(../images/product_bac.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.small_container{
	max-width: 800px;
	margin: 0 auto;
}

.microsoftinner{
	width: 100%;
	float: left;
	margin: 50px 0 20px 0;
}

.micro_logo picture {
    width: 100%;
    float: left;
    text-align: center;
}

.micro_logo picture img{
	width: 88%;
}

.microsoftinner .haveUnderline{
	text-align: left;
}

.microsoftinner .haveUnderline span{
	float: left;
}

.microsoftinner article p {
    width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 18px;
    font-weight: 500;
    line-height: 28px;
    color: #2b2b2b;
    margin: 8px 0 0 0;
}

.microsoftinner article p a{
	color: #0374f4 !important;
	text-decoration: none !important;
}

.micro_content article {
    width: 100%;
    float: left;
    margin: 22px 0 0 0;
}

.gallery_wrap{
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/gallery_bac.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: unset;
}

.gallery_inn{
	width: 100%;
	float: left;
	position: relative;
	margin: 60px 0;
}

.gallery_inn .haveUnderline{
	text-align: left;
	padding: 10px 21px;
}

.gallery_inn .haveUnderline span{
	float: left;
}

.haveUnderline a {
    float: right;
    font-family: Quicksand;
    font-weight: bold;
    color: #303030;
    font-size: 16px;
    text-decoration: none !important;
    margin: 20px 0 0 0;
}

.haveUnderline a i {
    background-image: -webkit-linear-gradient( 90deg, rgb(41,57,158) 0%, rgb(23,81,190) 61%, rgb(4,104,221) 100%);
    color: #fff;
    font-weight: 300;
    font-size: 14px;
    width: 27px;
    height: 27px;
    margin: 0 0 0 7px;
    border-radius: 100%;
    padding: 7px 0;
    text-align: center;
}

.galleryListing{
	width: 100%;
	float: left;
	padding: 0;
	margin: 0 0 0 0;
}

.galleryListing li {
    width: 33%;
    float: left;
    padding: 21px 21px;
    list-style: none;
}

.galleryListing li picture{
	width: 100%;
	float: left;
	overflow: hidden;
	position: relative;
}

.galleryListing li picture:after{
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	background-image: -webkit-linear-gradient( 90deg, rgb(23,41,167,0.7) 0%, rgb(3,116,244,0.7) 100%);
	right:0;
	transition: 0.5s ease-in-out;
	opacity: 0;
	transform: scale(.7);
}

.galleryListing li picture:hover::after{
	opacity: 1 !important;
	transform: scale(1);
}

.galleryListing li picture a {
    position: absolute;
    z-index: 2;
    width: 60px;
    height: 60px;
    background: #fff;
    opacity: 0;
    text-align: center;
    text-decoration: none !important;
    border-radius: 7px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(0deg) scale(1.3);
	text-align: center;
	transition: 0.7s ease-in-out;
}

.galleryListing li picture:hover a{
	transform: translate(-50%, -50%) rotate(45deg) scale(1);
	opacity: .7;
}


.galleryListing li picture a b {
    font-size: 40px;
    color: #0374f4;
    font-family: Poppins;
    font-weight: 300;
    display: inline-block;
    transform: rotate(45deg);
}

.galleryListing li picture img{
	width: 100%;
}

.contact_bac_wrp{
	width: 100%;
	float: left;
	position: relative;
}

.contact_bac_inn{
	width: 100%;
	float: left;
	position: relative;
	margin: 50px 0;
	overflow: hidden;
	border-radius: 22px;
	box-shadow: 0px 0px 28.42px 0.58px rgba(0, 0, 0, 0.11);
	min-height: 55px;
}

.getInSec{
	padding: 0;
    min-height: 485px;
    background-image: url(../images/contact_bac.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
}

.getInSec_contain {
    width: 100%;
    float: left;
    padding: 35px 35px;
    font-family: Poppins;
    color: #343434;
}

.getInSec_contain h3 {
    width: 100%;
    float: left;
    margin: 8px 0 20px 0;
    font-size: 25px;
}

.getInSec_contain h3 b{
	color: #0374f4;
}

.getInSec_contain address {
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
    font-size: 15px;
    line-height: 26px;
}

.getInSec_contain p {
    width: 100%;
    float: left;
    margin: 15px 0;
    font-size: 15px;
}

.getInSec_contain p i {
    background: #0374f4;
    color: #fff;
    font-size: 15px;
    width: 29px;
    height: 29px;
    text-align: center;
    padding: 6px 0;
    border-radius: 4px;
    margin: 0 7px 0 0px;
}

.getInSec_contain h4 {
    font-size: 23px;
    width: 100%;
    float: left;
    margin: 25px 0 0 0;
}

.getInSec_contain h4  b{
	color: #0374f4;
}

.social_links {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.social_links a{
    margin: 0px 3px 0 0;
}

.social_links a i {
    color: #fff;
    background: #0374f4;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 5px 0;
    font-size: 20px;
    border-radius: 3px;
}

.mainContactSec{
	padding: 0;
    min-height: 485px;
	background-color: #0374f4;
    background-image: url(../images/input_bac.png);
    background-size: 40%;
    background-repeat: no-repeat;
    background-position: bottom right;
	position: relative;
}

.mainContactSec:after {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    background: #0374f4;
    top: 20%;
    left: -32px;
    transform: rotate(45deg);
}

.mainContactContain{
    width: 100%;
    float: left;
	padding: 40px 80px;
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.mainContactContain main{
    width: 100%;
    float: left;
}

.mainContactContain h2 {
    width: 100%;
    float: left;
    font-family: Quicksand;
    font-size: 25px;
    font-weight: 500;
    color: #fff;
    margin: 0px 0 20px 0;
    text-transform: capitalize;
}

.usr {
    width: 100%;
    float: left;
    color: #fff;
    background: transparent;
    border: 1.2px solid #fff;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 500;
    padding: 11px 22px;
    border-radius: 31px;
    margin: 12px 0;
    outline: none;
}

.usr::placeholder{
	color: #fff;
	text-transform: capitalize;
}

.inputBtnWrp{
    width: 100%;
    float: left;
}

.sBtn {
    font-family: Quicksand;
    font-size: 16px;
    color: #0058bb;
    background: #fff;
    font-weight: 500;
    text-transform: capitalize;
    border: 0;
    padding: 10px 21px;
    border-radius: 30px;
    margin: 6px 0;
}

.news_event_wrap{
	width: 100%;
	float: left;
	position: relative;
	background-image: url(../images/footer_bac.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top right;
}

.news_event_inn{
	width: 100%;
	float: left;
	position: relative;
	margin: 170px 0 60px 0;
}

.news_event_inn h2{
	color: #fff !important;
}

.news_event_inn h2 span{
	background-image: none;
	background-color: #fff;
}

.news_block_wrp{
	float: left;
	margin: 45px 0 0 0;
}

.news_block_wrp main {
    width: 100%;
    float: left;
    position: relative;
    background: #fff;
    padding: 20px 20px;
    border-radius: 15px;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
}

.news_block_wrp main picture {
    width: 100%;
    float: left;
    border-radius: 10px;
    overflow: hidden;
    max-height: 200px;
}

.news_block_wrp main picture img{
	width: 100%;
	transition: 0.4s ease-in-out;
}

.news_block_wrp main article {
	width: 100%;
	float: left;
}

.news_block_wrp main article h4 {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-family: Poppins;
    font-size: 17px;
    color: #181818;
    font-weight: bold;
	transition: 0.4s ease-in-out;
}

.news_block_wrp main:hover picture img{
	transform: scale(1.2);
}

.news_block_wrp main:hover h4{
	color: #f00;
}

.news_block_wrp main article p {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
    font-family: Poppins;
    font-size: 16px;
    color: #656565;
    font-weight: 500;
    max-height: 50px;
    overflow: hidden;
}

footer{
	width: 100%;
	float: left;
	background: #272727;
	position: relative;
}

.footerInner{
	width: 100%;
	float: left;
	margin: 45px 0;
}

.footBlockContain{
	width: 100%;
	float: left;	
	font-family: Quicksand;
	color: #fff;
}

.footBlockContain a.footerLogo{
	max-width: 200px;
	float: left;
}

.footBlockContain a.footerLogo img{
	width: 100%;
}

.footBlockContain p {
    width: 100%;
    float: left;
    font-size: 16px;
    margin: 10px 0 0 0;
}

.rFootBlk{
	float: right;
	text-align: right;
}

.footBlockContain h4 {
    width: 100%;
    float: left;
    margin: 15px 0 6px 0;
    font-size: 24px;
    text-transform: capitalize;
}

.footNavListing{
    width: 100%;
    float: left;
	padding: 0 0;
}

.footNavListing li{
	width: 50%;
	float: left;
	list-style: none;
}

.footNavListing li:last-child{
	float: right;
}

.footNavListing li a {
    width: 100%;
    float: left;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 15px;
    text-decoration: none !important;
    padding: 0px 0;
    margin: 13px 0 0 0;
}

.endFooter {
    width: 100%;
    float: left;
    border-top: 1px solid #545454;
    font-family: Quicksand;
    margin: 31px 0 0 0;
}

.endFooter p {
    width: 100%;
    float: left;
    font-size: 15px;
    color: #fff;
    padding: 14px 0 0 0;
    text-align: right;
}

.endFooter p a {
	color: #fff;
}

/********** description pop **********/

.leader_description {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.53);
    padding: 12px 12px;
    display: none;
}

.leaderInner {
    max-width: 650px;
    margin: 0 auto 0 auto;
    position: relative;
    top: 10%;
    z-index: 100;
}

.popBac {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.leader_contain {
    width: 100%;
    float: left;
    background: #fff;
    height: 80vh;
    overflow: auto;
    box-shadow: 0px 2px 11px rgba(0, 0, 0, 0.15);
	transition: 0.8s ease-in-out;
	transform: scale(1.3);
	opacity: 0;
	background-image: url(../images/product_bac.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 80%;
}

.activeLeadPop{
	transform: scale(1);
	opacity: 1;	
}

.leader_contain main {
    width: 100%;
    height: auto;
    padding: 20px 20px;
    box-shadow: none;
    border-radius: 0;
}

.leader_contain main p img {
    float: left;
    max-width: 320px;
    padding: 0 15px 0 0;
}

.leader_contain main h3 {
    margin: 0px 0 25px 0;
    width: 100%;
    float: left;
    font-family: Quicksand;
    color: #000;
    font-size: 25px;
    font-weight: 600;
    text-transform: capitalize;
}

.leader_contain main h3 small {
    width: 100%;
    float: left;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    color: #575757;
    margin: 8px 0 0 0;
}

.leader_contain main p {
    width: 100%;
    float: left;
    font-size: 16px;
    font-family: Quicksand;
    margin: 15px 0 0 0;
    font-weight: 500;
    line-height: 27px;
    color: #000;
}

.closeIcon {
    position: absolute;
    font-family: Quicksand;
    font-size: 47px;
    color: #fff;
    font-weight: 100;
    cursor: pointer;
    user-select: none;
    right: 15px;
    z-index: 1200;
    padding: 5px 20px;
}

/******************/

.animated_img {
    position: absolute;
    right: 0px;
    max-width: 654px;
    top: 90px;
}

.animated_img img{
	width: 100%;
}

/****************25 03 2020*****************/

.innerpageWrap {
    width: 100%;
    float: left;
    background-image: url(../images/gallery_bac.png), url(../images/lead_bac.png);
    background-repeat: no-repeat;
    background-position: top left, bottom right;
	background-size: 24%, 100%;
}

.gallery_wrp{
    background-image: url(../images/gallery_bac.png) !important;
    background-repeat: no-repeat;
    background-position: top left;
	background-size: 24%;
}

.product_bac_wrp{
    background-image: url(../images/product_bac.png) !important;
    background-repeat: no-repeat;
    background-position: top left;
	background-size: 35%;
}

.innerpageContain{
	width: 100%;
	float: left;
	margin: 75px 0;
}

.productContainWrp {
    width: 100%;
    float: left;
    position: relative;
    padding: 70px 0;
    border-bottom: 1px solid #ccc;
}

.productContainWrp:nth-child(even) {
    background: #f3f3f3;
}

.productContainWrp:last-child{
	border: 0 !important;
}

.innerHeader{
	width: 100%;
	float: left;
	position: relative;
}

.innerHeader header {
    width: 100%;
    float: left;
    position: relative;
    background-color: #ffffff;
    top: 0 !important;
    margin: 0 !important;
    padding: 9px 0 50px 0;
    background-image: url(../images/inner_head.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}

.productImg{
	position: relative;
}

.productImg picture {
    position: relative;
    width: 100%;
    float: left;
}

/*.productImg picture:before {
    content: '';
    position: absolute;
    width: 220px;
    height: 220px;
    background: #0274f5;
	background-image: -webkit-linear-gradient( 180deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
    border-radius: 100%;
    left: 0;
    top: -20px;
	opacity: .5;
}*/

.productImg picture img {
    max-width: 100%;
    float: left;
    position: relative;
    z-index: 1;
}

.productcontent article{
	width: 100%;
	float: left;
}

.productcontent article h3 {
    width: 100%;
    float: left;
    position: relative;
    margin: 0;
    padding: 0 0 40px 0;
    font-family: Poppins;
    font-size: 35px;
    color: #000;
}

.productcontent article h3:after {
    content: '';
    position: absolute;
    bottom: 25px;
    left: 0;
    width: 110px;
    height: 3px;
    background: #0274f5;
}

.productcontent article p {
    width: 100%;
    float: left;
    margin: 0;
    font-family: Quicksand;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    line-height: 27px;
}

.productContainWrp:nth-child(even) .productImg{
	float: right;
}

.productcontent article span {
    width: 100%;
    float: left;
    margin: 10px 0 0 0;
}

.productsWrap{
	width: 100%;
	float: left;
}

.page_header {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 50px;
    text-transform: capitalize;
    font-family: Poppins;
    font-weight: 700;
    color: #1044b9;
    margin: 0 0 25px 0;
}

.page_header small {
    width: 100%;
    float: left;
    font-size: 20px;
    text-transform: none;
    margin: 14px 0 0 0;
}

.about_text {
    width: 100%;
    float: left;
    text-align: left;
    margin: 20px 0 30px 0;
}

.about_text h2 {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0 25px 0;
    font-family: Poppins;
    position: relative;
    font-weight: 600;
    text-transform: capitalize;
}

.about_text h2:after {
    content: '';
    position: absolute;
    width: 107px;
    height: 3px;
    bottom: 10px;
    left: 0;
    background: #5789e8;
}

.about_text p {
    width: 100%;
    margin: 8px 0;
    padding: 0 0 0 0;
    font-family: Quicksand;
    position: relative;
    font-weight: 500;
    font-size: 16px;
    line-height: 31px;
    float: left;
}

.visionMission {
    width: 100%;
    float: left;
    margin: 81px 0px 63px 0;
}

.visionMissionContain{
	width: 100%;
	float: left;
}

.vContainInner {
    width: 100%;
    float: left;
    text-align: center;
    background-color: #ffffff;
    color: #585858;
    min-height: 219px;
    padding: 27px;
    background-image: url(../images/v_m_bac.jpg);
    background-size: cover;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    background-position: top;
}

.vContain:last-child .vContainInner{
    background-position: bottom;
	
}

.vContainInner h3 {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
    padding: 0 0 15px 0;
    font-size: 26px;
    font-family: Poppins;
    text-transform: capitalize;
    font-weight: 600;
}

.vContainInner p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 500;
    line-height: 27px;
}

.team_total_wrap{
	width: 100%;
	float: left;
}

.team_total_contain{
	width: 100%;
	float: left;
	margin: 0 0 40px 0;
}

.teamListing{
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}

.teamListing li {
    width: 25%;
    list-style: none;
    float: left;
    padding: 0px 25px;
    margin: 0px 0 0 0;
}

.teamListing li span{
	width: 100%;
	float: left;
	position: relative;	
}

.teamListing li span picture {
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;
    border-radius: 12px;
    border: 2px solid #2271c5;
}

.teamListing li:nth-child(even){
    margin: 90px 0 0 0;	
}

.teamListing li:nth-child(even) span picture {
    border: 2px solid #599de6;
}

.teamListing li span picture img{
	width: 100%;
	/*filter: grayscale(0%);*/
	transition: 0.3s ease-in-out;
}

.teamListing li span:hover img{
	/*filter: grayscale(100%);*/
	transform: scale(1.1);
}

.teamListing li span h3 {
    width: 100%;
    float: left;
    margin: 0;
    position: relative;
    padding: 14px 0 14px 15px;
    font-size: 16px;
    font-family: Poppins;
    color: #000;
    text-align: center;
}

.teamListing li span h3 small {
    width: 100%;
    float: left;
    font-size: 12px;
    font-weight: 500;
    margin: 7px 0 0 0;
}

.tech_listing {
    width: 100%;
    float: left;
    padding: 0;
}

.tech_listing li{
	width: 25%;
	float: left;
	list-style: none;
}

.tech_listing li img{
	width: 100%;
}

.technologyes {
    width: 100%;
    float: left;
    margin: 10px 0 20px 0;
}

.technologyes h2 {
    width: 100%;
    float: left;
    margin: 0 0;
    padding: 0 0 35px 0;
    font-family: Poppins;
    position: relative;
    font-weight: 600;
	text-transform: capitalize;
	text-align: center;
}

.stickyinnerHeader {
    position: fixed !important;
    z-index: 999;
}

.stickyinnerHeader header{
	background: #fff !important;
	padding: 5px 0 !important;
}

.popUpWrapper {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 999999;
    display: none;
    padding: 0 15px;
}

.popContainer_main{
	width: 100%;
	float: left;
	height: 60vh;
	margin: -8% 0 0 0;
	background: #ddd;
	position: relative;
	transition: 1.5s ease-in-out;
	opacity: 0;
	z-index: 100;
}

.activePopWrp .popContainer_main{
	opacity: 1;
	margin: 20% 0 0 0;
}

.popContainer_main iframe{
	width: 100%;
	height: 100%;
}

.popContainer_main b {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 30px;
    height: 30px;
    text-align: center;
    background: #fff;
    border-radius: 100%;
    border: 1px solid #969696;
    font-family: Poppins;
    padding: 3px 0;
    cursor: pointer;
    user-select: none;
    outline: none;
}

.closePopWrapper{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
}

.aboutSideImage picture {
    width: 100%;
    float: left;
    overflow: hidden;
    border-radius: 50px 0 50px 0;
}

.aboutSideImage picture img {
	width: 100%;
}

.team_total_contain h2 {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 24px 0 60px 0;
    font-size: 35px;
    font-weight: 600;
    border-left: 5px solid #5a9ee6;
    padding: 5px 0 5px 17px;
}

.slideToggleText{
	display: none;
	width: 100%;
	float: left;
}

.about_text p a {
    font-size: 17px;
    font-weight: 600;
    color: #154596;
    margin: 0 0 0 11px;
    text-decoration: none !important;
}


.aboutTopBanner article h1{
    font-size: 35px !important;
    line-height: 50px !important;
}
/****************28-03-2020**************/

.col-md-3.news_block_wrp main {
    padding: 10px 10px !important;
    border-radius: 0px;
}

.col-md-3.news_block_wrp main picture{
	border-radius: 0 !important;
}

.icon_div{
	width: auto;
	float: left;
}

.icon_div a {
    width: auto;
    float: left;
    position: relative;
    margin: 0 9px 0 0px;
}

.icon_div a img {
    width: auto;
    height: 60px;
}

/************** 30-03-2020 *************/

.pDescribeWrap{
	width: 100%;
	float: left;
	position: relative;
}

.pAbout article{
	width: 100%;
	float: left;
}

.pAbout article h2 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 0 15px;
    border-left: 4px solid #065fd5;
}

.pAbout article p {
    width: 100%;
    float: left;
    margin: 19px 0 0 0;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 500;
    line-height: 26px;
}

.pAbout article p a {
    font-weight: 600;
    color: #d72129;
    font-size: 18px;
    text-decoration: none;
    margin: 0 0 0 6px;
}

.pAbout article h4 {
    width: 100%;
    float: left;
    font-family: Poppins;
    margin: 15px 0 0 0;
}

.pAbout article h4 span{
    width: 100%;
    float: left;
}

.pAbout article h4 span a {
    color: #fff;
    background: #0e44b8;
    width: 30px;
    height: 30px;
    float: left;
    font-size: 15px;
    text-align: center;
    padding: 7px 0 0 0;
    margin: 7px 7px 0 0px;
    border-radius: 100%;
}

.pDescribeWrap .client_inner {
    margin: 50px 0 0 0 !important;
}

.pBenofits{
	float: left;
	margin: 20px 0 0 0;
}

.pBenofits article{
	width: 100%;
	float: left;
	position: relative;
}

.pBenofits article:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5997de;
    top: 25px;
    right: -25px;
}

.pBenofits article iframe {
    width: 100%;
    height: 300px;
    float: left;
    position: relative;
    z-index: 1;
    box-shadow: 4px 4px 16px rgba(0, 0, 0, 0.3);
}

.pBenofits article h2{
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 0 15px;
    border-left: 4px solid #065fd5;
}

.productbenifitsListing{
	width: 100%;
	float: left;
	padding: 0 0 0 0;
    margin: 20px 0 0 0;
}

.productbenifitsListing li {
    list-style: none;
    width: 100%;
    float: left;
    min-height: 56px;
    padding: 0 0 0 40px;
    background-image: url(../images/listing_img.png);
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 6px 0px;
    margin: 8px 0 0 0;
}

.productbenifitsListing li p {
    width: 100%;
    float: left;
    font-size: 17px;
    font-family: Quicksand;
    font-weight: 500;
    line-height: 23px;
}

.aboutSection {
    width: 100%;
    float: left;
    position: relative;
    margin: 90px 0 0 0;
}

.about_product_img{
	float: left;
    position: relative;
}

.about_product_img picture {
    width: 100%;
    float: left;
    position: relative;
    text-align: center;
    box-shadow: -3px 4px 11px rgba(0, 0, 0, 0.3);
    background: #fff;
    padding: 40px 0;
    z-index: 1;
}

.about_product_img:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #5786ed;
    top: 28px;
    left: -23px;
}

.about_product_img picture img{
	width: 60%;
}

.fullWidthProduct_img picture{
    padding: 0 !important;
}

.fullWidthProduct_img img{
    width: 100% !important;
}

.benefits_block_wrap{
	width: 100%;
	float: left;
	margin: 90px 0 0 0;
}

.bContain{
	float: left;
	margin: 25px 0 0 0;
}

.bContainInner {
    width: 100%;
    float: left;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
    text-align: center;
    min-height: 230px;
    padding: 10px 15px;
    background-image: url(../images/v_m_bac.jpg);
    background-size: 216%;
    background-position: left center;
}

.bContainInner span {
    width: 100%;
    float: left;
    margin: 15px 0 0 0;
}

.bContainInner span i {
    font-size: 38px;
    color: #ffffff;
    width: 90px;
    height: 90px;
    border-radius: 100%;
    padding: 26px 0 0 0;
    background: #71b4ff;
}

.bContainInner p {
    font-family: Quicksand;
    font-size: 16px;
    font-weight: 600;
    color: #1f1f1f;
    margin: 15px 0 0 0;
    float: left;
    width: 100%;
}

.pBenofits picture {
    width: 100%;
    float: left;
    position: relative;
}

.pBenofits picture img{
	width: 100%;
    box-shadow: 0px 0px 37px rgba(0, 0, 0, .11);
    border-radius: 41% 61% 0% 69%;
	position: relative;
	z-index: 1;
}

.pBenofits picture:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    border-radius: 41% 61% 0% 69%;
    background: #5b8bf3;
    right: 26px;
    top: 0;
}

.tech_solution .about_product_img picture{
	padding: 0;
}

.tech_solution .about_product_img picture img{
	width: 100%;
}

.b_c_feature h2 {
    width: 100%;
    float: left;
    margin: 90px 0 0 0;
    font-size: 30px;
    font-family: Montserrat;
    font-weight: 600;
    text-transform: capitalize;
    padding: 0 0 0 15px;
    border-left: 4px solid #065fd5;
}

.external_link p{
    width: 100%;
    float: left;
    margin: 19px 0 0 0;
    font-size: 16px;
    font-family: Quicksand;
    font-weight: 500;
    line-height: 26px;
}

.pAbout span {
    width: 100%;
    float: left;
    margin: 26px 0 0 0;
}

/**************cloud services*************/

.cloud_services_wrap{
	width: 100%;
	float: left;
	margin: 0px 0 0 0;
}

.cServices{
	float: left;
	margin: 25px 0 0 0;
}

.cServicesInner {
    width: 100%;
    float: left;
    padding: 15px 15px 15px 15px;
    box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.12);
}

.cServicesInner h2 {
    font-family: Montserrat;
    font-size: 22px;
    margin: 0 0 0 0;
    padding: 18px 0;
    text-align: center;
    text-transform: capitalize;
    color: #fff;
    background: #0e44b8;
	background-image: -webkit-linear-gradient( 180deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
}

.sServiceListing{
	width: 100%;
	float: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}

.sServiceListing li{
	width: 100%;
	float: left;
	margin: 0 0;
	padding: 15px 12px;
	list-style: none;
}

.sServiceListing li:nth-child(even) {
	background: #e6eaff;
}

.sServiceListing li p {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-size: 14px;
    font-family: Quicksand;
    font-weight: 600;
    color: #505050;
}

.sServiceListing li p b {
    width: 30px;
    height: 30px;
    float: left;
    text-align: center;
    padding: 4px 0 0 0;
    margin: 4px 8px 0 0;
    background: #252525;
    color: #fff;
    font-weight: 900;
    border-radius: 5px;
}

.stasticBlockWrap {
    width: 100%;
    float: left;
    margin: 75px 0 30px 0;
}

.sBlockContent{
	float: left;
	margin: 30px 0 0 0;
}

.sBlockInner{
	width: 100%;
	float: left;
	text-align: center;
}

.sBlockInner span{
	width: 100%;
	float: left;
}

.sBlockInner span i {
    display: inline-block;
    font-size: 35px;
    height: 110px;
    width: 110px;
    border: 2px solid #e4e4e4;
    border-radius: 100%;
    padding: 35px 0;
    color: #0076ff;
}

.sBlockInner h4 {
    width: 100%;
    float: left;
    margin: 8px 0 0 0;
    font-family: Quicksand;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 25px;
    color: #172ba8;
}

/*********** 04-01-2020 *********/

.customTabWrap {
    width: 100%;
    float: left;
    margin: 30px 0 0 0;
}

.customTabContain {
    width: 100%;
    float: left;
    padding: 27px 0 0 0;
    position: relative;
    min-height: 265px;
    overflow: hidden;
}

.customTabContain:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #afafaf;
    top: 73px;
    left: 0;
}

.customTabContain li{
	float: left;
	list-style: none;
}

.customTabContain li b {
    padding: 12px 12px;
    height: 30px;
    margin: 0 8px 0 0px;
    position: relative !important;
    background: #e2e2e2;
    text-transform: capitalize;
    font-family: Poppins;
    font-weight: 500;
    color: #000;
	cursor: pointer;
    user-select: none;
    transition: 0.3s ease-in-out;
}

.customTabContain li b:hover{
	background: #4897f3;
	color: #fff;
}

.customTabContain li span strong {
    width: 100%;
    float: left;
    font-family: Montserrat;
    text-transform: capitalize;
    font-size: 20px;
    margin: 7px 0 7px 0;
}

.customTabContain li span{
	position: absolute;
	padding: 0 0;
	margin: 55px 0 0 0;
	transition: 1.5s ease-in-out;
	transform-origin: top;
    font-size: 16px;
    font-family: Quicksand;
    color: #000;
    font-weight: 500;
    line-height: 28px;
	left: -100% !important;
	opacity: 0;
}

.customTabContain li.active span{
	left: 0% !important;
	opacity: 1;	
}

.customTabContain li.active b{
	background: #0076ff;
	color: #fff;
}

/************** 04/02/2020 ***************/

.bContainInner p strong {
    width: 100%;
    float: left;
    font-family: Poppins;
    font-weight: 600;
    margin: 0 0 6px 0;
    color: #0c62ff;
    text-transform: capitalize;
}

.pointsWithSmallTicks{
	width: 100%;
	float: left;
	padding: 0;
	margin: 10px 0 0 0;
}

.pointsWithSmallTicks li {
    list-style: none;
    width: 50%;
    float: left;
    margin: 11px 0 0 0;
    min-height: 90px;
}

.pointsWithSmallTicks li p {
    font-size: 14px;
    line-height: 21px;
    font-weight: 500;
    color: #1b1b1b;
    padding: 0 14px 0 0px;
    margin: 0 0 0 0;
}

.pointsWithSmallTicks li p i {
    color: #f72c9a;
    margin: 3px 4px 0 0;
}

.servicesDescribBlock{
	width: 100%;
	float: left;
	margin: 90px 0 20px 0;
}

.servicesDescribBlock:nth-child(even) .about_product_img {
	float: right !important;
}

.servicesDescription{
	margin: 0 0 0 0 !important;
}

.tech_llisting_wrap{
	width: 100%;
	float: left;
	margin: 80px 0 0 0;
}

.tech_llisting{
	width: 100%;
	float: left;
	padding: 0;
	margin: 20px 0 0 0;
}

.tech_llisting li{
	width: 25%;
	float: left;
	list-style: none;
}

.tech_llisting li img{
	width: 100%;
	height: auto;
}

.noPadding{
	padding: 0 0;
}

.phase5Listing {
    width: 100%;
    float: left;
    padding: 0;
    margin: 11px 0 0 0;
}

.phase5Listing li {
    list-style: none;
    width: 33%;
    float: left;
    padding: 5px 5px;
}

.phase5Listing li p {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 0 0;
    padding: 13px 0;
    min-height: 124px;
    overflow: hidden;
    border: 1px solid #ddd;
    font-size: 15px;
	transition: 0.2s ease-in-out;
}

.phase5Listing li p:hover{
	background: #fff;
	position: relative;
	z-index: 1;
	transform: scale(1.03);
	box-shadow: 0px 0px 18px rgba(0, 0, 0, .1);
}

.phase5Listing li p b {
    width: 100%;
    float: left;
    line-height: 16px;
    margin: 12px 0 0 0;
}

.phase5Listing li p i {
    width: 50px;
    height: 50px;
    background: #5887ee;
    color: #fff;
    font-size: 25px;
    border-radius: 100%;
    padding: 12px 0;
}

.page404Wrap{
	text-align: center;
}

.page404Wrap h1 {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    font-family: Montserrat;
    font-weight: bold;
    font-size: 200px;
    color: #0369df;
    text-shadow: 11px 0px 0px rgb(1, 66, 143);
}

.page404Wrap h1 small {
    width: 100%;
    float: left;
    text-transform: capitalize;
    font-size: 44px;
    font-weight: 300;
    margin: -10px 0 0 0;
    text-shadow: none !important;
    color: #01418e;
}

.page404Wrap p {
    width: 100%;
    float: left;
    margin: 19px 0 0 0;
    font-family: Quicksand;
    font-weight: 600;
    font-size: 24px;
    color: #6d6d6d;
}

.page404Wrap span {
    width: 100%;
    float: left;
    margin: 40px 0 0 0;
}

.page404Wrap span a{
    color: #fff !important;
	text-decoration: none !important;
    font-family: Quicksand;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: linear-gradient(to right, #0471f1 0%, #0d4ecd 51%, #162dab 100%); 
    padding: 11px 25px;
    border-radius: 21px;
    position: relative;
    transition: 0.3s ease-in-out;
}

.newsEventsBlockWrapper .news_block_wrp main article p {
    height: 119px;
    overflow: hidden;
    max-height: unset;
}

.newsEventsBlockWrapper .news_block_wrp:nth-child(odd){
    margin: 120px 0 0 0;
}

.newsEventsBlockWrapper .col-md-3.news_block_wrp main picture {
    min-height: 210px;
}

.newsEventsBlockWrapper .col-md-3.news_block_wrp main picture img {
    width: auto;
    height: 210px;
}

/***************** 04-06-2020 *****************/

.topInnerWrap{
	width: 100%;
	float: left;
	background: none !important;
}

.topInnerContain {
    width: 100%;
    float: left;
    margin: 175px 0 270px 0;
}

.topInnerContain p {
    width: 100%;
    float: left;
    margin: 19px 0 0 0;
    font-size: 20px;
    font-family: Quicksand;
    font-weight: 500;
    line-height: 30px;
	color: #d5e8ff;
}

.topInnerContain h2{
	color: #fff !important;
}

.topInnerContain h2{
	border-color: #fff !important;
}

.htiWrap{
    width: 100%;
    float: left;
	background-image: url(../images/technologyBac.png);
	background-size: cover;
	background-position: bottom;
	position: relative !important;
	background-repeat: no-repeat;
}

.hexagonShape_wrp{
    width: 100%;
    float: left;
	background-image: url(../images/product_bac.png), url(../images/footer_bac.png), url(../images/gallery_bac.png);
	background-repeat: no-repeat;
	background-size: 50%, 100%, 25%;
	background-position: top right, bottom right, top left;
}

.hexagonShape_inner{
	position: relative;
    width: 100%;
    float: left;
	margin: 0 0 50px 0;
}


.hexagonal_completeWrap{
	width: 100%;
	float: left;
	position: relative;
}
.hexagonblock_wrap{
	width: 600px;
	height: 300px;
	float: left;
	background: #f00;
	overflow: hidden;
	visibility: hidden;
	transform: rotate(120deg);
	transform: scale(.90);
	transition: .3s ease-in-out;
}
.hexagonblock_wrap:hover{
	transform: scale(1);
	
}
.hexahon_rotate_wrap {
	width: 100%;
	height: 100%;
	float: left;
	background: #000;
	overflow: hidden;
	transform: rotate(-60deg);
}
.hexahon_rotate_wrap article {
	width: 100%;
	height: 100%;
	float: left;
	background: #ddd;
	background-image: -webkit-linear-gradient( 90deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
	visibility: visible;
	transform: rotate(-60deg);
	overflow: hidden;
	position: relative;
	text-align: center;
}
.hexa01 {
	margin: 3em 0 0 19em;
}
/*.hexa01 article {
    background: #0072ff;
}*/
.hexa02 {
	margin: -151px 0 0 8px;
}
/*.hexa02 article {
    background: #3ea741;
}*/
.hexa03 {
	margin: -149px 0px 0 266px;
}
/*.hexa03 article {
    background: #7f29b5;
}*/
.hexa04 {
	margin: -450px 0px 0 525px;
}
/*.hexa04 article {
    background: #ffd400;
}*/
.hexa05 {
	margin: -151px 0px 0 6px;
}
/*.hexa05 article {
    background: #af9413;
}*/
.hexa06 {
	margin: -150px 0px 0 265px;
}
/*.hexa06 article {
    background: #00c4ff;
}*/
.hexa07 {
	margin: -449px 15px 0 0;
	float: right;
}
/*.hexa07 article {
    background: #76dc78;
}*/

.tcListing {
    width: 100%;
    float: left;
} 

.tcListing .aboutSection.tech_solution {
    margin: 0 0 110px 0 !important;
}

.tcListing .aboutSection.tech_solution .pAbout{
	margin: 45px 0 0px 0 !important;
}

.tcListingContain {
    width: 100%;
    float: left;
    padding: 0;
    margin: 30px 0 0 0;
}

.tcListingContain li{
	width: 100%;
	float: left;
	list-style: none;	
}

.tcListing .pAbout h2{
	border-color: #fff;
	color: #fff;
}

.tcListingContain li p{
	width: 100%;
	float: left;
	font-size: 18px;
	color: #fff;
}

.tcListingContain li p i {
    width: 30px;
    height: 30px;
    background: #fff;
    color: #476cc8;
    text-align: center;
    padding: 6px 0;
    margin: 0 8px 0 0px;
    border-radius: 100%;
}

.htiWrap header .head_logo_wrp img {
    width: 100%;
    transition: 0.5s ease-in-out;
    background: #fff;
    border-radius: 112% 47% 117% 50%;
    padding: 4px 4px;
}

.pAboutImg {
    margin: 162px 0 0 0;
    float: left;
}

.pAboutImg img {
    width: 93%;
    border-radius: 1% 54% 47% 75%;
    float: right;
    margin: 45px 0 0 0;
    opacity: .9;
}

/*************** 04-08-2020 *****************/

.hexahon_rotate_wrap article h4 {
    width: 100%;
    float: left;
    text-align: center;
    transform: rotate(120deg);
    margin: 120px 0 0 0px;
    text-transform: uppercase;
	color: #fff;
	font-weight: bold;
	font-family: Quicksand;
	position: absolute;
	z-index: 99;
	transition: 0.3s ease-in-out;
	opacity: 0;
}


.hexahon_rotate_wrap article:hover h4{
    margin: 136px 0 0 0px;
	opacity: 1;	
}

.hexahon_rotate_wrap article img {
    width: 60%;
    float: left;
    transform: rotate(120deg);
    margin: -8px 0px 0px 112px;
    opacity: .4;
    filter: grayscale(1) blur(0px);
	transition: 0.3s ease-in-out;
}

.hexahon_rotate_wrap article:hover img {
    filter: grayscale(1) blur(3px);	
    opacity: .2;
}

/*************** 04-09-2020 *******************/


.technologyBanner{
    width: 100%;
    float: left;
	background-image: url(../images/technologyPageBac.png);
}

.technologyBanner .topInnerWrap {
    width: 100%;
    float: left;
    background: none !important;
    margin: 207px 0 305px 0;
    min-height: 30px;
}

.technologyBanner .topInnerWrap h1 {
    width: 100%;
    float: left;
    margin: 0 0;
    color: #fff;
    font-family: Poppins;
    text-transform: capitalize;
    text-align: right;
    font-size: 68px;
    font-weight: 700;
    text-shadow: 8px 0px 0px rgba(0, 0, 0, 0.16);
}

.technologyBigBlock {
    width: 100%;
    float: left;
}

.technologyBigBlockInner{
    width: 100%;
    float: left;
	margin: 10px 0 90px 0;
}

.tbBlockWrap{
	float: left;
	margin: 30px 0 0 0;
}

.tbBlockWrap picture {
    width: 100%;
    float: left;
    background-image: -webkit-linear-gradient( 90deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.tbBlockWrap picture img{
    width: 100%;
	opacity: .4;
	filter: grayscale(1) blur(0px);
	transition: 0.3s ease-in-out;
}

.tbBlockWrap a:hover img{
	filter: grayscale(1) blur(3px);
}

.tbBlockWrap picture h3 {
    width: 100%;
    position: absolute;
    margin: 0 0 !important;
    bottom: 0;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
    font-family: Quicksand;
    color: #fff;
    padding: 110px 20px 17px 24px;
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    text-align: right;
}

.bannerWrap{
	width: 100%;
	float: left;
}

.bannerInner {
    width: 100%;
    float: left;
    margin: 45px 0 16px 0;
}

.bannerInner img{
	width: 100%;
	border-radius: 15px;
}

.csr_banner_Wrap{
    width: 100%;
    float: left;
	margin: 50px 0 0 0;
}

.csr_banner_Wrap img {
    width: 100%;
    box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.2);
}

.csrText{
    width: 100%;
    float: left;
	margin: 50px 0 0 0;	
}

.csrText p {
    width: 100%;
    float: left;
    font-family: Quicksand;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #000;
    line-height: 35px;
}

.topUp {
    position: fixed;
    bottom: 30px;
    right: 20px;
    display: none;
}

.topUp i {
    background-image: -webkit-linear-gradient( 90deg, rgb(23,41,167) 0%, rgb(3,116,244) 100%);
    color: #fff;
    font-size: 30px;
    padding: 9px 12px;
}

.logo_wrap{
    width: 100%;
    float: left;
}

.logo_wrap a {
    width: auto;
    float: left;
    margin: 0 10px 0 0px;
}

.logo_wrap a img {
    width: auto;
    height: 50px;
}




















