﻿
body {
	margin: 0 auto;
	padding: 0;
	background: #fff;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased !important;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility !important;
	padding-top: 110px;
	}
	
a {
    color: #373737;
    text-decoration: none;
	}
	

a:hover {
    color: #006496;
    text-decoration: none;
	}
	
	
hr {
    margin-top: 30px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #dedede;
	}



/*=================================
			  fonts
==================================*/
	
	
@font-face{
	font-family:FuturaStd-Book;
	src:url('../fonts/FuturaStd-Book.ttf')
	}
	
@font-face{
	font-family:FuturaStd-Heavy;
	src:url('../fonts/FuturaStd-Heavy.ttf')
	}

@font-face{
	font-family:impact_0;
	src:url('../fonts/impact_0.ttf')
	}
	
	
/*=================================
			  fonts  end
==================================*/


.clear { clear: both; }
.hideobj { display: none; }
.hide-obj { display: block; }
.new-img {
    background: url(../img/others/image.jpg) center center no-repeat #e2e4bd;
    background-size: 100% auto;
    max-height: 100vh;
    height: 100vh;
}
.btn-entry {
    bottom: 30px;
    display: block;
    width: 100%;
    position: absolute;
    text-align: center;
}
.btn-entry-but {
    padding: 10px 100px;
    color: #fff !important;
    font-size: 1.1rem;
    font-weight: 500;
    border-radius: 50px;
     background-color: #f0504b; 
     background-image: url(images/radial_bg.png); 
     background-position: center center; 
     background-repeat: no-repeat; 
      background: -webkit-gradient(radial, center center, 0, center center, 460, from(#eb2323), to(#f0504b)); 
       background: -webkit-radial-gradient(circle, #eb2323, #f0504b); 
        background: -moz-radial-gradient(circle, #eb2323, #f0504b); 
       background: -ms-radial-gradient(circle, #eb2323, #f0504b);
       box-shadow: *0 1px 5px rgba(0,0,0,0.2);
-khtml-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
-ms-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
-o-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
        }
.col-centered {float: none;margin: 0px auto;}
.border { border: 1px solid #d2d2d2;}
.border-all { border: 1px solid #d2d2d2; padding: 25px; margin-top: 30px}
.border-pro { border: 1px solid #d2d2d2; padding: 25px;}
.probase { border: 1px solid #d2d2d2; padding: 15px; background:#fff; }
.content-block .probase h1 { font-size: 18px; font-weight: 600; text-align: center; margin-bottom: 10px; margin-top: 10px; color: #222; }
.content-block .probase h2 { font-size: 16px; font-weight: 500; text-align: left; color: #222; }
.content-block .probase h2 span { color: #de1616; }
.content-block .probase h2 span i { margin-right: 5px; }
.content-block .probase h3 { font-size: 16px; font-weight: 500; text-align: right; color: #222; }
.t2b50 {margin-bottom: 50px;margin-top: 50px;}
.t2b30 {margin-bottom: 30px;margin-top: 30px;}
.t2b15 {margin-bottom: 15px;margin-top: 15px;}
.t2b20 {margin-bottom: 20px;margin-top: 20px;}
.bsp30 {margin-bottom: 30px;}
.topsp15 {margin-top: 15px;}
.topsp20 {margin-top: 20px;}
.topsp25 {margin-top: 25px;}
.its35 {margin-top: 35px;}
.space2 {padding: 2px;}
.spleft35 {padding-left:35px;}
.loader::after,.loader::before,.main_logo:after,.main_menu ul li a:after {content:""}
.main_menu,.main_menu ul {text-align: center;}
.gal_btns .fa,a,a:focus,a:hover {text-decoration:none}
.timeline ol,ul li {list-style:none}
a {
 cursor:pointer;
 -webkit-transition:all .3s ease-in-out;
 -moz-transition:all .3s ease-in-out;
 -ms-transition:all .3s ease-in-out;
 -o-transition:all .3s ease-in-out;
 transition:all .3s ease-in-out
}
a:focus,a:hover {outline:0;}
ul {padding:0;margin:0}
.loader_wrapper {
 background-color:#fff;
 position:fixed;
 z-index:10;
 width:100%;
 height:100%
}
.loaded .loader_wrapper {display:none}
.loader {
 width:250px;
 height:50px;
 line-height:50px;
 text-align:center;
 position:absolute;
 top:50%;
 left:50%;
 -webkit-transform:translate(-50%,-50%);
 transform:translate(-50%,-50%);
 text-transform:uppercase;
 font-weight:900;
 color:#7ab11a;
 letter-spacing:.2em
}
.main_blog_link ul li a,.main_menu ul li a,.main_mtch_date span,.main_pst_data h2 {
 text-transform:capitalize
}
.loader::after,.loader::before {
 display:block;
 width:15px;
 height:15px;
 background:#7ab11a;
 position:absolute;
 -webkit-animation:load .7s infinite alternate ease-in-out;
 animation:load .7s infinite alternate ease-in-out
}
.loader::before {
 top:0
}
.loader::after {
 bottom:0
}
@-webkit-keyframes load {
 0% {
  left:0;
  height:30px;
  width:15px
 }
 50% {
  height:8px;
  width:40px
 }
 100% {
  left:235px;
  height:30px;
  width:15px
 }
}
@keyframes load {
 0% {
  left:0;
  height:30px;
  width:15px
 }
 50% {
  height:8px;
  width:40px
 }
 100% {
  left:235px;
  height:30px;
  width:15px
 }
}


header {
	top: 0;
	left: 0;
	right: 0;
	position: fixed;
	border: 0;
	border-radius: 0px;
	z-index: 1030;
	-webkit-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
     box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.1);
	}
.main_top_bar { width:100%; background-color: #fff; }	
.main_top_left { padding: 0;}
.main_top_left ul.left-side { padding:0; margin:0 0 0 30px; list-style: none; text-align: left;}
.main_top_left ul.left-side li { display:inline-block; padding: 10px; color:#fff; font-size:0.75rem; font-weight: 400; }
.main_top_left ul.left-side li:not(:first-child):before { content: " | "; padding-right: 10px; }
.main_top_left ul.left-side li i { padding-right: 5px;}

.main_top_left ul.right-side { padding:0; margin:0; list-style: none; text-align: right;}
.main_top_left ul.right-side li { display:inline-block; padding: 12px 55px 0 0; color:#fff;  }
.main_top_left ul.right-side li h6 i { padding-right: 2px;}
.main_top_left ul.right-side li h6 { font-weight: 500; color: #fff; margin: 0; font-size:0.875rem; text-align: left; margin-bottom: -2px; }
.main_top_left ul.right-side li label { font-size:1.1rem; font-weight: 400; line-height: 1.5rem; /*text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);*/ text-align: left; color: #053705; display: block; }
	
.main_top_info { padding: 0;}
.main_top_info .main_tp_no { color:#fff; font-size:0.75rem; }
.main_top_info ul { padding:0; margin:0 30px 0 0; list-style: none; text-align: right;}
.main_top_info ul li { display:inline-block; padding: 10px 0; }
.main_top_info ul li:last-child { margin-right:0;  }
.main_top_info ul li a { 
    color:#fff;
     padding: 10px 12px 11px;
     position:relative;
     z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }

.main_top_info ul li a:hover { 
    color: #006496; 
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }

.main_top_info ul li a:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top: 100%;
	bottom:0;
	background-color:#fff;
	z-index: -1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }

.main_top_info ul li a:hover:after{
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }

.main_menu_wrapper { background-color:#053705; }
.main_top_left { background-color:#50be00; border-bottom: 1px solid #fafa32; }
.main_search { padding:15px 0 15px 25px; color:#fff; }
.dropdown-expander,.menu_cross,.main_logo_toggle,button.main_menu_btn { display:none; }
.main_menu ul li {display:inline-block;position:relative}
	
.main_menu ul li a {
	 color:#fff;
	 padding: 15px 25px;
	 display:block;
	 font-size:1rem;
     font-weight: 400;
     text-transform: uppercase;
	 position:relative;
     z-index: 1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	}

.main_menu ul li a:hover { 
	color: #50be00;
    -webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
	 }

/*.main_menu ul li a:after{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:100%;
	background-color:#006496;
	z-index: -1;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }

.main_menu ul li a:hover:after{
	left:0;
	right:0;
	top:0;
	bottom:0;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
	-ms-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
    }*/

.main_menu ul li a.active { color: #006496;}
.main_search i { cursor: pointer; }
.main_logo {
	 /*position:absolute;
	 width:210px;
	 padding:0px;
	 margin: 0;
	 z-index:1;
	 top: 45px;
	 left: 30px;*/
     display: block;
     margin-top: 7px;
	}
.main_logo img { width: auto; }
.gal_btns .fa,.main_banner_content,.main_count_box,.main_rslt_data,.main_team_name,.slick-arrow { text-align:center; }
 
.srch_inner input[type=text] {
	 width:100%;
	 height:55px;
	 padding:0 20px;
	 border:1px solid transparent;
	 font-size:18px;
	 font-style:italic
	}

.main_btn,.main_button {border:1px solid #7ab11a;}
.main_btn,.slick-arrow {transition:all .3s ease-in-out;cursor:pointer}

.main_sidebar .main_side_match .nav-tabs .nav-link {
	 border:none;
	 border-top-right-radius:0;
	 border-top-left-radius:0;
	 font-size:25px;
	 text-transform:capitalize;
	 color:#484848;
	 padding:0 30px 0 0;
	 position:relative
	}
	
.main_sidebar .main_side_match .nav-tabs .nav-link:after {
	 position:absolute;
	 width:3px;
	 height:21px;
	 background-color:#484848;
	 content:"";
	 right:10px;
	 top:7px
	}
	
.nav-tabs .nav-item:last-child a:after,ul.cmnt_info li:last-child a:after { display:none; }

.main_sidebar .main_side_match .nav-tabs .nav-item.show .nav-link,.main_sidebar .main_side_match .nav-tabs .nav-link.active {
	 color:#7ab11a;
	 background-color:#fff;
	 border-color:#ddd #ddd #fff
	}

.main_sidebar .main_side_match ul.nav.nav-tabs {
	 display:inline-block;
	 width:100%;
	 border:none
	}
	
.main_sidebar .main_side_match .nav-tabs .nav-item {display:inline-block}
.main_side_tab {padding-top:20px;display:inline-block;width:80%}	
.main_side_tab h3 {font-size:16px;padding-bottom:20px;text-align:left}	
.main_side_tab .main_team_no {
	 height:40px;
	 padding:0 15px 0 30px;
	 font-size:20px;
	 line-height:44px;
	 right:-45px;
	 margin-top:-19px
	}	
.main_side_tab .main_rslt_img.rslt_left .main_team_no {
	 left:-42px;
	 right:auto;
	 padding:0 32px 0 14px;
	 transform:skew(25deg);
	 -webkit-transform:skew(25deg);
	 -moz-transform:skew(25deg);
	 -ms-transform:skew(25deg);
	 margin-top:-18px
	}	
.main_side_tab .main_rslt_img { margin-top:10px; }
.main_side_tab .rslt_date {
	 text-align:center;
	 padding-top:15px;
	 font-size:16px
	}	
h2.widget-title {
	 font-size:25px;
	 color:#7ab11a;
	 padding:30px 0 20px
	}	
.main_sidebar .widget {
	 padding-bottom:30px;
	 border-bottom:1px solid #a1a1a1;
	 display:inline-block;
	 width:100%
	}
.modal-dialog {
    width: 420px;
    margin: 30px auto;
    overflow: hidden !important;
    }
.modal-header .close {padding:0;margin:0;}
.modal-content {
    -webkit-box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.72);
    -moz-box-shadow: 0px 10px 35px -20px rgba(0,0,0,0.72);
    box-shadow: 0px 10px 35px -20px #1f181b;
    padding: 30px;
    border: 1px solid #4b8cfa;
    text-align: center;
    }
.modal-title {
    margin: 0;
    line-height: 1.42857143;
    text-align: center;
    font-size: 22px;
    padding-bottom: 10px;
    }

.modal-header {
    display: block;
    padding: 0;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    margin-bottom: 15px;
}

.md-form .prefix ~ label {margin-left: 3rem;}

.md-form .prefix {
    -webkit-transition: color .2s;
    transition: color .2s;
    position: relative;
    width: 20px;
    font-size: 1rem;
    padding-top: 10px;
    padding-left: 5px;
}

/*input[type="date"] i:focus:not([readonly]), input[type="datetime-local"] i:focus:not([readonly]) i, input[type="email"] i:focus:not([readonly]), input[type="number"] i:focus:not([readonly]), input[type="password"] i:focus:not([readonly]), input[type="search-md"]:focus i:not([readonly]), input[type="search"] i:focus:not([readonly]), input[type="tel"], input[type="text"] i:focus:not([readonly]), input[type="time"] i:focus:not([readonly]), input[type="url"] i:focus:not([readonly]), textarea.md-textarea i:focus:not([readonly]), { color: #006496;}*/

.md-form .form-group ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: left;
    }

.md-form .form-group ul li {
    display: inline-block;
    padding: 0 2px;
    text-align: left;
    width: 32%;
    margin-top: 40px;
    }
/*input[type="text"]{line-height:2rem !important;}
.md-form label.active {line-height:1.1rem !important;}*/
.md-form label.topadj {top: -12px;}
/*.md-form, .md-form .btn {margin-bottom: 2rem;}*/


.forget-pass {
    margin-top: 15px;
    padding: 15px;
    color: #6f6f6f;
    border-bottom: 1px solid #d2d2d2;
    }

.forget-pass:hover {color: #6f6f6f;}
.forget-pass a {color: #6f6f6f;text-decoration: none;}
.forget-pass a:hover {color: #6f6f6f;}
.adminlogin-content {padding: 30px;border: 1px solid #14c8c8;}
.adlibkhome {margin: 15px 0px;padding: 15px 0px;color: #6f6f6f;}
.adlibkhome a {
    color: #6f6f6f;
    text-decoration: none;
    font-size: 16px;
    text-align: left;
    }
.adlibkhome a:hover {color: #6f6f6f;}
.adlibkhome span {
    font-size: 16px;
    text-align: left;
    margin-right: 7px;
    color: #14c8c8;
    }
.btn {
    font-size: 1rem;
    font-weight: 600;
    padding: .5rem 2.2rem;
    margin: 0;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal !important;
    cursor: pointer;
}
.btn-primary {
    background-color: #50be00 !important;
    color: #fff !important;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}	
.btn-contact {
    background-color: #053705 !important;
    color: #fff !important;
    font-size: 1.1rem !important;
    font-weight: 700 !important;
    padding: 10px 25px !important;
}

.btn-dark {
    background-color: #0f370f !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 10px 25px !important;
    border-radius: 60px;
}

.combobox {
    margin: 1em auto;
    width: 50%;
    color: #161616 !important;
    }

.admin-body {padding-top: 0 !important;}

.strip-admin {
    padding: 15px 0px;
    text-align: center;
    font-size: 14px;
    border-top: 5px solid #006496;
    color: #999;
    background: #053705 ;
    }

.strip-admin h1 {
    color: #fff ;
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.strip {
    padding: 25px 0px;
    text-align: center;
    font-size: 14px;
    border-top: 5px solid #053705 ;
    color: #fff;
    background: #161914;
    margin-top:5px;
    }

.strip h1 {
    color: #50be00;
    font-size: 2.5rem;
    font-weight: 300;
    text-transform: uppercase;
    margin-bottom: 13px;
}

.note { font-size:1.1rem; font-weight: 700; color:#de1616; margin-bottom: 10px; display: block;}

.table-responsive > .table-bordered { border: 1px solid #dee2e6; }
table.table td, table.table th { padding-top: .6rem; padding-bottom: .6rem; vertical-align: middle;}
table.table th { padding-top: .6rem; padding-bottom: .6rem; background: #0f370f; color: #fff; }


.midpart {
	background-color: #f0f0f0;
	padding: 0px;
	clear: both;
	}
	
.welcome-part {
	background-color: #fff;
	padding: 100px 0px;
	clear: both;
	}

.welcome-part h1 {
    font-size: 2.2rem;
    font-weight: lighter;
    color: #000;
    line-height: 3rem;
    text-align: justify;  
}

.welcome-part h2 {
    font-size: 1.5rem;
    font-weight: 500;
    color: #111;
    line-height: 2rem;
    text-align: justify;
    margin-bottom: 25px;
    padding-bottom: 15px;
    margin-top: 0;
    border-bottom: 1px solid #c8c8c8;
}

.welcome-part h3 {
    font-size: 1.7rem;
    font-weight: 500;
    color: #111;
    line-height: 2rem;
    text-align: center;
    margin-bottom: 15px;
    margin-top: 25px;
}

.welcome-part h3 span {
    display: block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2.5rem;
    margin-top: 15px;
    color: #de1616;
    padding-top: 15px;
    border-top: 1px solid #c8c8c8;
}
.welcome-part p {
    font-size: 1rem;
    color: #000;
    line-height: 1.5rem;
    text-align: justify;
    margin-bottom: 15px;
    margin-top: 15px;
}
.welcome-part-text {
    margin-bottom: 30px;
    margin-top: 30px;
}
.welcome-part-text h1 {
    font-family: impact_0;
    font-size: 3rem;
    font-weight: 300;
    color: #053705;
    line-height: 3rem;
    text-align: center;
    text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}
.welcome-part-text h1::before {
    position: absolute;
    content: "";
    height: 2px;
    right: 38%;
    top: 22px;
    width: 100px;
}
.welcome-part-text h1::after {
    position: absolute;
    content: "";
    height: 2px;
    left: 38%;
    top: 22px;
    width: 100px;
}
.welcome-part-text h1::before, .welcome-part-text h1::after {background: #053705;}
.welcome-part .base-a {margin-top: 30px;margin-bottom: 30px;}
.welcome-part .base-b {margin-bottom: 30px;}
.welcome-part-base {padding: 0px 100px;}

.end-part {
    padding: 210px 0;
    margin: 0;
    background: url('../img/banner/baner1.jpg') center center no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.end-part h2 {
    margin: 15px 0;
    font-size:3rem;
    color: #fff;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center; 
}
.end-part  p {font-size:2.2rem;font-weight:300;color:#fff;text-align:center; }
.end-part a {
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: none;
    color: #fff;
    padding: 10px 25px;
    margin: 0 auto;
    display: block;
    background: #50be00;
    width: 210px;
}

.footer {background: #7ddeff url(../img/others/delhi.png) center bottom no-repeat;background-size:contain;padding-bottom: 240px;}
.top-footer {padding: 10px;}

.top-footer, .top-footer a {color: #fff;}
.copy-right {color:#6f6f6f;padding:10px 0;border-top:1px solid rgba(0,0,0,1);}

.copy-right p {
    font-size: .75rem;
    font-weight:600;
    line-height: 30px;
    text-align: center;
    margin: 7px 0;
    color: #327b05;
}

.footer-social ul { list-style: none; margin-top: 15px; float: right;}

.footer-social ul li {
    margin-right: 10px;
    font-size: 1rem;
    line-height: 40px;
    text-align: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #006496;
    background: #05d2ff;
    transition: .1s;
    }

.footer-social ul li:last-child {margin-right: 0;}
.footer-social ul li:hover a {color: #006496;}

.top-up{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:10px;
    right:10px;
    display: inline-block;
    background:#373737;
    z-index:999;
    color: #fff;
    text-align: center;
    font-size: 22px;
    line-height: 40px;
    border-radius: 50%;
}
.content-block { padding: 30px; margin: 30px; min-height: 52vh; }	
.content-block h1 {
	text-align: center;
    font-size: 35px;
    line-height: 35px;
    margin-bottom: 20px;
    font-style: normal;
    font-weight: 300;
	}
	
.content-block h2 {
	text-align: center;
	display: block;
    font-size: 18px;
    line-height: 23px;
    font-weight: 200;
    margin-top: 10px;
    color: #727272;
    margin-bottom: 0px;
	}

.content-block h3 {
	text-align: center;
	font-size: 16px;
	margin-bottom: 15px;
    margin-top: 5px;
	}
	
.content-block p {
	font-size: 14px;
	text-align: justify;
	line-height: 22px;
	}

.content-block .title {
	font-size: 27px;
    line-height: 30px;
    margin-bottom: 18px;
    font-style: normal;
	}

.content-block .titlebank {
	font-size: 20px;
	color: #371905;
	font-weight: 500;
	text-align: left;
	line-height: 30px;
	padding: 15px;
	border-bottom: 1px solid #d2d2d2;
	margin: 0px auto 20px auto; 
	}

.content-block .text {
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    padding-bottom: 25px;
    margin-bottom: 30px;
    border-bottom: 1px dashed #373737;
    }

.content-block .text-com {
    font-size: 1.1rem;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    margin-bottom: 15px;
    }

.content-block .text p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    margin-top: 20px;
    }

.content-block .text h3 {
	font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
    margin-top: 0px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
	}

.content-block .text h4 {
	font-size: 20px;
	color: #000;
	font-weight: 500;
	text-align: left;
    margin-bottom: 10px;
    margin-top: 0px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
	}

.content-block .text h5 {
	font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal;
	}

.content-block .text h6,
.content-block .text .h6 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
	}
/*.content-block .container { max-width: 100%; }*/
.content-block .text-last {
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    padding-bottom: 25px;
    }

.content-block .text-last h5 {
	font-size: 22px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 15px;
    font-style: normal;
	}

.content-block .text-last h6,
.content-block .text-last .h6 {
	font-size: 16px;
	color: #000;
	font-weight: 500;
	text-align: left;
    margin-bottom: 15px;
    margin-top: 0px;
	}

.content-block .text .btn {
    font-size: .8rem;
    padding: .75rem 2.10rem;
    margin: 6px;
    margin-left: 25px;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal !important;
    cursor: pointer; 
    }

.content-block .btn {
    font-size: .8rem;
    padding: .75rem 1.5rem;
    margin: 0 !important;
    border-radius: 2px;
    border: 0;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    white-space: normal !important;
    cursor: pointer; 
    }

.content-block .back-home {
        text-align: right;
        margin-top: 8px;
    }

.content-block a.back-home { text-align: center; padding: .75rem; border: 1px solid #d2d2d2;}
.content-block a.back-home i { margin-right: 5px; }
.content-block .back-home a i { margin-right: 5px; }
.content-block .text i { margin-right: 5px;}
.content-block .para {
    font-size: 1rem;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    }

.content-block .para h5 {
	font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
     margin-top: 0px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
	}

.content-block .para p {
    font-size: 14px;
    font-weight: normal;
    text-align: justify;
    line-height: 25px;
    color: #000;
    margin-top: 20px;
    }

.content-block .btn-dark {
    background-color: #0f370f !important;
    color: #fff !important;
    font-size: 1rem !important;
    font-weight: 700 !important;
    padding: 7px 25px !important;
}


@media (max-width:1600px) {
.main_logo { width:380px; }
.welcome-part-base { padding: 0 30px 30px; }
.welcome-part-text h1::before { right: 36%; }
.welcome-part-text h1::after { left: 36%; }
.welcome-part h2 { line-height: 2rem; margin-bottom: 10px;  margin-top: 10px; }
}

@media (max-width:1440px) {
.main_logo { width:380px; }
.welcome-part-text h1::before { right: 33%; }
.welcome-part-text h1::after { left: 33%; }
.welcome-part h2 { line-height: 2rem; margin-bottom: 10px;  margin-top: 10px; }
.welcome-part p { margin-bottom: 10px;  margin-top: 10px; line-height:1.6rem }
}

@media (min-width: 1366px) and (max-width:1366px) { 
.welcome-part-text h1::before { right: 33%; }
.welcome-part-text h1::after { left: 33%; }
.welcome-part h2 { margin-bottom: 10px; padding-bottom: 10px;}
.welcome-part p { margin-bottom: 10px;  margin-top: 10px; line-height:1.5rem }
}



@media (min-width: 1280px) and (max-width:1280px) { 
.main_menu ul li a { padding: 20px 22px 19px; }
.welcome-part-base { padding: 0 25px 25px; }
.welcome-part p { margin-bottom: 10px; margin-top: 10px; line-height: 1.4rem; }
}

@media (min-width:992px) and (max-width:1199px) {
.main_logo {width:280px}
.main_side_tab .main_team_no {
  padding:0 12px 0 30px;
  font-size:18px;
  right:-32px;
  margin-top:-19px
 }
 .main_side_tab .main_rslt_img.rslt_left .main_team_no {left:-36px;padding:0 25px 0 10px}
 
}

@media (min-width: 1024px) and (max-width:1024px) { 
.main_menu ul li a { padding: 20px 10px 19px; }
.midpart .welcome h2 { font-size: 1.7rem; margin-bottom: 15px; line-height: 1.5; }
.midpart .welcome { padding: 20px 30px; }
.welcome-part-base { padding: 0 30px 30px; }
.welcome-part-text h1::before { right: 28%; }
.welcome-part-text h1::after { left: 28%; }
#myModal .modal-dialog { width: 60%; max-width: 60%;}
    .modal-dialog { width: 45%; }
}

@media (min-width:991px) {
 .main_menu ul li ul.sub-menu {
	  position:absolute;
	  background-color:#fff;
	  width:200px;
	  z-index:1;
	  border-bottom:2px solid #327b05;
	  transform:scaleY(0);
	  -webkit-transform:scaleY(0);
	  -moz-transform:scaleY(0);
	  -ms-transform:scaleY(0);
	  -o-transform:scaleY(0);
	  transition:all .3s ease-in-out;
	  -webkit-transition:all .3s ease-in-out;
	  -moz-transition:all .3s ease-in-out;
	  -ms-transition:all .3s ease-in-out;
	  -o-transition:all .3s ease-in-out
	 }
 .main_menu ul li ul.sub-menu li { width:100%; }
 
 .main_menu ul li ul.sub-menu li a {
	  color:#0d0d0d;
	  padding:10px 15px
	 }
	 
 .main_menu ul li ul.sub-menu li a:after { display:none; }
 
 .main_menu ul li:hover .sub-menu {transform:scaleY(1); }
 
 .main_menu ul li ul.sub-menu li a:hover { color:#053705; }
 
}

@media (max-width:991px) {
body { padding-top: 70px; }
.main_top_left ul.left-side { display: none !important;}
.company .horizontal-line {top: 20%; }

.main_menu_btn {
  display:block;
  color: #373737;
  z-index:1;
  position:absolute;
  right: 20px;
  top: -5px;
  font-size: 22px;
  cursor:pointer;
  background-color:transparent;
  border:none;
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out
 }
 .main_search {position:absolute;right:0;top:0}
 .main_menu_wrapper .main_menu {
  position:fixed;
  width:300px;
  top:0;
  height:100%;
  left:-50%;
  background-color:#053705;
  background-size:cover;
  z-index:1000;
  overflow-y:scroll;
  box-shadow:0 0 10px rgba(0,0,0,.44);
  transition:all .3s ease-in-out;
  -webkit-transition:all .3s ease-in-out;
  -moz-transition:all .3s ease-in-out;
  -ms-transition:all .3s ease-in-out;
  -o-transition:all .3s ease-in-out
 }
 .main_menu_wrapper.open_menu .main_menu { left:0 !important; }  
 .main_logo {background-color:transparent;padding:0;text-align:left;top:8%;left:13%}
 .main_logo:after { display:none; }
 .main_menu_wrapper {padding:0;position:relative}
 .main_menu ul>li,.main_menu_wrapper ul li.dropdown { width:100%; }
 
 .main_menu ul>li>a {
  border-bottom:1px solid #327b05;
  width:100%;
  text-align:left;
  padding: 10px 25px;
 }
 .dropdown-expander {
  float:right;
  display:block;
  font-size:18px;
  margin-top:-1px
 }
 .main_menu ul>li ul.sub-menu {
  display:none;
  position:relative;
  background-color:#fff;
  float:left;
  width:100%;
  transform:none;
  transition:none
 }
 
.main_menu ul>li ul.sub-menu li a {
  color:#151515;
  border-bottom:1px solid #e7d7d7;
  padding: 12px;
  width:100%
 }

.menu_cross {
	  float:right;
	  font-size:20px;
	  cursor:pointer;
	  display:block;
	  width:100%;
	  background-color:#053705;
      border-bottom: 1px solid #50be00;
	  text-align:right;
	  padding:15px 20px;
	  color:#fff
	 }

.main_banner_content img,.main_logo,.main_menu ul li a:after { display:none; }
 
/*.main_rslt_img,.main_side_tab,.main_side_tab .rslt_date,.main_top_info .main_tp_no,.main_top_info ul { text-align:center; }*/
 
.main_menu ul li a.active,.main_menu ul li a:hover { color:#50be00; } 
.main_menu::-webkit-scrollbar { width:5px; } 
.main_menu::-webkit-scrollbar-track { -webkit-box-shadow:inset 0 0 6px #fff; }
.main_menu::-webkit-scrollbar-thumb {background-color:#fff;outline:#fff solid 2px;}
.srch_inner { width:60%; }
.srch_close_btn { right:-20px; }
.main_logo_toggle,button.main_menu_btn { display:block; text-align: center;}
/*.main_logo_toggle img { width: 15%; }*/ 
.main_side_tab .main_rslt_img { padding-bottom: 0; }
.main_side_tab .main_rslt_img.rslt_left .main_team_no {
  transform:none;
  -webkit-transform:none;
  -moz-transform:none;
  -ms-transform:none
 } 
.main_sidebar.right_sidebar { padding-top: 50px; }
.logo-center {text-align: center;}
.welcome-part-text h1::before {right: 20%;}
.welcome-part-text h1::after {left: 20%;}
 .welcome-part-base {padding: 0 30px 30px;}
 .strip { margin-top: -5px; }
}

@media (min-width: 768px) and (max-width:991px)  {
    .midpart .welcome h2 {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    text-transform: capitalize !important;
    margin-bottom: 5px !important;
    line-height: 1.5 !important;
}

.midpart .welcome h3 {
    padding: 5px !important;
    font-size: 1.1rem;
font-weight: 700;
text-transform: capitalize;
margin-bottom: 0px;
line-height: 1.5;
}

.midpart .welcome p {
    font-size: .75rem !important;
    line-height: 1.5 !important;
    text-align: justify !important;
    margin-bottom: 5px !important;
}

.midpart .welcome { padding: 10px; }


}


@media (max-width:991px) {
.main_menu_btn { right: auto; left: -10px; top: -50px; color: #fff;  }
.main_search { padding:15px 20px 15px 25px }
.main_menu_wrapper { background-color: #fff; }
#myModal .modal-dialog { width: 90%; max-width: 90%;}
.modal-dialog { width: 90%; }
.footer {padding-bottom: 90px;}
.welcome-part {padding:0px 0px 15px;}
.welcome-part h2 {margin-top: 0;}
.welcome-part-text h1 {margin-bottom:0;}
}

@media (max-width:767px) {
.main_logo_toggle, button.main_menu_btn { display: block; text-align: center;}
/*.main_logo_toggle img { width: 50%; }*/
.main_menu_wrapper .main_menu { left:-100%;}
.main_menu_wrapper { padding: 0; position: relative; background: #fff;}
.main_menu_btn {left:15px;top:-115px;}
.midpart { padding: 50px 0px; }
.register { width: 265px; }
.register select { display: block; width: 96%; }
.register input[type="submit"] { width: 100%; }
.company { padding: 55px 0 0;}
.horizontal-line { top: 22% !important; }
.company span.number { height: 80px; width: 80px; font-size: 2.5rem; border: 5px solid #006496; }
.iq-feature3 .iq-icon { float: none; border-radius: 0; height: auto; width: 100%; line-height: 70px; text-align: center; display: block; margin: 20px auto 0; }
.iq-feature3.iq-bg .step { right: 111px; top: -30px; }
.iq-feature3 .fancy-content h4 { text-align: center; }
.content-block { padding: 0; margin: 0; }
.justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}
.footer {padding-bottom: 50px;}
}

@media (min-width: 600px) and (max-width:600px) {
    body { padding-top: 70px; }
    .mid-more h1 { font-size: 1.2rem; font-weight: 500; }
    .main_menu_btn { left: -22px; top: -55px;}
    .main_top_left ul.right-side li { padding: 12px; }
    .welcome-part-text h1::before { right: 12%; }
    .welcome-part-text h1::after { left: 12%; }
}



@media (max-width:499px) {
    body { padding-top:130px; }
    .main_menu_wrapper .main_menu { left:-130%; width:300px; }
    .main_menu_btn {left: 15px;top: -43px;}
    .company .horizontal-line { display: none; }
    .srch_inner {width:90%; }
    .srch_close_btn {right:7px;top:-19px; }
    .srch_inner input[type=text] {padding-right:40px; }
    .srch_inner button { padding:0 10px; }
    .h5-responsive { font-size: 75%; }
    .h3-responsive { font-size: 150%; }
    .carousel-caption { bottom: 10%; }
    .midpart .welcome h2 { font-size: 1.9rem; }
    .logo-center {text-align: center;}
    .welcome-part-text h1::before { right: 5%; width: 75px; }
    .welcome-part-text h1::after { left: 5%; width: 75px; }
    .welcome-part-text h1 {font-size:2.2rem;line-height:2.5rem;margin-bottom:0;}
    .welcome-part h2 {margin-top: 0;}
    .welcome-part-base { padding: 0 15px 15px; }
    .footer-social ul { list-style: none; margin-top: 15px; float: none; margin: 0 auto;  text-align: center; width: 210px; }
    .main_top_left ul.right-side li { display: inline-block; padding: 12px 20px; color: #fff; }
    .content-block { padding: 15px 0; margin: 0; }
    .main_top_left ul.right-side { padding: 5px 0; margin: 5px 0 0 0; text-align: center; border-top: 1px solid #000; }
    .topsp55xs{ margin-top: 55px;}
    .welcome-part {padding:0px 0px 15px;}
    .end-part {padding:20px 0;background-size:contain;}
    .end-part h2 {margin:0px;font-size:1.2rem;}
    .end-part p {margin-top: 1rem;margin-bottom: 1rem;font-size: 1.1rem;}
    .end-part a {padding:7px 25px;}
}

@media (max-width:320px) {
    .main_top_left ul.right-side li { padding: 12px; }
     .welcome-part-text h1::before { right: 5%; width: 55px; }
    .welcome-part-text h1::after { left: 5%; width: 55px; }
    .welcome-part h2 { font-size: 1.3rem; }
}


@media all and (-ms-high-contrast:none),(-ms-high-contrast:active) {
 .main_menu ul li a { padding:14px 25px; }
}
