/***** Generic styling goes here *****/
*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body{
  background: #f3f2f2;
  margin: 0;
  padding: 0;
  font-family: Ariel, Helvetiva, sans-serif;
  border-top: .3em solid #eee;
}

h1,h2, h3{
  font-family: Verdana, Geneva, sans-serif;
  font-weight: bold;
}


p, li{
  font-weight: lighter;
  font-family: Verdana, Geneva, sans-serif;
  color: #333;
}

#menu_logo_area{
  background: #fff;
  border-bottom: 1px solid #ddd;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  font-family: 
  text-transform: uppercase;
}

.nav .navbar-nav li.nav-item li a{
    color: #a67a2c;
}
/*================= Nav Styles ====================================================*/

.welcome-message{
  text-align: center;
}

.welcome-message h1{
  color: #F58634;
  font-weight: bold;
}

.welcome-message p{
  color: #333;
  font-weight: lighter;
}

#c-overview{
  background: #fff;
}

#c-overview-text h1{
  color: #F58634;
}

#c-overview-text p{
  color: #333;
  font-weight: lighter;
}

.o_more a:link, .o_more a:visited{
  display: block;
  border-radius: 15px;
  background: #eee;
  width: 30%;
  text-align: center;
  padding: 5px;
  text-decoration: none;
  color: #333;
}

.o_more a:hover, .o_more a:active{
  background: #ddd;
  text-decoration: none;
  color: #333;
}

#s_content{
  margin: 0;
  padding: 0;
}

.s_cols{
  font-weight: normal;
  color: #E08F55;
}

.footer-col li a:link, .footer-col li a:visited{
  text-decoration: none;
  color: #ccc;
}

.footer-col li a:hover, .footer-col li a:active{
  text-decoration: none;
  color: #fff;
}

.new-events-downloads li{
  margin-bottom: 15px;
}


.new-events-downloads li a:link, .new-events-downloads li a:visited {
  text-decoration: none;
  color: #003B6F;
}

.new-events-downloads li a:hover, .new-events-downloads li a:active{
  text-decoration: none;
  color: #003B6F;
}

.pages-content li{
  list-style: inherit;
  color: #a67a2c;
}

.srv-single{
  background: #2e98bf;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  border-bottom: 20px solid #f3f2f2;
}

.srv-single h3 a:link, .srv-single h3 a:visited{
  text-decoration: none;
  color: #fff;
}

.srv-single h3 a:hover, .srv-single h3 a:active{
  text-decoration: none;
  color: #eee;
}

.pages-content li a:link, .pages-content li a:visited {
  text-decoration: none;
  color: #b68611;
}

.pages-content li a:hover, .pages-content li a:active {
  text-decoration: none;
  color: #333;
}

/*===================== SCRTOLL TO TOP CODE ======================================*/
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #a67a2c;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: #a67a2c;
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

/* Extra Things */
h3{font-size: 30px; font-weight: 400;text-align: center;margin-top: 50px;}
h3 i{color: #333;}

/*===================== SCRTOLL TO TOP CODE ======================================*/


/*=========================Pages styling Ends here =======================*/
/**************** GENERIC STYLING ENDS HERE *******************************/
/****************************************************************************
MEDIA STYLES STARTS HERE ****************************************************/
@media(min-width: 1200px){
p{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 13px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  padding: 10px 80px;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}

.navbar-collapse{
  margin-left: 450px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 90px;
}

.banner-caption h1{
  font-size: 40px;
  font-weight: normal;
  margin-bottom: 25px;
  text-transform: uppercase;
  font-family: Ariel, Helvetiva, sans-serif;
  font-weight: bold;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding: 50px 135px 50px 135px;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 20px 130px 20px 130px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
  font-weight: normal;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}

#downloads{
  border-top: 1px solid #ddd;
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

#lets-do-business{
  padding: 40px 20px;
  text-align: center;
}

#lets-do-business h1{
  font-size: 30px;
  color: #E08F55;
  margin-bottom: 30px;
  font-weight: lighter;
}

.contact-us-btn{
  margin-top: 40px;
  background: #eee;
  padding: 15px 50px;
  border-radius: 15px;
}

.contact-us-btn a:link, .contact-us-btn a:visited {
  color: #ccc;
}

