@charset "UTF-8";
html {} body {
	background: url(../img/pattern.jpg)repeat;
}
h1 {
    color: #FFC000;
    font-size: 40px;
	font-weight:lighter;
	text-transform:capitalize;
    line-height: 110%;
    margin: 0;
	font-family: 'Roboto', sans-serif;
}
h2 {
    color: #FFC000;
    font-size: 22px;
    /*font-weight:lighter;*/
    text-transform:uppercase;
    font-family: 'Roboto', sans-serif;
    margin: 0px;
}
h3{
	color:#333333;
	font-size:24px;
    font-weight:lighter;
    font-family: 'Roboto', sans-serif;
}
p {
  	color:#1b4253;
	font-size:20px;
	line-height:130%;
	 font-family: 'Roboto', sans-serif;
}

@media(max-width:1199px){
	h1{
		font-size:27px;
	}
	h2{
		font-size:18px;
	}
	h3{
		font-size:20px;
	}
	p{
		font-size:13px;
	}
}

@media(max-width:480px){
	h1{
		font-size:27px;
		text-align:center;
	}
	h2{
		font-size:16px;
	}
	h3{
		font-size:18px;
	}
	p{
		font-size:16px;
		text-align:center;
	}
}



.text-white {
    color: #fff;
}
.orange {
    color: #f9b270;
}
.text-blue {
    color: #0169b2;
}
.grey {
    color: #535351;
}
section {
    padding: 5px 0;
}
section.padding-top {
    padding: 7em 0;
}
section.padding-up-top {
    padding-top: 7em;
}
section.padding-up-bottom {
    padding-bottom: 7em;
}
section.padding-disable {
    padding: 0;
}
section.padding-disable-top {
    padding-top: 0;
}
section.padding-disable-bottom {
    padding-bottom: 0;
}
.container-fluid {
    padding: 0;
}
.no-margin-top {
    margin-top: 0px;
}
.margin-top-60 {
    margin-top: 60px;
}
.margin-top-30 {
    margin-top: 30px;
}
.margin-top-45 {
    margin-top: 45px;
}
.margin-0 {
    margin: 0;
}
.margin-top-25 {
    margin-top: 25px;
}
.margin-top-20 {
    margin-top: 20px;
}
.margin-top-15 {
    margin-top: 15px;
}
.margin-top-6 {
    margin-top: 6px;
}
.margin-top-10 {
    margin-top: 10px;
}
.margin-top-0 {
    margin-top: 0px;
}
.margin-15{
    margin: 0px -15px ;
}
.text-align-left {
    text-align: left;
}
.text-align-center {
    text-align: center;
}
.text-align-right {
    text-align: right;
}
.width-85-block-desktop {
    max-width: 85%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*whats-app*/
#whats-app{
    position: fixed;
    top: 100px;
    right: 0;
}
#desktop-img{
    display: block;
}
#mobile-img{
    display: none;
}
@media (max-width: 480px) {
    #desktop-img{
        display: none;
    }
    #mobile-img{
        display: block;
    }
}

@media (max-width: 1024px) {
    .width-80-block-desktop {
        max-width: 100%;
    }
}
@media (max-width: 767px) {
    .width-80-block-desktop {
        max-width: 100%;
    }
}
.btn {
	color:#1B4253;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    background:#fff;
    display: inline-block;
    margin-top: 30px;
    border-radius: 30px;
    padding: 7px 30px;
	border: none;
    transition: 0.6s;
}
.btn:hover,
.btn:focus,
.btn:active {
    color: #fff;
    background: #6c9a27;
    border: none;
    transition: 0.6s;
   -webkit-box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
    box-shadow: 0 4px 5px 0 rgba(0,0,0,0.14), 0 1px 10px 0 rgba(0,0,0,0.12), 0 2px 4px -1px rgba(0,0,0,0.3);
}

header{
	padding:20px 0px;
}

header .headerList{
	margin-top:25px;
	text-align:right;
}

