<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

body, input[type="text"], input[type="password"], select, textarea, .submit, .mybtn, .ddsmoothmenu ul li a, .heading-styled {
	font-family: "Helvetica",arial,sans-serif;
}

h1, h2, h3, h4, h5, h6, .price-label, .pricing table thead th, .fr-icon {
	font-family: "HelveticaBold",arial;
}


html {
  width: 100%;
  min-height: 100%;
  position: relative;
}

body {
  font-family: "Helvetica",arial,sans-serif;
  width: 100%;
  height: 100%;
  color: #2c3e50;
  background-color: #ffffff;
  overflow-x: hidden;
  overflow-y: scroll;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 25px;
    font-family: "Helvetica",arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
	line-height: 1.2;
	text-transform: none;
	color: #0e76bc;
}




p {
    margin: 0 0 25px;
    font-size: 0.876rem;
    line-height: 1.5;
	letter-spacing: 1px;
}

a {
    color: #0e76bc;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #dc6957;
}

.btn{ 
	cursor: pointer;
}

*, *::before, *::after{
  
  -webkit-transition: all 0.3s ease-in-out;
          transition: all 0.3s ease-in-out;
}


input::-webkit-input-placeholder { /* WebKit browsers */
    color:#cdd5e2 !important;
	font-size: .9rem;
}
input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#cdd5e2 !important;
	font-size: .9rem;
}
input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#cdd5e2 !important;
	font-size: .9rem;
}
input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:#cdd5e2 !important;
	font-size: .9rem;
}

.cursive {
	font-family: "Helvetica",arial,sans-serif;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
	cursor: pointer;
	color: #000000;
}

.navbar-light .navbar-toggler span{
	color: #000000;
}

.navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    color: #0e76bc;
}

.nav-item a.nav-link{ 
font-size: .9rem;
font-weight: 600;
line-height: 1.5;
color: #292b2c;
}

.navbar-brand img{ 
	height: 70px;
}

.top-nav-collapse{ 
	background-color: rgba(0, 71, 134, 0.9);
	border: 1px solid #0a4786;
	-khtml-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
  -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
  box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
}

.top-nav-collapse .navbar-brand img {
    height: 45px;
}

.jumbotron{
    height: 100vh;
	margin-bottom: 0;
	background-color: #f7f7f7;
	background-image: url(../img/src-top-back.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 0;
}


.src-full-banner {
    position: absolute;
    top: 5%;
    margin: 0 auto;
	right: 0;
	left: 0;
}

/*.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
color:#66c4ff;	
}*/

.navbar-light .navbar-nav .nav-link{
color:#ffffff;	
}


.navbar-light .navbar-nav .btn{ 
	border-radius: 100px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.8rem;
    padding-left: 0.8rem;
}

.btn-primary {
    background-color: #0e76bc;
    border-color: #0e76bc;
    color: #fff;
}

.btn-primary:hover, .btn-primary:focus {
    color: #dc6957;
    background-color: #025aa5;
    border-color: #025aa5;
}

.src-full-banner h1{
font-size: 51px;
text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.8);	
color: #66c4ff;
}

.up-footer h3{
text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.8);	
color: #66c4ff;
}


.src-full-banner .bnr-txt-block &gt; p, .up-footer p{
    padding: 0 30px;
    color: #f1f1f1;
    font-size: 1.5rem;
    line-height:1.5;
    font-weight: bold;
	text-shadow: none;
	margin-bottom: 0;
}

.src-full-banner .bnr-txt-block span{
    color: #dc6957;
}

.bnr-src-block .form-control{ 
	padding: 1.2rem 1.5rem;
	background-color: #f7fcff;
	border-radius: 100px;
}

.input-group-btn &gt; .btn{ 
	border-radius: 100px;
}

.up-footer .form-control{ 
	padding: .875rem 1.1rem;
	background-color: #ffffff;
	border-radius: 100px;
}

.blue-back{
	background-color: #CECED0;
	color: #444;
}

