/* Custom css */

@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');
@import url('https://fonts.googleapis.com/css?family=Manuale:400,500,600,700');

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&family=Poppins:wght@100;200;300;400;500;600;700;800&display=swap');



/*  font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;  */

@font-face {
    font-family: 'gamecubendualset';
    src: url('../fonts/gamecube-webfont.woff2') format('woff2'),
         url('../fonts/gamecube-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}


a:focus, a:hover{
	outline: none;
}
a{
	 -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
a:hover{
    text-decoration: none;
}

*,ul{
	margin: 0;
	padding: 0;
}
*,li{
	list-style: none;
}

body{	
	font-size: 14px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}
h1 {
    font-size: 52px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 500;
    text-transform: capitalize;
    color: #28b463;
    margin: 0;
    line-height: 60px;
}
h2 {
    font-size: 42px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 900;
    text-transform: capitalize;
    color: #28b463;
    margin: 0;
    line-height: 50px;
}
h3 {
    font-size: 32px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    color: #28b463;
    margin: 0;
    line-height: 24px;
}
h4 {
    font-size: 22px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 700;
    color: #28b463;
    margin: 0;
    line-height:40px;
}
h6 {
    font-size: 15px;
    font-family: 'Poppins', sans-serif; 
    font-weight: 400;
    margin: 0;
    line-height: 24px;
    color: #28b463;
}
p {
    font-size: 20px;
    font-family: 'Poppins', sans-serif; 
    line-height: 30px;
    font-weight: 400;
}

/* menu bar */

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}
.navbar-default .navbar-toggle {
    border-color: #28b463;
    background: #28b463;
    outline: none;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 4px;
}
.navbar-header{
	display:none;
}


/*header-start*/
/*header.tm-header {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99;
}*/
.header-top {
    background-color: #fff;
    padding: 10px 0;
    font-size: 13px;
    border-bottom: 1px #bcbcbc solid;
}
.map-icon {
    color: #5f4b8b;
    font-size: 18px;
    margin-right: 5px;
}
.top-socail-icon ul li{
    display: inline-block;
    margin: 0 10px;
}
.top-socail-icon ul li a {
    color: #828282;
    font-size: 17px;
}
.header-top-social ul li {
    display: inline-block;
    margin-right: 18px;
}
.header-top-social li a{
	color: #fff;
}
.header-top-contact ul li {
    display: inline-block;
    color: #fff;
    margin-left: 35px;
}
.header-top-contact ul li i{
	margin-right: 8px;
}

/* Search Style */ 
.header-search-icon{
	color: #000;
}
.header-search #search {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
	     -moz-transform: translate(0px, -100%) scale(0, 0);
	      -ms-transform: translate(0px, -100%) scale(0, 0);
         -o-transform: translate(0px, -100%) scale(0, 0);
	          transform: translate(0px, -100%) scale(0, 0);    
    opacity: 0;
    display: none;   
}
.header-search #search.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
       -moz-transform: translate(0px, 0px) scale(1, 1);
    	  -ms-transform: translate(0px, 0px) scale(1, 1);
	       -o-transform: translate(0px, 0px) scale(1, 1);
	           transform: translate(0px, 0px) scale(1, 1); 
    opacity: 1;
    z-index: 106;
    display: block;
}
.header-search #search input[type="search"] {
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -51px;
    width: 60%;
    margin-left: 20%;
    color: #fbd13d;
  	background: transparent;
  	border-top: 1px solid #fbd13d;
  	border-bottom: 2px solid #fbd13d;
  	border-left: 0px solid transparent;
  	border-right: 0px solid transparent;
    font-size: 40px;
  	font-family: Roboto;
    font-weight: 300;
    text-align: center;
    outline: none;
  	padding: 10px;
}  
.header-search #search .close {
    position: fixed;
    top: 15px;
    right: 15px;
	  opacity: 1;
	  font-size: 27px;
  	color: #fff;
}
.header-search #search .close:hover{
  color: #fbd13d;
  cursor: pointer;
}
.header-navbar {
    padding: 0;
}
/* Search Style */
.header-btn{
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 15px;
    border-radius: 3px;
    font-weight: 700;
     -webkit-transition: all 0.5s ease-in-out;
       -moz-transition: all 0.5s ease-in-out;
        -ms-transition: all 0.5s ease-in-out;
	       -o-transition: all 0.5s ease-in-out;
            transition: all 0.5s ease-in-out;
}
.header-btn .login-icon img{
    width: 30px;
}
.header-btn a img {
    margin-right: 3px;
}
.navbar-light .navbar-brand {
    font-size: 36px;
    color: #611814;
    width: 280px;
}