header ul{
	margin:0;
}

header ul li{
	color:#1b4253;
	font-size:16px;
	font-weight:300;
}

header ul li a{
	color:#68af31;
	font-weight:bold;
	font-size:21px;
	
}

@media(max-width:480px){
	header .headerList{
	margin-top:25px;
	text-align:center;
	}
	.header-logo{
		display:block;
		width:100%;
		max-width:100px;
		/*margin:0 auto;*/
	}
}

.hero-section .hero-section-wrapper{
	background:#fff;
	padding:0px 30px;
}

.cards-section{
	margin-top:5px;
}

.responsive-grid {
    background: url(../img/Banner.png)no-repeat;
    background-size: cover;
    display: block;
    margin: 0 -15px 0px;
    padding: 40px 30px;
    min-height: 450px;
}

.responsive-grid .item {
    float: left;
    display: block;
    padding: 0px 15px;
    width: 100%;
}
.responsive-grid .item .wrapper {
    padding-right: 55%;
    position: relative;
    /*background: #ffffff;*/
    box-shadow: none;
}


.responsive-grid .item .wrapper .media .media-left{
	width:55px;
}


/*.responsive-grid .item .wrapper.creative-right {
    padding-left: initial;
    padding-right: 55%;
    position: relative;
    background: #ffffff;
    box-shadow: none;
}*/
.responsive-grid .item .wrapper .image {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    bottom: 0;
    width: 55%;
}

.responsive-grid .item .wrapper.creative-right .image {
    position: absolute;
    display: block;
    left: initial;
    right: 0;
    top: 0;
    bottom: 0;
    width: 55%;
}
.responsive-grid .item .wrapper .content {
    padding: 20px;
	/*background: url(../img/pattern.jpg)repeat;*/
}
.black-bg{
    background: #00000094;
    border-radius: 15px;
}
.responsive-grid .item .wrapper .content.big {
    padding: 125px 45px;
	/*background: url(../img/pattern.jpg)repeat;*/
}
.responsive-grid .item .wrapper .content p{
	color:#fff;
	font-size:22px;
    font-weight: lighter;
	 font-family: 'Roboto', sans-serif;
}
.responsive-grid .item .wrapper .content .card-tagline{
	display:block;
	color:#fff;
	font-size:16px;
    font-family: 'Roboto', sans-serif;
	font-style:italic;
	margin-top:10px;
}
.form-section{
    padding: 30px 0px 20px 0px;
    background: #1B4253;
    margin: 0 -15px 0px;
}
.form-section-head{
    padding: 0px 15px;
}
.form-section .item .wrapper h2{
    text-align: center;
    font-family: 'Roboto', sans-serif;
}
.form-section .item .wrapper p{
    color: #fff;
    text-align: center;
    font-size: 16px;
    margin-top: 5px;
    font-weight: lighter; 
}
.form-group {
    text-align: center;
    margin-top: 30px;
}
.form-group input{
    background: none;
    border:none;
    border-radius: 0px;
    width: 85%;
    height: 25px;
    margin: auto;
    border-bottom: 1px solid #fff; 
    padding: 0px;
    color: #fff;
    font-size: 16px;
    box-shadow: none;
} 
.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: none;
    border-bottom: 1px solid #FFC000;
}
.img-overlay-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    display: inline-block;
    padding: 0px 20px;
    font-size: 20px;
    text-align: left;
    background: #20409ade;
    /*background-image: linear-gradient(-180deg, rgba(255,255,255,0.00) 0%, rgba(46,46,46,0.82) 60%, #282828 97%);*/
}
figcaption {
    background-color: #1d3c8fd9 !important;
    padding: 30px 20px !important;
    position: absolute;
    font-size: 16px;
    font-weight: lighter;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}