.contact-us-btn a:hover, .contact-us-btn a:active {
  color: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #333;
  padding: 20px 150px 20px 135px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #666;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #ccc;
  font-weight: lighter;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #ccc;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #ccc;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 20px;
}

.webmaster{
    padding-left: 340px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #ccc;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #fff;
}

.pages-content{
  padding: 20px;
  margin-top: 30px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

.pages-content p{
  text-align: justify;
  margin-bottom: 30px;
}

/*.pages-content img{
  margin-top: 10px;
  display: block;
  margin-bottom: 20px;
}*/

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin: 90px 0 0 0;
  padding: 0;
}

#bod{
  margin-top: 40px;
  /*background: #333;*/
  margin-left: 3px;
}

.bod-single{
  background: #fff;
  padding: 0;
  border-right: 20px solid #f3f2f2;
  margin-top: 20px;
}

.bod-single h3{
  margin-top: 40px;
  font-size: 18px;
  font-weight: normal;
  color: #6333;
}

.srv-single h3{
  margin: 20px;
  font-size: 18px;
  font-weight: normal;
}

.bod-single p{
  margin-top: -5px;
  font-size: 12px;
  font-weight: normal;
  color: #333;
  text-align: center;
}

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #555;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #333;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}

.team-ctnt h1{
  margin-top: 1px;
}
/* ================================== CONTACT US =================================*/
.name-email-divs{
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.full-name{

}

.email{
  margin-left: -10px;
  padding-left: 0;
}

.number{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}
.inline_inputs{
    width: 347px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}

.team-pic{
  padding: 2em 0 0 0;
}
/* ================================== CONTACT US =================================*/

} /* End Large devices styling here //////////////////////*/
/* /////////////////////////////////////////////////////// */
/************************ Medium Devices ****************/
@media(min-width: 992px) and (max-width: 1199px){
  p{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 13px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  padding: 10px 80px;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 20px;
}

.welcome-message h1{
  font-size: 20px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding: 50px 135px 50px 135px;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 3px;
  margin-bottom: 10px;
  font-size: 23px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 20px 130px 20px 130px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #333;
  padding: 20px 150px 20px 135px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #666;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #ddd;
  font-weight: lighter;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #777;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #777;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 20px;
}

.webmaster{
    padding-left: 50px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #999;
}

.pages-content{
  padding: 20px;
  margin-top: 30px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

.pages-content p{
  text-align: justify;
}

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin: 0;
  padding: 0;
}

#bod{
  margin-top: 40px;
  /*background: #333;*/
  margin-left: 3px;
}

.bod-single{
  background: #fff;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  margin-top: 20px;
}

.bod-single h3{
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}

.quick-links{
  margin-left: 40px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 40px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}

/* ================================== CONTACT US =================================*/
.name-email-divs{
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.full-name{

}

.email{
  margin-left: -10px;
  padding-left: 0;
}

.number{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}
.inline_inputs{
    width: 347px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}


}/************************ End Medium Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/******************** Small Devices ********************/
@media(min-width: 768px) and (max-width: 991px){

p{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 13px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  padding: 10px 80px;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 80px;
}

.banner-caption h1{
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 20px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 10px;
}

.welcome-message h1{
  font-size: 25px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding: 20px;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 2px;
  margin-bottom: 15px;
  font-size: 20px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 20px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  padding: 30px 135px 40px 140px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #333;
  padding: 20px 150px 20px 135px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #666;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #ddd;
  font-weight: lighter;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #777;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #777;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 20px;
}

.webmaster{
    padding-left: 10px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #999;
}

.pages-content{
  padding: 20px;
  margin-top: 30px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

.pages-content p{
  text-align: justify;
}

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin: 0;
  padding: 0;
}

#bod{
  margin-top: 40px;
  /*background: #333;*/
  margin-left: 3px;
}

.bod-single{
  background: #fff;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  margin-top: 20px;
}

.bod-single h3{
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}

.quick-links{
  margin-left: 10px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 20px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}

/* ================================== CONTACT US =================================*/
.name-email-divs{
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.full-name{

}

.email{
  margin-left: -10px;
  padding-left: 0;
}

.number{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}
.inline_inputs{
    width: 347px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}

}/************************ End Small Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/**************** Extra Small Devices ******************/
@media(max-width: 767px){

p{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 13px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  padding: 10px 25px 10px 25px;
}

/*.logo{
  margin-bottom: 20px;
}*/

#logo{
  margin-bottom: 10px;
  margin-left: -10px;
}