.header-menu {
    background: #1a1a1a;
    position: absolute;
    width: 100%;
    z-index: 9;
    padding: 22px 0;
    border-bottom: 1px #6f6f6f solid;
}
.header-navbar .navbar-nav.header-list li a {
    color: #fff !important;
    /* text-transform: uppercase; */
    font-family: 'Poppins', sans-serif;
    padding: 7px 25px;
    font-size: 16px;
    text-transform: uppercase;
    /* font-weight: 700; */
    position: relative;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.header-list{
    margin-left: 7%;
}
/*.header-navbar .navbar-nav.header-list li a:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #5f4b8b;
    top: 0;
    right:40px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
       -moz-transition: all 0.8s ease-in-out;
        -ms-transition: all 0.8s ease-in-out;
           -o-transition: all 0.8s ease-in-out;
            transition: all 0.8s ease-in-out;
}*/
.header-navbar .navbar-nav.header-list li a:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 5px;
    background: #28b463;
    bottom: -24px;
    left: 40px;
    opacity: 0;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.header-navbar .navbar-nav.header-list li a:hover:before{
    opacity: 1;
    right: 0;
}

.header-navbar .navbar-nav.header-list li a:hover:after{
    opacity: 1;
    left: 0;
}
.header-navbar .navbar-nav.header-list li.active a:after{
    opacity: 1;
    left: 0;
}
.header-navbar .navbar-nav.header-list li.active a:before{
    opacity: 1;
    right: 0;
}

.header-navbar .navbar-nav.header-list li a:hover, .header-navbar .navbar-nav.header-list li.active a {
    color: #28b463 !important;
}

/*banner-end*/

.custom-heading h2 {
    border-bottom: 2px #28b463 solid;
    line-height: 70px;
}
.content-col form input{
	background: #f9f9f9
} 
.content-col form input {
    min-height: 50px;
    background: #f9f9f9;
    border: none;
    margin: 10px 0;
    color: #040404;
}
.content-col form textarea {
    background: #f9f9f9;
    border: none;
    margin: 10px 0;
    color: #040404;
}
.content-col form {
	margin-top: 30px;
}
.contact-content p{
	font-weight: 400;
	margin-top: 30px;
}
.content-col form button {
    background: #28b463;
    border-radius: 35px;
    padding: 18px 60px;
    border: 1px #28b463 solid;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: 12px;
}
.right-side-bar h3 {
    margin-top: 40px;
    border-bottom: 3px #28b463 solid;
    line-height: 50px;
    margin-bottom: 15px;
    font-size: 29px;
    display: inline-block;
    width: 100%;
}
.right-side-bar ul li {
    line-height: 40px;
    border-bottom: 1px #cecece solid;
}
.right-side-bar ul li a{
	color: #3a3a3a;
	font-size: 18px;
}
.aside-col p {
    font-size: 17px;
    margin-top: 15px;
    line-height: 24px;
    margin-bottom: 45px;
}
.content-col p {
    font-size: 16px;
}
/* footer */

footer {
    background: #1a1a1a;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.footer-col-row {
    padding: 50px 0 10px 0;
}
.footer-middle-col h4{
	color: #fff;
	text-transform: capitalize;
}
.footer-col{
	text-align: left;
}

.paymet-icon {
    margin-top: 50px;
    display: inline-block;
}
.browser-col{
    padding-top: 20px;
}
.browser-col .footer-socail-icon{
    padding-top: 0;
}
.footer-col .footer-nav ul li a {
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    color: #e9e9e9;
    line-height: 24px;
}
.footer-menu-custom ul li {
    display: inline-block;
    padding: 10px 15px;
}
.footer-menu-custom ul li a{
    color: #fec62a;
    font-family: 'Rajdhani', sans-serif;
    font-size: 18px;
    font-weight: 600;
}
.footer-menu-custom{
    padding:50px 0 30px 0;
}
.footer-col .footer-nav ul li a:hover{
    padding-left: 5px;
    color: #f63440;
}
.footer-col p {
    color: #efefef;
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
}
.footer-col .input-group input{
    min-height: 40px;
}
.footer-col .input-group-append button{
    background: #616161;
    border: 1px #616161 solid;
}

.footer-copyright {
    padding: 22px 0;
    /* border-top: 1
px
 #d8d8d8 solid; */
}
.footer-copyright p {
    margin-bottom: 0;
    color: #fff;
    font-weight: 400;
    font-size: 15px;
}
.footer-copyright a{
    color: #28b463;
}
.contact-col-footer ul li, .contact-col-footer ul li a{
	color: #9b9b9b;
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 26px;
}
.contact-col-footer ul li {
    padding-left: 32px;
    margin-bottom: 15px;
}
.contact-col-footer ul li span.footer-icon-contact {
    position: absolute;
    left: 15px;
}
.contact-col-footer{
	margin-top: 25px;
}
.footer-socail-icon{
    padding-top:10px;
}
.footer-socail-icon ul li {
    display: inline-block;
    margin: 0 2px;
}
.footer-socail-icon ul li a {
    /*width: 35px;
    height: 35px;
    background: #cfc2ff;*/
    display: block;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    color: #000;
    font-size: 18px;
}
/*.footer-socail-icon ul li a:hover{
	background: #8877c5;
	color: #fff;
}*/
.footer-copy-right{
	border-top:1px #4e4e4e solid;
}
.footer-copy-right p {
    padding: 25px 0;
    margin-bottom: 0;
    color: #696969;
}

.footer-menu {
    background: #fff;
    padding: 15px 0;
}
.footer-menu-col ul li {
    display: inline-block;
    padding: 10px 18px;
}
.footer-menu-col ul li a{
    color: #53565a;
    font-size: 16px;
    font-weight: 600;
} 
.footer-menu-col ul li a:hover{
    color: #f63440;
} 
.footer-up-col p {
    color: #53565a;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 8px;
}
.footer-up-col p span{
    color: #f63440;
}
/* footer end */


.section-heading {
    text-align: center;
    /* width: 100%; */
    margin: 0 auto;
    position: relative;
}
.custom-row {
    padding: 80px 0;
}
.thumble-slider-image-row {
    background: url(../images/win-bg.jpg);
    padding: 70px 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.section-heading h3 {
    font-size: 40px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-shadow: 10px 2px 18px #7a78a2;
    line-height: 40px;
    margin-bottom: 20px;
}
.section-heading h2 {
    font-size: 55px;
    font-family: 'gamecubendualset';
    color: #f1d830;
    font-weight: 600;
    text-shadow: 10px 2px 18px #3a3a3a;
    line-height: 40px;
}
.section-heading img{
    width: 80%
}
.thumble-img-content {
    position: relative;
    text-align: center;
    margin-top: 60px;
    padding: 10px;
}
.thumble-img-content h4 {
    position: absolute;
    font-family: 'Rajdhani', sans-serif;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
    padding: 7px 0;
}
#thumble-img-slider{
    padding: 0 20px;
}
#thumble-img-slider .owl-item img {
    box-shadow: 0px 2px 15px -2px rgb(240 216 40 / 40%);
}
.thumble-content-box h3{
    font-size: 22px;
    color: #111;
    font-weight: 700;
}
.thumble-content-box h5 {
    font-size: 14px;
    color: #e82328;
    line-height: 30px;
}
.thumble-content-box p {
    font-size: 13px;
    line-height: 20px;
}
.post-btn a {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 32px;
    width: 140px;
    padding: 9px 30px;
    margin: 0 auto;
    background: #f1d830;
    text-align: center;
    color: #111;
    font-size: 15px;
    text-transform: uppercase;
    margin-top: 20px;
    font-weight: 600;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #fff, #ffe262);
}
.post-btn a:hover{
    background: #fff;
}

