/*
    Full Bootstrap 4 webpage (Use Bootstrap 3.3.7. It is better)
    Designed by: Denlyn Computers
    Theme Name: Denlyn Computers 2018
    Copying and selling of this website strictly prohibited
*/


/* Popup Start */

/* Popup End */

/* Dropdown Button */
.dropbtn {
  background-color: #4CAF50 !important;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}


/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #ddd;
	}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
	display: block;
	}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
	background-color: ##0056b3 !important;
	}
	 









/* Video overlay and content Start */
.video-overlay {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	pointer-events: none; /* Allows right click menu on the video */
	background: url($overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.video-hero--content {
	position: relative;
	text-align: center;
	color: #FFF;
  margin: 150px 0;
	text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
.video-hero--content h2 {
	font-size: 34px;
	margin: 0 0 10px;
}
.video-hero--content p {
	font-size: 20px;
	margin: 0;
}

/* Other stuff */


.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}

#header {
	background: #2c2d33;
	padding: 2em 0;
}
#header a {
	color: #FFF;
}
.title {
	display: block;
	font-weight: bold;
	font-size: 18px;
}
.subtitle {
	display: block;
	font-weight: normal;
	font-size: 15px;
	color: #959699;
}
a:hover .subtitle {
	color: #FFF;
}
#site-title {
	float: left;
	margin: 0;
}
#content {
	padding: 40px 0;
}


/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
	position: relative;
	height: 600px;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	   -moz-background-size: cover;
	    	background-size: cover;
}
.jquery-background-video {
	position: absolute;
	min-width: 100%;
	height: 600px;
	width: auto;
	height: auto;
	top: 10%;
	left: 50%;
	-o-object-fit: contain;
	   object-fit: contain;
	-webkit-transform: translate(-50%,-50%);
	   -moz-transform: translate(-50%,-50%);
	    -ms-transform: translate(-50%,-50%);
	     -o-transform: translate(-50%,-50%);
	    	transform: translate(-50%,-50%);
}
/**
 * Fade in videos
 * Note the .js class - so non js users still
 * see the video
 */
.js .jquery-background-video {
	opacity: 0;
	-webkit-transition: opacity 300ms linear;
			transition: opacity 300ms linear;
}
.js .jquery-background-video.is-visible {
	opacity: 1;
}

/**
 * Pause/play button
 */ 
.jquery-background-video-pauseplay {
	position: absolute;
	background: transparent;
	border: none;
	box-shadow: none;
	width: 20px;
	height: 20px;
	top: 15px;
	right: 15px;
	padding: 0;
	cursor: pointer;
	outline: none !important;
}
.jquery-background-video-pauseplay span {
	display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: all .3s ease;
			transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
	border-top: 10px solid #FFF;
	border-bottom: 10px solid #FFF;
	border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
	left: 10px;
}
/* Video overlay and content End */


/* Common Start */
body {
	margin-right: 5px !important;
	margin-left: 5px !important;
	margin-bottom: 5px !important;
}

a.disabled {
   pointer-events: none;
   cursor: default;
}


/* fonts = Tahoma */

.col-md-offset-right-1, .col-lg-offset-right-1 {
  margin-right: 8.33333333%;
}
/* Common End */

/* Base Start */


/* margins Top */
.margintop-0{margin-top:0 !important;}
.margintop-5{margin-top:5px !important;}
.margintop-10{margin-top:10px !important;}
.margintop-20{margin-top:20px !important;}
.margintop-30{margin-top:30px !important;}
.margintop-40{margin-top:40px !important;}
.margintop-50{margin-top:50px !important;}
.margintop-60{margin-top:60px !important;}
.margintop-70{margin-top:70px !important;}
.margintop-80{margin-top:80px !important;}
.margintop-90{margin-top:90px !important;}
.margintop-100{margin-top:100px !important;}

/* margins Bottom */
.marginbottom-0{margin-bottom:0 !important;}
.marginbottom-10{margin-bottom:10px !important;}
.marginbottom-20{margin-bottom:20px !important;}
.marginbottom-30{margin-bottom:30px !important;}
.marginbottom-40{margin-bottom:40px !important;}
.marginbottom-50{margin-bottom:50px !important;}
.marginbottom-60{margin-bottom:60px !important;}
.marginbottom-70{margin-bottom:70px !important;}
.marginbottom-80{margin-bottom:80px !important;}
.marginbottom-90{margin-bottom:90px !important;}
.marginbottom-100{margin-bottom:100px !important;}

