/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
 blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
  background: transparent;
  border: 0;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }
.menuicon {
display:none;
}
.btn-sm {
  margin: 1.5px;
}
.showinmobile {
        display: none;
    }
.usermenuclose {
font-size: 22px;
  color: rgb(240, 176, 139);
  top: 0px;
  position: absolute;
  right: 3px;
  cursor:pointer;
}
.usermenuclose:hover {
font-size: 22px;
  color: rgb(232, 106, 33);
  top: 0px;
  position: absolute;
  right: 3px;
  cursor:pointer;
}
.username {
    color: rgb(253, 93, 0);
  font-size: 14px;
  margin-left: 6px;
}
.usermenuicon {
    color: #9BACB6;
    font-size: 21px;
    margin-left: 6px;
    cursor:pointer;
    margin-top: 16px;
}
.usermenuicon:hover {
    color: rgb(253, 93, 0);
    font-size: 21px;
    margin-left: 6px;
    cursor:pointer;
}
.usermenuiconhide {
  top:-500px;
  right: 0px;position: absolute;
  background-color: rgba(0, 57, 76, 1);
  padding: 10px;
  border: solid 2px gray;
}
.usermenuiconshow {
  top: 75px;
  right: 5px;
  position: fixed;
  background-color: rgba(0, 57, 76, 1);
  padding: 10px;
  border: solid 2px gray;
  z-index: 999999;
  border-top: none;
}
#menupop a {
display:block;
}
.sorticon {
display:none;
}
.srchviewoption1 {
text-align:right;padding-right: 5px;
}
.shareicon1 {
  cursor: pointer;
  padding: 5px 12px;
  border: solid 1px rgb(13, 13, 13);
  color: white;
  border-radius: 5px;
  font-size: 24px;
  opacity: 0.5;
}
.shareicon1:hover {
     opacity:1;
}
.shareicon2 {
  cursor: pointer;
  padding: 8px 9px;
  color: white;
  border-radius: 50%;
  font-size: 17px;
  font-weight: bold;
  opacity: 0.7;
}
.shareicon2:hover {
     opacity:1;
}

.shareiconbottom {
  cursor: pointer;
  padding: 12px 12px;
  border-radius: 5%;
  color: white;
  font-size: 16px;
}
.facebooksquare {
  background-color: rgb(0, 80, 141);
  padding: 5px 18px;
}
.facebookrounded {
  background-color: rgb(0, 80, 141);
  padding: 12px 16px;
}
.facebookrounded2 {
    background-color: rgb(0, 80, 141);
    padding: 8px 12px;
}
.twitter {
  background-color: rgb(0, 142, 184);
}
.googleplus {
  background-color: rgb(227, 25, 40);
}
.linkedin {
background-color: #0066A4
}

ol, ul {
  list-style: none; }

blockquote {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0; }

a img {
  border: none; }

/* =Scss Variables
-------------------------------------------------------------- */
/* =Global
-------------------------------------------------------------- */
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  /*background-color: #3cb5f9;*/
  /*color: #505050;*/
  font-family: "fantasy", sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.8; }




/*a {
  text-decoration: none;
  color: #3cb5f9; }

a:hover {
  color: #0793e2; }*/

/* =Template
-------------------------------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto; }

/*#main {
  background-color: #fff;
  padding-top: 150px; }
*/
.container-fluid1 {
  width: 100%;
  margin: 0 auto;
  padding: 0 30px; }
.hrclassforone {
margin-left:0.3%;
}
.hrclassfortwo {
margin-left:6.3%;
}
.hrclassforthree {
margin-left:12%;
}
section {
  padding: 60px 0; }
  section h1 {
    font-weight: 700;
    margin-bottom: 10px; }
  section p {
    margin-bottom: 30px; }
    section p:last-child {
      margin-bottom: 0; }
  section.color {
    background-color: #3cb5f9;
    color: white; }