/*#navbarSupportedContent{
  margin-left: 20px;
}

.nav-wrapper{
  margin-left: 20px;
}*/

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 110px;
}

.banner-caption h1{
  font-size: 15px;
  font-weight: bold;
  margin-top: 20px;
  /*margin-bottom: 10px;*/
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding: 10px;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 20px;
  margin-bottom: 15px;
  margin-left: 10px;
}

#c-overview-text p{
  font-size: 15px;
  margin-left: 15px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
  margin-left: 15px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 10px 10px 10px 30px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  padding: 10px 20px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#downloads h1{
margin-top: 20px; 
}

#footer{
  background: #333;
  padding: 10px 20px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #666;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #ddd;
  font-weight: lighter;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #777;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #777;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 20px;
}

.webmaster{
    padding-left: 20px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #999;
}

.pages-content{
  padding: 20px;
  margin-top: 30px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

.pages-content p{
  text-align: justify;
  margin-bottom: 20px;
}

.pages-content img{
  display: block;
  margin-bottom: 20px;
}

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin: 0;
  padding: 0;
}

#bod{
  margin-top: 40px;
  /*background: #333;*/
  margin-left: 3px;
}

.bod-single{
  background: #fff;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  margin-top: 20px;
}

.bod-single h3{
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}

.quick-links{
  margin-left: 1px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 1px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}

/* ================================== CONTACT US =================================*/
.name-email-divs{
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.full-name{

}

.email{
  margin-left: -10px;
  padding-left: 0;
}

.number{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}
.inline_inputs{
    width: 347px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}
}/************************ End Extra Small Devices end here ****************/

/* /////////////////////////////////////////////////////// */
/**************** Extra Extra Small Devices ******************/
@media(max-width: 479){
  p{
  font-size: 13px;
  font-weight: lighter;
  line-height: 1.8;
}

li{
  font-size: 13px;
  margin-left: 30px;
  font-weight: lighter;
}

#menu_logo_area{
  padding: 10px 80px;
}

/*================= Nav Styles ====================================================*/
li.nav-item{
  margin-left: 5px;
  margin-top: 30px;
}

.dropdown-menu a{
  font-size: 12px;
}
/*================= Nav Styles ====================================================*/

.logo{
  margin: 0;
  padding: 0;
}

.logo a{
  margin: 0;
  padding: 0;
}

#banner_container{
  margin-top: 110px;
}

.banner-caption h1{
  font-size: 15px;
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;
}

/*.banner-caption p{
  color: #fff;
  font-size: 18px;
}*/

.welcome-message{
  margin-top: 30px;
}

.welcome-message h1{
  font-size: 30px;
}

.welcome-message p{
  font-size: 15px;
}

#c-overview{
  padding: 10px;
}

#c-overview-img{
  margin-left: 10px;
}

#c-overview-text h1{
  margin-top: 40px;
  margin-bottom: 15px;
}

#c-overview-text p{
  font-size: 15px;
}
.o_more a{
  margin-top: 30px;
  margin-bottom: 20px;
  padding: 10px;
}

.s_more a{
  margin-left: 15px;
}

#s_content{
  padding: 10px 10px 10px 30px;
  margin: 0;
  border-top: 1px solid #eee;
}

#s_inner{
  padding: 0;
  margin: 0;
}

.s_cols{
  background: #fff;
  /*border: 1px solid #ddd;*/
  /*margin: 0 5px 0 5px;*/
 /* width: 90%;*/
  padding: 0;
  /*box-shadow: 2px 2px 2px 2px #eee;*/
  max-width: 95%;
  border: 5px solid #f3f2f2;
}

.s_cols h1{
  font-size: 25px;
  margin: 30px 15px 20px 15px;
}

.s_cols p{
  margin: 20px 15px 20px 15px;
}

#mv{
  background-size: 100%;
}
.video{
 /* width: 300px;
  background: #000 url(../img/video.jpg) top left no-repeat;
  background-size: 100%;*/
}
#downloads{
  padding: 10px 20px;
  margin: 0;
  background: #fff;
}

