@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@import url('https://fonts.googleapis.com/css?family=Domine');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');
.top_home {
    font-family: 'Domine', serif;
    background-color: #513c89;
    /*	    padding-bottom: 60px;*/
    padding-bottom: 7%;
    /*	min-height: 850px;*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* chrome */
    -moz-osx-font-smoothing: grayscale;
    /* moz */
}

body {
    overflow-x: hidden;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif ;
    margin: 0;
    padding: 0;
    font-size: inherit;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
figcaption,
figure,
main footer,
header,
menu,
nav,
section {
    display: block;
}
section {
    padding: 20px 0px;
}

ol,
ul {
    list-style: none;
    margin: 0px 0px;
}

a {
    text-decoration: none !important;
}

html {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

body {
    
    padding: 0px 0px;
    margin: 0px 0px;
    line-height: normal;
    background-color: #ffffff;
    position: relative;
    overflow-x: hidden;
}


/************
    Fonts
************/


/*@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:300,400,700');*/


/************
  variables
************/


/***********
   Mixins
***********/

:active,
:focus {
    outline: none !important;
}

a:active,
a:focus {
    outline: none;
}

::-ms-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}


/***********
   Common
***********/


/*for FireFox*/

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
}


/*for IE8 */

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}

input,
select {
    vertical-align: middle;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline: none !important;
  /*--  border-radius: 0 !important;--*/
}

textarea:focus,
input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

a {
    text-decoration: none !important;
    display: inline-block;
}

h2 {
    font-weight: 600;
    color: #252525;
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

p {
    font-weight: 400;
    color: #252525;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
  
}

.clearfix:before,
.clearfix:after,
.row:after,
.row:before {
    content: '';
    display: table;
    clear: both;
}


/***********
   custom
***********/

[class^='icon-'] {
    background-repeat: no-repeat;
    background-image: url("../img/sprite.png");
    display: block;
    vertical-align: middle;
}

i.icon-max {
    width: 52px;
    height: 52px;
}


/*
.container {
	width: 1370px;
	margin: 0 auto;
	position: relative;
	padding: 0px 15px;
}
*/

body{
	
	background-color:#f5f5f6;
	
}

.cont2{
	width:90%;
	background-color:#fff;
}

.topsec{
	background-color:#fff;
	min-height:200px;
	background-image: url("../../views/images/bgtop.png");
}

.ftrsec{
	background-image: url("../../views/images/ftrbg.png");
	background-color:#f58420;
	min-height:200px;
	margin-top:-60px;
	    z-index: -3;
		padding-top:100px;
		text-align:center;
		color:#fff;
}
.contentsec{
	box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
    background-color: #fff;
	border-radius: 4px;
	margin-top:-30px;
	
	z-index:999999999;
	min-height:400px;
	padding-bottom:25px;
}

.toprightsec{
	
	text-align:right;
	padding-top:35px;
	
}

.table-topsec input,select{
	border-radius: 2px !important;
	margin-top:15px;
}
.searttopbtn{
	background-color:#f58420;
	color:#fff;
	width:100%;
	margin-top:15px;
	border-radius:3px;
	padding:6px;
	text-align:center;
}

.tablemain{
	
	
   
    border-bottom: 1px solid #ccc;
    margin-top: 10px;
	
	
}
.tablemain td{
	font-size:14px;
    padding: 10px !important;
}
.tablemain th{
	font-size:12px;

}

.tablemain tr{
	border-left:none;
}
.test-type-top{
	color:#f58420;
}
.logo-tl{
	
	margin-top:25px;
}
/*----------table------------*/

@media only screen and (max-width: 800px) {
.tablemain td{
	font-size:14px;
   
}
.tablemain td{
	
   padding-left: 155px !important;
}
  
    /* Force table to not be like tables anymore */
	#no-more-tables table, 
	#no-more-tables thead, 
	#no-more-tables tbody, 
	#no-more-tables th, 
	#no-more-tables td, 
	#no-more-tables tr { 
		display: block; 
			
	}
 
	/* Hide table headers (but not display: none;, for accessibility) */
	#no-more-tables thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
 
	#no-more-tables tr { border: 1px solid #ccc;     margin-top: 5px;     margin-bottom: 5px;}
 
	#no-more-tables td { 
		/* Behave  like a "row" */
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
		white-space: normal;
		text-align:left;
	}
 
	#no-more-tables td:before { 
		/* Now like a table header */
		position: absolute;
		/* Top/left values mimic padding */
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		text-align:left;
		font-weight: bold;
	}
 
	/*
	Label the data
	*/
	#no-more-tables td:before { content: attr(data-title); }
}