.img-overlay-info-text{
    width: 80%;
    display: inline-flex;
}
.img-overlay-info-text-icon{
    width: 20%;
    text-align: center;
    display: inline;
}
.img-overlay-info-text-icon img{
    padding: 15px 0px 0px 15px;
}
.text-light{
    font-weight: lighter;
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    line-height: 110%;
    color: #fff;
}
.text-para{
    font-weight: lighter;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    line-height: 110%;
    color: #fff;
}
.list-head{
    padding-top: 20px;
}
figcaption ul{
    padding: 0px 15px;
}
figcaption ul li p{
    font-weight: lighter;
    font-size: 15px;
    font-family: 'Roboto', sans-serif;
    line-height: 110%;
    margin: 0px ;
    padding: 0px;
    color: #fff;
}
figure:hover .img-overlay-info {
    display: none;
}

.koncent-sec{
    padding: 40px 0px;
}
.koncent-text{
    padding-top: 30px;
}
.koncent-text p{
    color: #333333;
    font-size: 24px;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
}
.footer-sec{
    background: #666666;
    padding: 15px 0px;
    width: 100%;
    display: block;
}
.footer-text p{
    color: #fff;
    font-weight: lighter;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
    padding: 0px;
    margin: 0px;
}
@media(max-width:1024px) {
    .responsive-grid {

        min-height: 380px;
    }
    .responsive-grid .item .wrapper .content {
        padding: 30px 30px;
    }
    .responsive-grid .item .wrapper .content .card-tagline {
        display: block;
        color: #fff;
        font-size: 12px;
        font-style: italic;
        margin-top: 10px;
    }
    .responsive-grid .item .wrapper .content p {
        color: #fff;
        font-size: 18px;
        font-weight: lighter;
        font-family: 'Roboto', sans-serif;
    }
    .text-light {
        font-weight: lighter;
        font-size: 18px;
        font-family: 'Roboto', sans-serif;
        line-height: 110%;
        color: #fff;
    }
    .img-overlay-info-text-icon img {
        padding: 15px 0px 0px 10px;
        width: 17%;
    }
    figcaption {
        background-color: #1d3c8fd9 !important;
        padding: 15px 15px !important;
        font-size: 14px;
    }
    .list-head {
        padding-top: 15px;
    }
    figcaption ul li p{
        font-size: 14px;
    }
}
@media(max-width:768px) {
    .responsive-grid {
        min-height: 300px;
    }
    .responsive-grid .item .wrapper.white-bg .content {
        padding: 35px 35px;
    }
    .responsive-grid .item .wrapper .content {
        padding: 30px 25px;
    }
    .responsive-grid .item .wrapper {
        padding-right: 43%;
        position: relative;
        box-shadow: none;
    }
    /*.img-overlay-info {
        padding: 0px 10px;
    }
     .img-overlay-info-text-icon img {
        padding: 15px 0px 0px 5px;
        width: 17%;
    }
    .text-light {
        font-weight: lighter;
        font-size: 14px;
        font-family: 'Roboto', sans-serif;
        line-height: 110%;
        color: #fff;
    }
    .text-para {
        font-size: 12px;
        line-height: 100%;
    }*/
}
@media(max-width:480px) {
    .responsive-grid {
        margin: 0 -15px 0px;
        padding: 15px 0px;
}
    .responsive-grid .item .wrapper {
        padding-left: initial;
        padding-right: 0;
    }
    .responsive-grid .item .wrapper .image {
        position: initial;
        display: block;
        width: 100%;
        height: 280px;
    }
    .responsive-grid .item .wrapper .content {
        display: block;
        width: 100%;
        padding: 210px 0px 0px 0px;
    }
   
    .responsive-grid .item .wrapper.creative-right {
        padding-right: initial;
    }
   
    .responsive-grid .item .wrapper.creative-right .image {
        position: absolute;
        display: block;
        width: 100%;
        height: 300px;
    }
   
    .responsive-grid .item .wrapper.creative-right .content {
        display: block;
        width: 100%;
           padding: 335px 35px 30px;
    }
	.responsive-grid .item .wrapper h3{
		font-size:16px;
	}
	.responsive-grid .item .wrapper .content .card-tagline{
		text-align:center;
	}
    .form-group input{
        width: 100%;
        margin-bottom: 20px;
    }
    .form-section .item .wrapper p{
        font-size: 14px;
    }
    .btn{
    margin-top: 15px;
    }
     .img-overlay-info-text-icon img {
        padding: 15px 0px 0px 15px;
        width: 15%;
    }
    .text-light {
        text-align: left;
    }
    .text-para{
        text-align: left;
    }
    figcaption ul li p{
       text-align: left;
    }
    .koncent-sec {
        padding: 15px 0px;
    }
    .koncent-text p {
        font-size: 18px;

    }
}
.copyright-text{
	color:#fff;
	display:block;
	text-align:center;
	font-size:19px;
	margin-bottom:20px;
}
.svg-container {
    display: inline-block;
    position: absolute;
    top: -8%;
    left: -2%;
    width: 100%;
    padding-bottom: 100%;
    vertical-align: middle;
    overflow: hidden;
    background-width: 100%;
}
.svg-content {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}
.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
	border:4px inset #8cc832;
    background: rgba(140,200,50, 0.52) url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    z-index: 1000;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible,