.blue-back h3{
	text-shadow: 1px 0px 1px rgba(0, 0, 0, 0.8);	
color: #66c4ff;
}



.top-gap-sec{ 
	padding-top: 95px;
}

.both-gap-sec{ 
	padding-top: 95px; 
	padding-bottom: 95px; 
}

.bottom-gap-sec{ 
	padding-bottom: 95px;
}

h3{
font-size: 38px;

}

p{ 
	font-size: 18px;
	font-weight: 300;
}


ul.tickstyled {
  list-style: none;
  padding-left: 2px;
  font-weight: 300;
}

ul.tickstyled li {
  padding-left: 2.8rem;
  margin-bottom: 0.8rem;
}

ul.tickstyled li:before {
  content: "\f00c"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -2.3em; /* same as padding-left set on li */
  width: 2.3em; /* same as padding-left set on li */
  color: #D13720;
}

.spacer-20{ 
	height: 20px;
}

.bycolor-sec {
    background-color: rgba( 234, 245, 255, 1);
}

.up-footer{ 
background-image: url(../img/bottom-img.jpg);
background-repeat: no-repeat;
background-size: cover;
}

.orange-txt{ 
	color:#dc6957;
}

.rate h5{ 
	margin-bottom: 5px;
}

.rate p{ 
	margin-bottom: 0px;
} 

/*----------------Courses effects----------------*/

.portfolio .portfolio-item {
  right: 0;
  margin: 0 0 30px; 
}
  .portfolio .portfolio-item .portfolio-link {
    position: relative;
    display: block;
    max-width: 400px;
    margin: 0 auto;
    cursor: pointer;
	overflow:hidden;
	  -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}


  .portfolio .portfolio-item.full-size .portfolio-link{
    max-width: 100%; 
}

  .portfolio .portfolio-item.full-size .portfolio-link img {
    height: 170px;
}


    .portfolio .portfolio-item .portfolio-link .portfolio-hover {
      position: absolute;
      width: 100%;
      -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
      transition: all ease .5s;
	  bottom: 0; 
}

 .portfolio .portfolio-item .portfolio-link .portfolio-hover{
      background-color: #0b639e; 
}

      .portfolio .portfolio-item .portfolio-link:hover .portfolio-hover{
		background-color: #dc6957; 
}


      .portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
        font-size: 2rem;
        width: 100%;
        text-align: center;
        color: #ffffff;	
		padding: 0 0px;
}

   .portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
       font-size: .9rem;
       color: #ffffff; 
	  -webkit-transition: all ease .5s;
      -moz-transition: all ease .5s;
       transition: all ease .5s;
	   padding: 9px 6px 6px 6px;
	   margin-bottom: 0;
	   opacity: 0.7;
}

.portfolio .portfolio-item .portfolio-link:hover .portfolio-hover .portfolio-hover-content p{ 
	opacity: 0.9;
}

.portfolio .portfolio-item .portfolio-link b{ 
	display: block; 
	font-size: 1rem;
	margin: 0 auto;
	text-align: center;
	width: 100%;
	color: #ffffff;
	 opacity: 1;
}

.portfolio .portfolio-item .portfolio-link img {
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}



/*----------------Courses effects end----------------*/






/*----------------footer----------------*/

.footer {
      background-color: #e7e7e7;
      color: #000;
      padding-top: 40px;
	  width: 100%;
	  height: auto;
	  line-height: 60px;
	  font-weight: 300;
	  font-size: .875rem;
}

.footer p{ font-size: .875rem;}

.footer .footer-copyright {
    background-color: #D13720;
    padding-top: 9px;
    padding-bottom: 6px;
    text-align: center;
}

.footer .row {
    margin-bottom: 14px;
}

.footer .navbar-brand {
    margin-top: 45px;
    height: 65px;
}

.footer .footer-copyright p {
    margin: 0px;
    color: #ffffff;
}