.pagination>li>a, .pagination>li>span { 

border-radius: 50% !important;margin: 0 5px;
border-color:#f58420;
color:#f58420;

}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
	
	background-color:#f58420;border-color:#f58420;
	color:#fff;
}



@media (max-width: 992px) {
	
	.toprightsec{
		padding-top:10px;
	}
	
	.logo-tl {
    margin-top: 0px;
}
}

.contentsec h3{
	color:#f58420;
	margin-top:20px;
	font-size:20px;
}
.contentsec h5{
	margin-top:10px;
	margin-bottom:10px;
	font-size:16px;
}
.btnbasic{
	border:none;
	background-color:#f58420;
}
.btnbasic:hover{
	background-color:#231f20;
}

.btnbasic:focus{
	
	background-color:#f58420;
}
.content-topp{
	
	
	line-height:25px;
	
}
 
/*-----------------Matchmaking Game css------------------------*/
@import url('https://fonts.googleapis.com/css?family=Carter+One');
 
.game-sec{
    
    /*background-image: url("../../views/images/game-bg.png");*/
    
  background-repeat: no-repeat;
 
    box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.1);
    background-color: #F5843B;
    border-radius: 20px;
    margin-top:-30px;
    text-align:center;
    z-index:999999999;
    min-height:600px;
    padding-bottom:25px;
}
.game-sec h2{
    
    font-size:50px;
    font-family: 'Carter One', cursive;
    color:#fff;
     -webkit-text-stroke-width: 3px;
   -webkit-text-stroke-color: #3a230a;
}
.title-game-start{
    margin-top:100px;
}
.game-sec img{
    margin-left:auto;
    margin-right:auto;
}
.game-sec h3{
    
    font-size:30px;
    font-family: 'Carter One', cursive;
    color:#fff;
    margin-top:25px;
    margin-bottom: 25px;
	
}
/*pagination css by vaibhav 14-09-16 s*/
.pagination-select{
	margin-right: 10px;
	padding: 5px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	background-color: #FF6B1A;
}
.pagination{
	margin-right: 10px !important;
	padding: 7px !important;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #A6C243;
	text-decoration: none;
	background-color: #EAEAEA;
	border: 1px solid #D8D8D8;
}

.pagination a{
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FF6B1A;
	text-decoration: none;

}
/*pagination css by vaibhav 14-09-16 e*/

/*css by bijesh as a part of design fix */

.btn-c1{
    background-color: #ed500b;
    border: none;
    font-size: 14px;
}
.btn-arrow{
margin-top: 15px;

}

.game-sec-img{
    border: 7px solid #e87713;
}
.game-sec{
box-shadow: 0px 0px 13px 0px rgba(82,63,105,0.5);
border: 1px solid #ff8d29
}

.lab-test{
color:#fff;
padding-left:10px;
}

.end-testp h3{
 text-align: center;
    margin-top: 50px;
}

.top-hinttest{
border: 1px dashed#fff;
    border-radius: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.btndh-s1{
    background-color: #ed4f0a;
    border: #ed4f0a;
}


.btndh-s1:hover{
    background-color: #da4607;
    border: #da4607;
}

/*add old css 03-01-2021 start */
@import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,700');



.top_home {
   
    background-color: #513c89;
    /*	    padding-bottom: 60px;*/
    padding-bottom: 7%;
    /*	min-height: 850px;*/
}

* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    /* chrome */
    -moz-osx-font-smoothing: grayscale;
    /* moz */
}

body {
    overflow-x: hidden;
}
html,
body,
h1,
h2,
h3,
h4,
h5,
h6 {
   
    margin: 0;
    padding: 0;
    font-size: inherit;
}
/* HTML5 display-role reset for older browsers */

article,
aside,
figcaption,
figure,
main footer,
header,
menu,
nav,
section {
    display: block;
}
section {
    padding: 20px 0px;
}

ol,
ul {
    list-style: none;
    margin: 0px 0px;
}