#thumble-img-slider .owl-nav .owl-prev {
    position: absolute;
    left: -55px;
    top: 50%;
    font-size: 28px;
    background: #fff;
    padding: 3px !important;
    color: #e82328;
    width: 40px;
    height: 40px;
    border-radius: 23%;
    line-height: 18px;
    transform: translate(0px, -50%);
    border: 1px #fff solid;
}

#thumble-img-slider .owl-nav .owl-next {
    position: absolute;
    right: -55px;
    top: 50%;
    font-size: 28px;
    background: #fff;
    padding: 3px !important;
    color: #e82328;
    width: 40px;
    height: 40px;
    border-radius: 23%;
    line-height: 18px;
    transform: translate(0px, -50%);
    border: 1px #fff solid;
}

/* home contact */

.home-contact-row{
	background: #f7f7f7;
	background-position: center;
	background-size: cover;
    padding: 60px 0;
}

.contact-box form input {
    height: 44px;
    border-radius: 0;
    margin-bottom: 15px;
    color: #d0d0d0;
    padding: 12px 20px 12px 7px;
    font-size: 14px;
    /* font-family: 'Karla', sans-serif; */
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.contact-box form textarea {
    border-top: none;
    border-right: none;
    border-left: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    margin-bottom: 25px;
    max-height: 115px;
    padding: 12px 20px 12px 7px;
}
.contact-box form button {
    background: #5f4b8b;
    font-size: 15px;
    border: 1px #5f4b8b solid;
    font-family: 'Roboto', sans-serif;
    padding: 12px 45px;
    border-radius: 0;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}
.contact-box form button:hover{
    background: #46336f;
    border: 1px #46336f solid;
    color: #fff;
}


 /* home contact */

.col-white-bg {
    background: #fff;
    padding: 30px 50px;
}

.testi-img {
    width: 80px;
    height: 80px;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}
.testi-content p {
    margin-top: 10px;
    font-size: 16px;
}
.testi-content-img h5 {
    font-size: 18px;
    color: #5f4b8b;
    font-weight: 700;
}
.testi-content-img h6 {
    font-size: 16px;
    color: #949494;
    font-weight: 400;
    line-height: 15px;
    margin-bottom: 12px;
}
.testi-slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: #5f4b8b;
    border-radius: 50%;
    margin: 0 3px;
}