.disabled {
   pointer-events: none;
   cursor: default;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

a {
  text-decoration: none;
}

a:hover, a:focus {
  text-decoration: none;
  outline: none;
}

.row.m0 {
  margin: 0px;
}

.p0 {
  padding: 0px;
}

body {
	line-height: 22px;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
}

body, p, h1, h2, h3, h4, h6 {
  margin: 0px;
  padding: 0px;
}



#success {
  display: none;
}

#error {
  display: none;
}

.display_table {
  display: table;
  width: 100%;
}

.display_table_row {
  display: table-row;
}

.display_table_cell {
  display: table-cell;
  float: none !important;
}

.den18 {
  padding: 100px 0px;
}

iframe {
  border: none;
}

i:before {
  margin-left: 0px !important;
}

.current {
	background-color: #0033CC;
	color: #ffffff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

/* Base End */

/* Container Start */

/* Container End */

/* Title Start */
.main_title h2 {
	font-size: 40px;
	line-height: 48px;
	font-family: Tahoma, Geneva, sans-serif;
	padding: 0px 15px;
	color: #232d37;
	font-weight: 500;
}

.main_title p {
	font-size: 16px;
	color: #51545f;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	padding-top: 15px;
}

.center_title {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.center_title h2 {
	font-size: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 500;
}

.center_title p {
	font-size: 16px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	padding-top: 10px;
}

.b_center_title {
  text-align: center;
  padding-bottom: 50px;
}

.b_center_title h2 {
	font-size: 40px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 500;
	color: #232d37;
}

.b_center_title p {
	font-size: 16px;
	color: #fff;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	padding-top: 10px;
	color: #51545f;
}
/* Title End */

/* Navbar Start */
.navbar-brand {
	padding-left: 40px;
	border-radius: 10px 10px 10px 10px	
}


.navbar-light .navbar-nav .nav-link {
  color: #fff;
}

.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
}

.main_menu_area {
  position: absolute;
  text-align: center;
  width: 90%;
  top: 10px;
  left: 5%;
  border-radius: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 30;
  border-bottom: 1px solid #000;
}

.main_menu_area .inner {
	 background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
					background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
					background-image: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
					background-image: linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35));
					position: relative;
					height: 3.5em;
					background-color: #3B3E45;
					background-color: rgba(59, 62, 69, 0.9);
					box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.45), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.15);
					text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.5);
}

.main_menu_area .navbar {
  padding: 0px;
  background-color: rgba(0,0,0,0.7) !important;
}

.main_menu_area .navbar .navbar-collapse {
  text-align: right;
  padding-right: 30px;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-collapse {
    display: block !important;
  }
}

.main_menu_area .navbar .navbar-nav {
  display: inline-block;
}

.main_menu_area .navbar .navbar-nav li {
  display: inline-block;
  margin-right: 40px;
}

.main_menu_area .navbar .navbar-nav li a {
	padding: 0px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 500;
	-webkit-transition: all 100ms linear 0s;
	-o-transition: all 100ms linear 0s;
	transition: all 100ms linear 0s;
}