a {
    text-decoration: none !important;
}

html {
    -webkit-text-size-adjust: none;
}

a {
    text-decoration: none;
}

body {
    font-family: 'Ubuntu', sans-serif;
    padding: 0px 0px;
    margin: 0px 0px;
    line-height: normal;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}



:active,
:focus {
    outline: none !important;
}

a:active,
a:focus {
    outline: none;
}

::-ms-input-placeholder,
:-ms-input-placeholder,
::-moz-placeholder,
:-moz-placeholder,
::-webkit-input-placeholder {
    color: #6c6c6c;
    opacity: 0.9;
}


/***********
   Common
***********/


/*for FireFox*/

input[type="submit"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner {
    border: 0;
}


/*for IE8 */

input[type="submit"]:focus,
input[type="button"]:focus {
    outline: none;
}

input,
select {
    vertical-align: middle;
}

textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    box-shadow: none !important;
    outline: none !important;
    border-radius: 0 !important;
}

textarea:focus,
input[type="text"]:focus,
input[type="button"]:focus,
input[type="submit"]:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: inherit;
}

a {
    text-decoration: none !important;
    display: inline-block;
}

h2 {
    font-weight: 600;
    color: #252525;
    font-size: 30px;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

p {
    font-weight: 400;
    color: #252525;
    font-size: 14px;
    letter-spacing: normal;
    line-height: 1;
    text-align: center;
}

.clearfix:before,
.clearfix:after,
.row:after,
.row:before {
    content: '';
    display: table;
    clear: both;
}


/***********
   custom
***********/

[class^='icon-'] {
    background-repeat: no-repeat;
    background-image: url("../img/sprite.png");
    display: block;
    vertical-align: middle;
}

i.icon-max {
    width: 52px;
    height: 52px;
}


/*
.container {
	width: 1370px;
	margin: 0 auto;
	position: relative;
	padding: 0px 15px;
}
*/



.banner-top{
    min-height: 500px!important;
    background-color: #f5841f;
        margin-top: 100px;
    
}





.welcome-sec{
    min-height: 300px;
     background-color: #fff;
}

.welcome-sec h1{
    text-align: center;
    font-size: 23px;
    margin-top: 10px;
}
.welcome-sec h2{
    text-align: center;
    font-size: 23px;
    margin-top: 25px;
     margin-bottom: 25px;
    font-size: 16px;
    font-weight: normal;
        line-height: 25px;
}


.footer{
    background-image: url("../images/ftrbg.png");
    padding-bottom: 40px;
    background-color: #1a1a1a;
    min-height: 200px;
}
.footer h2{
    text-align: left;
    margin-top: 40px;
    font-size: 20px;
    color: #f8f8f8;
}
.ftruline{
	
    display: block;
    background-color: #f5841f;
    width: 60px;
   height: 4px;
    margin-top: 15px;
}
.footer h3{
    text-align: left;
   line-height: 20px;
    margin-top: 20px;
    font-size: 14px;
    color: #e8e8e8;
}

.ftrbtm{
    background-color: #101010;
    text-align: center;
    font-size: 14px;
    padding-top: 10px;
    color: #727272;
    padding-bottom: 10px;
}

.ftr-links a{
     font-size: 14px;
    color: #f8f8f8;
}
.ftr-links a:hover{
     font-size: 14px;
    color: #5f9cf5;
}
.ftr-links {    
    display:block;
        font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 15px;
        float: left;
}
.ftr-links2{
    
    margin-left: 25px;
}
.scrollup {
    width: 40px;
    height: 30px;
    border-radius: 3px;
    position: fixed;
    bottom: 50px;
    right: 20px;
    display: none;
    text-indent: -9999px;
    background: url('../images/arrow-top.png') center no-repeat;
    background-color: #ef811e;
	  box-shadow: 0 0 30px 0 rgba(0,0,0,0.4);
	
}

@media (max-width: 992px) {
	
	.prosboxin{
	background:none !important;
	
}
	
	.branding {
    width: 80% !important;
	
	}
	.menu {
    width: 20%!important;
	
	
	}
    
    
    .banner-top {
    min-height: 360px!important;

}
    
    
    
    .banner-topm h2{
    margin-top: 15% ;
    font-size: 25px !important;
    font-weight: bold;
    text-align: left;
}

.banner-topm h3{
    
    font-size: 20px!important;
    font-weight: lighter;
    text-align: left;
}
    
    
    
    .bnrimg{
        display: none;
    }
    .ftr-links {    
    display: contents;
        font-weight: normal;
    letter-spacing: 1px;
    line-height: 30px;
    margin-top: 15px;
        float: left;
}
    
    
    .areabox .itemb{
        
        
        font-size: 15px !important;
    }
    
}








/*nav-------------------------*/

header{
    position: fixed;
    top: 0px;
    padding: 6px 0;
    width: 100%;
    height: 130px;
    color: #fff;
    background-color: transparent;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    z-index:1000;
}

header.stick {
    height: 70px;
    text-align: left;
    padding: 10px 0 !Important;
    transition: all 0.4s ease-in-out;   
    -webkit-transition: all 0.4s ease-in-out;
    background: rgba(255,255,255,.8);
}

    .wrap-container {
        padding-left: 15px;
        padding-right: 15px;
    }

    .branding {
        width: 31%;
        float: left;
        text-align: left;
        height: 90px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;    
    }
    
    .branding.stick {
        height: 50px;
        transition: all 0.4s ease-in-out;
        -webkit-transition: all 0.4s ease-in-out;    
    }

        .logo-lg {
            max-width: 400px;
/*            height: 100%;*/
        }

        .logo-sm {
            max-width: 220px;
            height: 100%;
            display: none;
        }

    .menu {
        width: 69%;
        float: left;
             margin-top: 20px;
        text-align: right;
    }

    .listMenu { 
        display: none;
    }

/* just for the example, delete this */

.stripe {
    height: 400px;
    position: relative;
}

.stripe:first-child {
    height: 600px;
    position: relative;
}

.stripe:nth-child(even) {
    background: #ecc6d9;
}

/* 
==================================================
- The Mobile Menu
==================================================
*/

/* The Menu Button */
.mobileMenuButton {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 34px;
    z-index: 1000;
    border-radius: 4px;
    transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    
}

.mobileMenuButton:hover {
    border:1px solid #000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

.mobileMenuButton:active {
    border:1px solid #000;
    background-color: rgba(0, 0, 0, 0.7);
    border-radius: 4px;
}

.mobileMenuButton:hover span  {
    background: #fff;
}
.mobileMenuButton:hover span:before  {
    background: #fff;
}
.mobileMenuButton:hover span:after  {
    background: #fff;
}


.mobileMenuButton span {
    margin-top: 50%;
}
.mobileMenuButton span, .mobileMenuButton span:before, .mobileMenuButton span:after {
    cursor: pointer;
    border-radius: 5px;
    height: 4px;
    width: 22px;
    background: #262626;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
    content: '';
}
.mobileMenuButton span:before {
    top: -8px;
}
.mobileMenuButton span:after {
    bottom: -8px; 
}



/* The Menu */
.mobileMenu { 
    width: 240px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    background-color: #f5f5f5;
    z-index: 1200;
    text-align: right;
    padding-top: 15px ;
    transition: all .3s ease-in-out;
    
}

    .slideOut { 
        margin-right: -240px;
        transition: all .3s ease-in-out;
    }

    .slideIn { 
        margin-right: 0px;
    }

.mobileMenu h2 {
    text-align: right;
    font-family: sans-serif;
    color: #333333;
    font-size: 36px;
    padding-right: 30px;
    margin-bottom: 30px;
}

.mobileMenu ul {
    list-style: none;
}


.mobileMenu li { 
    border-bottom: 1px dotted black;
    padding: 5px 30px;
}

.mobileMenu li a { 
    color: #333333;
    line-height: inherit;
    padding: 0;
    font-weight: 600;
    padding: 12px 0;
    font-size: 15px;
    text-decoration: none;
    font-family: sans-serif;
    display: block;
    /* CSS Transition */
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.mobileMenu li a:hover {
    color: #660066;
    text-decoration: none;
}


.overlay {
    background:rgba(0,0,0,0.7);
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    display:none;
    opacity: 0;
    position: fixed;
    transition: all .3s ease-in-out;
    z-index: 1150;    
}




/* 
==================================================
- Media Query Mobile First Aproach
==================================================
*/
@media (min-width:769px) {
    h1 {
        font-size: 2em;
    }

    .overlay {
        display: none !important;
    }
    
    .mobileMenu {
        display: none;
    }
    
    .wrap-container {
/*            width: 80%;*/
            margin: 0 auto;
    }
    
    .mobileMenuButton {
        display:none;
    }
    
    .listMenu { 
        display: inherit;
    }

    .listMenu li {
        display: inline;
        padding: 0px 15px;
    }
    

    .listMenu li a {
        color: #333333;
        line-height: inherit;
        padding: 0;
            font-size: 14px;
    font-weight: bolder;
        text-decoration: none;
        font-family: sans-serif;
        display: inline-block;
        /* CSS Transition */
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }

    
    .listMenu li a:hover {
        color: #f1592a;
        text-decoration: none;
    }

    
    
    
    .mobileButton {
        display: none;
    }
    
}


/*nav-end--------------*/


.listMenu .active a{
    color: #f1592a;
}

.areabox{
        margin-top: -100px;
    position: static;
/*        background-color: #fff;*/
    min-height: 300px;
}

.areabox .itemb{
    text-align: center;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#237df9+0,3e71f4+100 */
background: rgb(35,125,249); /* Old browsers */
background: -moz-linear-gradient(-45deg, rgb(35,125,249) 0%, rgb(62,113,244) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgb(35,125,249) 0%,rgb(62,113,244) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgb(35,125,249) 0%,rgb(62,113,244) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#237df9', endColorstr='#3e71f4',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    
    min-height: 250px;
    
   
    outline: 3px solid #fff;
    outline-offset: -25px;
    padding-top: 50px;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
}



/*------------------------*/

.pace {
	-webkit-pointer-events: none;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.pace-inactive {
	display: none;
}

.pace .pace-progress {
	background: #ef811e;
	position: fixed;
	z-index: 2000;
	top: 0;
	right: 100%;
	width: 100%;
	height: 3px;
}


/*---------------------------*/



/*-------logo slider-------------*/

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	/*	width: 100%;*/
	margin: auto;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


/*-------logo slider-------------*/

.slick-dots {
	text-align: center;
	margin: 35px 0 35px 0;
	padding: 0;
}

.slick-dots li {
	display: inline-block;
	margin-left: 4px;
	margin-right: 4px;
}

.slick-dots li.slick-active button {
	background-color: #4870cb;
}

.slick-dots li button {
	font: 0/0 a;
	text-shadow: none;
	color: transparent;
	background-color: #88a1d8;
	border: none;
	height: 13px;
    width: 13px;
    border-radius: 10px;
	border-radius: none;
}

.slick-dots li :hover {
	background-color: black;
}


/* Custom Arrow */

.prev {
	color: #999;
	position: absolute;
	top: 38%;
	left: -2em;
	font-size: 1.5em;
}

.prev :hover {
	cursor: pointer;
	color: black;
}

.next {
	color: #999;
	position: absolute;
	top: 38%;
	right: -2em;
	font-size: 1.5em;
}

.next :hover {
	cursor: pointer;
	color: black;
}

@media screen and (max-width: 800px) {
	.next {
		display: none !important;
	}
}


/*--------------------*/

.feat_holder {


}

.top_feat {
	border-radius: 0px 0px 0px 0px;
	border-radius: 15px 15px 0px 0px;
	min-height: 250px;
	background-color: #4870cb;
	overflow: hidden;
}

.btm_feat {
	padding: 10px 10px;
	border-radius: 0px 0px 15px 15px;
	    min-height: 170px;
	background-color: #fff;
}
.btm_feat h4 {
	
	font-family: 'Poppins', sans-serif;
}
.btm_feat h5 {
	font-size: 16px;
	font-weight: 400;
	line-height: 25px;
	color: #565656;
}

.btm_feat a {
	font-size: 16px;
}

.btm_feat a:hover {
	color: #000;
}


/*------------------------*/

.mob_nav_top {
	display: none !important;
}

.web_nav_top {
	display: block!important;
}

@media (max-width: 992px) {
	.youtubevideo{
		height: 300px;
		margin-left: 10px;
		margin-right: 10px;
	}
	.slick-dots li button {
		width: 25px;
	}
	.feature_sec {
		margin-top: -115px;
	}
	.sf_videoarea .videoClick {
		margin-top: 10% !important;
	}
	.circle_area h2 {
		margin-top: 3%!important;
	}
	.carousel-inner .item {
		min-height: 390px !important;
	}
	.sf_videoarea h3 {
		margin-top: 5% !important;
	}
	.mob_nav_top {
		position: fixed;
		top: 0;
		z-index: 9999999;
		width: 100%;
		display: block!important;
	}
	.web_nav_top {
		display: none!important;
	}
	.requestdemo_btn2 {
		background-color: #4bae4f;
		/* float: left; */
		padding: 10px;
		color: #fff;
		border-radius: 3px;
		text-shadow: none;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		margin-top: 5px;
		margin-left: 10px;
	}
	.carousel-inner .item h3 {
		font-size: 25px;
	}
	.carousel-inner {
		margin-top: 60px;
	}
	.navbar {
		margin-bottom: 0px;
	}
    
    .navbar-nav > li{ float: none}
}


/*-------------------*/




.cap-item h3{
   
    font-size: 21px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.cap-item h4{
   
    font-size: 15px;
  line-height: 22px;
    margin-bottom: 15px;
}


/*-----------------------*/

.banner-topm h2{
	 font-family: 'Ubuntu', sans-serif !important;
    margin-top: 15% !important;
    font-size: 40px !important;
	color:#fff !important;
    font-weight: bold !important;
    text-align: left !important;
}

.banner-topm h3{
	 font-family: 'Ubuntu', sans-serif !important;
	 line-height: 28px !important;
    color:#fff !important;
    font-size: 18px !important;
    font-weight: lighter !important;
    text-align: left !important;
}

.bnrimg{
      
    margin-top: 2%;
}


.inbrand{
    
     height: 60px;
}

.inbrand img{
    height: 100%;
}


.line-ucontent{
    height: 5px;
    margin-top: 50px;
    margin-bottom: 50px;
    background-color: #ededed;
}


.contact_form input{
	
	    border-radius: 0px;
    padding: 25px 10px;
    margin-bottom: 25px;
	border-color: #e2e0e0;
	
	   -webkit-box-shadow: inset 0px 0px 0px 0px ;
    -moz-box-shadow: inset 0px 0px 0px 0px ;
    box-shadow: inset 0px 0px 0px 0px ;
}
.contact_form h5{
    margin-bottom: 15px;
}

.btn_3 {
    border-radius: 3px !important;
    padding: 15px;
    background-color: #267cf8;
    color: #fff;
    letter-spacing: 1px;
    margin-top: 20px;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
    position: relative;
   /
}



.navbtntop{
	padding:10px !important;
	border-radius:5px;
	border:2px solid #f5841f;
}

.prosbox{
min-height:200px;
background-color:#fff;
border-radius:15px;
margin-bottom: 25px;
margin-top:-25px;	


	box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
	
}

.img-pros{
	margin-top:15px;
	text-align:center;
}

.prosboxin{
	margin-top: 30px;
	    padding-right: 40px;
    margin-bottom: 35px;
	margin-top:15px;
	
	text-align:center;
	
	background: url("../images/pros-arrow.png") no-repeat center right ;
	
	
}
.prosboxin:last-child{
	background:none;
	
}
.prosboxin h3{
	
	font-size:18px;
	font-weight:bold;
	margin-top:15px;
}
.prosboxin h4{
	font-size:14px;
	line-height:30px;
	
}

.btntopbnr {
	margin-top: 15px;
    color: #fff;
    padding: 10px !important;
    border-radius: 5px;
    border: 2px solid #ffffff;
}

.bg-mid{
	
	background: url("../images/bg-node.png") no-repeat center center ;
	
}

.bg-mid h2{
	font-size:42px;
	font-weight:bold;
	margin-top:100px;
	text-align:center;
}

.bg-mid h3{
	text-align:center;
	font-size:16px;
	line-height:30px;
}

.benpoint{
	    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
    background-color: #f5841f;
   
    border-radius: 20px;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 15px;
}

.btnbtmu{
	color:#231f20;
	margin-top:25px;
	margin-bottom:25px;
	padding:10px !important;
	border-radius:5px;
	border:2px solid #f5841f;
}

.btntopbnr:hover{
	color:#fff;
}
/*add old css 03-01-2021 end */