 /************************************************ 
  Author - Deepak Rawat
  Date of Creation - 07 Sep 2021
  Copyright: CISO Cybersecurity India Pvt. Ltd.
   Style Index

*************************/ 
 
 @charset "utf-8";
/* CSS Document */

/* Index page start*/
/**************************************** 
   1.7 Padding Style
****************************************/
@font-face {
  font-family: 'Roboto-Regular';
  src: url("../fonts/Roboto-Regular.eot");
  src: url("../fonts/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/Roboto-Regular.woff") format("woff"), url("../fonts/Roboto-Regular.ttf") format("truetype"), url("fonts/Roboto-Regular.svg#Roboto-Regular") format("svg");
}
@font-face {
  font-family: 'Roboto-Medium';
  src: url("fonts/Roboto-Medium.eot");
  src: url("fonts/Roboto-Medium.eot") format("embedded-opentype"), url("fonts/Roboto-Medium.woff") format("woff"), url("fonts/Roboto-Medium.ttf") format("truetype"), url("fonts/Roboto-Medium.svg#Roboto-Medium") format("svg");
}
@font-face {
  font-family: 'Roboto-Thin';
  src: url("fonts/Roboto-Thin.eot");
  src: url("fonts/Roboto-Thin.eot") format("embedded-opentype"), url("fonts/Roboto-Thin.woff") format("woff"), url("fonts/Roboto-Thin.ttf") format("truetype"), url("fonts/Roboto-Thinc.svg#Roboto-Thin") format("svg");
}
@font-face {
  font-family: 'Roboto-Italic';
  src: url("fonts/Roboto-Italic.eot");
  src: url("fonts/Roboto-Italic.eot") format("embedded-opentype"), url("fonts/Roboto-Italic.woff") format("woff"), url("fonts/Roboto-Italic.ttf") format("truetype"), url("fonts/Roboto-Italic.svg#Roboto-Italic") format("svg");
}
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Poppins-Regular.ttf") format("embedded-opentype");
}
.privacy-policy-btn{
    color: #868B91 !important;
    text-decoration: underline;
	font-size:13px;
}
.logo-brand{
	    width: 204px;
}
.call-icon-mobile{
			display:none !important;
		}
		.visible-sm-phone{
			display:none !important;
		}
.p-0 {
  padding: 0px !important;
}

.p-5 {
  padding: 5px !important;
}

.p-10 {
  padding: 10px !important;
}

.p-15 {
  padding: 15px !important;
}

.p-20 {
  padding: 20px !important;
}

.p-30 {
  padding: 30px !important;
}

.pt-0 {
  padding-top: 0px !important;
}
.pt-1 {
  padding-top: 1px !important;
}