.cd-top.cd-fade-out,
.no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-top.cd-fade-out {
    opacity: .9;
}
.no-touch .cd-top:hover {
	border:4px solid transparent;
    background-color: #be912e;
    opacity: 1;
}
.copyright {
    color: #fff;
    padding: 5px 0px;
    background: #2e2e2e;
}
.copyright p {
    margin-bottom: 0px;
}
.site-rights {
    font-size: 16px;
    margin-bottom: 0px;
    padding-top: 20px;
    color: #fff;
}

.copyright a {
    color: #fff;
    text-decoration: none;
}
.social-icons {
    padding-top: 5px
}
.social-icons p {
    font-size: 16px;
    margin-bottom: 6px;
    color: #fff;
}
.social-icons ul li {
    display: inline-block;
}
.social-icons ul {
    padding: 0px;
}
.social-icons ul li a i {
    font-size: 16px;
    height: 35px;
    width: 35px;
    border: 2px solid #fff;
    padding: 8px;
    margin: 0px 4px;
	transition:0.4s;
    border-radius: 50%;
}
.social-icons ul li a:hover {
    color: #fff;
}

.social-icons ul li a i:hover.fa.fa-facebook{
	color:#fff;
	transition:0.4s;
	background:#3b5998;
}


.social-icons ul li a i:hover.fa.fa-twitter{
	color:#fff;
	transition:0.4s;
	background:#1da1f2;
}

.social-icons ul li a i:hover.fa.fa-instagram{
	color:#fff;
	transition:0.4s;
	background:#8a3ab9;
}

.social-icons ul li a i:hover.fa.fa-rss{
	color:#fff;
	transition:0.4s;
	background:#f26522;
}
.footer-sec {
    background: #333333;
    padding: 10px 0px;
}
.footer-sec .wrapper {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    text-align: center;
}
.footer-sec .wrapper a {
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    padding: 0px 3px;
    text-align: center;
}
.footer-sec .wrapper a i {
    font-size: 14px;
    height: 26px;
    color: #8CC73F;
    width: 26px;
    border: 2px solid #8CC73F;
    padding: 5px;
    margin: 0px 0px;
    border-radius: 50%;
}
hr {
    width: 20%;
    margin: auto;
    margin-top: 8px;
    margin-bottom: 8px;
    border: 0;
    border-top: 1px solid #666666;
}
.tsc_ribbon_wrap > div:last-of-type {
    margin-bottom: 0;
}
.tsc_ribbon_wrap:before, .tsc_ribbon_wrap:after {
    content: "";
    display: table;
}
.tsc_ribbon_wrap:after {
    clear: both;
}
.tsc_ribbon_wrap {
}
.tsc_ribbon_wrap .ribbon-wrap {
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    z-index: 0;
}
.tsc_ribbon_wrap .ribbon-wrap > span {
    display: block;
    height: 100%;
    position: relative;
}
.tsc_ribbon_wrap .ribbon-wrap > span:before, .tsc_ribbon_wrap .ribbon-wrap > span:after {
    content: "";
    position: absolute;
    z-index: -1;
}
.tsc_ribbon_wrap .ribbon-wrap:before, .tsc_ribbon_wrap .ribbon-wrap:after {
    content: "";
    position: absolute;
    z-index: -2;
}
.tsc_ribbon_wrap.edge {
    position: relative;
}