/* =Info Bar
-------------------------------------------------------------- */
#info-bar {
  background-color: #3cb5f9; }
  #info-bar a {
    color: white;
    font-size: 14px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0;
    padding: 10px; }
    #info-bar a:hover {
      background-color: #0793e2; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    display: block;
    width: 50%; }
  #info-bar span.all-tutorials {
    float: left;
    text-align: left; }
  #info-bar span.back-to-tutorial {
    float: right;
    text-align: right; }

/* =Header
-------------------------------------------------------------- */
 header {
  width: 100%;
  height: 77px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom:2px solid #666;
  z-index: 999;
  background-color: #00394c;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

    
  header #logo {
    display: inline-block;
    height: 100%;
    float: left;
    font-family: "Oswald", sans-serif;
	margin-top:20px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
  header #logomob {
        display: none;
    }
    header #searchdiv {
        width:50%;
    }
     .navdiv {
    float:right;
    }
  header nav {
    display: inline-block;
    float: right; 
	margin-top:20px;}
    header nav a {
      line-height: 50px;
      margin-left: 20px;
	  font-weight: 500;
      font-size: 15px;
	  color:#9BACB6 !important;
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      header nav a:hover {
        color: white; }
  header.smaller {
    height: 75px; }
    header.smaller #logo {
      width:auto;
      height: 60px;
      line-height: 60px;
      font-size: 30px;
	  margin-top:10px; }
    header.smaller nav a {
      line-height: 60px; }

/* =Footer
-------------------------------------------------------------- */
.btn-primary {
    color: #FFF;
    background-color: #201F1F !important;
    border-color: #121212 !important;
}
.mrg_bottom {
    margin-bottom: 35px;
}


.copy_write {
    height: auto;
    background: #00394C none repeat scroll 0% 0%;
    position: relative;
    bottom: 0px;
    font-size: 85%;
    padding: 0.5%;
}
.foot_nav {
}
.foot_nav ul {
    margin-left: 15px;
}

.foot_nav ul li {
    display: inline;
    min-width: 0px;
    padding-right: 10px;
    border-right: 1px dotted #585858;
    margin-right: 20px;
    color: #FFF !important;
    font-size: 80%;
}
.foot_nav ul li a {
    color: #FCFDFE !important;
}
.myhometextalignright {
text-align:right;
}
/* =Extras
-------------------------------------------------------------- */
.clearfix:after {
  visibility: hidden;
  display: block;
  content: "";
  clear: both;
  height: 0; }