.new-events-downloads li{
  list-style: none;
  font-size: 15px;
  margin-left: 5px;
  border-bottom: 1px dotted #ddd;
  padding-bottom: 5px;
}

.new-events-downloads h1{
  /*border-bottom: 2px solid #ddd;*/
  padding-bottom: 10px;
  font-size: 18px;
  margin-left: 5px;
  margin-bottom: 10px;
}

#footer{
  background: #333;
  padding: 10px 20px;
  margin-top: 0;
}

#footer h1{
  border-bottom: 5px solid #666;
  padding-bottom: 15px;
  margin-top: 20px;
  font-size: 20px;
  color: #ddd;
  font-weight: lighter;
}

#footer p{
  margin-top: 30px;
}

#footer ul{
  margin-top: 30px;
}

#footer li{
  font-size: 14px;
  color: #777;
  margin-left: 2px;
  margin-top: 10px;
  list-style: none;
}

#address{
  color: #777;
  font-size: 14px;
}

#copyright-webmaster{
  margin-top: 20px;
  border-top: 1px solid #555;
  padding-top: 20px;
}

.webmaster{
    padding-left: 20px;
}

.webmaster a:link, .webmaster a:visited {
  text-decoration: none;
  color: #666;
}

.webmaster a:hover, .webmaster a:active {
  text-decoration: none;
  color: #999;
}

.pages-content{
  padding: 20px;
  margin-top: 40px;
}

.pages-content li{
  /*list-style: none;*/
  margin: 15px 17px;
}

.pages-content p{
  text-align: justify;
}

.pages-content h1{
  margin-bottom: 20px;
  margin-top: 30px;
  font-size: 22px;
  font-weight: normal;
}

#pages-banner{
  margin: 0;
  padding: 0;
}

#bod{
  margin-top: 40px;
  /*background: #333;*/
  margin-left: 3px;
}

.bod-single{
  background: #fff;
  padding: 10px;
  border-right: 20px solid #f3f2f2;
  margin-top: 20px;
}

.bod-single h3{
  margin-top: 20px;
  font-size: 15px;
  font-weight: normal;
}

.quick-links{
  margin-left: 5px;
  background-size: 100%;
  padding-top: 0;
  margin-top: 0;
}

.quick-links li{
  list-style: none;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}

li.remove-border{
  border: none;
}

.quick-links h1{
  margin-left: 15px;
  margin-top: 0;
}

.quick-links li a:link, .quick-links li a:visited {
  text-decoration: none;
  color: #b68611;
}

.quick-links li a:hover, .quick-links li a:active {
  text-decoration: none;
  color: #666;
}

#Services-div{
  background: url(../img/services-bg.jpg) 0 0 no-repeat;
  /*box-shadow: 1px 1px 1px 1px #ddd;*/
  border-top: 5px solid #b68611;
  margin-left: 5px;
  background-size: 100%;
}

#Services-div li{
  list-style: none;
}

#Services-div h1{
  font-family: Verdana, Geneva, sans-serif;
  color: #b68611;
  margin-left: 15px;
  font-weight: bold;
}

#Services-div li a:link, #Services-div li a:visited {
  text-decoration: none;
  color: #fff;
}

#Services-div li a:hover, #Services-div li a:active {
  text-decoration: none;
  font-weight: bold;
}

.partners img{
  margin: 5px 5px;
}

.clients img{
  margin: 5px 5px;
}

/* ================================== CONTACT US =================================*/
.name-email-divs{
  margin-bottom: 15px;
  margin-right: 0;
  padding-right: 0;
}

.full-name{

}

.email{
  margin-left: -10px;
  padding-left: 0;
}

.number{
  width: 700px;
  margin-bottom: 15px;
  border: 1px solid #ddd;
  height: 40px;
  padding: 5px;
}

.message{
  width: 700px;
  margin-bottom: 15px;
  height: 300px;
  border: 1px solid #ddd;
}
.inline_inputs{
    width: 347px;
    height: 40px;
    border: 1px solid #ddd;
    padding: 5px;
}
.submit{
  width: 150px;
  height: 40px;
  border: 1px solid #ddd;
  background: #fff;
}

.address-content{
  margin-top: 0;
  padding-top: 0;
}

.address-content h1{
  margin-top: 0;
}

}/************************ End Extra Extra Small Devices end here ****************/