.footer ul {
    list-style-type: none;
    padding-left: 0;
    line-height: 1.7;
}

.footer h5 {
    color: #ffffff;
    font-weight: normal;
    margin-top: 10px;
	margin-bottom: 15px;
}

.footer .foot-menu a{
	/*color: #99b1ca;*/
	color: #000;
}

.footer .foot-menu a:hover{
	color: #D13720;
}

.footer .foot-menu a i{
	font-size: 1.2rem;
	margin-right: 5px;
}

.footer .foot-menu li{ 
	margin-bottom: 3px;
}

.join-txt p{ 
	margin-bottom: 5px; 
	/*color: #99b1ca;*/
	color: #000;
}

.footer .mail-gap{ 
	margin-top: 15px;
}

.footer .mail-gap a{ 
	color: #000;
}

.footer .mail-gap a:hover{ 
	color: #D13720;
}


.social a {
	background:#D13720;
	border: 1px solid #D13720;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;	
	width: 36px;
	line-height: 36px;
	margin: 0 3px;
	padding: 0;
	text-align: center;

	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	color: #ffffff;
}

.social a i {
	font-size: 1rem;
	margin: 0 0 0 1px;
}
.social a:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
	border: 2px solid #0e76bc;
	background: #ffffff;
	color: #000000 !important;
}

.poduct-box .product-info {
    margin-left: 65px;
}

.poduct-box .product-info h5{
    margin-bottom: 5px;
}

.poduct-box .product-info p{
    font-size: 1rem;
	font-weight: 300;
}

.poduct-box .product-img {
    float: left;
}

.poduct-box .product-img i {
	font-size: 2.6rem;
	color: #0e76bc;
    
}

.poduct-head-gap{ margin-bottom: 3rem;}

.blue-back h3 span {
    color: #dc6957;
}







.input-group.home-log span.wpcf7-form-control-wrap, .input-group.home-log span.wpcf7-form-control-wrap input {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
	width: 100%;
}




.page-companytraining .modal-dialog{ 
	margin-top: 15%;
}

.page-companytraining .wpcf7-not-valid{ 
	border-color: rgba(216,62,64,1.00);
}

.page-companytraining .wpcf7-not-valid:focus{ 
	border-color: rgba(92,179,253,1.00);
}




.page-corporate-home #sec_aboutus {
	padding: 80px 0;
}

.page-corporate-home #sec_aboutus p {
    font-size: 0.975rem !important;
}

















@media (min-width: 1281px) and (max-width: 1920px) {
	
.src-full-banner {
    top: 4%;
}
	
	.input-group-btn .btn{ 
		font-size:14px; 
	}

	.input-group-btn .btn span{ 
		display: block;
	}
	
}



@media (max-width: 1280px) {
	
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
        font-size: .875rem;
      }
	
	.src-full-banner {
    top: 3%;
}
	
	.src-full-banner h1{
    font-size: 40px;
}
	
		.input-group-btn .btn{ 
		font-size:14px; 
	}

	.input-group-btn .btn span{ 
		display: block;
	}
	
		.poduct-box .product-img i{ 
		font-size: 2.2rem;
	}
	
}

@media (max-width: 1200px) {

.portfolio .portfolio-item.full-size .portfolio-link img {
    height: 160px;
}

.navbar-toggleable-md .navbar-nav .nav-link {
    padding-right: 0.3rem;
    padding-left: 0.3rem;
}

.nav-item a.nav-link {
    font-size: .8rem;
}
	
}