.input-group-sm
{
    padding:5px 20px;
    width:100%;
height:33px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
outline:0px !important;
border:0px !important;
}
.srchleft {
float:left;
}
.srchmain {
float:right;
}
/* =Media Queries
-------------------------------------------------------------- */
@media screen and (max-width:1200px) and (min-width:780px) {
    .srchviewoption1 {
text-align:right;padding-right: 5px;
display:none !important;
}

    .hrclassforone {
margin-left:0.3%;
}
.hrclassfortwo {
margin-left:7.3%;
}
.hrclassforthree {
margin-left:15%;
}

    .input-group-sm
{
    padding:5px 20px;
    width:60%;
height:33px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
outline:0px !important;
border:0px !important;
}
    .input-group-smmain
{
    width:80%;
}
}
@media screen and (max-width:780px) and (min-width:660px) {
    .srchviewoption1 {
text-align:right;padding-right: 5px;
display:none !important;
}
    .srchleft {
float:left;
width:100%;
}
.srchmain {
float:right;
width:100%;

}

    .hrclassforone {
margin-left:0.3%;
}
.hrclassfortwo {
margin-left:12.3%;
}
.hrclassforthree {
margin-left:24%;
}
    .srchboxdiv {
        width:80% ;
        float:right;
    }
    .navdiv {
    display: none;
    float: none;
    height: 70px;
    text-align: center;
    margin: 0 auto; }
    .input-group-sm
{
    padding:5px 20px;
    width:65%;
height:33px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
outline:0px !important;
border:0px !important;
}
.input-group-smmain
{
    width:80%;
}
  
}
@media all and (max-width: 660px) and (min-width:360px) {
    /* =Header
  -------------------------------------------------------------- */
     .srchleft {
float:none;
}
.srchmain {
float:none;
}
    .hrclassforone {
margin-left:0.3%;
}
.hrclassfortwo {
margin-left:17.3%;
}
.hrclassforthree {
margin-left:37%;
}
    .input-group-sm {
        padding: 5px 20px;
        width: 60%;
        height: 33px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        outline: 0px !important;
        border: 0px !important;
    }
}
@media all and (max-width: 660px) {
  /* =Header
  -------------------------------------------------------------- */
  .srchviewoption1 {
text-align:right;padding-right: 5px;
display:none;
}
  header {
  width: 100%;
  height: 75px;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  border-bottom:2px solid #666;
  z-index: 999;
  background-color: #00394c;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

 .input-group-sm
{
    padding:5px 20px;
    width:50%;
height:33px;
-moz-border-radius:5px;
-ms-border-radius:5px;
-o-border-radius:5px;
border-radius:5px;
outline:0px !important;
border:0px !important;
}
  header #logo {
    /*display: block;
    float: none;*/
    margin: 0 auto;
    height: 50px;
	margin-top:5px;
   
    text-align: center; }
  .navdiv {
    display: none;
     }
    
  header nav {
    /*display: none;
    float: none;*/
    height: 70px;
    text-align: center;
    margin: 0 auto; }
    header nav a {
      line-height: 30px;
      margin: 0 10px; }
  header.smaller {
    height: 85px; }
    header.smaller #logo {
      height: 45px;
/*      line-height: 30px;*/
      font-size: 20px; }
    header.smaller nav {
      height: 35px; }
      header.smaller nav a {
        line-height: 30px; } 
      .right-inner-addon span {
  font-weight: bold;
  color: rgb(253, 92, 0);
  position: absolute;
  right: 0px;
  padding: 19px 12px;
  cursor: pointer;
}
    .right-inner-addon span:hover {
  font-weight: bold;
  color: rgb(0, 57, 76);
  position: absolute;
  right: 0px;
  padding: 19px 12px;
  cursor: pointer;
}
}
@media screen and (max-width: 360px) {
    /* =Header
  -------------------------------------------------------------- */
    .loadingdata {
  text-align: center;
  padding-top: 4px;
  font-size: 14px;
  color: gray;
}
    .nav-pills li {
  margin: 5px;
  text-align: center;
}
    .gridsorttab {
  font-size: 11px;
}
    .gridsorttab:hover {
  font-size: 11px;
}
    .sorticon {
display: block;
  color: rgb(253, 97, 5);
  cursor: pointer;
  text-align: right;
  font-size:20px;
    }
.sorticon i{
font-size: 9px;
  color: rgb(0, 57, 76);
  font-size:18px;
}
    #srchsortby {
    display:none;
    }
    .wantnoborder {
    border : none;
    }
    .navdiv {
  display: block;
  float:none;
}
    .pull-right {
        float: none !important;
        text-align: center;
    }
    .menuicon {
display:inline;
top:22px;right:12px;color:rgb(253, 97, 5);
position:absolute;cursor:pointer;
}
    .usermenuiconshow {
  top: 58px;
  right: 5px;
  position: fixed;
  background-color: rgba(0, 57, 76, 1);
  padding: 10px;
  border: solid 2px gray;
  z-index: 999999;
  border-top: none;
}

    footer #footerlogo {
    display:none;
    }
    
     .srchleft {
float:none;
}
.srchmain {
float:none;
}
    .hrclassforone {
margin-left:0.3%;
}
.hrclassfortwo {
margin-left:24.3%;
}
.hrclassforthree {
margin-left:50%;
}
    .spacer {
      height: 0px;
    }
    .spacersrch {
     height: 0px;
    }
     header {
  width: 100%;
  height: 60px;
  overflow: hidden;
  position: static;
  top: 0;
  left: 0;
  border-bottom:2px solid #666;
  z-index: 999;
  background-color: #00394c;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s; }

    header #logo {
    display: none;
    float: none;
    margin: 0 auto;
    height: 50px;
	margin-top:5px;
    text-align: center; }
        header #logomob {
        display: block;
    float: none;
    margin: 0 auto;
    height: 50px;
	margin-top:5px;
    text-align: center;
        }
  
    .input-group-sm {
        margin-top:10px;
        padding: 5px 20px;
        width: 100%;
        height: 33px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        outline: 0px !important;
        border: 0px !important;
    }
    .srchdrop {
    width:100% !important;
    }
    .srchbtn {
    width:100%;
    margin-top:10px;
    }
    header nav {
    float: none;
  height: 70px;
  text-align: center;
  margin-top: 10px;
  width: 100%;
    }
        header nav a {
        display: block;
  background-color: rgb(12, 96, 124);
  width: 94%;
  border: solid 1px white;
  border-radius: 12px;
        }
}
@media all and (max-width: 600px) {
  .container {
    width: 100%; }
    .register .pad-left {
    padding-right:0px;
    }
    .register .pad-right {
    padding-left:0px;
    }
    .mobileview {
    margin-top:5px !important;
    }
  #info-bar a {
    display: block; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    width: 100%; }
  #info-bar span.all-tutorials,
  #info-bar span.back-to-tutorial {
    float: none;
    text-align: center; }
  #info-bar span.all-tutorials {
    border-bottom: solid 1px #0793e2; }
    .btnmargininmobile {
    margin-bottom:10px !important;
    }
    .myhometextalignright {
        text-align:center;
    }
    .gridmobilecontainer {
    overflow:scroll;
    margin-left: 0px;
    }
    .mobilerownomargin {
    margin-left: 0px;
    margin-right: 0px;
    }
    .gridmobilewidth {
    width:200%;
    margin-left: 0px;
    margin-right: 0px;
    }
    .hindeinmobile {
        display: none !important;
    }
    .nav-tabs {
    border-bottom: none !important;
}
    .showinmobile {
        display: block;
    }
    .login,.register {
    margin-top: 16px;
}
        .register input#cpcontent_btnregister {
        pointer-events: all;
    cursor: pointer;
    margin: auto;
    margin-left: 8px;
    float: initial;
    width: 94%;
    color: #fff;
    background-color: #00394C !important;
    border-radius: 0;
    opacity: 100;
        }
}
/*pager style*/
       .Pager
{
 font-weight:normal;
color:#713e8b;
 }
       div.bdrT.bdrB.srh_id.fo {
padding-top: 0px;
}
.fo {
float: left;
width: 98%;
display: inline;
}
.bdrT {
border-top: 1px solid;
}
.bdrB {
border-bottom: 1px solid;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
.srh_id {
padding-top: 10px;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
.bdr, .bdrT, .bdrR, .bdrB, .bdrL {
border-color: #ddd;
}
        table.bdrTBred {
margin: 0px;
}
        .paging {
}
.p5px10px {
padding: 5px 10px;
}
.fr {
float: right;
display: inline;
}
.fl {
display: inline;
}
.paging a {
color: #FFFFFF;
border: 1px solid #FFF;
padding: 2px 8px;
background: #713e8b;
font-size: 11px;
}.paging a:hover {
color: #fff;
background: #f04d46;
border: 1px solid #9aac44;
font-size: 11px;
}.paging span {
color: #fff;
background: #F2938F;
border: 1px solid #ACB09A;
padding: 2px 8px;
font-size: 11px;
}

        table.searchresult tr.pager table
{margin:0px;
    }
    div.bdrT.bdrB.srh_id.fo
    {padding-top:0px;
     
        }
 
    table.bdrTBred
{margin:0px;
    }
    table.bdrTBred td
{       padding: 5px;
margin: 0;
height: 25px;
    }
    table.bdrTBred td p.rr
{    padding-top: 4px;
    }
table.gridview
{
    margin:0px;
    }