.two-row{
    padding: 100px 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
}
/*.box-col-two {
    border: 1px #dedede solid;
    padding: 35px;
    border-radius: 15px;
}*/
.box-col-two h2 {
    font-size: 32px;
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    font-weight: 700;
    text-shadow: 10px 2px 18px #7a78a2;
    line-height: 50px;
}
.box-col-two h3 {
    font-size: 50px;
    font-family: 'Orbitron', sans-serif;
    color: #fbe236;
    font-weight: 900;
    line-height: 55px;
}
.box-col-two img{
    margin-top: 30px;
}
.box-col-two p {
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    margin-top: 15px;
}
.box-col-two a {
    background: #f0d72f;
    padding: 10px 35px;
    color: #111;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 16px;
    margin-top: 8px;
    display: inline-block;
    border: 10px solid;
    border-image-slice: 1;
    border-width: 1px;
    border-image-source: linear-gradient(to left, #fff, #ffe262);
}
.box-col-two a:hover {
    background: #fff;
}
.project-tab {
    padding: 10%;
    margin-top: -8%;
}
.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #f63440;
    background-color: transparent;
    border-color: transparent transparent #f63440;
    border-bottom: 5px solid !important;
}
.project-tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    color: #0062cc;
    font-size: 16px;
    font-weight: 600;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.nav-fill .nav-item {
    text-align: center;
    color: #939393;
    font-size: 17px;
}
.tab-pane .media .media-body h5 {
    font-size: 17px;
    color: #f63440;
    margin-bottom: 3px;
}
.tab-pane .media .media-body p {
    font-size: 14px;
    line-height: 22px;
    color: #222;
}
.tab-pane .media img{
    margin-top: 0;
}
.tab-pane .media{
    margin: 10px 0;
}
.tab-row-custom .tab-pane{
    padding-top: 40px;
}
.patner-row {
    padding: 80px 0;
    background: #f8f8f8;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center top !important;
    margin-top: -50px;
    z-index: 9;
    position: relative;
}
.patner-logo {
    background: #fff;
    padding: 30px;
}
.search-icon-mibile{
    display: none;
}

.content-row {
    padding: 120px 0;
}
.content-col h3 {
    font-weight: 700;
    line-height: 40px;
    font-size: 28px;
    margin-bottom: 25px;
}
hr {

    border-top: 4px solid #31ab60;
}
.content-col a{
	color: #31ab60;
}
.content-col ul{
	margin-left: 20px;
}
.content-col ul li {
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
    line-height: 35px;
    font-weight: 400;
    list-style-type: disc;
}
.footer-col-custom img {
    width: 285px;
}