@media (min-width: 20px) and (max-width: 992px) {

	.navbar-light.fixed-top{ 
	/*background-color: rgba(0, 71, 134, 0.9);
	border: 1px solid #0a4786;
	-khtml-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
	-moz-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
    -webkit-box-shadow: 0 0 5px 5px rgba(0,0,0,.2);
    box-shadow: 0 0 5px 5px rgba(0,0,0,.2);*/
	}
	
	
	
	.navbar-brand img {
    height: 35px;
}
	
	.top-nav-collapse .navbar-brand img {
    height: 32px;
}
	
	ul.navbar-nav{ 
		margin-top: 6px;
	}
	
	ul.navbar-nav .nav-item { 
		border-top: 1px solid #f2f2f2;
	}
	
	ul.navbar-nav .nav-item .btn{ 
		display: block;
		margin-top: 6px;
	}
	
	/*.navbar-light .navbar-nav .active .nav-link, .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus{
        color:#0e76bc;
		background-color: #f2f9fd;
    }*/
	
	.src-full-banner h1{
		font-size: 34px;

	}
	.src-full-banner .bnr-txt-block &gt; p{ color: #fffffff;}

	.up-footer p {
    padding: 0 20px;
    color: #ffffff;
    font-size: 1.2rem;
	}
	
	.bnr-src-block .form-control{ 
	padding: 1rem 1.1rem;
}
	
	.up-footer .form-control{ 
	padding: .8rem 1rem;
}
	
	

h3{
font-size: 28px;
}
	
p{ 
	font-size: 16px;
}
	
.src-full-banner {
    top: 2%;
}
	
	
	

}

@media (min-width: 20px) and (max-width: 767px) {
	
.src-full-banner {
    top: 2%;
}
	
.src-full-banner h1{
font-size: 25px;
}
	
	.src-full-banner .bnr-txt-block &gt; p, .up-footer p {
    padding: 0 10px;
    color: #ffffff;
    font-size: 1.1rem;
	}

	
h3{
font-size: 24px;

}
	
	.top-gap-sec{ 
		padding-top: 45px;
	}
	
	.both-gap-sec{ 
	padding-top: 45px; 
	padding-bottom:45px; 
}
	
	
.bottom-gap-sec{ 
	padding-bottom: 45px;
}
	
p{ 
	font-size: 14px;
}
	
	
.portfolio .portfolio-item.full-size .portfolio-link img {
    height: 120px;
}
	
	.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
        font-size: .8rem;
		line-height: 1.2; 
}
	
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	line-height: 1;
        
}
	
	.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i{
	  font-size: 1.2rem;
        
}
	
.join-txt {
    border-top: 1px solid #0f457b;
    padding-top: 1rem;
}
	
.footer, .footer p {
    font-size: .8rem;
}
	
		
	.poduct-box{ 
		padding-left: 20px; 
		padding-right: 20px;
	}
	
	.poduct-box .product-img i{ 
		font-size: 2.2rem;
	}
	
	.poduct-box .product-info p{ 
		font-size: .875rem;
	}	
	
	.poduct-box .product-info h5{
    font-size: 1.1rem;
}
	
.poduct-box .product-info {
    margin-left: 50px;
}
	
	.poduct-head-gap{ margin-bottom: 1.8rem;}
		
}



@media (min-width: 20px) and (max-width: 575px) {

.portfolio .portfolio-item {
  margin: 0 0 15px; 
}
	
	.portfolio .portfolio-item.full-size .portfolio-link img {
    height: auto;
}

	.portfolio .portfolio-item.full-size .portfolio-link {
    max-width: 400px;
}

.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content p{
    font-size: 0.875rem;
	line-height: 1.2;
}
	
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
	line-height: 1.2;
	top:45%;
        
}
	
	
.portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
    font-size: 2rem;
}	
	
.athe-foot {
    float: right;
	margin-top: 1rem;
}
	.brand-foot {
    padding-bottom: 1rem;
}
	
	.poduct-box .product-info {
    margin-left: 60px;
}	
	
}


@media (min-width: 20px) and (max-width: 425px) {
	
.src-full-banner {
    top: 2%;
}

	.bnr-src-block .form-control{ 
	padding: .8rem 1rem;
}
	
.up-footer .form-control{ 
	padding: .5rem 1rem;
}
	
	.input-group-btn .btn{ 
		font-size:12px; 
	}

	
}</pre></body></html>