.main_menu_area .navbar .navbar-nav li:last-child {
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li:hover a, .main_menu_area .navbar .navbar-nav li.active a {
  color: #2bc0a4;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu {
    -webkit-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    min-width: 246px;
    background: #fff;
    border-radius: 0px;
    border: none;
    top: 99%;
    padding: 25px 0px 30px 0px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.25);
  }
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li {
  display: block;
  margin-right: 0px;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a {
	padding: 0px 25px;
	line-height: 50px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: 500;
	font-size: 14px;
	text-shadow: none;
	line-height: 42px;
	color: #232d37;
	-webkit-transition: all 400ms linear 0s;
	-o-transition: all 400ms linear 0s;
	transition: all 400ms linear 0s;
	text-transform: capitalize;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li a:before {
  display: none;
}

.main_menu_area .navbar .navbar-nav li.submenu .dropdown-menu li:hover a {
  color: #2bc0a4;
}

@media (min-width: 992px) {
  .main_menu_area .navbar .navbar-nav li.submenu:hover.submenu .dropdown-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.main_menu_area .navbar .navbar-nav.justify-content-end {
  margin-left: 85px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li {
  margin-right: 25px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li a {
  font-size: 16px;
}

.main_menu_area .navbar .navbar-nav.justify-content-end li:last-child {
  margin-right: 0px;
}

.main_menu_area.navbar_fixed {
  position: fixed;
  width: 90%;
  top: 0;
  left: 5%;
  right: 0;
  border-radius: 10px 10px 10px 10px;
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  -webkit-transition: background 500ms ease, -webkit-transform 500ms ease;
  transition: background 500ms ease, -webkit-transform 500ms ease;
  -o-transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease;
  transition: transform 500ms ease, background 500ms ease, -webkit-transform 500ms ease;
  -webkit-transition: transform 500ms ease, background 500ms ease;
}

.main_menu_area.navbar_fixed .navbar .navbar-nav li a {
  line-height: 10px;
}
/* Navbar End */



/* Slider Start */



.nivo-caption {
    top: 30% !important;
    bottom: auto !important;
	}

.nivo-caption h3 {
	font-size: 64px;
	text-align: center;
	}
	
.nivo-caption h3 span { 
    background-color: rgba(43,192,164,0.8);
	padding-left: 5px;
	padding-right: 5px;
}
	
.nivo-caption p {
	margin-top: 30px;
	font-size: 28px;
	text-align: center;
	}
	
.nivo-caption p span { 
    background-color: rgba(0,0,0,0.8);
	padding: 5px;
}







/* Slider End */


/* Add Block Start */
.add_block_area {
  background: #f7f7f7;
}

.offset_class {
	-webkit-box-shadow: 0px 25px 49px 0px rgba(0, 0, 0, 0.5);
	box-shadow: 0px 25px 49px 0px rgba(0, 0, 0, 0.5);
	border-radius: 15px;
	background: #fff;
	padding: 35px 17px;
	margin-top: -30px;
	z-index: 10;
	position: relative;
}

.offset_class .col-lg-4:last-child .add_block_item:before {
  display: none;
}

.add_block_item {
	text-align: center !important;
  padding: 0px 35px 0px 50px;
  position: relative;
  background-size: 100% 200%;
    background-image: linear-gradient(to bottom, #fff 80%, #CCC  20%);
    transition: background-position 0.5s;
}

.add_block_item:hover {
 background-position: 0 -100%;
}

.add_block_item:before {
  content: "";
  background: #e5e5e5;
  height: 145px;
  width: 1px;
  position: absolute;
  right: -15px;
  top: 0px;
}

.add_block_item h4 {
  font-size: 20px;
  color: #232d37;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
  line-height: 60px;
  padding-bottom: 10px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.add_block_item h4 i {
  padding-right: 10px;
  color: #2bc0a4;
}

.add_block_item h4:hover {
  color: #2bc0a4;
}

.add_block_item p {
  font-size: 14px;
  line-height: 26px;
  color: #51545f;
  font-family: Tahoma, Geneva, sans-serif;
}

#button-links {
	position: relative;
	top: 100px;
	top: 25vh;
	font-size: 1rem;
	text-align: center;
	height: 250px;
	/* [disabled]overflow:hidden; */
}

/* Edit button codes here */

.mudgeeButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	-webkit-box-shadow:inset 0px 1px 0px 0px #54a3f7;
	box-shadow:inset 0px 1px 0px 0px #54a3f7;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #007dc1), color-stop(1, #0061a7));
	background:-moz-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-webkit-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-o-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:-ms-linear-gradient(top, #007dc1 5%, #0061a7 100%);
	background:linear-gradient(to bottom, #007dc1 5%, #0061a7 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#007dc1', endColorstr='#0061a7',GradientType=0);
	background-color:#007dc1;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	border:1px solid #124d77;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Arial;
	font-size:13px;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:0px 1px 0px #154682;
}
.mudgeeButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #0061a7), color-stop(1, #007dc1));
	background:-moz-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-webkit-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-o-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:-ms-linear-gradient(top, #0061a7 5%, #007dc1 100%);
	background:linear-gradient(to bottom, #0061a7 5%, #007dc1 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#0061a7', endColorstr='#007dc1',GradientType=0);
	background-color:#0061a7;
	color:#fff;
}
.mudgeeButton:active {
	position:relative;
	top:1px;
}

.bouncy{
animation:bouncy 5s infinite linear;
position:relative;
}
@keyframes bouncy {
0%{top:0em}
40%{top:0em}
43%{top:-0.9em}
46%{top:0em}
48%{top:-0.4em}
50%{top:0em}
100%{top:0em;}
} 

@media all and (max-width:30em){
a.button{
display:block;
margin:0.2em auto;
}
} 


/* Add Block End */

/* About Start */

.a_about_text .main_title {
  padding-bottom: 20px;
}

.a_about_text p {
	font-size: 16px;
	color: #000;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 26px;
	padding-bottom: 12px;
}

.a_about_text p + p {
  padding-bottom: 0px;
}

.a_about_text .read_btn {
  margin-top: 34px;
}

.a_about_img {
  padding-left: 70px;
}

/* About End */


/* Popular Start */
.popular_area {
  padding-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* Popular End */



/* Fancy Box Start */


.fancyhead {
	text-align: center;
}
.fancyshow {
	text-align: center;
}
.fancyshow img {
	margin:5px 0 0 1px;
	border: 2px solid black;  
}
.image:hover{
    -webkit-filter: brightness(60%);
	-moz-filter: brightness(60%);
	-o-filter: brightness(60%);
	-ms-filter: brightness(60%);
	filter: brightness(60%);
	-webkit-filter: brightness(60%);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
}
.fancy1 figure {
  cursor: pointer;
  float: right;
  margin: 1%;
  max-height: 267px;
  max-width: 400px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
.fancy1 figure figcaption,
.fancy1 figure figcaption > a {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.fancy1 figure figcaption {
  backface-visibility: hidden;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
}
.fancy1 figure h4,
.fancy1 figure p {
  margin: 0;
}
.fancy1 figure h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  word-spacing: -0.15em;
}
.fancy1 figure p {
  font-size: 18px;
  font-weight: 100;
  color: #fff;
  letter-spacing: 1px;
}
.fancy1 figure h2,
.fancy1 figure p {
  margin: 0;
}
.fancy1 figure.softeffect {
  background: none repeat scroll 0 0 #000000;
}
.fancy1 figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
  opacity: 0.35;
}
.fancy1 figure.softeffect figcaption:before,
.fancy1 figure.softeffect p {
  opacity: 0;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fancy1 figure.softeffect h4 {
  opacity: 0;
  padding: 20% 0 20px;
  transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
.fancy1 figure.softeffect p {
  margin: 0 auto;
  max-width: 200px;
}
.fancy1 figure.softeffect:hover figcaption:before,
.fancy1 figure.softeffect:hover p {
  opacity: 1;
}
.fancy1 figure.softeffect:hover h4 {
  opacity: 1;
}
.fancy1 figure img {
  display: block;
  opacity: 1;
  position: relative;
}
figure.softeffect {
  background: none repeat scroll 0 0 transparent;
}
figure.softeffect:hover {
  background: none repeat scroll 0 0 #000000;
  /* Cyan: #00aeef */
}
figure.softeffect img {
  transition: opacity .35s ease 0s, transform .35s ease 0s;
}
figure.softeffect:hover img {
  opacity: 0.40;
  transform: scale(1.15);
  filter: blur(2px);
}
.fancybox-extra {
  position: absolute;
  top: 100%;
  width: 100%;
  text-align: center;
  padding: 10px;
}
/* Hide while zooming */
.fancybox-is-scaling .fancybox-extra {
  display: none;
}
 Push content up */
.fancybox-slide--image {
  padding-bottom: 120px;
}
/* Fancy Box End */



.popular_img {
  text-align: right;
  padding-right: 85px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.popular_img img {
  max-width: 100%;
}

.popular_text {
  max-width: 500px;
}

@media (min-width: 1500px) {
  .popular_text {
    padding-top: 80px;
  }
}

.popular_text .read_btn {
  width: 180px;
  margin-top: 60px;
}
/* Popular End */

/* CTA1 Start */
.cta1_area {
  background: url(../img/cta/windows-10.png) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 2;
  padding: 115px 0px;
}

.cta1_area:before {
  content: "";
  background: rgba(4, 8, 29, 0.7);
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.cta1_item {
  text-align: center;
  color: #fff;
}

.cta1_item i {
background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 40px;
}

.cta1_item h4 {
  font-size: 20px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
  padding: 18px 0px 12px 0px;
}

.cta1_item p {
  font-size: 14px;
  line-height: 26px;
  font-family: Tahoma, Geneva, sans-serif;
  max-width: 360px;
  margin: auto;
}
/* CTA1 End */



/* Buttons Start */
.read_btn {
  height: 46px;
  width: 160px;
  line-height: 48px;
  color: #232d37;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  text-align: center; 
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
}

.read_btn:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 98%;
  height: 42px;
  z-index: -1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.read_btn:hover {
  background-position: right center;
  color: #232d37;
}

.tp_btn {
  height: 46px;
  width: 165px;
  text-align: center;
  color: #fff;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #0066ff 0%, #009900 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #0066ff 0%, #009900 100%);
  border-image: -webkit-linear-gradient(180deg, #0066ff 0%, #009900 100%);
  border-image: -ms-linear-gradient(180deg, #0066ff 0%, #009900 100%);
  border-image-slice: 1;
  display: block;
  line-height: 42px;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  font-size: 13px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  position: relative;
  z-index: 3;
  margin: auto;
}

.tp_btn:after {
  content: "";
  height: 46px;
  width: 165px;
  position: absolute;
  left: -2px;
  top: -2px;
  border-width: 2px;
  border-style: solid;
  border-image: -moz-linear-gradient(180deg, #00ff00 0%, #ff1a1a 100%);
  -webkit-border-image: -webkit-linear-gradient(180deg, #00ff00 0%, #ff1a1a 100%);
  border-image: -webkit-linear-gradient(180deg, #00ff00 0%, #ff1a1a 100%);
  border-image: -ms-linear-gradient(180deg, #00ff00 0%, #ff1a1a 100%);
  border-image-slice: 1;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  z-index: -1;
  opacity: 0;
}

.tp_btn:hover {
  color: #fff;
}

.tp_btn:hover:after {
  opacity: 1;
}

.bg_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 160px;
  height: 46px;
  line-height: 46px;
 background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  -webkit-transition: all 400ms ease-out !important;
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
  display: inline-block;
}

.bg_btn:hover {
  background-position: right center;
  color: #fff;
}

.bg_btn:focus {
 background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  -webkit-transition: all 400ms ease-out !important; 
  -o-transition: all 400ms ease-out !important;
  transition: all 400ms ease-out !important;
  background-size: 200% auto;
}

.more_btn {
  color: #2bc0a4;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  text-decoration: underline;
  line-height: 26px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.more_btn:hover {
  text-decoration: none;
  color: #2bc0a4;
}

.submit_btn {
  font-size: 13px;
  text-transform: uppercase;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  padding: 0px 10px;
 background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out; 
  transition: all 400ms ease-out;
  background-size: 200% auto;
  border: none;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  border-radius: 3px;
  cursor: pointer;
}

.submit_btn:hover {
  background-position: right center;
  color: #fff;
}

.submit_btn:focus {
 background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  background-size: 200% auto;
}

.submit_btn2 {
  height: 46px;
  width: 165px;
  line-height: 46px;
  color: #232d37;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  background-image: -webkit-gradient(linear, left top, right top, from(#0066ff), color-stop(51%, #009900), to(#0066ff)) !important;
                                 background-image: -webkit-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                      background-image: -o-linear-gradient(left, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
                                     background-image: linear-gradient(to right, #0066ff 0%, #009900 51%, #0066ff 100%) !important;
  text-align: center;
  position: relative;
  background-size: 200% auto;
  z-index: 2;
  display: block;
  -webkit-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out;
  transition: all 400ms ease-out;
  padding: 0px;
  border-radius: 2px;
  outline: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  cursor: pointer;
}

.submit_btn2:before {
  content: "";
  background: #f7f7f7;
  position: absolute;
  left: 2px;
  top: 2px;
  width: 97.5%;
  height: 40px;
  z-index: -1;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.submit_btn2:hover {
  background-position: right center;
  color: #232d37;
}

/* Buttons End */


/* Testimonials Start */

.test_head {
	text-align: center;
	margin-bottom: 50px;
}

.testimonials_slider .item img {
  width: auto !important;
}

.testimonials_slider .item .media {
  vertical-align: middle;
}

.testimonials_slider .item .media .d-flex {
  vertical-align: middle;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.testimonials_slider .item .media .media-body {
  padding-left: 100px;
  vertical-align: middle;
  padding-right: 40px;
}

.testimonials_slider .item .media .media-body p {
  font-size: 18px;
  color: #51545f;
  line-height: 30px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 400;
  padding: 35px 0px 20px 0px;
}

.testimonials_slider .item .media .media-body h4 {
  font-size: 14px;
  color: #b5aec4;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 400;
}

.testimonials_slider .item .media .media-body h4 a {
  font-size: 16px;
  color: #232d37;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
}

.testimonials_slider .owl-prev, .testimonials_slider .owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 36px;
  color: #b5aec4;
  z-index: 4;
  cursor: pointer;
}



.testimonials_slider .owl-prev {
  left: -300px;
  margin-top: 30px;
}



.testimonials_slider .owl-next {
  right: -300px;
  margin-top: 30px;
}

/* Testimonials End */

/* CTA2 Start */
.cta2_area {
  background: url(../img/cta/office-2019.png) no-repeat fixed center center;
  background-size: cover;
  position: relative;
  z-index: 3;
  padding: 115px 0px;
}


.cta2_area:before {
  content: "";
  height: 100%;
  width: 100%;
  left: 0px;
  top: 0px;
  position: absolute;
  z-index: -1;
  background: rgba(0,0,0,0.3);
}

.cta2_inner .tp_btn {
  margin-top: 5px;
}
/* CTA2 End */

/* Latest News Start */
.news_item_block {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.news_item_block .news_item_img {
  overflow: hidden;
}

.news_item_block .news_item_img a {
  display: block;
}

.news_item_block .news_item_img img {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.news_item_block .news_item_img img:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.news_item_block .l_news_content {
  border: 1px solid #ebebeb;
  border-top: 0px;
  padding: 30px 35px;
}

.news_item_block .l_news_content h4 {
  font-size: 18px;
  color: #232d37;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 500;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.news_item_block .l_news_content h4:hover {
  color: #000;
}

.news_item_block .l_news_content p {
  font-size: 14px;
  line-height: 26px;
  color: #51545f;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 400;
  padding: 15px 0px 10px 0px;
}

.news_item_block:hover {
  -webkit-box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 10px 50px 0px rgba(0, 0, 0, 0.8);
}

/* Latest News End */





/* Footer Start */
.footer_box {
	background: #999 ;
  overflow: hidden;
  padding: 10px 0px;
}

.footer_title {
  padding-bottom: 25px;
}

.footer_title h3 {
  color: #fff;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: 600;
  font-size: 16px;
}


.footer_mail ul {
  padding-top: 20px;
}

.footer_mail ul li {
  display: inline-block;
  margin-right: 32px;
}

.footer_mail ul li a {
  font-size: 14px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_mail ul li:hover a {
  color: #2bc0a4;
}

.footer_mail ul li:last-child {
  margin-right: 0px;
}

.footer_tags {
  margin-left: 70px;
}

.footer_tags ul {
  width: calc(100% / 2);
  float: left;
  margin-top: -4px;
}

.footer_tags ul li a {
  position: relative;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 36px;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_tags ul li a i {
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.footer_tags ul li:hover a {
  padding-left: 15px;
  color: #2bc0a4;
}

.footer_tags ul li:hover a i {
  opacity: 1;
}


.copy_right_area {
  background: #04081d;
  overflow: hidden;
}

.copy_right_area .float-md-left h5 {
  color: #51545f;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 50px;
}

.copy_right_area .float-md-left h5 a {
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
  color: #51545f;
  font-size: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  line-height: 50px;
}

.copy_right_area .float-md-left h5 a:hover {
  color: #2bc0a4;
}

.copy_right_area .float-md-right .nav li {
  margin-right: 35px;
}

.copy_right_area .float-md-right .nav li a {
  padding: 0px;
  line-height: 50px;
  font-size: 14px;
  color: #51545f;
  -webkit-transition: all 400ms linear 0s;
  -o-transition: all 400ms linear 0s;
  transition: all 400ms linear 0s;
}

.copy_right_area .float-md-right .nav li:last-child {
  margin-right: 0px;
}

.copy_right_area .float-md-right .nav li:hover a {
  color: #2bc0a4;
}

/* Media Queries Start */
/* Large desktops and laptops */
@media (min-width: 1200px) {
	

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

}

/* Portrait phones and smaller */
@media (max-width: 480px) { 
    table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr { border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 200px;
    margin-left: 150px;
  }
  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
  td:nth-of-type(2):before { content: "Service Type"; }
  td:nth-of-type(3):before { content: "Explanation"; }
  td:nth-of-type(4):before { content: "Result";}
  
  .main_menu_area li{
    display: block;
  }


}

/* Media Queries End */

/* Footer End */