.pt-5 {
  padding-top: 5px !important;
}
.pt-3 {
  padding-top: 3px !important;
}
.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-30 {
  padding-top: 30px !important;
}
.pt-35 {
  padding-top: 35px !important;
}
.pt-55 {
  padding-top: 55px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pr-0 {
  padding-right: 0px !important;
}

.pr-5 {
  padding-right: 5px !important;
}
.pr-7 {
  padding-right: 7px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pr-15 {
  padding-right: 15px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pr-30 {
  padding-right: 30px !important;
}
.pr-40 {
  padding-right: 40px !important;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-5 {
  padding-bottom: 5px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-5 {
  padding-left: 5px !important;
}

.pl-7 {
  padding-left: 7px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pl-15 {
  padding-left: 15px !important;
}
.pl-17 {
  padding-left: 17px !important;
}

.pl-20 {
  padding-left: 20px !important;
}
.pl-25 {
  padding-left: 25px !important;
}
.pl-30 {
  padding-left: 30px !important;
}
.pl-35{
	padding-left: 35px !important;
}
.pl-40 {
  padding-left: 40px !important;
}
.pl-45 {
  padding-left: 45px !important;
}
.pl-50 {
  padding-left: 50px !important;
}
.pl-65 {
  padding-left: 65px !important;
}
/**************************************** 
   1.8 Margin Style
****************************************/
.m-auto {
  margin: auto;
}

.m-0 {
  margin: 0px !important;
}

.m-5 {
  margin: 5px !important;
}

.m-10 {
  margin: 10px !important;
}

.m-15 {
  margin: 15px !important;
}

.m-20 {
  margin: 20px !important;
}

.m-30 {
  margin: 30px !important;
}

.m-35 {
  margin: 35px !important;
}
.m-40 {
  margin: 40px !important;
}
.mt-0 {
  margin-top: 0px !important;
}

.mt-5 {
  margin-top: 5px !important;
}


.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}
.mt-12{
	margin-top: 12px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-17 {
  margin-top: 17px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}
.mt-48 {
  margin-top: 48px !important;
}
.mt-58{
	margin-top:58px !important;
}

.mt-50 {
  margin-top: 50px !important;
}
.mt-80 {
  margin-top: 80px !important;
}
.mt-90 {
  margin-top: 90px !important;
}
.mt-100 {
  margin-top: 100px !important;
}

.mr-0 {
  margin-right: 0px !important;
}

.mr-5 {
  margin-right: 5px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mr-15 {
  margin-right: 15px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mr-25 {
  margin-right: 25px !important;
}

.mr-30 {
  margin-right: 30px !important;
}

.mr-35 {
  margin-right: 35px !important;
}

.mb-0 {
  margin-bottom: 0px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.mb-8 {
  margin-bottom: 8px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}

.mb-15 {
  margin-bottom: 15px !important;
}


.mb-20 {
  margin-bottom: 20px !important;
}
.mb-23 {
  margin-bottom: 23px !important;
}
.mb-25 {
  margin-bottom: 25px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}

.mb-35 {
  margin-bottom: 35px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.ml-0 {
  margin-left: 0px !important;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-15 {
  margin-left: 15px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.ml-30 {
  margin-left: 30px !important;
}

.ml-35 {
  margin-left: 35px !important;
}
.ml-80{
	margin-left:80px !important;
}
.ml-50{
	margin-left:50px !important;
}
.ml-60{
	margin-left:60px !important;
}

.mt-60{
	margin-top: 60px !important;
}

.vcenter {
        display: flex!important;
    align-items: center!important;
}
.blog-bottom-text{
		/* background-color: #b9e9e794; */
		background-color: #d4dadf;
	}
.hs-author-name {
    display: inline-block;
    width: 80%;
    margin-right: -4px;
    vertical-align: top;
    text-transform: capitalize;
    font-size: 12px;
    line-height: 16px;
    color: #33475b;
}
.top-header-blog{
	background-color: #ededed52;
}
/*//digihire start//*/
.blog-container{
		    background-color: #fff !important;
			    margin-top: 50px;
    margin-bottom: 10px;
	}
	.blog-heading{
		color:#0e375c !important;
		font-size: 22px;
		font-weight:600;
	}
	.blog-text{
		color: #3d4e6b;
		/* font-size: 18px; */
		font-size: 16px;
		line-height: 1.5;
		text-align: justify;
	}
	.blog-img-upper{
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.blog-img{
		margin-left: auto;
		margin-right: auto;
		display: block;
		/* width: 50%; */
		    width: 100%;
	}
	.blog-heading-top{
		    color: #0e375c !important;
			font-size: 28px;
	}
	.online-exm-heading-top{
		    color: #0e375c !important;
			font-size: 24px;
			font-weight:600;
	}
	.ml-img-15{
		    margin-left: 15px !important;
	}
	.blog-heading-inner{
		color:#0e375c !important;
		font-size: 18px;
		font-weight:600;
	}
	.main-container-part h2{
		font-size:20px;
		font-weight:600;
	}
	
	
body{
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";  */
	font-family: "Roboto-Regular", Arial, sans-serif !Important;
	font-family: 'Lato', sans-serif !important;
    color: #333f4b;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
	line-height: 20px;
	background: #ffffff;
}
.form-group label {
  /* font-family: "Roboto-Regular", Arial, sans-serif !Important; */
  font-family: 'Lato', sans-serif !important;
}
.banner-logo_hire{
	width: 100%;
	position: absolute;	
    color: #ffffff;
    left: 15px;
    bottom: 60px;
    text-align: left;
}

.banner-logo_hire img{
	width: 28%;
}

.banner-txt_hire{
	font-size: 40px;
    color: #ffffff;
	margin-top: 20px;
}

.slider_box_hire{
    width: 100%;
    background: #11c3ba;
    color: #ffffff;
	padding: 30px 0px;
    text-align: left;
	line-height: 1.5;
}

.section2_box_hire{
	width: 100%;
	height:auto;
	margin-top: 50px;
    padding-bottom: 30px;
	text-align: center;
}

.section2_box_hire img{
	width: 100%;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .2);
	margin-top: 20px;
}

.section2_p1_hire{
	font-size: 24px;
	margin-bottom: 15px;
	text-align: left;
	margin-top: 20px;
}

.section2_p2_hire{
	margin-bottom: 15px;
	text-align: left;
}

.section3_box_hire{
	width: 100%;
	background: url(../images/hire_sec3_bg.jpg) no-repeat;
	margin: auto;
	padding: 50px 0;
	text-align: center;
	color: #ffffff;
}

.section3_p1_hire{
	color: #ffffff;
	text-align: left;
}

.section3_p1_hire li{
	margin: 0 0 20px 0;
	list-style-type:none;
	font-size: 18px;
}

.headings_hire{
	margin-top: 10px;
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}

/*//digihire End//*/



/*//digiViva start//*/

.slider_box_viva{
    width: 100%;
    background: #f5a623;
    color: #ffffff;
	padding: 30px 0px;
    text-align: left;
	line-height: 1.5;
}

/*//digiViva End//*/



/*//digiType start//*/

.slider_box_type{
    width: 100%;
    background: #4e93e3;
    color: #ffffff;
	padding: 30px 0px;
    text-align: left;
	line-height: 1.5;
}

/*//digiType End//*/


/*//contact start//*/

.con_img{
	background-image:url("../images/contact.jpg");
	background-repeat: no-repeat;
}

.con_headertxt {
    font-size: 75px;
	color: #f17e10;
	text-align: center;
	margin-top: 10%;
}

.con_sec2-bg{
	background: #ffffff;
	margin-top: 5%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.con_footer_box{
	width: 100%;
	height:auto;
	background: #2d353e;
	margin: auto;
	padding-top: 15px;
    padding-bottom: 5px;
	color: #989da1;
	font-size: 14px;
	position: absolute;
	bottom: 0px;
}

.con_sec2-row{
	margin: 20px 0 30px 0;
}


.con_sec2-col2{
	border: 1px solid #c1c1c1;
    float: right;
    text-align: left;
    margin-top: 110px;
    width: 60%;
    padding: 15px 25px;
}

.con_sec2_get{
	font-size: 28px;
	color: #484848;
	margin-bottom: 30px;
}


.con_sec2_p1{
	margin-top: 10px;
	font-size: 16px;
	display: inline-block;

}

.con_form-style{
	width: 100%;
	padding: 10px 0 10px 0;
	border: none;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 20px;
}

.con_form-style-msg{
	width: 100%;
	padding: 10px 0 50px 0;
	border: none;
	border-bottom: 1px solid #c1c1c1;
	margin-bottom: 20px;
}

input:focus, textarea {
    outline: none !important;
}

/*//contact End//*/

.blog-page-banner {
    background: url(../images/Blog-page-banner.jpg) no-repeat top right;
    background-size: cover;
    /* min-height: 270px; */
    min-height: 400px;
}
.exams-goes-online-banner {
    background: url(../images/exams-goes-online.jpg) no-repeat top right;
    background-size: cover;
    /* min-height: 270px; */
    min-height: 400px;
	margin-top: 50px;
}

.read-more{
	color:#1d5d8f !important;
	font-weight:700 !important;
	text-decoration: none !important;
}
.read-more:hover{
	text-decoration: none !important;
}
.dash-line{
    width: 80px;
    height: 4px;
    background: #d9710f;
    margin-left:15px;
}
.blog-inner-hadding{
	color: #3c3c3c !important;
    font-size: 19px !important;
}
.container-blog{
	background-color:#f2f7fb !important;
}
.latest-text{
	font-size: 20px;
	color:#2777be;
}
.banner-text{
    position: absolute;
    color: #fff;
    bottom: 250px;
    font-size: 30px;
    left: 50px;
    font-weight: 800;
}
.body_proctor{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #333f4b;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
	line-height: 20px;
	background: #e9eaec;
}
  
.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}

.container1{
	padding-left: 0px;
	padding-right: 0px;
}
.sign-btn{
	display: block;
	background-color: #f17e10;
	border:1px solid #f17e10;
	color:#ffffff;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
}
.sign-btn:hover{
	background-color:transparent;
	border: 1px solid #f17e10;
	color: #f17e10;
}

.nav_section{
	padding: 5px 15px;
	min-width: 120px;
}
.logo{
	width: 40%;
	height: auto;
	padding:7px 15px;
}
.navbar-default .navbar-nav>li>a{
	font-size:14px;
}

.dropbtn {
    background: url(../images/menu.png);
	background-repeat: no-repeat;
	width: 62px;
    height: 51px;
    border: none;
    margin-top: 10px;
	margin-right: 15px;
}

.dropbtn:hover, .dropbtn:focus {
    background: url(../images/menu-hover.png);
	background-repeat: no-repeat;
	width: 62px;
    height: 51px;
    border: none;
    margin-top: 10px;
	margin-right: 15px;
	outline: -webkit-focus-ring-color none;
	
}

.dropdown {
    float: right;
    position: relative;
    display: inline-block;
    
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #ffffff;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    right: 15px;
    z-index: 1;
	top: 61px;
}

.dropdown-content a {
    color: #444;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
	font-size: 14px;
}

.dropdown-contact-txt{
	text-align: left;
}

.dropdown a:hover {
	background-color: #f1f1f1;
	color: #f27e11;
}

.show {display:block;}

.navbar-nav {
    float: right;
	margin-right: -15px;
}

.navbar-default {
    background-color:#f2f3f4;
	border: none;
	padding: 0 10px;
}

.navbar-default.affix {
    background-color: #f2f3f4;
	-webkit-transition: all .5s ease-in-out;
      transition: all .5s ease-in-out;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}

.nav-buttons{
	float: right;
	padding: 10px 0;
	font-size: 13px;
	margin-left: 30px;
}

.nav-links{
	float: right;
	padding: 20px 20px;
	font-size: 13px;
}

.nav-links a{
	display: inline-block;
	color: #333333;
	text-decoration: none;
	padding: 5px 15px;
}

.nav-links a:hover{
	display: inline-block;
	color: #f17e10;
	text-decoration: none;
	padding: 5px 15px;
}

a.a1{
	display: block;
	margin-right: 20px;
	color: #0f6db9;
	border: 1px solid #0f6db9;
	text-decoration: none;
	padding: 4px 20px;
	float: right;
}

a:hover.a1{
	display: block;
	margin-right: 20px;
	color: #ffffff;
	background: #0f6db9;
	border: 1px solid #0f6db9;
	text-decoration: none;
	padding: 4px 20px;
	float: right;
}

a.a2{
	display: block;
	background: #f17e10;
	color: #ffffff;
	border: 1px solid #f17e10;
	text-decoration: none;
	padding: 5px 20px;
	margin-right: 0;
	float: right;
	border-radius: 5px;
}

a:hover.a2{
	display: block;
	margin-right: 20px;
	background: none;
	color: #f17e10;
	border: 1px solid #f17e10;
	text-decoration: none;
	padding: 5px 20px;
	margin-right: 0;
	float: right;
	border-radius: 5px;
}

.section1_box{
	width: 100%;
	height:auto;
	background: #f2f3f4;
	margin: auto;
	padding-top: 50px;
    padding-bottom: 50px;
	text-align: center;
}

.carousel1-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	left: 11px;
	top: 14px;
	bottom: 14px;
}

.carousel1-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
	right: 25px;    
    top: 14px;
	bottom: 14px;
}

.carousal1-control-bg{
	background: #ffffff;
    position: absolute;
    top: 85px;
    width: 120px;
    right: -60px;
    height: 50px;
}

.slider_box{
	position: absolute;
    width: 100%;
    background: #1e2859;
    color: #ffffff;
    moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    left: 0px;
    bottom: -100px;
    text-align: center;
}



.slider-container{
	position: relative;
	padding: 0 0 0 0;
	}

.carousel1_txtbox{
	padding: 30px 75px;
}



.slider_text1{
	font-size: 35px;
	margin-bottom: 50px;
}

.slider_text2{
	font-size: 50px;
}

.carousel-inner{
    position: relative;
    width: 100%;
}

.carousal2-control-bg{
    background: #f27e11;
    position: absolute;
    top: 324px;
    width: 120px;
    left: -5%;
    height: 50px;
}

.section2_box{
	width: 100%;
	height:auto;
	background: #e9eaec;
	margin-top: 170px;
    padding-bottom: 30px;
	text-align: center;
}



.section2_bg{
	margin-top: 20px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
	margin: auto;
	padding: 0 0 0 0;
	margin-top: 20px;
	position: relative;
	text-align: left;
}

.section2_bg img{
	width: 100%;
}

.section2_left-box{
	position: absolute;
	width: 55%;
	top: 50px;
	left: 50px;	
}

.section2_left-box img{
	width: 263px;
}

.img-line{
	width: 263px;
    height: 2px;
    background: #ee9339;
	margin-top: 10px;
	margin-bottom: 30px;
}

.img-line1{
    height: 2px;
    background: #3bcec6;
}

.img-line2{
    height: 2px;
    background: #f5a623;
}

.img-line3{
    height: 2px;
    background: #4e93e3;
}

.section2_textbox{
	height: auto;
	background: #ffffff;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
	margin-bottom: -100px;
    position: relative;
	padding: 0 0 0 0;
	text-align: left;
}

.section2_p1{
	font-size: 28px;
	padding: 20px 0 0 20px;
	color: #666666;
}

.section2_p2{
	padding: 0 0 0 20px;
	color: #666666;
}

.section2_p3{
	padding: 20px 20px 0 20px;
	color: #666666;
}

.section2_p4{
	padding: 40px 20px 0 20px;
	color: #ffffff;
	margin-bottom: 50px;
	text-align: left;
}

.section2_img{    
	width: 100%;
	height: auto;
}

.sec2-video{
	margin: 0px;
	padding: 0 15px 0 0;
	text-align: right;
}

.headings{
	margin-top: 20px;
	font-size: 32px;
	color: #1e2859;
	margin-bottom: 20px;
	text-align: center;
}



.headings2{
	margin-top: 20px;
	font-size: 32px;
	color: #1e2859;
	margin-bottom: 0px;
	text-align: center;
}

.dash{
	width: 100px;
    height: 4px;
    background: #d9710f;
    text-align: center;
    margin: auto;
}

.dash_proctor{
	width: 100px;
    height: 4px;
    background: #d9710f;
    text-align: center;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dash_hire{
	width: 100px;
    height: 4px;
    background: #3bcec6;
    text-align: center;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dash_viva{
	width: 100px;
    height: 4px;
    background: #f5a623;
    text-align: center;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.dash_type{
	width: 100px;
    height: 4px;
    background: #4e93e3;
    text-align: center;
    margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

.section3_box{
	background: #ffffff;
	text-align: center;
	padding-top: 50px;
}




.section3_spacing{
	margin: 50px 0 50px 0;
}

.section3_style1{
	font-size: 40px;
	color: #ee9339;
}

.section3_style2{
	font-size: 16px;
	color: #666666;
}

.section3_style3{
	font-size: 20px;
	color: #666666;
}

.section3_style4{
	position: absolute;
	bottom: 0px;
	left: 0px;
	font-size: 18px;
	color: #000000;
	font-weight: 700;
	background: rgba(255, 255, 255, 0.7);
	width: 100%;
	padding: 10px 10px;
	
}

.section4_box{
	width: 100%;
	background: #d9dadb;
	margin: auto;
	padding: 50px 0;
	text-align: center;
}



.section4_p1{
	font-size: 24px;
	color: #353f4b;
	margin-bottom: 15px;
}

.section4_p2{
	font-size: 30px;
	color: #353f4b;
	margin-top: 30px;
}

.section4_p3{
	color: #353f4b;
	margin-top: 30px;
	padding: 0 20px;
}

.section4_textbox{
	height: 532px;
	background: #ffffff;
	text-align: center;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
	padding: 0 0 0 0;
}

.section4_row{
	margin: 20px 0 0 0;
	padding: 0 0 0 0;	
}

.section4_row img{
	height:20%;
}

.section4_img{    
	width: 100%;
	border: 1px solid #FFFFFF;
}

.img_style{
	float: left;
}

.section5_box{
	width: 100%;
	height:auto;
	background: ##f2f3f4;
	margin: auto;
	padding-top: 150px;
    padding-bottom: 50px;
	text-align: center;
}

.section5_textbox{
	height: auto;
	background: #ffffff;
	text-align: center;
	margin-bottom: 50px;
    position: relative;
	padding: 0 0 0 0;
}

.section5_img{    
	width: 100%;
	border: 1px solid #e1e1e1;
}

.section6_style{
	padding-left: 0px;
	padding-right: 0px;
}

.section6_carousel{
	overflow: hidden;
}

.carousel3-control.left {
    background-image:url(../images/arrow-left.png);
	background-repeat: no-repeat;
	left: -57px;
    top: 138px;
    bottom: 143px;
	width: 33px;
}

.carousel3-control.right {
    background-image:url(../images/arrow-right.png);
	background-repeat: no-repeat;
	right: -55px;
    top: 138px;
    bottom: 143px;
    width: 33px;
}

.customers{
	padding: 50px 0 30px 0;
	background: #f8f8f8;
}


.section6_img{    
	width: 100%;
	height: auto;
	float: left;
}

.section6_p1{
	font-size: 20px; 
}

.section6_p2{
	font-size: 18px;
}

.section6_col-left{    
	background: #ffffff;
	width: 48%;
	margin-left: 15px;
	padding-left: 0px;
}

.section6_col-right{    
	background: #ffffff;
	width: 48%;
}

.section6_align{
	padding: 20px 10px 0 0px;
	text-align: left;
}

.section7_box{
	width: 100%;
	height:auto;
	background: #ffffff;
	margin: auto;
	padding-top: 50px;
    padding-bottom: 50px;
	text-align: center;
}

.section7_img{    
	width: 100%;
	padding-top: 20px;
}

.section7_text{
	margin-top: 10px;
}

.section7-headings{
	margin-top: 20px;
	font-size: 32px;
	color: #1e2859;
	margin-bottom: 30px;
}

.section7-button{
	margin: auto;
	margin-top: 40px;
}

.section7-button a{
	width: 150px;
	height: auto;
	border: 1px solid #f27e11;
	color: #f27e11;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
}

.section7-button a:hover{
	width: 150px;
	height: auto;
	background: #f27e11;
	border: 1px solid #f27e11;
	color: #ffffff;
	padding: 10px 30px 10px 30px;
	text-decoration: none;
}

.footer_box{
	width: 100%;
	height:auto;
	background: #2d353e;
	margin: auto;
	padding-top: 15px;
    padding-bottom: 5px;
	color: #989da1;
	font-size: 14px;
}

.footer_box2{
	padding: 0 0 0 0;
}

.footer-dash{
	width: 100px;
    height: 4px;
    background: #d9710f;
    text-align: center;
	margin-bottom: 20px;
	margin-left: auto !important;
    margin-right: auto !important;
}

.footer_para{
	margin-left: 40px;
}

.footer_links{
	float: left;
	width: 40%;
	list-style: none;
}

.footer_links li{
	margin-bottom: 15px;
}

.footer_copyright{
	float: left;
	font-size: 12px;
}

.footer_icons{
	float: right;
	margin-left: 25px;
	margin-top: 20px;
}

.footer-email{
	background: #484f57;
	width: 100%;
	height: 50px;
	border: none;
	padding-left: 10px;
}

.footer-submit{
	background: #3e6fad;
	width: 100%;
	height: 50px;
	border: none;
	margin-top: 10px;
	color: #ffffff;
	outline: none;
}

.footer-dash2{
	width: 20px;
    height: 3px;
    background: #ee9339;
	display: inline-block;
}

/*.footer-row{
	margin-top: 20px;
	}*/

/*.footer-logo{
	padding: 0 10px 10px 0px;	
}*/

.footer-logo img{
	width: 30%;
	height: auto;
	float: right;
	margin-right: 30px;
}

/*.footer-logo1{
	padding: 12% 10px 10px 0;
}*/

.footer-logo1 img{
	width: 44%;
}

.add{
	text-align: center;
	color: #ffffff;
}

.v-line{
	margin: 0 20px;
}



/*Index page end*/



/*About us page start*/

.Abt-slider_text{
	width: 1170px;
	color: #ffffff;
	padding: 50px 100px 50px 100px;
    text-align: center;
	position: absolute;
	top: 80%;
	background: #363d66;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.Abt-slider_box{
	padding-left: 0px;
}

.Abt-slider-txt1{
	margin-top: 5px;
    font-size: 35px;
    text-align: center;
}

.Abt-slider-txt2{
	margin-top: 20px;
	text-align: center;
	padding: 0 50px;
	margin-bottom: 0px;
}

.Abt-section2_p1{
	font-size: 24px;
	padding: 20px 20% 20px 20%;
	color: #666666;
	margin-bottom: 20px;
	line-height: 30px;
}

.Abt-section3_box {
    background: #ffffff;
    text-align: center;
    padding: 50px 0 50px 0;
}

.Abt-section3_txtbox{
	background: #ffffff;
	text-align: center;
	padding:50px 20px 50px 20px;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.Abt-section4_row{
	background: #ffffff;
	padding: 0 0 0 0;
	margin: 0px 0 30px 0;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.Abt-section4_txt{
	text-align: left;
	margin-top: 15px;
}

.Abt-section4_box{
	padding: 0 0 0 0;
}


.nav-tabs { border-bottom: 2px solid #DDD; }
    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover { border-width: 0; }
    .nav-tabs > li > a { border: none; color: #666; }
        .nav-tabs > li.active > a, .nav-tabs > li > a:hover { border: none; color: #4285F4 !important; background: transparent; }
        .nav-tabs > li > a::after { content: ""; background: #4285F4; height: 2px; position: absolute; width: 100%; left: 0px; bottom: -1px; transition: all 250ms ease 0s; transform: scale(0); }
    .nav-tabs > li.active > a::after, .nav-tabs > li:hover > a::after { transform: scale(1); }
.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); }

.body{
	background: #e9eaec;
}

.nav>li>a:hover {
    position: relative;
    display: block;
    /* padding: 10px 15px; */
	background-color: transparent !important;
}

.nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: 25%;
}

.nav>li {
    position: relative;
    display: block;
    text-align: center !important;
}

.Abt-section5_box {
	height: auto;
    background: #ffffff;
    text-align: center;
    padding: 50px 0 20px 0;
}

/*About us page end*/



/*Contact us page start*/

.con_header{
	background: #2d353e;
	text-align: center;
	padding: 10px 0 20px 0;
}



.con_section2-box-left {
    background: #ffffff;
    text-align: center;
	width: 35%;
	float: left;
	margin-left: 14%;
	padding: 40px 20px 40px 20px;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}

.con_section2-box-right {
    background: #ffffff;
    text-align: center;
	width: 35%;
	float: right;
	margin-right: 14%;
	padding: 40px 20px 40px 20px;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
}













.con_footer_icons{
	float: right;
}

.con_sec2-col2 li{
	list-style: none;
	width: 25%;
	text-align: center;
	margin-top: 30px;
}



.con-button{
	width: 150px;
    background: #ee9339;
    color: #ffffff;
    margin: 0 0 50px 15px;
    float: left;
    text-align: center;
    padding: 12px;
}




/*digiproctor page start*/

.carousel1-indicators .active {
    width: 10px; 
    height: 10px;
    margin: 0;
    background-color: #666666;
	margin-bottom: -60px;
}

.carousel1-indicators li {
    background-color: #C1C1C1;
    border: none;
	width: 8px;
    height: 8px;
	margin-bottom: -60px;
}

.digi-slider_text{
	width: 1170px;
	padding: 30px 100px 50px 100px;
    text-align: center;
	position: absolute;
	top: 55%;
	background: #ffffff;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.digi-caption{
	position: absolute;
	width: 500px;
	float: right;
	margin-right: 50px;
	text-align: left;
	top: 250px;
    right: 0px;
	color: #ffffff;
}

.digi-dash1a{
	width: 100px;
    height: 4px;
    background: #ee9339;
    text-align: center;
    margin: auto;
	margin-bottom: 20px;
}

.digi-dash1b{
	width: 100px;
    height: 4px;
    background: #e2c851;
    text-align: center;
    margin: auto;
	margin-bottom: 20px;
}

.digi-dash1c{
	width: 100px;
    height: 4px;
    background: #51e2d9;
    text-align: center;
    margin: auto;
	margin-bottom: 20px;
}

.digi-slider_box{
	height: 200px;
	position: absolute;
	top: 80%;
	background: #363d66;
	color: #ffffff;
	margin-bottom: 30px;
	padding: 20px 100px;
	text-align: center;
	width: 1170px;
    margin-left: -15px;
	moz-box-shadow: 0px 3px 10px rgba(0, 0, 0,0.5);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.Abt-slider-txt2{
	margin-top: 20px;
	text-align: center;
	padding: 0 50px;
	margin-bottom: 15px;
}

.digi-headings{
	font-size: 32px;
	color: #ffffff;
	margin-bottom: 20px;
	text-align: center;
}


.section2_box2{
	height:auto;
	background: #ffffff;
	margin: auto;
	padding-top: 150px;
	padding-bottom: 50px;
	text-align: left;
}

.section2_box3{
	height:auto;
	background: #ffffff;
	margin: auto;
	padding-top: 50px;
	text-align: left;
	background: url(../images/workshop-banner.jpg) no-repeat;
	color: #000000;
}

.section2_dropdown{
	padding: 20px 0 10px 20px;
	background-color: rgba(0,0,0,0.5);
	color: #ffffff;
}

.section2_venue{
	font-size: 50px;
    color: #f17e10;
    font-weight: 400;
    position: absolute;
    top: 237px;
    right: 25px;
}

.section2_rightbox{
	position: absolute;
    bottom: 30px;
    right: 5px;
    text-align: right;
}

.section2_sign-btn{
	display: block;
	background-color: #f17e10;
	border:1px solid #f17e10;
	color:#ffffff;
	font-size: 24px;
	padding: 10px 50px;
	text-align: center;
	margin: auto;
	margin-top: 30px;
	margin-bottom: 30px;
}
.section2_sign-btn:hover{
	background-color:transparent;
	border: 1px solid #f17e10;
	color: #f17e10;
}

.section2_more{
	display: block;
	background-color: #f17e10;
	border:1px solid #f17e10;
	color:#ffffff;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
}
.section2_more:hover{
	background-color:transparent;
	border: 1px solid #f17e10;
	color: #f17e10;
}

.section2_b1{
	margin-right: 15px;
	margin-left: 20px;
}

.section2_dropdown li{
	margin-left: 40px;
	padding: 5px 0;
}

.section2_arrow{
	display: block;
    margin: auto;
    margin-bottom: 30px;
}


.btn-know{
	background-color: transparent;
	border-radius: 0;
	color:#f17e10;
	padding: 8px 15px;
	text-align: center;
	margin:  10px 0 0 20px;
	border:1px solid #f17e10;
}
.btn-know:hover{
	background-color: #f17e10;
	border:1px solid #f17e10;
	color: #ffffff;
}

.digi-dash2{
	width: 25px;
    height: 4px;
    background: #ee9339;
    text-align: center;
    margin: auto;
	margin-top: 20px;
}

.digi-headings2{
	margin-top: 20px;
	font-size: 32px;
	color: #1e2859;
	margin-bottom: 20px;
	text-align: center;
}

.digi-sec_img1{    
	width: 100%;
	height: auto;
	padding: 0 25px 25px 25px;
}

.digi-sec_img2{    
	width: 80%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
}

.digi-sec_img3 {
    width: 85%;
    height: auto;
    padding: 25px 25px 25px 25px;
}


.digi-sec_imgbox{
	text-align: center;
}

.digi-section2_p1 {
    font-size: 28px;
    padding: 55px 0px 0 20px;
    color: #f27e11;
    margin-bottom: 20px;
    line-height: 1;
}

.digi-sec2_carousel {
    overflow: hidden;
    height: 575px;
}

.carousel2-indicators .active {
    width: 10px; 
    height: 10px;
    margin: 0;
    background-color: #2577bd;
	margin-bottom: -20px;
}

.carousel2-indicators li {
    background-color: #d7d7d7;
    border: none;
	width: 8px;
    height: 8px;
	margin-bottom: -20px;
}


.digi-carousal2-control-bg {
    background: #f27e11;
	position: absolute;
	bottom: 0px;
	width: 120px;
	left: -60px;
	height: 50px;
}

.digi-section3_box{
	background: #e9eaec;
	text-align: center;
}


.digi-sec3-col1{
	background: #353f4b;
	padding: 20px 10px 20px 20px;
	color: #ffffff;
	text-align: left;
	height: 730px;
	margin-bottom: 10px;
	
}

.digi-section3_p1 {
	margin-top: 20px;
    margin-left: 20px;
	padding-right: 10px;
}

.digi-section3_p1 img{
	width: 40%;
}

.digi-dash3{
	width: 100px;
    height: 4px;
    background: #ee9339;
	margin-bottom: 20px;
}

.digi-sec3-row{
	padding: 0 0 0 0;
	margin-right: -15px;
    margin-left: -15px;
}

.digi-sec3-cols{
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .5);
}

.digi-sec3-col1 a{
	font-size: 14px;
	padding: 10px;	
	text-align: center;
	border: 1px solid #f27e11;
	color: #f27e11;
	margin-top: 64px;
	display: block;
	width: 85%;
	text-decoration: none;
}

.digi-sec3-col1 a:hover{
	font-size: 14px;
	padding: 10px;	
	text-align: center;
	background: #f27e11;
	color: #ffffff;
	margin-top: 64px;
	display: block;
	width: 85%;
	text-decoration: none;
}

.digi-sec3_col2 {
    background: #ffffff;
	text-align: left;
	height: 410px;
	margin-bottom: 60px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
	position: relative;
}

.section3_hire{
	display: block;
	background-color: #3bcec6;
	border:1px solid #3bcec6;
	color:#ffffff;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
	/* position: absolute; */
    bottom: 20px;
}
.section3_hire:hover{
	background-color:transparent;
	border: 1px solid #3bcec6;
	color: #3bcec6;
}

.section3_viva{
	display: block;
	background-color: #f5a623;
	border:1px solid #f5a623;
	color:#ffffff;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
	/* position: absolute; */
    bottom: 20px;
}
.section3_viva:hover{
	background-color:transparent;
	border: 1px solid #f5a623;
	color: #f5a623;
}

.section3_type{
	display: block;
	background-color: #4e93e3;
	border:1px solid #4e93e3;
	color:#ffffff;
	font-size: 14px;
	padding: 5px 15px;
	margin-top: 10px;
	border-radius: 5px;
	/* position: absolute; */
    bottom: 20px;
}
.section3_type:hover{
	background-color:transparent;
	border: 1px solid #4e93e3;
	color: #4e93e3;
}

.digi-sec3_height{
	height: 500px;
	padding-right: 2px;
    padding-left: 2px;
}

.digi-sec3_img{
	height: 71.6%;
}

.digi-sec3_container{
	padding-left: 0px;
    padding-right: 0px;
}

.digi-sec4-box{
	background: #ffffff;
	padding: 50px 0px;
    text-align: center;
}

.digi-sec4-row{
	margin-right: 0px;
    margin-left: 0px;
}

.digi-sec4-col1{
	padding: 0 0 0 0;
	height: 360px;
	background:url(../images/digi-sec4_CS-bg1.jpg) no-repeat;
	margin-right: 1%;
	width: 49%;
	color: #ffffff;
}

.digi-sec4-col2{
	padding: 0 0 0 0;
	background: #eef3f7;
	margin-left: 1%;
	width: 49%;
}

.digi-sec4-carousel{
	background: #eef3f7;
	height: 360px;
	overflow: hidden;
	width: 82%;
    margin: auto;
}

.digi-sec4-col1-p1{
	font-size: 24px;
	text-align: left;
	padding: 0 20px;
	margin-top: 20px;
}

.digi-sec4-col1-p2{
	text-align: left;
	padding: 0 20px;
}

.digi-sec4-carousel>.item>img{
	display: inline-block;
    margin-top: 20px;
    margin-bottom: 15px;
}

.digi-sec4-carousel-caption{
	color: #444;
    text-shadow: none;
	padding: 0 15px;
}

.carousel4-control.left {
	background-image: linear-gradient(to right,rgba(0,0,0,.0000) 0,rgba(0,0,0,.0) 100%);
}

.carousel4-control.right {
	background-image: linear-gradient(to right,rgba(0,0,0,.0000) 0,rgba(0,0,0,.0) 100%);
}

.carousel4-icons{
	font-size: 24px;
	color: #2577bd;
	top: 190px;
}

.carousal4-p1{
	font-size: 16px;
	display: inline-block;
	margin-bottom: 20px;
}

.carousal4-p2{
	color: #f27e11;
	margin-bottom: -5px;
	display: inline-block;
}

.carousel4-indicators .active {
    width: 10px; 
    height: 10px;
    margin: 0;
    background-color: #2577bd;
	margin-bottom: -20px;
}

.carousel4-indicators li {
    background-color: #d7d7d7;
    border: none;
	width: 8px;
    height: 8px;
	margin-bottom: -20px;
}

.digi-section7-button {
    margin: auto;
	margin-top: auto;
	margin-left: auto;
    margin-top: 25px;
    text-align: left;
    margin-left: 20px;
}

.digi-section7-button a{
	height: auto;
	border: 1px solid #f27e11;
	color: #f27e11;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
}

.digi-section7-button a:hover{
	height: auto;
	background: #f27e11;
	border: 1px solid #f27e11;
	color: #ffffff;
	padding: 7px 20px 7px 20px;
	text-decoration: none;
}

.digi-sec3_col2 li{
	margin-left: 15px;
}






/*digilearn page start*/

.dl-sec1-p1{
	text-align: center;
	margin-top: -10px;
}

.dl-header-txtbox{
	width: 700px;
	position:absolute;
	top: 185px;
    left: 598px;
	text-align: center;
	color: #ffffff;
}

.dl-header-p1{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 120px;	
}

.dl-header-p2{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 120px;
	font-weight: lighter;
}

.dl-header-p3{
	font-family:Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 30px;
	font-weight: lighter;
	margin-top: 30px;
}

.dl-sec2_p1 {
    font-size: 20px;
    padding: 55px 0px 0 20px;
    color: #f27e11;
    margin-bottom: 20px;
    line-height: 1;
}

.dl-dash{
	width: 75px;
    height: 2px;
    background: #ee9339;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: -15px;
}

.dl-sec2_box {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: auto;
    padding-top: 150px;
    padding-bottom: 175px;
    text-align: center;
}


.dl-sec2_p2 {
    font-size: 20px;
    padding: 20px 0 0 20px;
    color: #1e2859;
    margin-bottom: 20px;
    line-height: 1;
}

.dl-dash2{
	width: 75px;
    height: 2px;
    background: #1e2859;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: -15px;
}

.dl-sec2_img {
    width: 100%;
    height: auto;
    padding-right: 20px;
    padding-bottom: 50px;
    padding-top: 50px;
}

.dl-sec3_box {
    background: #f2f3f4;
    text-align: center;
}

.dl-dash3 {
    width: 25px;
    height: 4px;
    background: #ee9339;
    text-align: center;
    margin: auto;
	margin-top: 20px;
}

.dl-sec3_col {
    background: #ffffff;
    text-align: left;
    padding: 5px 10px;
	margin-bottom: 50px;
}

.dl-sec3_p1 {
    font-size: 24px;
    margin-bottom: 10px;
    line-height: 1.2;
	height: 60px;
}

.dl-sec3_col a {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #f27e11;
    color: #f27e11;
    margin-bottom: 10px;
    display: block;
	width: 100px;
    text-decoration: none;
}

.dl-sec3_col a:hover {
    font-size: 14px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #f27e11;
    color: #ffffff;
    margin-bottom: 10px;
    display: block;
	width: 100px;
    text-decoration: none;
	background: #f27e11;
}


.crypto-sec1-p1{
	text-align: left;
	margin-top: 30px;
	padding: 0 20px 0 20px;
}

.crypto-sec2{
	padding: 30px 20px 50px 0px;
}

.crypto-sec2-p1{
	padding: 5px 20px 5px 20px;
	border-right: 1px solid #d5d5d5;
	float: left;
}

.crypto-sec2-p2{
	padding: 5px 20px 5px 20px;
	float: left;
}

.crypto-sec2-p3{
	font-size: 24px;
	color: #f27e11;
}

.crypto-sec2-p4{
	color: #f27e11;
}


.crypto-sec2 a{
	padding: 5px 20px 5px 20px;
	border: 1px solid #f27e11;
	text-decoration: none;
	color: #f27e11;
	float: right;
}

.crypto-sec2 a:hover{
	padding: 5px 20px 5px 20px;
	background: #f27e11;
	border: 1px solid #f27e11;
	text-decoration: none;
	color: #ffffff;
	float: right;
}

.crypto-sec-con{
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
}

.crypto-sec-row{
	padding-left: 0px;
	padding-right: 0px;
}

.crypto-sec3-box{
	background: #ffffff;
	padding: 30px 10px 20px 10px;
	height: 300px;
	margin-bottom: 50px;	
}

.crypto-sec3_p1 {
    font-size: 24px;
    margin: 10px 0;
    line-height: 1.2;
}

.crypto-sec4_box {
    width: 100%;
    height: auto;
    background: #ffffff;
    margin: auto;
    padding-bottom: 50px;
    text-align: center;
}

.modules_section_description{
	text-align: left;
}

.toggle-button-wrapper {
    background-color: transparent;
    color: #7e778b;
    font-size: 14px;
    outline-width: 0;
    display: block;
    float: left;
    margin-bottom: 40px;
	margin-top: 5px;
}

.toggle-button-wrapper a {
    display: block;
    width: 100%;
    font-size: 14px;
    color: #016fb1;
    font-weight: 500;
}

.hiden {
    left: -9999px !important;
    position: absolute !important;
    top: -9999px !important;
    visibility: hidden !important;
}

.modules_section_description {
    width: 100%;
    float: left;
    position: relative;
    margin-top: 10px;
}

.custom-border {
    border-bottom: 1px solid #e5e3dc;
}

.fix_module_description {
    width: 100%;
    float: left;
    background: transparent;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*digilearn page end*/

/*Registration Page*/
.register_banner{
	height:350px;
}
.registration_wrapper{
	padding: 20px;
}
.registration_wrapper{
	margin: 0 auto;
}
.registration_wrapper label{
	color: #666;
}
.primary-btn{
	background-color: #f17e10;
	color: #fff !important;
}
.primary-btn:hover{
	color: #fff;
}
.form-group{
	margin-bottom: 20px;
}
.participants_table{
	margin-top:20px;
}
.participants_table thead{
	background-color: #ddd;
}
.participants_table thead th{
	padding: 5px 10px;
	font-weight: bold;
	font-size: 14px;
	border-right: 1px solid #ccc;
}
.participants_table thead th:last-child{
	border-right: 0;
}
.participants_table tbody td{
	background-color: #f4f4f4;
	border-right: 1px solid #ccc;
}
.participants_table tbody td:last-child{
	border-right:0;
}
.participants_table tbody td .form-control{
	background-color: transparent;
	border: 0;
	border-radius: 0;
}
.participants_table tbody td .form-control:focus{
	background-color: #fff;
}
.participants_table{
	display:none;
}
.register_btn{
	background-color:#343f4b;
	color: #fff;
	min-width: 120px;
}
.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;

}

	.flip-container:hover .flipper,  
  .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    -o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}

.flip-container, .front, .back {
	width: 100%;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;

	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
  
  -o-transition: 0.6s;
	-o-transform-style: preserve-3d;

	transition: 0.6s;
	transform-style: preserve-3d;

	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  -o-backface-visibility: hidden;
	backface-visibility: hidden;

	position: absolute;
	top: 0;
	left: 0;
}

.front {
	
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
	transform: rotateY(180deg);

	background: #f8f8f8;
}

.front .name {
	font-size: 2em;
	display: inline-block;
	background: rgba(33, 33, 33, 0.9);
	color: #f8f8f8;
	font-family: Courier;
	padding: 5px 10px;
	border-radius: 5px;
	bottom: 60px;
	left: 25%;
	position: absolute;
	text-shadow: 0.1em 0.1em 0.05em #333;

	-webkit-transform: rotate(-20deg);
	-moz-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
	transform: rotate(-20deg);
}


.back-title {
	font-weight: bold;
	color: #00304a;
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	text-shadow: 0.1em 0.1em 0.05em #acd7e5;
	font-family: Courier;
	font-size: 2em;
}

.back p {
	position: absolute;
	top: 10px;
	left: 0;
	right: 0;
	text-align: left;
	padding: 0 20px;
  font-family: arial;
	font-size: 14px;
}

.back ul {
	position: absolute;
	top: 100px;
	text-align: left;
  font-family: arial;
	font-size: 14px;
}

.back li {
	margin-bottom: 5px;
	font-size: 14px;
}

/*Request Demo 21Feb '18*/
.body_text{
	background-position: top;
	background-attachment: fixed;
	background-repeat: no-repeat;
}
.wrapper{
	padding: 75px 270px;
	background-color: transparent;
}
.wrapper h2{
	color:#ffffff;
	text-align: center;
	font-weight: bold;
}
.wrapper p{
	color: #ffffff;
	font-weight: bold;
}
.registration_form{
	margin-top:30px;
}
.registration_form label{
	color: #fff;
	font-size: 12px;
}
.registration_form .form-control{
	background-color: transparent;
	border-color: #fff;
	height: 45px;
	border-radius: 8px;
	color: #fff;
}
.registration_form .primary-btn{
	background-color: #ffffff;
	color: #343f4b;
	padding:6px 24px;
	font-weight: bold;
}
.registration_form h5{
	color: #fff;	
}
.select-logo{
	border:1px solid #ededed;
	background-color: #E1E2E4;
	border-radius: 4px;
	cursor: pointer;
	height: 170px;
	position: relative;
	margin-bottom: 20px;
}
.select-logo.digiproctor{
	border-color: #f17e10;
}
.select-logo.digiviva{
	border-color: #F5A826;
}
.select-logo.digitype{
	border-color: #4B94E1;
}
.select-logo.digihire{
	border-color: #12C3BB;
}
.select-logo-wrapper{
	padding: 30px 15px;
}
.select-logo-wrapper img{
	width: 70%;
	margin-bottom: 10px;
}
.select-logo-wrapper p{
	color: #666;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0;
	line-height: 13px;
}
.select-logo-button{
	color:#000;
	cursor: pointer;
	background-color: #fff;
    padding: 10px;
    border-radius: 0 0 4px 4px;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.organisation_prospact {
		padding-bottom: 30px;
		text-align: justify;
	}
	.organisation_prospact strong{
		font-size:18px !important;
	}
	.organisation_prospact h2 {
			font-size: 24px;
			padding-bottom: 10px;
			border-bottom: 1px solid #d7d7d7;
			color: #006EB1;
			margin-bottom: 20px;
		}
	.types-media-img{
		width: 38%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.types-media-img-student{
		width: 60%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.video-recording-img{
		display: block;
		margin-left: auto;
		margin-right: auto;
		/* width: 80%; */
		width: 100%;
	}
	.hovercard{
		min-height:590px;
	}
	.blog-heading-inner {
		color: #0e375c !important;
		font-size: 16px;
	}
	.exams-goes-online-top{
		background-color: #dadcde !important;
	}
	.exams-goes-online-top label{
		color: #56616c !important;
		font-weight: normal;
		font-size:16px !important;
	}
	
	.play-video-contaioner{
		position: absolute;
		bottom: 55%;
		left: 46%;
		opacity: 0.3;
		display:block;
	}
	.play-video-contaioner:hover{
		position: absolute;
		bottom: 55%;
		left: 46%;
		opacity: 1;
		display:block;
	}
	
	.our-customers{
		width: 100%;
		margin-left: auto;
		margin-right: auto;

	}
	.top-header-video-impossible{
		    background-color: #f27e11 !important;
			color: #fff !important;
			z-index: 1;
			left: 10% !important;
			/* bottom: -100px; */
			/* text-align: center; */
			top: 42% !important;
			display: block !important;
			position: absolute !important;
			width: 80% !important;
			/* margin: 10px auto; */
			margin-left: auto !important;
	}
	.iso-logo{
			margin-left: auto;
			margin-right: auto;

	}
	.banner-txt-ios{
		    display: flex !important;
	}
	.iso-text-container{
		margin: 35% auto;
	}
	.list-container{
		 background-color: #f6f6f6;
	}
	.vertical-align-text{
		    display: flex!important;
			align-items: center!important;
	}
	.video-recording-img-thumbnil{
	    display: block;
		margin-left: auto;
		margin-right: auto;
		width: 100%;
	}
	.multipale-face-container-top-txt{
		color:#fff !important;
		font-size:18px;
	}
	.multipale-face-container-bottom-txt{
		color:#000 !important;
		font-size:18px;
	}
	
	.multipale-face-container{
		    bottom: 31% !important;
			position: absolute !important;
	}
	.play-video-contaioners{
		position: absolute;
		bottom: 88%;
		/* top: 30%; */
		left: 46%;
		opacity: 0.3;
		display: block;
		cursor: pointer;
	}
	.play-video-contaioners:hover{
		position: absolute;
		bottom: 88%;
		/* top: 30%; */
		left: 46%;
		opacity: 1;
		display: block;
		cursor: pointer;
	}
	
	
	.tt-video-contaioners {
		position: absolute;
		bottom: 24%;
		left: 36%;
		opacity: 0.4;
		cursor: pointer;
		display: block;
	}
	.tt-video-contaioners:hover{
		position: absolute;
		bottom: 24%;
		left: 36%;
		opacity: 0.8;
		cursor: pointer;
		display: block;
	}
	
	
	.top-header-video-impossible p{
		font-size:18px !important;
	}
	.video-recording-img-person{
		display: block;
		margin-left: auto;
		margin-right: auto;
		width: 60%;
		margin-top:70px;
	}
	.person-container-inner-text{
		font-size: 34px;
		color: #1d3649;
	}
	.person-container{
		    background-color: #eef1f6;
	}
	.person-container-first{
		margin-left:150px;
	}
	.aberrant-behaviour-text{
		
		font-size:18px;
	}
	.multifaceimag{
		    margin-left: auto;
			margin-right: auto;
	}
	.trust-text-txt{
		font-size: 20px;
		color: #666;
	}
	.link-part {
		height: 40px;
		background: #034eab;
		color: #fff !important;
		line-height: 42px;
	}
	.iso-area{
		background-color: #034eab;
		color#fff;
	}
	.link-part a {
		color: #fff !important;
	}
	.link-benefits{
		margin-left:50px;
	}
	.border-right-img {
    border-right: 2px solid #fff;
}
.border-left-img {
    border-left: 2px solid #fff;
}
.award-text-area {
    font-size: 14px;
}
.award-text-area-inner {
    font-size: 8px;
}
.awards-img-responsive{
	margin-left: auto;
    margin-right: auto;
    display: block;
}

	.panel-body-container{
		background-color:#f8f8f8 !important;
	}
	.panel-default{
				border: 0px solid transparent;
				border-radius: 4px;
				-webkit-box-shadow: 0 1px 0px rgba(0,0,0,.05);
				box-shadow: 0 0px 0px rgba(0,0,0,.05);
				margin-bottom:0px;
			}
	.panel-default>.panel-heading {
		color: #333;
		background-color: #f8f8f8;
		border-color: #f8f8f8; 
	}
	.more-client-part{
		   color: #0d375c !important;
			font-weight: 600 !important;
			font-size: 24px !important;
	}
	.video-modal-header{
		background-color: #f17e10f7 !important;
		height: 31px !important;
		color:#fff !important;
	}
	.modal-header .close {
		margin-top: 5px !important;
		color: #fff !important;
		opacity: 1 !important;
		margin-right: 10px !important;
	}
	.exm-result-img{
		width:50%;
		margin-left:auto;
		margin-right:auto;
		display:block;
	}
	.banner-txt{
		    position: absolute;
			color: #0d375c;
			bottom: 185px;
			font-size: 21px;
			left: 100px;
			font-weight: 800;
	}
	/* .upload-banner-img{
		background-color: #dcdcdc !important;
	} */
	.upload-banner-img-banner{
		background:url(../images/paper.jpg) no-repeat top right; 
		background-size:cover;
		min-height: 400px;
	}
	.upload-txt{
		/* font-size: 24px; */
		font-size: 19px;
		font-weight:normal !important;
		margin-top:80px;
	}
	.quote-img{
		    width: 10%;
			margin-left: auto;
			margin-right: auto;
			display: block;
	}
	.testimonial-btn{
		display: block;
		background-color: #f17e10;
		border: 1px solid #f17e10;
		color: #ffffff !important;
		font-size: 14px;
		padding: 5px 15px;
		margin-top: 10px;
		border-radius: 5px;
		width:120px;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.testimonial-btn:hover{
		background-color: transparent;
		border: 1px solid #f17e10;
		color: #f17e10 !important;
	}
	.testimonial-text{
		    width: 80%;
			margin: 10px auto;
	}
	.testimonial-text-outter{
		font-size:18px;
		font-weight:normal;
	}
	.signature-text{
		    font-size: 20px;
	}
	.sig-img{
		width: 15%;
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	.quotes-img{
		 width: 5%;
			margin-left: auto;
			margin-right: auto;
			display: block;
	}
	/************** 08-06-2020 *******************/
	.carets{
		display:none !important;
	}
	.test-taker-btn{
		background-color: #da7329 !important;
		color: #fff !important;
	}
	.user-list{
		width:62%;
		margin-left:auto;
		margin-right:auto;
	}
	.mobile-app-bottom{
		width:80%;
		margin-left:auto;
		margin-right:auto;
	}
	.bottom-mobile-app-container{
		background-color:#f6f6f6;
	}
	li{
		margin-top:5px;
	}
	.dropdown-item {
		color: #fff !important;
		background-color: #0d375c !important;
		border-bottom: 1px solid !important;
		padding: 6px 14px 7px 7px !important;
		font-size: 13px !important;
		border-radius: 5px !important;
	}
	.custom-dropdown-menu{
		    background: none !important;
	}
	.dropdown:hover>.custom-dropdown-menu {
			display: block;
			padding-top: 0px;
			margin-top: -8px;
			padding-bottom: 0px;
			background: none;
			border: none;
		}
		.dropdown:hover>.custom-dropdown-menu li{
			margin-top: 0px !important;
		}
	.upload-question-list ul li{
		color: #3d4e6b !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
		text-align: justify !important;
	}
	.subjective-img{
		    margin-left: auto;
			margin-right: auto;
			display: block;
	}
	.online-exm-result-header{
		background-color: #eef1f6;
	}
	.responsiveimg{
		margin-left:auto;
		margin-right:auto;
		display:block;
		width:80%;
	}
	.liveimg{
			margin-left: auto;
			margin-right: auto;
			display: block;
			width: 60%;
		}
	.mt-70{
		margin-top:70px !important;
	}
	.subjective-first-banner{
		 background-color: #0e375c;
		 color:#fff;
		 height:100px;
	}
	.subjective-first-banner h5{
		font-size: 36px;
	}
	.link-first-page{
		margin-top: -32px;
		color: #fff !important;
		background-color: #e8570e !important;
		/* z-index: 10001 !important; */
		position: relative !important;;
	}
	.link-first-page-bottom{
		color: #fff !important;
		background-color: #e8570e !important;
		height: 40px !important;
		line-height: 30px !important;
		z-index: 10001 !important;
	}
	.link-first-page-bottom a{
		color: #fff !important;
	}
	.link-first-page a{
		color: #fff !important;
	}
	.link-logo-img{
		width: 50%;
		display: block;
		/* margin-left: auto;
		margin-right: auto; */
	}
	.test-taker-step{
		color: #e8570e;
		font-size: 18px;
		font-weight: 600;
	}
	.test-taker-step-txt{
		color: #000;
		font-size: 16px;
		font-weight: 600;
	}
	.step-4{
		width: 67%;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.human-text{
		    font-size: 28px !important;
	}
	
	.custom-nav li{
		 text-align: right !important;
	}
	
	/************** 08-06-2020 *******************/
	
	.entry-header{
			border-top: 1px solid #333;
			padding-top: 15px;
		}
		.fonder-txt{
			    border-bottom: 1px solid #ccc;
				font-size: 44px;
				line-height: 44px;
				letter-spacing: -1px;
				font-weight: 700;
				text-align: left;
				margin-bottom: 20px;
				padding: 30px 0;
				color:#666 !important;
		}
		
		.profile-img{
			    margin-left: auto;
				margin-right: auto;
				width: 60%;
		}
		.fonder-txt a{
			color: #000;
			text-decoration: none;
		}
		.site-description{
			font-size: 12px;
			line-height: 16px;
		}
		.ink-logo-img{
			margin-left: auto;
			margin-right: auto;
			display: block;
		}
		.description-txt{
			font-size: 14px;
			color: #666;
		}
		/* .blog-container-outter p{
			word-break: break-all;
		} */
		.carousel-control.left {
			background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%) !Important;
		}
		.carousel-control.right {
			background-image: linear-gradient(to right,rgba(0,0,0,.0) 0,rgba(0,0,0,.0001) 100%) !Important;
		}
		
		.get-the-app{
			    color: #606264;
				font-size: 21px;
				border-bottom: 1px solid #2c6bb9;
		}
		.login-link-dialog{
			    margin: 160px auto !important;
				width:22% !important;
		}
		.login-modal-header {
			/* background-color: #0a3f7b !important; */
			height: 31px !important;
			color: #fff !important;
			border-bottom: 0px !important;
		}
		.login-link-btn{
			    min-width: 141px !important;
		}
		.login-button{
			    display: block !important;
				background: #f17e10 !important;
				color: #ffffff !important;
				border: 1px solid #f17e10 !important;
				text-decoration: none !important;
				padding: 5px 20px !important;
				margin-right: 0 !important;
				float: right !important;
				margin-top:5px !important;
				border-radius: 5px !important;
		}
		.login-button:hover{
				display: block !important;
				margin-right: 20px !important;
				background: none !important;
				color: #f17e10 !important;
				border: 1px solid #f17e10 !important;
				text-decoration: none !important;
				padding: 5px 20px !important;
				margin-right: 0 !important;
				float: right !important;
				margin-top:5px !important;
				border-radius: 5px !important;
		}
		.dropdown-items{
			color: #fff !important;
			background-color: #f17e10 !important;
			border-bottom: 1px solid !important;
			padding: 6px 14px 7px 7px !important;
			font-size: 13px !important;
			border-radius: 5px !important;
			/* border: 1px solid #fff; */
		}
		.custom-dropdown-ul{
			padding: 1px 0 !important;
		}
		.mt-1{
			margin-top:1px !important;
		}
		/*************************css start technical-support-container  *****************/
		.technical-support-container{
		background-color:#1d5b89 !important;
		color:#fff !important;
	}
	.technical-support-img{
		    margin-left: auto;
			margin-right: auto;
			margin: 20px auto;
			width: 12%;
	}
	.technical-support-inner {
		background-color:#eff3fc !important;
		color:#1d5b89 !important;
	}
	.teming-txt-heading{
		 font-weight: 600;
	}
	
	.teming-txt{
		    font-weight: 600;
			font-size: 14px;
	}
	.teming-txt-inner{
		font-size: 13px;
	}
	.technical-support-footer{
		background-color:#fff !important;
	}
	
	.technical-support-footer-img{
		    width: 14%;
	}
	.technical-support-footer-txt{
		    color: #757171;
			font-size: 13px;
			margin-bottom: 5px;
	}
	.technical-support-footer-number{
		       color: #1d5b89;
				font-weight: 600;
	}
	.total-line-number{
		color: #757171;
		font-size: 11px;
	}
	.support-link{
		display: flex !important;
	}
	
	.support-link img{
		 width: 20px;
		 margin-right:5px;
	}
	
	.test-taker-guide{
		background-color:#eff3fc;
	}
	.question-table-container{
		border: 1px solid #ededed;
	}
	.question-number-list{
		color:#f27e11 !important;
		font-size: 18px;
	}
	.custom-border-left{
		border-left: 1px solid #ededed;
	}
	.custom-border-top{
		border-top: 1px solid #ededed;
	}
	.test-taker-banner-txt{
			margin-top: -57px;
			color: #fff !important;
			position: relative !important;
	}
	.test-taker-banner-txt h4{
		    font-size: 29px;
	}
	
	/*************************css end technical-support-container  *****************/
	.digiproctor-solution-txt p{
		color: #3d4e6b !important;
		font-size: 16px !important;
		line-height: 1.5 !important;
		text-align: justify !important;
		margin-top: 5px;
		
	}
	.conclusion-area{
		    background-color: #ededed;

	}
	.heading-text{
		    color: #1e5b88 !important;
			font-size: 24px;
			font-weight:600;
	}
	.grey-background{
		 background-color:#f4f4f4;
	}
	 ul.square-list {
			list-style-type: none;color: #3d4e6b;
			font-size: 16px;
			line-height: 1.5;
			text-align: justify;
		} 
	.square-box{
		height: 12px;
		width: 12px;
		background-color:#1d5c88;
		margin-bottom: 0px;
	}
	.list-module{  
		color: #1e5b88 !important;
		font-size: 18px;
	}
	.transformation-management-banner{
		width:100%;
	}
	
	.examination-solution-text{
		color: #3d4e6b;
		font-size: 18px;
		line-height: 1.5;
		text-align: justify;
	}
	
	
	.conatiner-shadow-bottom{
	-webkit-box-shadow: 0px 20px 20px 2px rgba(0,0,0,0.07);
	-moz-box-shadow: 0px 20px 20px 2px rgba(0,0,0,0.07);
	box-shadow: 0px 20px 20px 2px rgba(0,0,0,0.07); 
	z-index: 1;
	}
	.video-top-heading{
		color: #518ecc;
		font-weight: 600;
		font-size: 2.7rem !important;
	}
	.text-inner-header{
		font-size: 20px;
		font-weight: 400;
		color: #333333;
	}
	.text-left-video{
		text-align: right;
		font-size: 15px;
		font-weight: 400;
	}
	.text-left-video p{
		font-size: 15px;
		font-weight: 400;
	}
	
	.h5-text{
		font-size: 2rem !important;
		text-align: right;
	}
	.h5-text-right{
		font-size: 2rem !important;
		text-align: left;
	}
	.video-conatiner-center img{
		vertical-align: middle;
		display: inline-block;
		width: 100%;
	}
	.text-right-video{
		text-align: left;
		font-size: 15px;
		font-weight: 400;
	}
	.dropdown-menu{
		    padding: 0px 0 !important;
	}
	.navbar-nav>li>.dropdown-menu {
		border-radius: 5px !important;
	}
	.tp_recent_tweets ul {
		display: flex;
		flex-direction: row;
		padding: 0;
	}
	.tp_recent_tweets li:not(:last-child) {
		margin-right: 20px;
	}
	.tp_recent_tweets>ul>li {
		background-image: none;
		background-repeat: no-repeat;
		background-position: 0px 0;
		padding: 20px;
		line-height: 22px;
		font-size: 16px;
		list-style-type: none;
		border: 1px solid #cccccc;
		border-radius: 12px;
		flex: 1;
		justify-content: space-between;
		display: flex;
		flex-direction: column;
	}
	.tp_recent_tweets .twitter_time {
		margin-top: 25px;
		color: #777777;
		font-style: normal;
		font-size: 14px;
	}
	.media-btn{
		    width: 14%;
	}
	.support-container-area{
		
		    background-color: #edededc4;
	}
	.global-support-area{
		background-color:#da7329;
		color:#fff !Important;
	}
	.choose-your-country{
		background-color:#eff3fc;
	}
	.custom-hr{
		    width: 100%;
			margin-left: 0px;
			border-top: 3px solid #e3e6eb;
	}
	.choose-country-inactive{
		    background-color: #cde6f6;
			border: 0px;
			min-width: 164px;
			text-align: left !important;
	}
	.choose-country--heading-text{
		color:#1d5b89;
	}
	.country-falg-area{
		 background-color: #f8fafe;
	}
	.choose-country-active{
			background-color:#1d5b89;
			border: 0px;
			min-width: 164px;
			color:#fff !important;
			text-align: left !important;
	}
	.flag-img{
		display: flex;
		
	}
	.flag-img-container{
		background-color: #f5f7fc;
		border: 1px solid #f5f7fc;
	}
	.world-map{
		    margin-left: auto;
			margin-right: auto;
	}
	.choose-country-area{
		cursor:pointer;
	}
	.carousel-inner-height{
		min-height:540px;
	}
	.see-webiner-bg{
		background: url(../images/bg.jpg);
		background-repeat: no-repeat;
		width: 100% !Important;
		background-size: cover;
		min-height: 174px !Important;
	}
	.see-webiner-bg h3{
		color:#fff !important;
	}
	.text-compress{
		    width: 40%;
			margin: auto;
			color: #fff !important;
	}
	.feature-container{
		    background-color: #f7f7f7;
			font-size:16px;
	}
	
	.test-intergrity-result-credibility{
		    color: #f87d10;
	}
	.some-awesome-features{
		width: 50%;
		margin: auto;
	}
	.some-awesome-features-img{
		       width:36%;
			display: block;
			margin-left: auto;
			margin-right: auto;
	}
	.features-img-inner{
		    width:32%;
			display: block;
			margin-left: auto;
			margin-right: auto;
	}
	.some-awesome-features-conatiner label{
		    font-weight: normal;
	}
	.awesome-features-video{
		margin-left: auto;
		margin-right: auto;
		display: block;
		margin-bottom: 8px;
	}
	.awesome-features-video-container-div{
		position: absolute !important;
		margin: auto;
		text-align: center;
		bottom:69%;
		opacity: 0.7;
		cursor: pointer;
	}
	.credibility-test-result{
		    width: 67%;
			padding: 43px;
			display: block;
			margin-left: auto;
			margin-right: auto;
	}
	.book-are-demo{
			font-weight:600;
			font-size:22px !important;
			background: #f17e10 !important;
			color: #ffffff !important;
			border: 1px solid #f17e10 !important;
			min-width: 170px;

	}
	.some-awesome-features-conatiner h5{
		    font-size: 16px !Important;
			font-weight:600;
			
	}
	.some-awesome-features-conatiner p{
		        font-size: 15px !Important;
	}
	.iso-certin-banner-area{
		    background-color: #fff;
	}
	.iso-certin-banner-area h4{
		    font-weight: 600;
			color: #1b1b1bbd;
			text-align: left;
	}
	.iso-certin-img{
		       margin-right: auto;
				margin-left: auto;
				display: block;
	}
	.certin-logo{
		width:74%;
	}
	.blog-heading-txt{
		color: #336699;
		font-weight: 600;
		font-size:20px;
	}
	.book-to-demo{
		border-radius: 6px;
		background-color: #18375D;
		color: #fff !important;
		width:20%;
		padding: 11px 10px !important;
		font-size: 17px !important;
		border-radius: 42px !important;
	}
	.request-to-free-demo{
		    display: block !important;
			background: #f17e10 !important;
			color: #ffffff !important;
			border: 1px solid #f17e10 !important;
			text-decoration: none !important;
			padding: 5px 20px !important;
			float: right !important;
			margin-top: 5px !important;
			border-radius: 5px !important;
	}
	.request-to-free-demo:hover {
		display: block !important;
		background: none !important;
		color: #f17e10 !important;
		border: 1px solid #f17e10 !important;
		text-decoration: none !important;
		padding: 5px 20px !important;
		float: right !important;
		margin-top: 5px !important;
	}
	.close-modal-header{
		    width: 20px;
			height: 20px;
			font-weight: 300;
			display: block;
			opacity: 1 !important;
			margin-top: -2px !important;
	}
	.register-popup-header{
		background-color: #f27e11 !Important;
		color: #fff !Important;
		text-align: center;
	}
	
	/****************************** Temaplate  1  Css Start********************/
	
	.template-video-container{
		width: 93%;    width: 93%;
		margin-top: 0px !important;
		margin-left: auto;
		margin-right: auto;
		display: block;
		padding:30px;
		box-shadow: 0 23px 40px rgb(0 0 0 / 15%);
	}
	.section-grey {
			background: #fafbfc;
			/* padding: 90px 0 100px 0; */
		}
		.section-bottom-border {
			border-bottom: 1px solid #efefef;
		}
		.section-top-border {
			border-top: 1px solid #efefef;
		}
		.padding-bottom-40 {
			padding-bottom: 40px !important;
		}
		h2.section-title {
			margin-bottom: 10px;
		}
		p.section-subtitle {
			font-size: 18px;
		}
		.testim-inner {
			margin-top: 40px;
			position: relative;
			text-align: center;
			padding: 0 25px 25px 25px;
			border: 1px solid #ebebeb;
			background-color: #fff;
			border-radius: 7px 7px;
			border-bottom: 2px solid #e0e0e0;
			box-shadow: rgb(33 33 33 / 6%) 0 4px 24px 5px;
			transition: all 1s;
		}
		.testim-inner img {
			position: relative;
			display: inline-block;
			margin-top: -55px;
			max-width: 110px;
			border: 1px solid #efefef;
			border-radius: 50% 50%;
			padding: 5px 5px;
			background-color: #fff;
			box-shadow: 4px 4px 10px rgb(0 0 0 / 15%);
		}
		.testim-inner p {
			font-size: 17px;
			line-height: 28px;
			font-style: italic;
			margin-top: 20px;
			margin-bottom: 5px;
		}
		.testim-inner h6 {
			margin-bottom: 5px;
			font-size: 15px;
			line-height: 24px;
			font-weight: 700;
			color: #1e90ff;
		}
		.testim-rating i {
			color: #fdcc28;
		}
		.template-video{
				position: absolute;
				z-index: 100;
				top: 50%;
				left: 50%;
				margin-top: -50px;
				margin-left: -50px;
				width: 90px;
				opacity: 0.4;
				height: 90px;
				line-height: 90px;
				text-align: center;
				font-size: 40px;
				border-radius: 50% 50%;
				display: inline-block;
				transition: all 0.4s ease-in-out;
				-webkit-transition: all 0.4s ease-in-out;
				 cursor: pointer; 
		}
		.template-video:hover{
			opacity:0.8;
			   
		}
		.bg-btn-demo{
			height: 59px !important;
			line-height: 45px !important;
			background: #034eab !important;
			color: #fff !important;
			line-height: 42px !important;
			font-size: 20px !important;
			box-shadow: 0px 1px 3px 4px #dac4c4c7 !important;
		}
		.video-container-area{
			    background-color: #fafbfc;
		}
		.client-input-sections{
			    background-color: #003865;
				color: #000;
		}
		.client-input-sections button{
			    background-color: #f17e10;
				line-height: 27px;
				color:#fff !important;
		}
		.imgCenter{
			    margin-left: auto;
				margin-right: auto;
				display: block;
		}
		.subscribeText{
			    color: #404352;
				font-weight: 700;
		}
		.subscribe-btn{
			background-color:#F6891D !important;
			color:#fff !important;
		}
		.subscribe-modal-dialog{
			width: 28% !important;
			margin-top: 120px !important;
		}
		.subscribe-input{
			    border: 1px solid #EBC0B7 !important;
		}
		.subscribeImg{
			margin-left:auto;
			margin-right:auto;
			display:block;
		}
		.Bgorange{
			background-color:#DC742B;
			color:#fff;
		}
		.CustomCarousel{
			width: 50% !important;
		}
		.reduce-costs{
			color: #444C5F;
			font-weight: 600;
		}
		.colorOrange{
			color:#F4891D;
		}
		.carousel-control.left{
			opacity:1 !important;
		}
		.carousel-control.right{
			opacity:1 !important;
		}
		.custom-glyphicon-chevron-left{
			 color:#F17E10 !important;
			 opacity: 1 !important;
			 margin-left: -49px !important;
		}
		.custom-glyphicon-chevron-right{
			 color: #F17E10 !important;
			 opacity: 1 !important;
			 margin-right: -49px !important;
		}
		.img-center{
			margin-left:auto;
			margin-right:auto;
			
		}
		.minHeight-118{
			    min-height: 118px;
				border-top: 8px solid #005AB6;
		}
		.LightGaryBlueBg{
			background-color:#EDF3F8;
		}
		.FontSize-15{
			font-size:15px;
		}
		.OrangeBgBanner{
			background-color: #F4891E;
			color: #fff;
		}
	/****************************** Temaplate  1  Css End********************/
		.white-text{
			color:#fff;
		}
		.navbar{
			min-height: 67px;
		}
		.justify-content-center-flex{
			    flex-wrap: wrap;
				display: flex;
				justify-content: center!important;
		}
		.footer-link p{
			margin: 0 0 5px;
		}
		.footer-link p a{
			color: #ffffffb0;
		}
		.footer-bottom-fixed{
				background-color: #22262F;
			}
			.live-human-proctoring-text{
				position: absolute;
				color: #EF8941;
				bottom: 125px;
				width: 366px;
				font-size: 46px;
				left: 60px;
				font-weight: 800;
			}
			
			
			.effective-assessments-text{
				position: absolute;
				color: #fff;
				bottom: 125px;
				width: 366px;
				font-size: 46px;
				left: 60px;
				font-weight: 800;
			}
/*Media Query*/
@media screen and (max-width: 1300px){
	
.carousal1-control-bg {
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 120px;
    right: 0px;
    height: 50px;
	top: auto;
	}

.digi-carousal2-control-bg {
    background: #f27e11;
    position: absolute;
    bottom: 0px;
    width: 120px;
    left: 0px;
    height: 50px;
}	
	
.Abt-slider-txt2 {
    margin-top: 20px;
    text-align: center;
    padding: 0 10px;
    margin-bottom: 30px;
	}



.digi-sec4-box {
    background: #ffffff;
    padding: 30px 0px;
    text-align: center;
	}

.carousal2-control-bg {
	top: auto;
    background: #f27e11;
    position: absolute;
    bottom: 0px;
    width: 120px;
    left: 0px;
    height: 50px;
	}

	
}




@media screen and (max-width: 1199px){
	
/*.slider_box {
    width: 970px;
	}*/
	
.body_text{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #444;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
	line-height: 20px;
	}

.digi-sec3-col1 a {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
    color: #f27e11;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
	width: auto;
	}
	
.digi-sec3-col1 a:hover {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
	background: #f27e11;
    color: #ffffff;
    margin-top: 30px;
    display: inline-block;
    text-decoration: none;
	width: auto;
	}
	
	.digi-sec3-col1 {
    background: #353f4b;
    padding: 20px 10px 20px 20px;
    color: #ffffff;
    text-align: left;
    height: 712px;
    margin-bottom: 10px;
}

	
.digi-sec3_col2 {
    background: #ffffff;
	text-align: left;
	height: 360px;
	margin-bottom: 60px;
	box-shadow: 0px 3px 10px rgba(0, 0, 0, .3);
	position: relative;
}
	
.slider_text1 {
    font-size: 30px;
    margin-bottom: 35px;
	}
	
.slider_text2 {
    font-size: 42px;
	}
	
	.digi-section3_p1 {
    margin-bottom: 10px;
	}

.navbar-header{
		width:24%;
	}
	.navbar-header .logo{
		width: 100%;
	}
	.wrapper{
		padding: 75px 40px;
	}

	

	
}



@media screen and (max-width: 991px){


.body_text{
	/*font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";*/
	font-family: "Roboto-Regular", Arial, sans-serif !Important;
    color: #444;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
	line-height: 20px;
	}
	
/*.slider_box {
    width: 750px;
	margin-top: -75px;
	}*/

.digi-sec3-col1 {
    background: #353f4b;
    padding: 20px 10px 20px 20px;
    color: #ffffff;
    text-align: left;
    height: 718px;
    margin-bottom: 10px;
	}
	
.digi-sec3-col1 a {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
    color: #f27e11;
    margin-top: 30px;
    display: block;
    width: 85%;
    text-decoration: none;
	}

.digi-sec3-col1 a:hover {
    font-size: 14px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
	background: #f27e11;
    color: #ffffff;
    margin-top: 30px;
    display: block;
    width: 85%;
    text-decoration: none;
	}
	
.digi-sec4-carousel > .item > img {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 15px;
	}
	
.carousal4-p1 {
    font-size: 16px;
    display: inline-block;
    margin-bottom: 15px;
	}
	
.carousel1_txtbox {
    padding: 30px 20px;
	}
	
	
	.digi-sec4-col1 {
    border-right: 1px solid #e1e1e1;
    height: 417px;
	}
	
	.slider_text1 {
    font-size: 25px;
    margin-bottom: 35px;
	}
	
.slider_text2 {
    font-size: 35px;
	}
	
.footer_box{
	width: 100%;
	height:auto;
	background: #2d353e;
	margin: auto;
	padding-top: 15px;
    padding-bottom: 5px;
	color: #989da1;
	font-size: 12px;
}

	.navbar-header{
		width:24%;
	}
	.navbar-header .logo{
		width: 100%;
	}
	.wrapper{
		padding: 75px 40px;
	}

	.v-line{
	margin: 0 10px;
}
	
.section2_left-box {
    position: absolute;
    width: 55%;
    top: 15px;
    left: 50px;
}
	
.section2_left-box img {
    width: 200px;
}
	
.img-line {
    width: 200px;
    height: 2px;
    background: #ee9339;
    margin-top: 10px;
    margin-bottom: 30px;
}
}


@media screen and (max-width: 850px){
	.navbar-header{
		width:24%;
	}
	.navbar-header .logo{
		width: 100%;
	}
	.wrapper{
		padding: 75px 40px;
	}
}


@media screen and (max-width: 767px){
	
.slider-container{
	position: relative;
	padding: 0 0 0 0;
	}
	
/*.slider_box {
    width: 100%;
	margin-top: 0;
	position:relative;
	margin-left: 0px;
	margin-right: 0px;
	}*/
	
.digi-sec2_carousel {
    overflow: hidden;
    height: 884px;
	}
	
.digi-sec_img1{    
	width: 90%;
	height: auto;
	padding: 0 25px 25px 25px;
}
	
.digi-sec_img2{    
	width: 70%;
	height: auto;
	margin-top: 25px;
	margin-bottom: 25px;
	}
	
.digi-sec_img3 {
    width: 75%;
    height: auto;
    padding: 25px 25px 25px 25px;
	}
	
.digi-section2_p1 {
    font-size: 28px;
    padding: 0px 20px 0 20px;
    color: #f27e11;
    margin-bottom: 20px;
    line-height: 1;
	}

.digi-carousal2-control-bg {
	left: auto;
    background: #f27e11;
    position: absolute;
    bottom: 0px;
    width: 100px;
    right: 0px;
    height: 40px;
	}
	
.carousel1-control.right {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    right: 25px;
    top: 9px;
    bottom: 9px;
	}

	.carousel1-control.left {
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    left: 11px;
    top: 9px;
    bottom: 9px;
	}

	.body_text{
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: #444;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
	line-height: 20px;
	}
	
.carousal1-control-bg {
	top: auto;
    background: #ffffff;
    position: absolute;
    bottom: 0px;
    width: 100px;
    right: 0;
    height: 40px;
	}

.logo img{
	width: 100px;
	height: auto;
	margin-left: 15px;
	}
	
.section2_box {
    width: 100%;
    height: auto;
    background: #ffffff;
	padding-top: 0px;
    padding-bottom: 30px;
    text-align: center;
	}

.navbar-default {
    background-color: transparent;
    border: none;
    height: 69px;
}

.dropdown {
    float: right;
    position: absolute;
    display: inline-block;
    top: 0px;
    right: 0px;
	}

.dropbtn {
    background: url(../images/menu2.png);
	background-repeat: no-repeat;
	width: 40px;
    height: 33px;
    border: none;
    margin-top: 10px;
	margin-right: 15px;
}

.dropbtn:hover, .dropbtn:focus {
    background: url(../images/menu2-hover.png);
	background-repeat: no-repeat;
	width: 40px;
    height: 33px;
    border: none;
    margin-top: 10px;
	margin-right: 15px;
	outline: -webkit-focus-ring-color none;
	}

.dropdown-content {
    top: 43px;
	}
	
.dropdown-content a {
    color: #444;
    padding: 5px 10px;
    text-decoration: none;
    display: block;
    font-size: 12px;
	}
	
.digi-dash2 {
    width: 25px;
    height: 4px;
    background: #ee9339;
    text-align: center;
    margin: auto;
    margin-top: 40px;
	}
	
.digi-sec3-col1 a {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
    color: #f27e11;
    margin-top: 30px;
    display: block;
    width: 205px;
    text-decoration: none;
	}
	
.digi-sec3-col1 a:hover {
    font-size: 13px;
    padding: 10px;
    text-align: center;
    border: 1px solid #f27e11;
	background: #f27e11;
    color: #ffffff;
    margin-top: 30px;
    display: block;
    width: 205px;
    text-decoration: none;
	}
	
.headings {
    margin-top: 20px;
  /*   font-size: 32px; */
    font-size: 20px;
    color: #1e2859;
    margin-bottom: 30px;
	}
	

	
.digi-sec4-col1 {
	border-right: none;
    border-bottom: 1px solid #e1e1e1;
    height: auto;
	padding-bottom: 25px;
	}

.digi-sec3-col1 {
    background: #353f4b;
    padding: 20px 20px 20px 20px;
    color: #ffffff;
    text-align: left;
    height: auto;
    margin-bottom: 10px;
	}
	
.footer-row{
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 20px;
	}

.footer_para {
    margin-left: 0px;
	}

.footer-dash {
    width: 20px;
    height: 3px;
    background: #ee9339;
    margin-left: 0px;
	}

.footer_links {
    float: left;
    width: 45%;
    list-style: none;
    margin-left: -40px;
    margin-right: 10%;
	}
	
.footer_icons {
	margin-left: auto;
    float: left;
    margin-right: 25px;
    margin-top: 20px;
	}
	
.dash {
    width: 25px;
    height: 4px;
    background: #ee9339;
    text-align: center;
    margin: auto;
    margin-top: 40px;
	}
	
	.sec2_box1{
		margin-top: 70px;
	}
	
	.section2_textbox{
		margin: 0 0;
	}

	.section4_box{
		padding-left: 15px;
		padding-right: 15px;
	}
	
	.digi-sec3-row {
    padding: 0 15px 0 15px;
    margin-right: -5px;
    margin-left: -5px;
	}
	
	.section5_textbox {
    height: auto;
    background: #ffffff;
    text-align: center;
    margin-bottom: 50px;
    position: relative;
    padding: 0 15px 0 15px;
	}
	
	.digi-sec3_col2 {
   /*  background: #f27e11;
    color: #ffffff; */
    text-align: left;
    padding: 10px;
    height: auto;
    margin-bottom: 10px;
	}



	
}

@media screen and (max-width: 700px){
	.navbar-header {
	    width: 104%;
	}
	.navbar-header .logo {
	    width: 23%;
	    padding: 14px 15px;
	}
	.nav-buttons {
	    position: absolute;
	    top: 0;
	    left: 34%;
	}
	.navbar-default{
		height:50px;
		background-color: #f2f3f4;
	}
	.navbar-default .navbar-collapse{
		background-color: #ededed;
		padding: 14px 15px;
	}
}

@media screen and (max-width: 632px){
	
.Abt-slider-txt2 {
    margin-top: 20px;
    text-align: center;
    padding: 0 0px;
    margin-bottom: 30px;
	}

	
.digi-sec2_carousel {
    overflow: hidden;
    height: 820px;
	}
.nav-buttons{
	position: absolute;
	top: 0;
    left: 34%;
}
.navbar-default .navbar-collapse{
	background-color: #ddd;
}
.wrapper{
	padding: 75px 45px;
}
.navbar-default{
	background-color: #ededed;
	height: 54px;
}
}


@media screen and (max-width: 550px){
	
.digi-sec2_carousel {
    overflow: hidden;
    height: 780px;
	}
	
	.slider_text1 {
    font-size: 20px;
    margin-bottom: 15px;
	}
	
.slider_text2 {
    font-size: 25px;
	line-height: 1;
	}
.registration_wrapper{
	width:100%;
}
.register_banner{
	height:190px;
}
.wrapper{
	padding:75px 5px;
}
.nav-buttons{
	position: absolute;
	top: 0;
    left: 34%;
}
.navbar-default .navbar-collapse{
	background-color: #ddd;
}
.navbar-nav{
	margin: 0;
}
.navbar-default{
	padding: 0 0 0 0;
	height:50px;
	background-color: #ededed;
}
.navbar-header{
	width:100%;
}
.navbar-header .logo{
	width: 34%;
	padding: 14px 0px;
}
.container-fluid>.navbar-header{
	margin-left:10px;
}
}
@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
		.live-human-proctoring-text{
			position: absolute !important;
			color: #EF8941 !important;
			bottom: 23px !important;
			width: 155px !important;
			font-size: 11px !important;
			left: 22px !important;
			font-weight: 800 !important;
		}
		.effective-assessments-text{
			position: absolute !important;
			color: #fff !important;
			bottom: 53px !important;
			width: 155px !important;
			font-size: 11px !important;
			left: 22px !important;
			font-weight: 800 !important;
		}
	
	.logo-brand-img{
		 width: 135px;
    margin-left: 13px;
	}
	.privacy-policy-btn{
        font-size: 12px;
}
	.CustomCarousel{
				width: 100% !important;
			}
			.subscribe-modal-dialog {
				width: 96% !important;
				margin-top: 120px !important;
			}
	.bg-btn-demo{
		display: block!important;
		margin-left: auto !important;
		margin-right: auto !important;
		letter-spacing: 1px; 
		font-size: 15px !important;
	}
	.book-to-demo{
		border-radius: 6px;
		background-color: #18375D;
		color: #fff !important;
		width: 73%;
		padding: 11px 10px !important;
		font-size:17px !important;
		border-radius: 42px !important;
	}
	.iso-certin-banner-area h4{
		    font-weight: 600;
			color: #1b1b1bbd;
			text-align: center;
	}
	.certin-logo{
		width:55%;
	}
	.footer-logo img {
		    float: left;
	}
	.footer-link{
		    float: left;
	}
	.tp_recent_tweets li:not(:last-child) {
		margin-right: 0;
	}
	.tp_recent_tweets>ul>li {
		margin-bottom: 20px;
	}
	.tp_recent_tweets ul {
		flex-flow: column;
	}
	.text-left-video{
		text-align:center;
	}
	
	.h5-text{
		text-align: center;
	}
	.h5-text-right{
		text-align: center;
	}
	.support-link{
		 margin-left: 50px;
	}
	.technical-support-footer-img {
			width: 22%;
		}
	.technical-support-img {
			width: 25%;
		}

	.login-link-dialog{
			    margin: 160px auto !important;
				width:100% !important;
		}
	.dp-banner-img {
		margin-top: 10px;
	}
	.mobile-test-responsive{
		font-size: 9px !important;
	}
	.con_footer_box {
		    position: relative;
	}
	.con_sec2-col2 {
		border: 1px solid #c1c1c1;
		float: right;
		text-align: left;
		margin-top: 4px;
		width: 100%; 
		padding: 15px 25px;
	}
		.vcenter{
			display: block !important;
	}
	.blog-img {
		margin-left: auto;
		margin-right: auto;
		display: block;
		/* width: 100%; */
		width: 58%;
	}
	.blog-heading {
			color: #0e375c !important;
			font-size: 15px;
		}
	.ml-img-15{
		       display: block;
				margin-left: auto !important;
				margin-right: auto;
	}
	.banner-text {
		position: absolute;
		color: #fff;
		bottom: 173px;
		font-size: 21px;
		left: 27px;
		font-weight: 800;
	}
	.blog-page-banner {
		background: url(../images/blog-mobile-banner.jpg) no-repeat top right; 
		background-size: cover;
		min-height: 300px;
	}
	
	.exams-goes-online-banner {
		background: url(../images/exams-goes-online.jpg) no-repeat top right;
		background-size: cover;
		/* min-height: 270px; */
		min-height: 150px;
		margin-top: 50px;
	}
	.exams-goes-online-top label {
		font-size: 13px !important;
	}
	.online-exm-heading-top{
		    color: #0e375c !important;
			font-size: 20px;
	}
	.play-video-contaioner {
			position: absolute;
			bottom: 80%;
			left: 32%;
			z-index: 10001;
		}
	.play-video-contaioner:hover{
		position: absolute;
		bottom: 55%;
		left: 46%;
		opacity: 1;
		display:block;
	}
	.play-video-img{
		width: 50%;
		margin-left: auto;
		margin-right: auto;
		z-index: 1;
	}
	.slider_box{
		    position: initial;
	}
	.section2_box{
		    margin-top: 10px;
	}
	/* .dp-banner-img{
		    margin-top: 50px;
	} */
	.section2_left-box {
     position: initial;
		width: 100%;
		top: 50px;
		left: 0px;
	}
	.section4_p1{
     font-size:18px;
	}
	.footer-dash {
		width: 96px;
		margin-left: 77px;
	}
	.con_sec2-row {
			margin: 48px 0 30px 0;
		}
	.examinations-container{
		margin-top: 0px !important;
	}
	 .multipale-face-container {
		bottom: 0% !important;
		position: initial !important;
	} 
	.vertical-align-text{
			align-items: center!important;
			display: flex;
			flex-flow: column;
		}
		.multipale-face-container-top-txt {   
		color: #000 !important;
		font-size: 18px;
	}
	.play-video-contaioners {
		position: absolute;
		bottom: 97%;
		/* top: 40%; */
		left: 23%;
		opacity: 0.3;
		display: block;
	}
	.play-video-contaioners:hover {
		position: absolute;
		bottom: 97%;
		/* top: 40%; */
		left: 23%;
		opacity: 1;
		display: block;
	}
	.uper-div {
		order: 1;
		 text-align: center;
	}
	.down-div {
		order: 2;
		text-align: center;
	}
	.person-container-inner-text{
		font-size: 15px;
		color: #1d3649;
	}
	.person-container-first{
		margin-left:0px;
		width: 92% !important;
	}
	.top-header-video-impossible {
			background-color: #f27e11 !important;
			color: #fff !important;
			z-index: 1;
			left: 0% !important; 
			/* bottom: -100px; */
			text-align: center;
			top: 0% !important; 
			display: block !important;
			position: initial !important; 
			width: 100% !important;
			/* margin: 10px auto; */
			margin-left: auto !important;
		}
		.link-benefits{
			margin-left:0px;
		}
		.upload-txt{
			font-size: 14px;
			font-weight:normal !important;
			margin-top:10px;
		}
		.upload-banner-img-banner {
			background: url(../images/paper.jpg) no-repeat top right;
			background-size: cover;
			min-height:600px !important;
			/* min-height:948px !important; */
		}
		.upload-banner-img-inner{
			margin-top: 0px !important;
		}
		.online-exm-heading-top {
			color: #0e375c !important;
			font-size: 17px;
		}
		.testimonial-text-outter{
			font-size:16px;
		}
		.signature-text {
			font-size: 15px;
		}
		.quote-img {
			width: 40%;
		}
		.quotes-img {
			width: 15%;
			margin-left: auto;
			margin-right: auto;
			display: block;
		}
		.sig-img {
			width: 45%;
		}
		.testimonial-dash {
			width: 96px;
			margin-left: 52px;
		}
		.responsiveimg {
			margin-left: auto;
			margin-right: auto;
			display: block;
			width: 100%;
		}
		.liveimg{
			margin-left: auto;
			margin-right: auto;
			display: block;
			width: 100%;
		}
		.trust-text-txt {
			font-size: 14px;
		}
		.link-first-page{
			margin-top: 0px;
			position: initial !important;
		}
		.subjective-first-banner h5 {
			font-size: 22px;
			
		}
		.subjective-first-banner{
			height:auto;
		}
		.test-taker-step {
			font-size: 12px;
		}
		.test-taker-step-txt {
			font-size: 10px;
		}
		.human-text{
		    font-size: 28px !important;
		}
		.login-area{
			margin-right: 10px;
		}
		.login-button{
			margin-bottom:5px;
		}
		.awesome-features-video {
			opacity: 0.5;
			width: 12%;
		}
	.awesome-features-video-container-div{
			margin: auto;
			text-align:center;
			    top: 0% !important;
		}
		.main-conatiner-txt strong{
			    font-size: 13px;
				margin-bottom:0px !important;
		}
		.main-conatiner-txt h3{
			    font-size: 13px;
				margin-bottom:3px !important;
		}
}
	@media only screen and (min-width: 375px) and (max-width: 767px) { 
		.support-link{
				display: flex !important;
			} 
			.subscribe-modal-dialog{
					width:96% !important;
				}
				
		}
		@media only screen and (min-width: 812px) and (orientation: landscape) { 
		.support-link{
				display: flex !important;
			} 
		}
		@media only screen and (min-width: 375px) and (orientation: portrait) {
			.support-link{
				display: flex !important;
			} 
			
		}
		
		@media screen and (min-width:1150px){
		
		.visible-lg{
			display:block;
		}
		.visible-md-tab{
			display:none !important;
		}
		.visible-sm-phone{
			display:none !important;
		}
		
	}
	@media screen and (max-width:1149px){
		.mobile-examination-container{
			display:block !important;
		}
		.desktop-examination-container{
			display:none !important;
		}
		.visible-md-tab{
			display:block !important;
		}
		.visible-sm-phone{
			display:none !important;
		}
		.visible-lg{
			display:none;
		}
		.nav>li>a {
			position: relative;
			display: block;
			padding: 10px 5px !important;
		}
		
	}
   @media screen and (max-width:719px){
	   
	   .nav>li {
			text-align: left !important;
		}
		.support-link {
			margin-left: 0px !Important;
		}
		.navbar-nav {
			float: left !important;
			margin: 7.5px 11px !important;
			margin-right: -15px !important;
		}
		.visible-sm-phone{
			display:block !important;
		}
		.visible-lg{
			display:none;
		}
		.visible-md-tab{
			display:none !important
		}
		.mobile-text{
			font-size:0.8rem !important;
		}
		.img-sm{
			width:80px !important;
		}
		.font-small{font-size:0.4rem !important}
		.customers-signature{
			min-height: 23rem !important;
		}
		.forward-learning-solutions {
			min-height: 120px !important;
		}
		.scalability-reliability-img img {
			width: 38%;
		}
		.embed-responsive-4by3 {
			height: 180px;
		}
		.paper-banner {
			background-image: none !important;
			background-size: cover;
			min-height: 400px;
			background-color:#EDF3F8;
		}
		.card-benefits{
			min-height:12rem !important;
		}
		.pl-1-pr-1{
			padding-left:1px !important;
			padding-right:1px !important;
		}
		.mobile-dynamic-ciso{
			    width: 25%!important;
		}
		.mobile-examination-container{
			display:block !important;
		}
		.h5, h5 {
			font-size: 1rem !important;
		}
		.h4, h4 {
			font-size: 1.2rem !important;
		}
		.h6, h6 {
			font-size: 1rem !important;
		}
		.h1, h1 {
			font-size: 2rem !important;
		}
		.award-text {
			font-size: 0.7rem !important;
		}
		.call-icon-mobile{
			display:block !important;
			    float: right;
		}
		.heightMin-385 {
			min-height: 334px;
		}
		.mobile-view-text{
			text-align:center !important;
		}
		.navbar-toggle {
			margin-right: 0px !important;
		}
		
   }