
/******open-sans-font********/
@font-face {
  font-family: 'OpenSans';
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf')  format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******OpenSans-Semi-font********/
@font-face {
  font-family: 'OpenSans-Semibold';
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf')  format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}

/******OpenSans-bold-font********/
@font-face {
  font-family: 'OpenSans-Bold';
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf')  format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/******PalatinoLinotype-Roman-font********/
@font-face {
  font-family: 'PalatinoLinotype-Roman';
  src: url('../fonts/PalatinoLinotype-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/PalatinoLinotype-Roman.woff') format('woff'), url('../fonts/PalatinoLinotype-Roman.ttf')  format('truetype'), url('../fonts/PalatinoLinotype-Roman.svg#PalatinoLinotype-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'OpenSans-SemiboldItalic';
  src: url('../fonts/OpenSans-SemiboldItalic.eot?#iefix') format('embedded-opentype'),  url('../fonts/OpenSans-SemiboldItalic.woff') format('woff'), url('../fonts/OpenSans-SemiboldItalic.ttf')  format('truetype'), url('../fonts/OpenSans-SemiboldItalic.svg#OpenSans-SemiboldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

body { margin:0; padding:0;  font-family: 'OpenSans';  }
a, a:focus, a:hover { text-decoration:none; outline:none; transition:all 400ms ease; }
section { clear:both; }
/*****top-bar******/
.top_bar { background:#3f78cf; padding: 0px; }
.tp_frm { font-size:13px; font-family: 'OpenSans'; margin:11px 0; color:#fff; }
.top-right { margin:0; padding:0; text-align:right; }
.top-right ul { margin:0; padding:0; }
.top-right ul > li { padding: 10px 22px; border-left: solid 1px #7999c9; color:#fff; vertical-align: top; }
.top-right ul > li:first-child a img{    margin-top: -3px;}
.top-right ul > li a span { color:#fff; display: inline-block; position: relative; top: 0; margin-left: 5px; }
.top-right ul > li > a { display:inline-block; padding:1px 5px;  color:#fff; border-radius: 3px; }
.top-right ul > li:last-child > a:hover {    color: #ffae00; }
.top-right ul > li > img {  }
/*****logo-sec******/
.logo_sec { background:#fff; padding:10px 0; }
.search_bar  { position:relative; width: 90%; }
.search_bar input[type=text] { margin: 0; padding: 5px 30px 5px 10px; display: inline-block; border-radius: 4px; border: solid 1px #ccc;
 box-shadow: 0px 0px 3px #b5b5b5 inset; outline:none; min-width:100%; }
.search_bar input[type=submit] { background:url(../images/search.png) 7px 2px no-repeat; background-color:transparent; box-shadow:none; outline:none; position:absolute; left:auto; top:0; right:0; border: none; min-width: 27px;  border-left: solid 1px #ccc; margin: 5px 10px 0 0; }
.left_bar { margin-top:50px; }
.ctnt1 h3, .ctnt2 h3 { margin:0; padding:0; font-size:20px; font-family: 'OpenSans-Bold'; }
.ctnt1 p, .ctnt2 p, .ctnt2 p a { margin:0; padding:0; font-size:16px; color:#ec4933; }
.ctnt1 { background:url(../images/email.png) 0 7px no-repeat; padding-left: 50px; height:50px; transition:all 400ms ease; }
.ctnt1:hover { background-position:0 -35px; } 
.ctnt2 { background:url(../images/phone.png) 0 7px no-repeat; padding-left: 50px; height:50px; transition:all 400ms ease; }
.ctnt2:hover { background-position:0 -35px; } 

/*****navigation******/
/*****navigation******/
#my_menu .container{padding:0 !important;}
#my_menu{background-color: transparent;    min-height: 0;
    margin-bottom: 0;border-color: transparent;}
#myNavbar { margin:25px 0 0; padding:0; min-height:auto; background:none; border:none; border-radius:0px; }
#myNavbar ul.nav > li { padding:0px 4px;  }
#myNavbar ul.nav > li > a {     min-height: 56px; padding:8px 10px; color:#000; font-size:15px; text-transform:uppercase; position:relative; text-align:center;} 
#myNavbar ul.nav > li.active:after {content: "";position: absolute;bottom: 0;left: 0;width: 96%;height: 3px;background: #ec4933;transition: all 400ms ease;}
#myNavbar ul.nav > li.active a{background-color:transparent;}
.navbar-collapse { padding-right: 0px; padding-left: 0px;}
#myNavbar ul.nav svg{display:none;}
#myNavbar ul.nav > li >ul{top: auto;width: 191px;position: absolute;z-index: 9900;text-align: left;display: none;background: #fff; padding:0;}
#myNavbar ul.nav > li:hover ul{display:block;}
#myNavbar ul.nav li.current_page_item > a {color: #ec4933;}
#myNavbar ul.nav li.current_page_item:after {content: "";position: absolute;bottom: 0;left: 0;width: 100%;height: 3px;background: #ec4933;transition: all 400ms ease;}
#myNavbar ul.nav li{position:relative; vertical-align:top;}
#myNavbar ul.nav li.menu-item-has-children>a:after {ontent: "\f107";font-family: FontAwesome;margin-left: 10px;position: absolute;right: -5px;top: 8px;}
#myNavbar ul.nav li li {display: block;width: 100%;}
#myNavbar ul.nav > li > ul > li > a {padding: 12px 11px;min-height: 10px;border-bottom: 1px solid #3f78cf;font-size: 12px;}
#myNavbar ul.nav > li > ul > li > a  {padding: 12px 11px;min-height: 10px;border-bottom: 1px solid #3f78cf;font-size: 12px;display: block;text-transform: uppercase;text-decoration: none;color: #000;}
#myNavbar ul.nav > li > ul > li > a:hover {color: #fff;background: #3f78cf;}
#myNavbar ul.nav > li.menu-item-has-children > a:after {content: "\f107";font-family: FontAwesome; margin-left: 10px;  position:absolute;right:-5px; top:8px;}

/******************* Banner **********************/
.linkside{position:relative;}
.right_socaillink{    position: fixed;
    left: auto;
    top: 52%; cursor:pointer;
    right: -2px;
    bottom: auto;
    z-index: 99999;}
.linkside ul{    position: fixed;
    left: auto;
        top: 51%;
    right: 61px;
    bottom: auto; list-style-type:none;
    z-index: 99999;}
.linkside ul li{}
.linkside ul li a{    
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 8px 14px;
    display: inline-block;
    color: #fff;
    margin-bottom: 12px;}
.linkside ul li:first-child{position: relative;
    right: -17px;}
.linkside ul li:last-child{position: relative;
    right: -18px;}    
.linkside ul li:first-child a{background: #3f78cf;}
.linkside ul li:nth-child(2) a{background: #00bdf5;}
.linkside ul li:last-child a{background: #ff0000;    padding: 7px 12px;}


.banner{position:relative;width: 100%;max-width: 100%;height: 424px;}
.banner img{width:100%; background-size:cover;height: 424px;visibility:hidden;}
.bannerheading{position:absolute; width: 100%; top: 39%; text-align: center;}
.bannerheading h1{font-family: 'PalatinoLinotype-Roman'; margin:0 0 40px;font-size: 50px; color:#fff;}
.bannerheading a{color:#fff; font-size:16px; text-transform:uppercase; padding:10px 15px;     margin: 0px 5px;}
.bannerheading > a{background:#3f78cf; border:2px solid #3f78cf;  }
.bannerheading > a:hover{background-color:transparent; border:2px solid #fff;  }
/*****slider******/
.bx-wrapper { border:none; margin: 0px; }
.slidy_content { position: absolute; top: 160px; left: 0; width: 100%; text-align: center; }
.slidy_content h1 { margin:0 0 20px; padding:0; font-size:40px; color:#fff; font-family: 'PalatinoLinotype-Roman'; }
.slidy_content p { margin:0; padding:0; color:#fff; font-size:15px; }
.slidy_content ul { margin-top:20px; }
.slidy_content li a { margin:0; padding:8px 15px; display:inline-block; color:#fff; text-transform:uppercase; }
.slidy_content li:first-child a, .slidy_content li:last-child a:hover { background: #ec4933; border:solid 2px #ec4933; }
.slidy_content li:last-child a, .slidy_content li:first-child a:hover { background: none; border:solid 2px #fff; }
.bx-default-pager { display:none; }
.bxslider li > img { width:100%; }
/*****section1******/
.sec1 {position:relative; margin:0 auto; background:url(../images/img1.jpg) 0 0 no-repeat; background-size:cover; overflow:hidden; }
.red_bg {     padding: 50px 90px 40px;
    background: #3f78cf;
    position: absolute;
    left: 0;
    top: 0;
    min-height: 100%; }
.head_text { overflow:hidden; }
.head_text span {float: right; width: 79%;}
.head_text span  h4{ margin:0; font-size:30px; color:#fff; }
.head_text span  h3{  margin:0;font-size:30px; font-weight:bold; font-style:italic; color:#fff; }
.head_text img { position:relative; top:10px; }
.red_bg p { margin: 20px 0 0 0; font-size:14px; color:#fff; }
.red_bg p a{color:#000;}
.red_bg p a:hover{color:#fff;}
.exp { padding:50px 90px 0; /* background:url(../images/img1.jpg) 0 0 no-repeat; background-size:cover; */ min-height:298px; text-align:center; }
.exp h3 { margin:0 0 10px; padding:0; font-size:34px; color:#292929;  font-family: 'OpenSans-Semibold'; }
.exp h5 { margin:0 0 10px; padding:0; font-size:19px; color:#1d1d1d; }
.exp p { margin:0; font-size:14px; color:#292929; }
.exp p > a { color:#ec4933; border-bottom:solid 1px #e4a39b; line-height: 1; display: inline-block; }
.exp p > a:hover{color:#000;     border-bottom: solid 1px #000;}
.rightlink{ padding:0; margin:53px  0 0; list-style-type:none;}
.rightlink li{ display:inline-block;     padding: 0px 10px;}
.rightlink li a{font-size:14px; color:#1d1d1d; font-family: 'OpenSans-Semibold'; text-transform:uppercase;}
.rightlink li a:hover{    color: #ec4933;}
/*****section2******/
.horseimg{position:relative;    left: -105px;}
.horseimg img { margin-top:-36px; display:block; }
.wlcome_nps{    margin: 36px 16px 0px;    width: 90%;}
.wlcome_nps h2{ margin:0  0 15px; font-size:25px; text-transform:uppercase; font-weight:bold; color:#000000;line-height: 1.4;}
.wlcome_nps p{     text-align: justify; margin:0  0 10px; font-size:15px; color:#3f3f3f; line-height:1.7; }
.wlcome_nps p a{ color:#ec4933;}
.wlcome_nps p a:hover  {
    color: #3f3f3f;
} 
/*****section3******/
.section3 { padding:15px 0 20px; background:url(../images/horsebg.jpg) 0 0 no-repeat; background-size:cover; width:100%; }
.box_wrapper { padding:71px 80px 0; }
.img-center { display:block; margin:0 auto 5px;width: 60px; }
.heading { margin:0 0 30px; font-size:25px; font-weight:bold; text-transform:uppercase; text-align:center; display:block; }
.section3 h2 { color:#fff; }
.section3 h2 + p { margin:5px 0 20px; font-size:18px; text-align:center; display:block; color:#db3f2e; }
.img_wrapper {    position: relative;  border-radius: 0; overflow: hidden; transform: rotate(45deg);  width: 229px;  height: 229px;  display: block;    border: 1px solid #2a2a2a;  margin: 0px auto 93px;}
.img_wrapper > a> img {width: 324px;  height: 330px; transition: all 400ms ease; transform: rotate(-45deg); position: absolute;  top: -49px;left: -47px;}
/*.img_wrapper:before { content:""; width:100%; min-height:100%; background:rgba(63, 120, 207, 0.54); position:absolute; left:0; top:0; transition:all 400ms ease;z-index:4; }*/
.img_wrapper:after { content:""; width:0%; min-height:100%; background:rgba(63, 120, 207, 0.54); position:absolute; left:0; top:0; transition:all 400ms ease; z-index:5; }
.img_wrapper a h3 {  margin:0; color:#fff; font-weight:bold;  position:absolute;   top: 92px;    left: 0; font-size:21px;    width: 100%; text-transform:uppercase;     text-align: center;    z-index: 9;    transform: rotate(-45deg); }
.img_wrapper:hover a h3{color: #ec4933; transition:all 400ms ease;}
.img_wrapper:hover:before { width:0%; transition:all 400ms ease; }
.img_wrapper:hover:after { width:100%; transition:all 400ms ease; }
.img_wrapper:hover img { transform:scale(1.1); transition:all 400ms ease; } 

/*****section4******/
.section4 { padding:22px 0 40px; background:#fff; }
.thum h3{margin: 0; font-size: 14px; color: #fff; background: #3f78cf; padding: 8px 25px; display: inline-block; text-transform: capitalize; position: absolute; right: 32px; top: 36px;}
.section4 h2 + p { margin:5px 0 20px; font-size:15px; text-align:center; display:block; color:#232323; }
.thum { margin-top:15px; padding-bottom:13px; border-bottom:solid 3px transparent;    min-height: 430px; }
.thum:hover { border-bottom:solid 3px #ffae00; box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.07);  transition:all 400ms ease; }
.thum > img { margin-bottom:20px;  transition:all 400ms ease; }
.thum h4 { min-height: 33px; margin:0 0 10px; padding:0; font-size:17px; color:#5c5c5c; font-family: 'PalatinoLinotype-Roman';  font-weight:bold; }
.thum p { margin:0 0 !important; padding:0; font-size:14px; color:#505050; line-height:1.4;     min-height: 77px;}
.thum a { margin:0; padding:8px 29px 8px 17px; background:#ffae00; color:#000; display:inline-block; font-size:12px; font-weight:bold; text-transform:uppercase;position:relative; }


.thum a:after {    border-top: 10px solid #593d00;    bottom: -10px;    border-left: 10px solid transparent;    content: "";    left: 0;    position: absolute;}
.thum span{    display: block;}
.thum span img{    position: relative;
    z-index: 999999;
    left: -20px;}
.readmore{border-top:1px solid #dadada;     margin: 40px 0 20px; }
.readmore span{    display: block;  margin: -2px 0px; text-align:center;}
.readmore h3{ margin:0;font-family: 'OpenSans-Semibold'; text-transform:uppercase;display: inline-block; position: relative; left: -91px; top: -2px;}
.readmore h3 a{ display:inline-block; font-size:12px; color:#fff; }
.readmore h3 a:hover{    color: #ffae00;}

/*****section5******/
.section5{background:url(../images/linksbg.jpg) 0 0 no-repeat; background-size:cover; width:100%; height:280px;}
.right_link{    width: 75%;    margin-top: 31px;    margin-bottom: 20px;}
.joining_link{ list-style-type:none; padding:0; margin:0;}
.joining_link li{width:45%; display:inline-block;position:relative; margin-left: 26px;margin-bottom: 7px}
.joining_link li a{margin:0; font-size:15px; font-weight:bold; text-transform:uppercase; text-decoration:underline;  color:#fff;   }
.joining_link li a:hover{    color: #ffae00; transition:all 400ms ease;}

.joining_link li:before{content:""; position:absolute; left:-35px; top:2px; background:url(../images/horsesmall.png) 0 0 no-repeat; width:24px; height:22px;}
.black_bg {  }
.black_bg h2 { color:#fff; }
.black_bg h2 + p { margin:10px 0 0 ; padding:0; color:#a7a7a7; font-size:15px; text-align:center; }


/*****section6******/
.section6 { padding:30px 0; clear: both; }
.section6 h2 { margin:20px 0 30px; font-size:29px; }

.item.logo{filter: gray; /* IE6-9 */
-webkit-filter: grayscale(1); /* Google Chrome, Safari 6+ & Opera 15+ */
-webkit-transition: all .5s ease;-moz-transition: all .5s ease;-o-transition: all .5s ease;-ms-transition: all .5s ease;transition: all .5s ease;cursor:pointer;}
.item.logo:hover{
filter: none; /* IE6-9 */
-webkit-filter: grayscale(0); /* Google Chrome, Safari 6+ & Opera 15+ */
}
.left{ position: absolute;left: -51px; color:#979797;top: 53px;font-size: 57px;}
.right{position: absolute; color:#979797;right: -51px;top: 53px;font-size: 57px;}
.slideritem .item img{border: 1px solid #979797;padding: 20px;margin-right: 10px;width: 215px;     height: 187px !important;}
.owl-controls{position:relative;}
.owl-controls .owl-buttons .owl-prev{    position: absolute;    left: -30px;    top: -108px;}
.owl-controls .owl-buttons .owl-next{    position: absolute;    right: -18px;    top: -108px;}

/*****footer******/
footer { padding:30px 0 0px; background:url(../images/footerbg.jpg) 0 0 no-repeat; background-size:cover; width:100%;  }



.footer_area { padding-bottom:35px;}
footer h3 { margin: 0px 0 10px; padding-bottom:10px; color:#fff; font-size:18px; font-weight:bold; text-transform:uppercase; font-family: 'OpenSans-Bold'; position:relative; }

footer h3:after { content:""; position:absolute; left:0; top:auto; bottom:0;  width:35px; height:2px; background:#3f78cf; } 
footer h3 > i { margin-right:10px; }
footer p { color:#777777; font-size:13px; }
footer ul  { margin:0; padding:0; list-style-type:none; }

footer .f_links ul li a, footer .f_social ul li a, .f_contact ul li a { display:inline-block; color:#fff; line-height: 1.8; }
footer .f_links ul li a:hover { padding-left:5px; color:#ef5952; }
.f_contact ul li { margin:0 0 15px; padding:0 0 0 25px; position:relative; color:#fff; }
.f_contact ul li:after { content:""; position:absolute; top:0; left:0; color:#fff; font-family:'FontAwesome'; }
.f_contact ul li.land_mark:after{ content: "\f1d8"; } 
.f_contact ul li.mail:after{ content: "\f0e0"; } 
.f_contact ul li.call:after{ content: "\f10b" ; font-size: 20px; top: -3px; } 
.quick_link{ padding:0; margin:0; display:block; list-style-type:none;}
.quick_link li{ display:block;}
.quick_link li a{ color:#fff; display:block; font-size:13px;    margin: 0 0 10px 0; text-transform:capitalize}
.righty{    margin-left: 74px;}
.border{position:relative;}
.border:after{content:""; position:absolute; right:0; top:25px; width:1px; height:196px; background:#777777;    margin: 0px 6px;}
.firstbox{    width: 30%;}
.quick_left{    margin-left: 21px;    width: 20%;}
footer  .quick_link ul li a:hover {    padding-left: 5px;    color: #3f78cf;}


.f_links { padding-left: 65px; }
.f_about ul li a { color:#777777; }
.f_about ul li a:hover i { transform:rotate(-360deg); transition:all 400ms ease; background:#ef5952; color:#fff; border-color: #ef5952; border-radius: 0 !important; }
.f_about ul li a:hover{  color:#ef5952; }
.f_about ul li a > i { width:30px; height:30px; line-height:30px; text-align: center; border:solid 1px #777777; border-radius:50% ;  transition:all 400ms ease;  }
.copyright { padding:15px 0;  text-align:center; border-top:1px solid #777777; }
.copyright p{ font-size:12px; color:#fff; margin:0;}
.copyright p font{text-transform:uppercase; display:inline-block;}
.copyright ul{ padding:0; margin: 5px auto;    overflow: hidden; list-style-type:none; display:block;}
.copyright li{     display: inline-block; position:relative;     padding: 0px 7px;}
.copyright li:after{content:""; background:#fff; width:1px; height:13px; position:absolute; top:5px; right:0; }
.copyright li:last-child:after{display:none;}
.copyright li { font-size:12px; color:#fff; text-transform:capitalize;}
.copyright li:hover{color:#ffae00}

/***************Contact_us_page***************/
.contact_us { padding: 30px 0 10px; }
.contact_us ul { list-style-type:none; margin: 0; margin-bottom:25px;  padding: 0; }
.contact_us h2 { margin:0 0 15px; font-size:23px; font-family: 'PalatinoLinotype-Roman'; }
.contact_us form input:not([type=submit]), .contact_us form textarea { width:100%; margin:0 0 20px; padding:10px 15px; background:#f5f5f5; font-size:16px; border:none; box-shadow:none; outline:none; }
.contact_us form textarea { height:250px; }
.contact_us form input[type=submit]{ width:100%; margin:0 0 20px; padding:10px 15px; background:#ec4933; color:#fff; font-size:16px; border:none; box-shadow:none; outline:none; text-transform:uppercase; font-family: 'OpenSans-Bold'; }

.contact_us .f_contact ul li a, .contact_us .f_contact ul li { color: #333232; font-size:14px; }
.contact_us h2 + p { margin-bottom:25px; color: #333232; font-size:14px; }

.contact_us .f_about ul li a { color:#333232; }
.contact_us .f_about ul li a > i { width: 40px; height: 40px; line-height: 40px; border: solid 1px #333232; font-size: 20px; }


.contact_info { background:url(../images/contact_bg.jpg) 0 0 no-repeat; background-size:cover; background-attachment:fixed; }
.contact_info_wrapper { padding:80px 80px 70px; }
.box { padding:30px 15px; text-align:center; background:#fff; }
.box i { width:70px; height:70px; line-height:70px; background:#e75d4b; font-size:24px; color:#fff; border-radius:50%; margin: -65px auto 0;
    display: block; }
.box h3 { margin:15px 0; font-family: 'PalatinoLinotype-Roman'; font-size:19px; }
.red_box { background:#e75d4b; color: #fff; }
.red_box i { color:#e75d4b; background:#fff; }




#picOne {display: none;text-align: left;position: absolute;top: 0;left: 14px;margin-left: 0;}
#picTwo {display: none;text-align: left;position: absolute;top: 0;left: 14px;margin-left: 0;}

.client_logo{}
.client_logo .item{    border: 1px solid #979797;
    padding: 22px;
    margin-right: 10px;
    width: 215px;}
.client_logo .item img{}


/******************** sponsert***********************/
.sponsertext > p{   margin: 5px 0 20px;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #232323;}
.sponsertext > span{   margin: 5px 0 0;
    font-size: 15px;
    text-align: center;
    display: block;
    color: #232323;}  
.sponsertext > a{text-align:center;display: block;
    font-size: 15px;
    color: #232323;
    font-weight: bold;}
.corprate_sponsor{ padding:0; margin:30px 0 0; list-style-type:none; display:block; border:1px solid #a0a0a0;}
.corprate_sponsor li{background:#ededed; width:32%; border:1px solid #cfcfcf; padding:5px 0px; display:inline-block;    margin: 5px 6px;}
.corprate_sponsor li a{ font-size:14px; text-transform:uppercase; color:#000; margin:0; text-align:center;display: block;  font-weight: bold;}  
.corprate_sponsor li a:hover{transition:all 400ms ease; color:#fff;}
.corprate_sponsor li:hover{background:#3f78cf;  border:1px solid #01327c; transition:all 400ms ease;}

.sponser_box{background:#f6f6f6;    padding: 30px 0 40px; text-align:center;}
.box_spon{border:1px solid #bfbfbf; border-radius:8px; width:25%; display:inline-block; background:#fff;     box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);    vertical-align: top;     margin: 0px 35px 30px;}
.box_spon > img{    padding: 15px 0px;    height: 219px;}
.box_spon span{background:#7da3de;display:block;     text-align: left;    padding: 11px 21px; 
    min-height: 135px;}
.box_spon  h2{ margin:0; font-size:17px; color:#fff; text-transform:uppercase; font-weight:bold;    padding: 0px 0 5px;}
.box_spon p{ margin:0; font-size:14px; color:#ffffff;}
.spanread{    display: block;
    text-align: left;
    padding: 9px 2px;
    margin-left: -13px;}
.spanread img{position: relative;/*z-index: 999999;*/left: -20px; width: 46px;    height: 46px;}
.spanread a:after{border-top: 10px solid #593d00;bottom: -10px;border-left: 10px solid transparent;content: "";left: 0;position: absolute;}
.spanread a{margin: 0;padding: 8px 29px 8px 17px;background: #ffae00;color: #000;display: inline-block;font-size: 12px;font-weight: bold;text-transform: uppercase;position: relative;}
.box_spon:hover{    box-shadow: 0px 0px 5px #ffae00; transition: all 400ms ease;}

.sponse1{    margin-bottom: 30px;}


/********************* What We Do *****************/

.whatwedo{ display:block;}
.whatwedo p{ margin:0 0 25px; font-size:15px; color:#232323; text-align:left;}
.nps_offer{ list-style-type:none; padding:0 10px; margin:0 0 20px; display:block;}
.nps_offer li{margin:0; font-size:15px; color:#232323; text-align:left;    line-height: 1.7;}
.member p{margin:0 0 10px;}
.whatwedo .spanread img {    top: -2px;}
.whatwedo .spanread a { padding: 2px 27px 2px 17px;color: #232323; font-size: 19px;text-transform: capitalize;
font-family: 'OpenSans-Semibold';}


/********************structure_div ************************/

.structure_div{ background:#f4f4f4; border-radius:4px; margin:0 0 70px;     padding-bottom: 10px; position:relative;}
.structure_div:after{content:""; position:absolute; left:0; bottom:-46px; background:url(../images/bottom_shadow.png) 0 0 no-repeat; width:1115px;  height:46px;}
.structure_div .spanread{    padding: 30px 0;}
.structure_div .spanread a{ padding: 2px 27px 2px 17px;color: #232323; font-size: 17px;text-transform: capitalize;
font-family: 'OpenSans-Semibold';}
.structure_div .spanread img{    top: -2px;}
.structure_div ul{ padding:0;    margin: 0px auto;    width: 62%; list-style-type:none; display:block; }
.structure_div ul li{ border: 1px solid #d2d2d2; display:inline-block;    width: 349px; text-align: left; padding: 5px 10px; font-size: 15px; text-transform: capitalize;    margin-bottom: 8px;}
.structure_div ul li:nth-child(odd) {background: #fff; color:#232323;     margin-right: 5px;}
.structure_div ul li:nth-child(even) {background: #3f78cf; color:#fff;}
.structure_div p{text-align:center;    font-size: 15px; color: #232323;  margin: 10px 0 0;}


/********************* History *****************************/

.history_div{position:relative;     clear: both;}
.inner_history{ margin-bottom:30px; display:block;position:relative;    padding-bottom: 144px; z-index: 7;     margin-top: 35px;}
.inner_history .pull-right{    padding-left: 14px;}
.history_1{position:relative; margin: 0;}
.history_1:after{ content:""; width:9px; height:51px;text-align: center; display: block; margin: 20px auto 0;background:url(../images/topborderhistory.png) 0 0  no-repeat;}
.left_box{ width:47%; }
.left_box h3{ font-size:19px; color:#232323; font-family: 'OpenSans-Semibold';    margin: 0px 0 5px;}
.left_box p{ margin:0; font-size:14px; color:#232323; line-height:1.5;}
.left_box p a{color:#3f78cf;}

.right_box{      margin-top: -27px;    margin-bottom: 13px;  text-align: center;  display: inline-block;  width: 48%; }
.right_box img{box-shadow: 13px 13px 0px #3f78cf;width: 230px;    height: 153px;}
.center_div{ text-align:center; display:block; margin:0px auto; position: absolute;  top: -35px; width: 100%;z-index: 1;    height: 100%;}
.center_div span{background: #3f78cf;border-radius: 15px;padding: 2px 15px;color: #fff;font-size: 19px;display: inline-block;}
.center_div img{     display: block;
    text-align: center;
    margin: 8px auto;}
.bootom_his{padding: 15px 0 8px;}


/******************** Contact Us ***********************************/
.contact_us{    margin-top: 40px;}
.office_div{ list-style-type:none; padding:0; margin:0; display:block;}
.office_div li{margin-bottom: 50px; position:relative;}
.office_div li p{ font-size:16px; color:#000000;  font-family: 'OpenSans-Bold'; margin:0; }
.office_div li span{display:block;     vertical-align: top; font-size:15px; color:#232323; }
.office_div li span h5  {     line-height: 1.9;    width: 45%;font-size:15px; color:#232323;margin:0px;display: inline-block;}
.address{display: inline-block;     width: 87%;}
.office_div li img{float: left;  margin-right: 20px;}
.office_div li span a{color:#3f78cf;    vertical-align: top;}
.email p{margin-bottom: 10px !important}
.hour p{font-size:15px;}
.emailenq span a{color:#232323 !important; }
.right_address .address  p font{display:block; font-size:15px;     margin-top: 5px;}
.right_address .address span{font-size:16px}
.map_div{width:100%; height:352px;}

/************************** Books Page ********************************/
.book_box{    padding: 30px 0 0;}
.bookmarch{    text-align: left;}

.books_heading{ text-align:left;     padding: 0px 10px;}
.books_heading h2{ margin:0 0 15px; font-size:19px; color:#232323; font-family: 'OpenSans-Bold'; }
.books_heading p{ font-size:15px; color:#232323; }
.bookmarch .spanread{    padding: 0 2px;}
.bookmarch .spanread a{ font-size:19px; font-family: 'OpenSans-Semibold';  text-transform:capitalize;     padding: 3px 29px 3px 17px; cursor:pointer}
.bookmarch .box_spon {  vertical-align: top; margin: 15px 0 30px 72px !important;}
.bookmarch .box_spon span h3{ font-family: 'OpenSans-Semibold'; margin:0; font-size:19px; color:#fff; line-height:1.5}
.bookmarch .box_spon span {padding: 16px 25px;height: 100px;border-radius: 0px 0 6px 6px;}
.rate a{ font-size:17px !important; color:#000;}
.bookmarch .box_spon > img{     height: 200px; margin: 25px auto; display: block; padding: 0;}
.stationary{    padding: 15px 2px !important;}
.hoys1{    padding: 0px 2px 15px !important}



/****************************** History Paga **************************/

.history{}
.history p{ margin:55px 0 30px; font-size:15px; color:#232323;  font-family: 'OpenSans-Semibold';}
.spring_div {}
.spring_div h3{ margin:0; font-size:16px; color:#232323; text-transform:uppercase; font-family: 'OpenSans-Semibold';}


.result_table{margin-top: 25px;width: 70%;}
.result_table tbody{    border-bottom: 10px solid #f3f3f3 !important;}
.heading_top{ }
.heading_top th{background:#e1e1e1;border-bottom: none !important; font-size:15px; color:#000000;font-weight: normal;text-align: center; padding: 2px 0px !important; position:relative; border-left:6px solid #e1e1e1 !important; border-right:6px solid #e1e1e1 !important}
.heading_top th:after{position:absolute; content:""; right:0; top:2px; background:#000; height:21px; width:1px;}
.heading_top th:last-child:after{display:none;}
.result_table tr{ background:url(../images/dot.jpg) 0 0  repeat; }
.result_table tr td{ text-align: center;    border-top: 10px solid #f3f3f3 !important;line-height: 6px !important; font-size: 15px; border-right: 3px solid #fff; padding: 0 !important; vertical-align: middle !important; }
.result_table tr td:first-child{border-left:6px solid #f3f3f3 !important}
.result_table tr td:last-child{border-right:6px solid #f3f3f3 !important}
.heading_top > th:nth-child(1){    width: 145px;}
/*.heading_top > th:nth-child(2){    width: 242px;}
.heading_top > th:nth-child(3){    width: 290px;}
.heading_top > th:nth-child(4){    width: 141px;}*/
.date, .date a{color: #fff; background: #3f78cf; padding: 0px !important;}

.download span {color:red; display:inline-block;}
.resul t_table tr td:last-child{  border-bottom: 10px solid #f3f3f3 !important;}
.download{}
.download_btn {border: 1px solid #979797 !important;     width: 100%;}
.download_btn input{color: #2b2b2b;font-family: 'OpenSans-Bold'; border: none !important;background: #fff;    padding: 11px 0px;}
.coming input{}
.last_table{width:85%}
.result_tab{    margin-bottom: 15px;}


/***************************** scotland Page ***************************/


.scotland{margin-bottom: 20px;}
.join-text {
    font-family: 'OpenSans-Semibold';
    font-size: 16px;
}
.join-text h6 {
    font-size: 16px;
    text-transform: uppercase;
    margin: 32px 0 18px;
}
.scotland p{ margin:0; color:#232323; font-size:15px;}
.sponsertext > .text-center img{    margin: 35px 0 20px;}
.sponsertext .text-center font{margin:0 0 25px; color:#232323; font-size:15px; display:block;}

.final_div{ background: #f3f3f3;
    padding: 8px;
    margin: 0 0 3px;
    display: inline-block;
    list-style-type: none;}
.final_div > li{   float:left;font-size: 15px;    height: 32px;
    padding: 3px 55px;}
.final_div > li:nth-child(2n+1){background: #3f78cf;
    border: 1px solid #3f78cf;
    color: #fff;
    margin-right: 3px;}
.final_div > li:last-child{border: 1px solid #979797; background: #fff; } 
.final_div > li:last-child input{color: #2b2b2b;font-family: 'OpenSans-Bold'; border: none !important;  background: #fff;    font-size: 15px;  }


/******************************** qualified ***************************/


.qualified > p{text-align:left !important;     margin: 20px 0px !important;     line-height: 1.4;}
.qualified font{font-family: 'OpenSans-Semibold'; font-size:15px; color:#232323;width:100%; display:block; }
.qualified{margin-bottom: 20px;}
.enqurie{background:#e0e0e0; border:1px solid #c3c3c3; margin:25px 0 30px; display:inline-block; padding: 25px 15px 15px;}
.enqurie h4{margin:0; font-size:15px; color:#000000;font-family: 'OpenSans-Semibold'; }
.enqurie p{color:#000000;margin: 7px 0; font-size: 15px;    line-height: 1.7;}
.enqurie h5{color:#0913d5;margin:0; font-size:15px;}
.enqurie h5 a{ color:#0913d5; }


/******************************** Spring ***************************/ 
.top_head{    margin: 2px 0 17px !important;}
.spring1{padding: 15px 15px 15px; margin: 25px 0 15px;    width: 550px;}
.spring1 p{ margin:0}
.spring1 h5{    margin: 5px 0px;}
.spring1 h4{    margin: 3px 0px;}
.spring_fest li {    padding: 3px 5px;}
.spring_fest li:nth-child(2n+1){width: 296px; float:left; font-size: 15px;    height: 32px;}
.spring_fest li input{display:inline-block;}
.spring_fest li span{ font-size:12px; color:#ec4933; display:inline-block;}

/********************************** Competition Structure ***************************/

.silver_model{ display:block; margin:0; padding:0; list-style-type:none; }
.silver_model li{ float:left; width:49%;border:1px solid #c1c1c1; background:#f5f5f5; margin-bottom:10px;    text-align: center;}
.silver_model li a{ display:inline-block; font-size:16px; color:#232323; font-family: 'OpenSans-Semibold';    padding: 9px 0px;  transition: all 400ms ease;  }
.silver_model li:nth-child(2n+1){margin-right:10px;}
.silver_model li:hover{ border:1px solid #333333; background:#3f78cf;  transition: all 400ms ease;}
.silver_model li:hover a{color:#fff; transition: all 400ms ease;}

.sliver_model_class{    margin: 40px 0 0;}
.sliver_model_class h4{ margin:0; font-size:16px; color:#232323;font-family: 'OpenSans-Semibold';  } 

.full_table{border: 1px solid #c1c1c1;    margin: 20px 0; background:#f5f5f5;}
.comptition_tabl{ background:url(../images/stur-tabl.jpg) 0 0 repeat-x;     background-size: cover; width:100%;    height: 28px;} 
.comptition_tabl th{color: #fff;font-family: 'OpenSans-Semibold';font-size: 14px;width: 150px;back ground: #3f78cf;     border-right:1px solid #c1c1c1 !important;  padding: 8px 0px !important;
    text-align: center;
    border-bottom: none !important;
    vertical-align: middle !important;}
.comptition_tabl th:nth-child(2){width:122px;}
.comptition_tabl th:nth-child(3){width:180px;}
.comptition_tabl th span{}
.full_table tr td{ border-right:1px solid #c1c1c1 !important;vertical-align: middle !important;text-align: center;}

.performance1 input[type=radio] { display: none;}
.corprate_sponsor1  label {    height: 51px;font-size: 14px;text-transform: uppercase;color: #000;margin: 0;text-align: center;float:left;font-weight: bold;  position: relative;background: #ededed;width: 32.2%; border: 1px solid #cfcfcf;padding: 5px 0px;display: inline-block;margin: 5px 6px; transition: all 400ms ease;}
.performance1 > #tabing1:checked ~ .quality-tab-content1 #tabing1.t-icon, .performance1 > #tabing2:checked ~ .quality-tab-content1 #tabing2.t-icon, .performance1 > #tabing3:checked ~ .quality-tab-content1 #tabing3.t-icon, .performance1 > #tabing4:checked ~ .quality-tab-content1 #tabing4.t-icon, .performance1 > #tabing5:checked ~ .quality-tab-content1 #tabing5.t-icon,.performance1 > #tabing6:checked ~ .quality-tab-content1 #tabing6.t-icon, .performance1 > #tabing7:checked ~ .quality-tab-content1 #tabing7.t-icon,.performance1 > #tabing8:checked ~ .quality-tab-content1 #tabing8.t-icon {
    display: block;
}
.performance1 input[type=radio] ~ .quality-tab-content1 .t-icon {
    display: none;
}
.quality-tab-content1{clear: both;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}
.corprate_sponsor1 label:hover {
    transition: all 400ms ease;
      background: #3f78cf;
    border: 1px solid #01327c;
    color: #fff;
}
.sponser-border{border: 1px solid #a0a0a0;display: inline-block; width:100%;}
.corprate_sponsor1 { border:0; }

.performance1 input[type=radio]:checked + label {
    background: #3f78cf;
    color: #fff;
    border: 1px solid #01327c;
}



/***************************** NPS Hoys Page **************************/

.sponsertext >  h4{font-family: 'OpenSans-Semibold'; font-size:16px; color:#232323; margin:15px 0 10px;}


/********************** performance Page **************************/

.performance p{ margin:20px 0 0;}
.performance_ride{margin: 60px 0 0; overflow:hidden;}
.performance_ride .pull-left{width: 67%;}
.performance_ride .pull-right{box-shadow: -9px -9px 0px #3f78cf; margin-top: 29px;}
.sec img{box-shadow: -9px -9px 0px #3f78cf;}


/*************************** RIHS ***********************/

.height_class{}
.height_class h2{ margin:0; font-size:16px;font-family: 'OpenSans-Semibold';  color:#232332 }

.height_class ul{     padding: 7px;margin: 20px 0 45px;display: block;width: 85%;list-style-type: none;overflow: hidden;background: #f3f3f3;}
.height_class ul li{ float:left; font-size:15px;     padding: 5px 15px;}
.height_class ul li:nth-child(odd){background:#3f78cf; color:#fff;    width: 19%;}
.height_class ul li:nth-child(even){color:#232323;width: 81%;  background: #fff; margin-bottom: 3px;}
.right_head h2{    width: 70%;    margin: 0px auto;}
.rihs{margin:24px 0;}
.rihs li{    padding: 3px 13px;float: left; height: 32px;}
.rihs li:last-child{text-align:center;}

/***********************stud_book Page *************************/

.full_stud {    margin-top: 20px;}
.full_stud .stud_book {
    display: inline-block;
    overflow: hidden;
    width: 680px;
}

.stud_book{background: #f3f3f3;
    padding: 8px;
    margin: 0 0 3px;
    display: inline-block;
    list-style-type: none;}
.stud_book li{  display: inline-block;
    padding: 3px 55px;}

.stud_book{ background: #f3f3f3;
    padding: 8px;
    margin: 0 0 3px;
   display: inline-block;
    list-style-type: none;}
.stud_book li{      padding: 3px 13px;
    float: left;font-size: 15px;
    height: 32px;}
.stud_book li:nth-child(2n+1){background: #3f78cf;
    border: 1px solid #3f78cf; text-align:left;
    color: #fff; width: 425px;
    padding: 3px 6px;
    margin-right: 4px;}

.stud_book > li:last-child{border: 1px solid #979797; background: #fff;     padding: 3px 0;     width: 237px;}  
.stud_book > li:last-child span{color: #2b2b2b;font-family: 'OpenSans-Bold'; border: none !important;  background: #fff;    font-size: 15px; margin:0 ;    text-align: center; }

.stud_enq{    margin: 0 0 10px ;}
.stud_text h6{    margin: 20px 0 10px;}

.critria{ padding:0 15px; margin:0px 0 35px; display:block;}
.critria li{ position:relative; margin-left:20px;margin: 5px 25px 20px;    font-size: 15px;    color: #232323; width:100%;}
.critria li:before{content:"" ; position:absolute;left: -9px;top: 7px; width:7px; height:7px; background:url(../images/bluedot.png) 0 0 no-repeat;} 
.stud_book1 p{text-align:left;}
.stud_book1 span{font-size: 15px;text-align:left; line-height:1.6; margin-bottom:25px;    display: block;}
.stud_book1 em{font-style:normal;margin: 5px 0 20px; font-size: 15px; display: block;  color: #0c30c7;}



/********************************* riding pony ***********************/

.riding_pony{ margin-top:80px;}
.riding_pony .riding_cont{width:72%;}
.riding_pony .riding_cont h3{ margin:0 0 15px; font-size:16px; color:#232323; font-family: 'OpenSans-Semibold'; }
.riding_pony .riding_cont p{ margin:0 0 30px; font-size:15px; color:#232323; text-align:left; line-height:1.6}  
.riding_pony .riding_cont1{ width:28%; display:inline-block;     }
.riding_pony .riding_cont1 img{    margin-top: -25px;  border-radius: 50%;width: 287px;    height: 287px;}
.pny1{ margin-top:50px;}

/****************************affiliation*****************************/
.affiliation-top{ font-size:17px !important;     line-height: 1.5;}
.aff-ul li{ margin-bottom:17px; font-size:15px;}
.Summer-Affiliation{font-family: 'OpenSans-Bold';  background:#ebebeb; color:#000; text-align:center; padding:60px 0 50px; margin-bottom:11px; transition:all 0.4s ease;}
.Summer-Affiliation:hover{background:#3f78cf; color:#fff;transition:all 0.4s ease;}
.Summer-Affiliation:hover .download-btn{background:#ebebeb; color:#3f78cf; transition:all 0.4s ease;}
.Summer-Affiliation h3{font-size:22px; margin:0 0 59px 0;}
.download-btn{ font-size:15px; color:#fff; background:#3f78cf; text-transform:uppercase; border-radius:5px; padding:5px 10px; border:0;transition:all 0.4s ease;}

.affiliation{cursor:pointer;     padding: 15px 0 5px;} 
.memberhover .member-form ul li a{  color: #323232;;} 
.memberhover .member-form ul li:hover a{ color: #fff;} 
.memberhover .member-form ul li:hover{ background: #3f78cf;     border: 1px solid #3f78cf;}

.memberhover .member-form ul li{font-family: 'OpenSans-Bold'; text-align:center !important; transition:all 400ms ease; }
.memberhover .member-form ul li:hover{ transition:all 400ms ease;}
.husban .member-form ul li:first-child{    width: 210px;}
.husban .member-form ul li:last-child{    width: 209px;    margin-top: 5px;}



/**************************how to join NPS*********************************/
.scott img {
    margin: 35px 0 0;
}
.join_table{margin-bottom:0;}
.qualified p{text-align:left !important;}
.join-text{font-family: 'OpenSans-Semibold';font-size:16px;}
.join-text h6{ font-size:16px; text-transform:uppercase;     margin: 10px 0 18px;}
.join-text ul li{ margin-bottom:10px;}
.click-btn{color:#3f78cf; text-transform:uppercase;}
.number-font{font-family: 'OpenSans-Semibold';}
.member ul{text-align:center;}
.sub-head{font-family: 'OpenSans-Semibold';font-size:16px; text-transform:uppercase; margin-bottom:24px;line-height: 1.5;}
.format{ background:#e0e0e0; border:1px solid #c3c3c3; padding:20px 12px; width:550px; margin-bottom:24px;}
.format p{ margin-bottom:0; line-height:25px;}
.member-form{ background:#f3f3f3; padding:8px;font-size:15px; display:inline-block; margin-bottom:5px; }
.member-form ul{ margin-bottom:0;}
.member-form ul li:first-child{    background: #3f78cf;    height: 33px;
    float: left;
    color: #fff;padding:5px; width:324px; border:1px solid #3f78cf;margin-left: 8px;
text-transform:capitalize;}
.member-form ul li a input[type="button"]{color:#000; font-family: 'OpenSans-Bold'; text-transform:uppercase; background:#fff; border:1px solid #979797; width:252px; }
.format ul{ padding-left:20px;}
.format ul li:first-child{ margin-bottom:30px;}
.join-ul p{ font-size:16px; margin-bottom:22px;}
.join-ul ul li,.join-ul ol li{ margin-bottom:28px;}
.join-ul ul,.join-ul ol{padding-left: 0px;list-style-position: inside; font-size:15px;}
.membership-table{ margin-top:60px; font-size:18px;}
.membership-table h3{ font-family: 'OpenSans-Bold'; margin-top:0; margin-bottom:20px; }
.membership-table .table th{font-family: 'OpenSans-Bold'; font-size:16px; background:#3f78cf; color:#fff; text-align:center; padding:10px;vertical-align: middle;}
.membership-table .table td{ text-align:center;background: #ebebeb; padding:28px 26px; vertical-align:middle;font-size: 16px;}
.membership-table .table td:first-child{ text-align:left;}
.judges .format p{font-family: 'OpenSans-Semibold';}
.judges .member-form ul{ text-align:left;}
.young{position:relative;}
.young:before,.young:after{ position:absolute; content:'';  width:100%; height:100%; top:0;}
.young-left{ background: #3f78cf; padding:24px 0;height:280px; }
.young-left:before{ background:#3f78cf; right:100%;}
.young-text{color:#fff; margin-bottom:30px;}
.young-right{ background:#da6565;padding:24px 0 24px 15px; height:280px;}
.young-right:after{ background:#da6565; left:100%;}
.y-l{ padding-left:0;}
.y-r{ padding-right:0;}
.judge-member .member-form ul li:first-child{ width:270px; text-align:left;}
.judge-member .member-form ul li input[type="submit"]{width: 206px;}
.judge-member{ margin-bottom:40px;}
.husbandry .member-form ul li:first-child{text-align:left;}
.husbandry-table .table td:first-child,.breeder-table .table td:first-child{ text-align:center;}
.husbandry-table{ margin-top:0;}
.husbandry-image img{ display:inline-block; margin-top:80px;}
.breeder-table{ margin-top:0;}
.critria li:before {
    content: "";
    position: absolute;
    left: -9px;
    top: 7px;
    width: 7px;
    height: 7px;    width: 377px;
   background:url(../images/bluedot.png) 0 0 no-repeat;
}
.critria li {
    position: relative;
    margin-left: 20px;
    margin:5px 10px 10px;
    font-size: 15px;
    color: #232323;
    width: 100%;
}
.passport .critria li{    margin-left: 0;padding-left: 17px;}

.passport .critria li:before{ left:0;}
.year{ font-size:16px; color:#fff; border-radius:5px; background:#3f78cf; width:94px; height:32px; line-height:32px; text-align:center; margin-bottom:15px;}
.mailid{font-size:15px; font-family: 'OpenSans-Bold';color:#232323;     display: block;
    text-align: center; }
.rate{padding: 7px 2px !important;} 
.noimage > img{ width:117px !important; height:117px !important;    margin: 59px auto !important;}
.email_link { font-size:15px; color:#1137f5;}
.join-ul ul{list-style-type:none; }
.join-ul ul li{position:relative;    margin-left: 20px;}
.join-ul ul li:after{content:""; position:absolute;left: -20px;    top: 6px; background:url(../images/bluedot.png) 0 0 no-repeat; width:8px; height:8px;}
.rule_book { width: 791px;}
.rule_book ul{list-style-type:none;      margin-left: 5px;    padding: 0; }
.rule_book ul  li{position:relative;    margin-left: 16px; font-size:15px; color:#000000;}
.rule_book ul li:after{content:""; position:absolute;left: -12px;    top: 8px; background:url(../images/bluedot.png) 0 0 no-repeat; width:5px; height:5px;}
.rule_note{margin-top:40px;}
.join_table tr:first-child th{    width: 256px;}
.poines{    padding: 1px 15px 15px;}
.poines h4{    margin: 15px 0 4px;}
.poines p{margin: 0 !important;}
.poines_final > li:nth-child(1){    padding: 3px 14px;}
.poines_final > li:last-child{    padding: 3px 79px;}

.judge_div{width:100%;     padding: 10px 12px;} 
.judge_div p{font-size:16px;}
.lefty .member-form ul li{    padding-right: 0;
    padding-left: 0;}
.lefty .member-form ul li:first-child{text-align:left !important;}
.lefty .member-form ul li:last-child input{
    color: #000;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    background: #fff;
    border: 1px solid #979797;
    width: 252px;
    padding: 5px;
}
.last_table{    width: 965px;}
.last_table > thead > tr > th:nth-child(2){    width: 378px;}
.stud_enq p{    margin: 0 !important;}
.stud_text{  }
.performance_ride .pull-right img{width: 295px;   height: 328px;}


/***************** tabing *********************/

  .performance input[type=radio] {
    display: none;
}
.corprate_sponsor  label {
    font-size: 14px;
    text-transform: uppercase;
    color: #000;
    margin: 0;
    text-align: center;
   float:left;
    font-weight: bold;
      position: relative;
  background: #ededed;
    width: 32.2%;
    border: 1px solid #cfcfcf;
    padding: 5px 0px;
    display: inline-block;
    margin: 5px 6px;
   transition: all 400ms ease;
}
.performance > #step1:checked ~ .quality-tab-content #step1.t-icon, .performance > #step2:checked ~ .quality-tab-content #step2.t-icon, .performance > #step3:checked ~ .quality-tab-content #step3.t-icon, .performance > #step4:checked ~ .quality-tab-content #step4.t-icon, .performance > #step5:checked ~ .quality-tab-content #step5.t-icon,.performance > #step6:checked ~ .quality-tab-content #step6.t-icon, .performance > #step7:checked ~ .quality-tab-content #step7.t-icon,.performance > #step8:checked ~ .quality-tab-content #step8.t-icon {
    display: block;
}
.performance input[type=radio] ~ .quality-tab-content .t-icon {
    display: none;
}
.quality-tab-content{clear: both;
    margin-top: 30px;
    width: 100%;
    display: inline-block;
}
.corprate_sponsor label:hover {
    transition: all 400ms ease;
      background: #3f78cf;
    border: 1px solid #01327c;
    color: #fff;
}
.sponser-border{border: 1px solid #a0a0a0;display: inline-block; width:100%;}
.corprate_sponsor { border:0; }

.performance input[type=radio]:checked + label {
    background: #3f78cf;
    color: #fff;
    border: 1px solid #01327c;
} 
.quality-tab-content p{color:#fff !important; text-align:left !important;}
.row_bottom{margin-bottom:30px;}

.lefft img{    box-shadow: -13px 13px 0px #3f78cf !important;}
.scotland > li:nth-child(2n+1){width:376px;    padding: 3px 10px;}
.scotland > li:last-child{width:289px;padding: 3px 0;  text-align: center;}
.summer font{  margin: 0 0 15px;   display: block; font-size:15px; color:#232323}
.summer .text-center img{    margin: 35px 0 0;    width: 716px;}
.summer1 li:nth-child(2n+1){width:325px;    padding: 3px 10px;}
.summer1 li:last-child{width:289px;padding: 3px 0;  text-align: center;}
.show h6{    margin: 20px 0 18px;}
.summer1 li span {
    font-size: 12px;
    color: #ec4933;
    display: inline-block;
}
.showquli p {
    line-height: 34px;
    margin: 45px 0 0 !important;
    font-size: 15px;
    color: #232323;
} 
.scotland p + .text-center img{width: 726px;} 


.sectiondressagge{    padding: 15px 0 0; background: #fff;}
.dressage{  padding: 33px 0px;    border-radius: 4px 4px 0 0;}
.dressage p{ margin:0; text-align:center; color:#232323; font-size:15px;    margin: 0px auto;    width: 79%;}
.nps_dressage{background:#ffae00; padding:40px 0; text-align:center;}
.nps_dressage h3{ margin:0 0 30px; font-size:25px; color:#232323; text-transform:uppercase;font-family: 'OpenSans-Bold'; }
.nps_dressage h6{margin:0; font-size:18px; color:#232323; display:inline-block;}
.npd_day{ margin-top:50px;}
.npd_day h6{ margin:0; font-size:18px; color:#232323; display:inline-block;text-align: left; }
.npd_day span{display:inline-block;    margin: 0px 10px; }
.npd_day span i{ color:#fff; font-size:25px; border:1px solid #fff;margin: 0px 4px;}
.npd_day span > i.fa.fa-calendar{    padding: 13px 14px;}
.npd_day span > i.fa.fa-map-marker{    padding: 13px 18px;}
.npd_day > h6:nth-child(3){vertical-align:top;}
.britis_div{ margin-top:0;}
.britis_div h5{ margin:0; font-size:18px; color:#232323; line-height:1.9}

.britis_div ul{ list-style-type:none; padding:0; margin:30px 0; display:block;}
.britis_div li{ display:block; position:relative; padding:0; color:#232323; font-size:15px;line-height: 34px; margin-left:20px;}
.britis_div li:before{content:""; background:url(../images/bluedot.png) 0 0 no-repeat; width:8px; height:8px; position:absolute; left:-20px; top:15px;}
.gray_bg{margin-bottom: 20px; background:#ebebeb; padding:35px 0;}
.gray_bg ul{ list-style-type:none; padding:0; margin:0; display:block; overflow:hidden;}
.gray_bg ul li{ font-size:15px; text-align:justify; color:#232323; float:left; width:30%;}
.gray_bg ul li:nth-child(2){margin:0px 20px;}
.gray_bg ul li font{ font-family: 'OpenSans-Bold';display:block;  }
.gray_bg ul li em{ font-style:normal; font-size:12px; color:#232323; display:block; margin-top:5px;}
.bottom_text{ margin-top:25px;}
.dressage_text h5{font-size:15px; margin:10px 0 20px; color:#232323;font-family: 'OpenSans-Bold';}
.dressage_text p{    margin: 0 0 20px;}
.champp{ margin-bottom: 50px;}
.left_championship{    float: left;  width: 50%;      height: 200px;}
.left_championship h4{ margin:0 0 20px; font-size:15px; color:#fff; background:#3f78cf;border-radius: 4px; display: inline-block; padding: 8px 15px;  width: 188px;}
.left_championship p{ margin:0; font-size:14px; color:#232323;padding: 0 20px; line-height: 1.6;}
.champ_color{background:#ebebeb;position:relative;}
.champ_color:before{ content:""; background:#ebebeb; position:absolute;right: -74px;top: 0px;width: 74px;height: 100%;}
.champ1_color{background:#ebebeb;position:relative;}
.champ1_color:before{ content:""; background:#ebebeb; position:absolute;right: -74px;top: 0px;width: 74px;height: 100%;}
.row_bottom{margin-bottom:45px;}
.rihs li:nth-child(2n+1){width:249px;}
.rihs li:last-child{width:236px;}


/************************ Show Qualifying************************************/
.showquli{} 
.showquli p{    line-height: 34px;margin: 13px 0 0 !important; font-size:15px; color:#232323;}

.training{}
.training > p{    margin: 45px 0 30px !important;}
.npsimg{border:3px solid #3f78cf;    padding: 15px 20px; margin: 30px 0 !important;width: 430px;}
p{   font-size: 15px; display: block; color: #232323;}
.area_text{}
.area_text p{font-size:15px; color:#232323;  }
.area_text h6{font-family: 'OpenSans-Bold';  font-size:15px; color:#232323;     line-height: 1.6;}
.npsimg1{border:3px solid #3f78cf;    padding: 15px 20px; margin: 30px 0 44px !important; width:100%;}
.maptable{margin-top:50px;}
.maptable tr th, .maptable tr td{background:#3f78cf;color:#fff; font-size:14px;    border-bottom: 3px solid #fff !important;    padding: 10px 10px !important;} 
.maptable tr th{font-family: 'OpenSans-Bold'; text-transform:uppercase;}
.tranning p{min-height: auto; margin-bottom: 25px;}

.young p{color:#fff !important;}

.comingsoon{ text-align:center;margin: 60px 0;}
.comingsoon h1{font-family: 'OpenSans-Bold'; text-transform:uppercase; font-size:42px; color:#000; margin:0;}
strong a{    color: #3f78cf;}
.studd li:nth-child(2n+1){    width: 325px; padding: 3px 0; text-align: center;}
.left_championship  p a{font-size: 14px;color: #232323;}
.scotland p a{font-size: 17px;    color: #3f78cf}
.nps_judges .member-form > ul li:first-child{    padding: 3px 10px !important;}
.nps_judges .member-form > ul li{height:33px; float:left;}
.young_judge li:first-child{    width: 316px !important;    } 
.young_judge li{float: left !important;}
.young_judge li a input{width: 210px !important;    } 
.books_stud li:first-child{    width:324px;     padding: 3px 0;    text-align: center;}
.memberhover .member-form > ul  li{text-align: center;}



/********************* blog ******************************/

.topblog{margin-top:39px;}
.blog_content{ background:#f9f9f9; padding:25px 20px 40px;border-radius:4px;box-shadow: 2px 2px 1px #d0d0d0;  margin-bottom:30px; position:relative;overflow:hidden; }
.blog_content h3{ margin:0; font-size:19px; color:#000000;font-family: 'OpenSans-Semibold';}
.blog_content ul{ padding:0; margin:21px 0;}
.blog_content ul li{ font-size:15px; color:#202020;  margin-right: 12px;}
.blog_content ul li i{ color:#3f78cf; font-size:19px;     margin-right: 8px;}
.blog_content .blog_img{ float:left;  width: 30%;}
.blog_content .blog_img img{width: 100%;}
.right_blog { display:inline-block; width:70%;}
.right_blog p{margin: 0 37px; font-size:14px; line-height:1.8; color:#000; display:inline-block;}
h2.screen-reader-text{display:none;}
.nav-links{display:block;overflow: hidden;  margin-bottom: 30px;  float: right;}
.nav-previous span, .nav-next span {    display: block;    color: #fff;}
/*.nav-previous span{ background: url(../images/whiteprev.png) 0 0 no-repeat; }
.nav-next span{ background: url(../images/whitenext.png) 0 0 no-repeat;  }*/
.nav-previous, .nav-next { float: left; padding: 10px 19px; background: #3f78cf; margin: 0px 5px;}


 




.pagenotfound{text-align:center;border: none; padding: 50px 0;}
.pagenotfound h2{ font-size:45px; color:#000}
.pagenotfound h1{font-weight: bold; color:#000; margin:0;}
.firstpopup .modal-header h4{margin: 0; font-size: 19px; color: #232323; font-family: 'OpenSans-Bold';}
.firstpopup .modal-body h3{    font-size: 16px;    line-height: 1.5;color:#000000;font-family: 'OpenSans-Semibold';}
.stud_book li:last-child{text-align:center;}

.join_text1{list-style-type: none; padding: 0px;}
.join_text1 li{position: relative;margin-left: 20px;}
.join_text1 li:after{content: "";position: absolute;left: -20px;top: 6px;background: url(../images/bluedot.png) 0 0 no-repeat;width: 8px;height: 8px;}
.nationalpony .heading{margin: 0 0 30px;}
.affiliation_page{    margin-top: 35px;}
.affiliation_page p, .affiliation_page ul{    margin: 15px 0 0;}
.affiliation_page > a{ font-size:17px !important;     padding: 2px 31px 2px 20px !important;}  
.top_box{ margin-top:45px;}
.ponies_text { overflow:hidden;    margin-bottom: 45px;
}
.ponies_text li{ float:left;}
.ponies_text li:last-child{    width: 88%;
    display: inline-block;
    padding-left: 18px;}
.ponies_text li p{ text-align:justify;padding-top: 46px;}
.ponies_text li img{}

.breadcrumb ul{ padding:0; margin:0; list-style-type:none; display:block; overflow:hidden;}
.breadcrumb ul li{ float:left; position:relative;}
.breadcrumb ul li:first-child{margin-right:22px;  }
.breadcrumb ul li:after{}
.breadcrumb ul li:not(:last-child):after {    content: "\f105";    position: absolute;right: -14px;top: -2px;color: #3f78cf;font-family: FontAwesome;font-size: 19px; }
.sponsertext{padding: 22px 0 0px;}
.spon{text-align:center; display:block;}



.assessment{}
.assessment p{font-size:15px; color:#232323 ; margin:0 !important;}
.assessment span{ font-size:16px; color:#232323; margin:0 0 15px;font-family: 'OpenSans-Semibold'; }
.assessment font{ font-size:16px; color:#232323; margin:0 0 50px; text-transform:uppercase;}
.assessment_down ul{display:inline-block;}
.assessment_down ul li{float:left;}
.assessment_down ul li:nth-child(2n+1) {  width: 323px; height: 32px; padding:3px 10px;}
.assessment_down ul li:last-child{width: 237px; text-align: center; height: 32px; } 
.assess_text h6{    margin: 35px 0 10px;}
.picture1 img{    width: 736px;}
.assessmbox{text-align: center;margin: 26px 0 25px; display: block;}
.assessmbox .box_spon{margin: 0px 46px 30px;    vertical-align: top;}
.assessmbox .box_spon > img{      width: 183px;    height: 160px;}
.assessmbox .box_spon span{margin: 0px 0 !important;    height: 278px;}
.assessmbox .box_spon span p{color:#fff !important;margin-top: 5px !important;}
.assessmbox .box_spon .spanread{padding: 16px 2px;}
.picture1{margin-bottom:30px;}
.asssessment_list li{    font-size: 15px; color: #232323;line-height: 1.7;}
.assessment_table{margin-bottom:25px;}
.assessment_table tr{}
.assessment_table tr td:first-child{ text-align:center;}
.assessment_table tr th{ text-align:center; background:#3f78cf; border-right:1px solid #fff; width:388px; color:#fff; font-size:15px;padding: 5px 0px !important;border-bottom: none !important;text-transform: uppercase;font-weight: normal;}
.assessment_table tr td{ background:#ebebeb;font-size:15px;border-right:1px solid #000;   vertical-align: middle !important; border-bottom:1px solid #000;    padding: 15px 15px !important;
    border-top: none !important;}
.assessment_table tr td:last-child{border-right:none;}
.assessment_table tr td ul{padding: 1px 9px 0 20px;  margin: 0px;}
.assessment_table tr td ul li{text-align:left;    margin-bottom: 5px;}
.jump_top{margin: 26px 0 35px !important}
.top1{    margin: 25px 0;}
.scheme_text{    margin: 25px 0;}
.scheme_text p{    margin-bottom: 22px !important;}
.scheme_text p:last-child{margin-bottom: 0 !important;}

.thum  > img{    height: 200px;
    width: 100%;}

.memberhover .unique .member-form ul li:first-child{    background: transparent;     border: 1px solid #979797;} 
.memberhover .unique .member-form ul li:hover:first-child{    background: #3f78cf;     border: 1px solid #3f78cf;}



/******************* 1-8-2017 ******************/

.map_bottom img{margin-bottom:15px;}
.map_nps{width:100%; height:300px;margin: 30px 0; pointer-events:none;}
.bucks_show{}
.bucks_show h4{}
.bucks_show ul{ margin:0; padding:0; display:block;}
.bucks_show ul li{ display:block; font-size:14px;    color: #232323; margin-bottom:10px; padding:0;}
.bucks_show ul li a{font-size:14px;    color: #232323; display:inline-block;}
.calen{display: inline-block; color: black; margin: 20px 0;}
.calen a{background: #3f78cf;  padding: 6px 20px; display: inline-block; color: #fff; font-size: 14px; }
.calen a i{margin-right: 8px;}

.tell_div{}
.tell_div p{margin: 0px 0 10px !important;}
.tell_div input[type="text"]{    border: 1px solid #999999;height: 30px;padding: 0px 10px;}
.tell_div input[type="submit"]{background: #3f78cf;border: 1px solid #3f78cf;color: #fff;height: 30px;padding: 0px 10px;margin-left: -4px;}
.right_text_div ul{list-style-type:none; margin:0; padding:0; display:block;}
.right_text_div ul li{margin-bottom:15px; display:block; width:100%;}
.right_text_div ul li font{    color: #ee494d;font-size: 14px;margin-bottom: 5px;}
.right_text_div ul li font i{    margin-right: 12px;color: #ee494d;}
.right_text_div ul li a{    color: #3f78cf;font-weight: 500;font-size: 15px;display: inline-block;}

.full_down{width:100%;}
.full_down .final_div > li:nth-child(2n+1){    padding: 3px 0;    width: 223px;    text-align: center;}
.full_down .final_div > li:last-child{}


/***************** POPUP******************/

#pincode .modal-dialog{width: 595px;margin: 141px auto;}
#pincode .modal-dialog .modal-header{    border: 1px solid #3f78cf;}
.pincode{width:33%;
    margin: 39px auto 20px;
    overflow: hidden;
    padding: 20px 30px 20px 20px;
    border: 1px solid rgba(63, 120, 207, 0.52);}
.pincode .formgroup{display: inline-block;
    width: 68%;
    margin-right: 8px;} 
.pincode input[type="text"]{    width: 100%;
    border: 1px solid #ddd;
    padding: 6px 10px;
    font-size: 17px;}
.pincode input[type="submit"]{background: #3f78cf;border-radius: 3px;
color: #fff;border: 1px solid #3f78cf;padding: 6px 25px;text-transform: uppercase;float: right;margin-top: 0;font-size: 16px;    margin-right: 4px;}


.calen a:nth-child(2){    margin-left: 25px;}



/******************* 14-9-2017 ***********************/
.rish_img{width: 87%; margin: 0px auto;}
.rish_img img{width:100%;}

/**06-12-2017**/
#timetable-1{overflow: auto;}
.tiva-timetable table.timetable-month {width: 1140px !important;}

/***2021-04-21****/
.pony-item {
	background: #f6f6f6;
	padding: 15px;
	list-style: none;
	margin-bottom: 25px;
	box-shadow: 0px 2px 6px #cccc;
    border-radius: 10px;
}
.pony-item span,
.pony-item {
    font-size: 15px;
    color: #3f3f3f;
    line-height: 1.7;
}
.first-row .third-col span {
	display: inline-block;
}
.first-row .third-col span.label {
	width: 88px;
	float: left;
	text-align: left;
}
.first-row .third-col span.value {
	width: calc(100% - 88px);
	float: left;
	font-size: 12px;
	padding-top: 5px;
	overflow-wrap: break-word;
}
.first-row .third-col br {
	clear: both;
}
.second-row {
	display: flex;
    flex-wrap: wrap;
	align-items: center;
}
.second-row .second-col .row {	
    margin-top: 15px;    
}
.second-row .second-col .row hr {
	border-top: 1px solid #fff;
	max-width: 80%;
	margin-bottom: 15px;
	box-shadow: 0px 2px 5px #fcfcfc;
}

.second-row ul {
	list-style: none;
	padding-left: 0px;
}

.bigimage-zoom.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background: #cccccccf;
	opacity: 0;
	transition: all .5s;
	
	
}
.bigimage-zoom.overlay.active {
	display: flex;
	opacity: 1;
	align-items: center;
	transition: all .5s;
	z-index: 999;
	left: 0;
	top: 0;
}
.bigimage-zoom figure {
	width: 50%;
    margin: auto;
}	
.bigimage-zoom.overlay img {
	width: 100%;	
}
.pony-item .first-row .first-col > img {
	cursor: pointer;
}
.pony-item figure {
	width: 50%;
    margin: auto;
	position: relative;
}
.pony-item figure .close {
	font-size: 24px;
	/* position: absolute;
	top: 20px;
	right: 20px; */
	padding-bottom: 10px;
	color: #000;
}

@media (max-width: 991px) {
	.first-row .first-col > img {
		margin: 0px auto 20px;
	}
	.first-row .second-col h3 {
		text-align: center;
	}
	.second-row .first-col h3 {
		/* display: none; */
		margin-top: 20px;
		margin-bottom: 0px;
		text-align: center;
	}
	.second-row .second-col .row hr {
		margin-top: 0px;
	}
	.second-row .first-col,
	.second-row .second-col {
		width: 100%;
	}
	.second-row .second-col .col-sm-6 {
		width: 50%;
		float: left;
	}
	.pony-item figure {
		width: 85%;
	}
}