.tsc_ribbon_wrap .right-edge.fork {
    height: 80px;
    line-height: 160%;
    right: -15px;
    top: 0px;
    width: 200px;
}
.tsc_ribbon_wrap.ie8 .right-edge.fork > span:before {
    display: none;
}
.tsc_ribbon_wrap .right-edge.fork > span:after {
    border-style: solid;
    border-width: 40px;
    left: -40px;
    top: 0;
}
.tsc_ribbon_wrap .right-edge.fork:before {
    background: none repeat scroll 0 0 #666666;
    bottom: 5px;
    box-shadow: -25px 8px 4px rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 18px;
    transform: rotate(22deg) skew(-18deg, -28deg);
    width: 80px;
}
.tsc_ribbon_wrap .right-edge.fork:after {
    background: none repeat scroll 0 0 #666666;
    box-shadow: -20px -5px 4px rgba(0, 0, 0, 0.5);
    height: 40px;
    left: 13px;
    top: 5px;
    transform: rotate(-32deg) skew(18deg, 28deg);
    width: 80px;
}

.tsc_ribbon_wrap .lblue.right-edge.point:after {
    background-color: #1D3C8F;
    background-image: linear-gradient(-45deg, #1D3C8F, #24769D);
}

.tsc_ribbon_wrap .lblue.right-edge:before {
    border-right-color: #174C66;
    border-top-color: #174C66;
}

.tsc_ribbon_wrap .lblue.right-edge.fork > span {
    background-color: #1D3C8F;
        padding: 10px 0px;
        font-size: 20px;
        line-height: 150%;
        /*font-weight: bolder;*/
        font-family: 'Roboto', sans-serif;
    background-image: -moz-linear-gradient(right center , #1D3C8F 0px, #1D3C8F 5px, #24769D 15%, #24769D 65%, #1D3C8F 100%);
}

.tsc_ribbon_wrap .lblue.right-edge.fork > span:after {
    border-color: #1D3C8F #1D3C8F #1D3C8F transparent;
}
.tsc_ribbon_wrap .lblue.right-edge.fork > span:before {
    border-right-color: #174C66;
    border-top-color: #174C66;
}

@media(max-width:480px){
    .responsive-grid{
        display: none;
    }
    .mobile-responsive-grid{
        display: block;
        background: url(../img/mobile-banner.jpg)no-repeat;
        background-size: cover;
        background-position: center;
        margin: 0 -15px 0px;
        min-height: 360px;
    }
    .black-bg{
        background: none ;
    }
    .img-hover-wrappar{
        margin-bottom: 15px;
    }
    hr {
        width: 60%;
        margin: auto;
        margin-top: 8px;
        margin-bottom: 8px;
        border: 0;
        border-top: 1px solid #666666;
    }
    .tsc_ribbon_wrap .right-edge.fork {
        height: 60px;
        line-height: 150%;
        right: -15px;
        top: 0px;
        width: 125px;
    }
    .tsc_ribbon_wrap .lblue.right-edge.fork > span {
        background-color: #1D3C8F;
        padding: 12px 2px;
        font-size: 12px;
    }
    .tsc_ribbon_wrap .right-edge.fork > span:after {
        border-style: solid;
        border-width: 30px;
        left: -40px;
        top: 0;
    }
}