@charset "utf-8"; 
/*Font-awesome integration*/
@import url("https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css");
/*Google font integration*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto'); */
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Alice&display=swap');
@import url('https://fonts.googleapis.com/css?family=Acme&display=swap');
html,

	body {
		background: #fff;
		padding:0px;
		  margin:0px;
		  font-family: 'Lato', sans-serif;
		
	  }

ul{
  padding: 0;

}
/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  color: #ffc104;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #18d26e;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/*******header_top*******/

.header_top{
	width: 100%;
	height: auto;
	background: url(http://rasulpurded.org/wp-content/uploads/2020/07/header.png);
	float: left;
	padding-top: 20px;
	/* padding-bottom: 20px; */
}
.header_top .header_top_lft{
	float: left;

}
.header_top .header_top_lft li{
	display: inline-block;
	list-style: none;
	text-decoration: none;
	font-size: 18px;
	color: #ffffff;
	padding-left: 20px;
}
.header_top .header_top_lft li i{
  color: #ff9f08;
  width: 35px;
  height: 30px;
  font-size: 26px;
}
.header_top_lft li i.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  font-size: 26px;
  -webkit-font-smoothing: antialiased;
  }
 .header_border{
	border-right: 2px solid #ffffff;
	padding-right: 20px;
}

.header_top .header_top_rgt{
	float: right;

}
.header_top .header_top_rgt li{
	display: inline-block;
	list-style: none;
	text-decoration: none;	
	font-size: 16px;
	color: #ffffff;
	float: right;
	padding-left: 20px;
  }
  
  .header_top .header_top_rgt li {
    /* width: 32px; */
    /* height: 32px; */
    font-size: 25px;
}
.header_top .header_top_rgt li a{
 
	list-style: none;
  text-decoration: none;	
  color: #ffffff;  
}
.box1{
  float: left;
}
.box2{
  float: left;
}

.navmenu-top{
  float: left;
  width: 100%;
  display: block;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
  /* padding: 10px 0; */
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  float: left;
  background: url(http://rasulpurded.org/wp-content/uploads/2020/07/header.png);
}
.complete_header_wrap{
  width: 100%;
  float: left;
  position: relative;
  z-index: 9999;
}

.fixed_complete_header_wrap{
  position: fixed !important;
}
#header a{
  color:#ffffff;
  }


/* #header.header-scrolled {
  background: rgba(42, 65, 117, 0.95);
  padding: 20px 0;
  height: 80px;
  transition: all 0.5s;
  color:#13110b;
} */

#header #logo {
  float: left;
}

#header #logo h1 {
  font-size: 34px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  letter-spacing: 3px;
}

#header #logo h1 a,
#header #logo h1 a:hover {
  color: #fff;
  padding-left: 100px;
  /* border-left: 4px solid #18d26e; */
}

#header #logo img {
  padding: 0;
  margin: 0;
}
.navbar-light .navbar-toggler-icon {

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");

}

.navbar-light .navbar-toggler {
   color: transparent;
  border-color: transparent;
}

/*---------------------
	navbar2
-----------------------*/
#navbar2{
  width: 100%;
  height: auto;
  float: left;
  background: url(http://rasulpurded.org/wp-content/uploads/2020/07/header-Copy.png);
  display: none;
}
.topnav {
  overflow: hidden;
  /* background-color: #333; */
}

.topnav a {
  float: left;
  display: block;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 16px;
  font-family: "Montserrat", sans-serif;
}
.topnav ul li{list-style-type: none;}

.topnav a:hover {
  background-color: #1d6eb6;
  color: #ffffff!important;
}

.topnav a.active {
  /* background-color: #4CAF50; */
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
	  transition:0.3s ease-in-out;
     /* 4/11/19 */
     color: #000000;
     /* 4/11/19 */
  }
  .topnav a {
    display: none;
}
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
    background: #ff9f07;
  }
  topnav a {
  
    display: none;
}
}

/*---------------------
	Header section
-----------------------*/

.header-section {
  width: 100%;
  height: auto;
	padding: 20px 0;
	color: #1b1818;
  text-align: center;
  float: left;
  background: url(http://rasulpurded.org/wp-content/uploads/2020/07/portfolio_banner3.png);
	
}

.site-logo {
	display: inline-block;
	padding-top: 20px;
}
.logo_name{
	color: #1b1818;
	font-size: 24px;
  font-weight: 400;	
  font-family: 'Acme', sans-serif;
}
.logo_lft{
	float: left;
}
.logo_rgt{
	float: left;
	padding-top: 50px;
}

.header-info {
	display: inline-block;
	/* float: right; */
}

.header-info .hf-item {
	display: inline-block;
	margin-left: 35px;
	margin-top: 55px;
}

.header-info .hf-item i {
	width: 45px;
	height: 45px;
	display: inline-block;
	position: relative;
	text-align: center;
	color: #f6783a;
	font-size: 17px;
	padding-top: 13px;
	margin-right: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.header-info .hf-item i:after {
	position: absolute;
	content: '';
	width: 100%;
	height: 100%; 
	left: 0;
	top: 0;
	border: 1px solid #d2d2db;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
	border-radius: 2px;
}

.header-info .hf-item p {
	display: inline-block;
	position: relative;
	top: 10px;
	color: #1b1818;
	font-size: 24px;
  font-weight: 400;
  font-family: 'Acme', sans-serif;
}

.header-info .hf-item p span {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #020031;
	font-weight: 500;
}

.nav-switch {
	display: none;
}

.nav-section {
	background: #020031;
}

.nav-section .nav-right {
	float: right;
	padding-top: 23px;
}

.nav-section .nav-right a {
	color: #fff;
	margin-left: 30px;
	font-size: 16px;
}

.main-menu {
	list-style: none;
}

.main-menu li {
	display: inline;
}

.main-menu li a {
	display: inline-block;
	color: #fff;
  font-size: 13px;
  font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-weight: 500;
	padding: 25px 20px;
	margin-right: -5px;
	-webkit-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.main-menu li a:hover {
	background: #f6783a;
}

.main-menu li.active a {
	background: #f6783a;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  display: table;
  width: 100%;
  height: 670px;
  /* background: #000; */
}
.carousel-inner {
  position: relative;
  width: 100%;
  height: 670px;
  overflow: hidden;
}

#intro .carousel-item {
  width: 100%;
  height: 670px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#intro .carousel-item::before {
  content: '';
  /* background-color: rgba(0, 0, 0, 0.7); */
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#intro .carousel-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .carousel-background img {
  max-width: 100%;
}

#intro .carousel-content {
  text-align: left;
    margin-top: 100px;
    width: 87%;

}
    #intro h2 {
      color: #fff;
      margin-bottom: 30px;
      font-size: 60px;
      font-weight: 500;
      font-family: "Montserrat", sans-serif;
      /* text-transform: uppercase; */
      line-height: 60px;
      margin-top: 68px;
      text-align: center;

    }

#intro p {
    width: 100%;
    margin: 0 auto 30px auto;
    color: #fff;
    font-size: 30px;
    font-weight: 500;
    text-align: center;
}

#intro .carousel-fade {
  overflow: hidden;
}

#intro .carousel-fade .carousel-inner .carousel-item {
  transition-property: opacity;
}

#intro .carousel-fade .carousel-inner .carousel-item,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  opacity: 0;
}

#intro .carousel-fade .carousel-inner .active,
#intro .carousel-fade .carousel-inner .carousel-item-next.carousel-item-left,
#intro .carousel-fade .carousel-inner .carousel-item-prev.carousel-item-right {
  opacity: 1;
  transition: 0.5s;
}

#intro .carousel-fade .carousel-inner .carousel-item-next,
#intro .carousel-fade .carousel-inner .carousel-item-prev,
#intro .carousel-fade .carousel-inner .active.carousel-item-left,
#intro .carousel-fade .carousel-inner .active.carousel-item-right {
  left: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#intro .carousel-control-prev,
#intro .carousel-control-next {
  width: 10%;
}

#intro .carousel-control-next-icon,
#intro .carousel-control-prev-icon {
  background: none;
  font-size: 32px;
  line-height: 1;
}

#intro .carousel-indicators li {
  cursor: pointer;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

.navbar {
  padding: 0;
  margin: 0;
}
.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
  color: #ffffff;
}
.navbar-light .navbar-nav .nav-link {
  color: #ffffff;
  /* padding-left: 20px; */
  padding: 15px 15px;
}

.bg-light {
  background-color: transparent!important;
}
.nav-item .nav-link{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff;
  border-bottom: 1px solid rgba(0,0,0,.15);
  cursor: pointer;
}
.nav-item .nav-link:hover{
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #ffffff!important;
  /* background: #ff9f07; */
}
.nav-item:hover{
  background: #ff9f07;
}
.menu-item{cursor: pointer;}
.dropdown-menu {
  position: absolute;
  top: 94%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding:0;
  margin: .125rem 0 0;
  font-size: 1rem;
  color: #ffffff;
  text-align: left;
  list-style: none;
  background-color: #0080c1;
  background-clip: padding-box;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: .25rem;
}
.dropdown-item {
  display: block;
  width: 100%;
  padding: .25rem 1.5rem;
  clear: both;
  font-weight: 700;
  color: #ffffff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,.15);
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.dropdown-item:hover {
  color: #ffffff;
  text-decoration: none;
  background: #ff9f07;
}

/* About Us Section
--------------------------------*/

#about {
  width: 100%;
  height: auto;
  padding: 70px 0 115px 0;
  position: relative;
  float: left;
  background: url(http://rasulpurded.org/wp-content/uploads/2020/07/portfolio_banner3.png);
}
#about h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0080c1;
  text-align: left;
  /* letter-spacing: 1px; */
  text-transform: uppercase;
}
#about h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #0080c1;
  text-align:left;
   
}
#about h4{
  font-family: 'Alice', serif;
  font-size: 30px;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  position: relative;
   
}
.about_box{
  float: left;
  /* margin-top: 55px; */
}
.about_img{
  box-shadow: 0 7px 9px rgba(0,0,0,0.18);
  transition: all 0.3s ease-in-out;
  float: left;

}
.scrollcontent{
	width:100%;
	float:left;
	padding:20px;
	height:235px;
	overflow:hidden;
}
.marQuee{
  padding: 0!important;
}

.marQuee li p a{
	color:#fff;
  font-family: 'Lato', sans-serif;
	font-size:16px;
	font-weight:300;
	margin-top:20px;
	text-align:left;
}

.marQuee li p a:hover{
	color:#fff;
}

.marQuee li p a img{
	width:40px;
	height:auto;
	margin-left:8px;
}

.marQuee li{
	list-style-type:none;
}


.devider{
	width:100%;
	float:left;
	margin:7px 0 15px 0;
}

.devider div{
	width:90%;
	height:1px;
	background:#fff;
	margin:0 auto;
}
.btn_wrapper{
	width:100%;
	float:left;
	padding:25px 0;
  text-align:center;
  position: relative;
}

.btn_2{
	font-family: 'Lato', sans-serif;
	font-weight:700;
	font-size:18px;
	color:#002f4d;
	background:#fff;
	padding:10px 29px;
	transition:0.3s ease-in-out;
}


.btn_2:hover{
   background:transparent;
  border:2px solid #ffffff; 
  color:#ffffff;
	text-decoration:none;
}


.btn_2:focus{
  color:#002f4d;
	background:#fff;
	text-decoration:none;
}




/* .about_img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  transition: opacity 0.3s ease-in-out;
} */
.about_para{
  font-size: 20px;
  color: #1a1a19;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  float: left;
  text-align: left;
  padding-bottom: 30px;
  margin-top: 30px;
}
#about .btn {
  width: 160px;
  display: inline-block;
  font-weight: 700;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0080c1;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  border-radius: 0px;
  border: 2px solid transparent; 
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#about .btn_order:hover{
  border: 2px solid #0080c1; 
  background-color:  transparent;
  color: #1a1a19;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}
#about .img-fluid {
  max-width: 100%;
  height: auto;
  /* box-shadow: 0 7px 9px rgba(0,0,0,0.17); */
  position: absolute;
}
.underline{
  width: 200px;
  height: 3px;
  border-bottom:3px solid #0080c1;
}

.about_box .fa{
  color: #ffffff;
  font-size: 55px;
  text-align: center;
  position: relative;
  margin-top: 20px;
  padding-left: 3%;
}
 


/* #New_Subscription Section
--------------------------------*/

#New_Subscription{
  width: 100%;
  height: auto;
  background: url(../images/submit_banner.png);
  background-size: cover;
  float: left;
  padding: 53px 0 53px 0;
}
#New_Subscription h3{
  font-family: 'Lato', sans-serif;
  font-size: 32px;
  font-weight: 700;
  color:#fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
}
/*  
  #New_Subscription .form-control {
    height: 58px;
    background: #fff;
    border: 2px solid #fff;
    margin-bottom: 36px;
    border-radius: 50px;

} 
#New_Subscription .input-group>.form-control:not(:last-child) {
  border-top-right-radius: 50;
  border-bottom-right-radius: 50px;
}
#New_Subscription .btn {
  height: 58px;
  display: inline-block;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #005aa1;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 3.75rem;
  line-height: 1.5;
  border-radius: 50px;
  background: #f7a707;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */


/* Testimonials Section
--------------------------------*/

#testimonials {
  width: 100%;
  height: auto;
  padding: 35px 0 64px 0;
  float: left;
  background: #f6f6f6;
}
.blog .carousel-indicators {
	left: 0;
	top: auto;
    bottom: -40px;

}

/* The colour of the indicators */
.blog .carousel-indicators li {
    background: #a3a3a3;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.blog .carousel-indicators .active {
background: #707070;
}
/* gallery Section
--------------------------------*/

#team {
  width: 100%;
  height: auto;
  float: left;
  padding: 30px 0 40px 0;
  text-align: center;
}

#team h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color:#0080c1;
  text-align: center;
  text-transform: uppercase;
}

#team .member {
  text-align: center;
  margin-bottom: 20px;
  /* background: #000; */
  position: relative;
  margin-top: 20px;
}

#team .member .member-info {
  opacity: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  transition: 0.2s;
}

#team .member .member-info-content {
  margin-top: -50px;
  transition: margin 0.2s;
}

#team .member:hover .member-info {
  background: rgba(0, 0, 0, 0.7);
  opacity: 1;
  transition: 0.4s;
}

#team .member:hover .member-info-content {
  margin-top: 0;
  transition: margin 0.4s;
}

#team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
  color: #fff;
}

#team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
  color: #fff;
}

#team .member .social {
  margin-top: 15px;
}

#team .member .social a {
  transition: none;
  color: #fff;
}

#team .member .social a:hover {
  color: #18d26e;
}

#team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
#team .member .img-fluid {
  max-width: 100%;
  height: auto;
   box-shadow: 0 7px 9px rgba(0,0,0,0.17);
}
.team_btnn{
  width: 100%;
  height: auto;
  text-align: center;
  margin-top: 50px;
}

#team .btn {
  width: 160px;
  display: inline-block;
  font-weight: 700;
  color:#fff;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: #0080c1;
  border: 1px solid transparent;
  padding: .375rem .75rem;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
  line-height: 1.5;
  border-radius: 0px;
  border: 2px solid transparent; 
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#team .btn_order:hover{
  border: 2px solid #0080c1; 
  background-color:  transparent;
  color: #1a1a19;
  font-size: 18px;
  font-family: 'Lato', sans-serif;
}


/* Testimonials Section
--------------------------------*/

#testimonials {
  width: 100%;
  height: auto;
  padding: 40px 0 45px 0;
  float: left;
  background: #f6f6f6;
  background: url(../images/testimonial_banner.png) center no-repeat;
  background-size: cover;
}
#testimonials h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color:#ffffff;
  text-align: center;
  text-transform: uppercase;
  
}

#testimonials .underline{
  text-align: center;
  border-bottom: 3px solid #ffffff;
}

#testimonials .testimonial-item {
  text-align: center;
  margin-top: 60px;
}

#testimonials .testimonial-item .testimonial-img {
  width: 215px;
  border-radius: 50%;
  /* border: 4px solid #fff; */
  margin: 0 auto;
}

#testimonials .testimonial-item h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0 5px 0;
  color: #111;
}

#testimonials .testimonial-item h4 {
  font-size: 14px;
  color: #999;
  margin: 0 0 15px 0;
}

#testimonials .testimonial-item .quote-sign-left {
  margin-top: -15px;
  padding-right: 10px;
  display: inline-block;
  width: 37px;
}

#testimonials .testimonial-item .quote-sign-right {
  margin-bottom: -15px;
  padding-left: 10px;
  display: inline-block;
  max-width: 100%;
  width: 37px;
}

#testimonials .testimonial-item p {
  font-size: 20px;
  font-family: 'Lato', sans-serif;
  color:#ffffff;
  font-style: italic;
  font-weight: 400;
  text-align: center;
  /* padding-top: 28px; */
  margin: 0 auto 15px auto;
  line-height: 30px;
}

#testimonials .owl-nav,
#testimonials .owl-dots {
  margin-top: 35px;
  text-align: center;
}

#testimonials .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #ddd;
}

#testimonials .owl-dot.active {
  background-color: #0080c1; 
}

/* order now
---------------------*/
#order_now{
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 70px 0;
  background: url(../images/background.png) no-repeat;
  background-size: cover;

}
#order_now h3{
  font-family: 'Alice', serif;
  font-size: 32px;
  font-weight: 700;
  color:#1a1a19;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
  letter-spacing: 1px;
}s
.menu_type{
  color: #242321;
  list-style: none;
  display: inline-block;
  font-size: 24px;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  padding-left: 115px;
  text-align: center;
  text-decoration:none;
  
}
.menu_box{
  /* width: 46%; */
  width: 430px;
  height: 181px;
  border-radius: 10px;
  background: #d4a004;
  box-shadow: 0 7px 9px rgba(0,0,0,0.18);
  transition: all 0.3s ease-in-out;
  float: left;
  margin-left: 30px;
  position: relative;
  padding: 0;
  margin-top: 30px;
}
.inner_box {
  width: 146px;
  height: 155px;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 7px 9px rgba(0,0,0,0.18);
  transition: all 0.3s ease-in-out;
  float: left;
  position: relative;
  padding: 0;
  margin: 13px;
}
#order_now .inner_box .img-fluid {
  max-width: 100%;
  height: auto;
   box-shadow: 0 0px 0px rgba(0,0,0,0.0)!important;
   padding: 5px;
}
.menu_head{
  color:#9e0b0f;
  font-size: 24px; 
  font-family: 'Alice', serif;
  font-weight: 700;
  line-height: 60px;
}
.menu_para {
  color: #1a1818;
  font-size: 13px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  line-height: 18px;
  margin: 8px;
}
.amount{
  color: #1a1818;
  font-size: 12px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  margin-top: 5px;
}
#order_now .btn-outline-danger {
  color: #1a1818;
  border-color: #9e0b0f;
}
#order_now .btn {
  width: 96px;
  /* height: 26px; */
  display: inline-block;
  font-weight: 500;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 2px solid #9e0b0f;;
  padding: .275rem .75rem;
  font-size: 12px;
  line-height: 18px;
  border-radius: 50px;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  margin-right: 15px;
  margin-top: 5px;
  /* float:right; */
}


/* Contact Section
--------------------------------*/
#contact_us{

  width: 100%;
  height: 451px;
  float: left;
  

}
.contact_img{
width: 100%;
height: 451px;
font-family: 'Alice', serif;

}
.contactrgt{
  width: 100%;
  height: 451px;
  float: left;
  margin: 0;
    padding: 0;
    background: #0080c1;
    padding: 40px 15px 40px 15px;
 
}
.contactlft{
  width: 100%;
   height: 451px;
  float: left;
  background: url(../images/image7.png);
  background-size: cover;
  margin: 0;
  padding: 0;
  
  background-color: #18d26e;
}
.form-group {
   margin-bottom: 0rem!important;
   margin-top: 50px;
}
.contactrgt h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color:#1d6eb6;
  text-transform: uppercase;
}
.span6{
  margin-top: 51px;
}
.form-control{
  height: 58px;
  background: #ebebeb;
  border: 2px solid #fff;
  margin-bottom: 15px;
  border-radius: 0px;
}
.form-control::placeholder{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color :#3e3e3e;
  text-align: left;
  letter-spacing: 1px;
  background: transparent;
}

.span7{
  width: 615px;
  height: 144px;
  background: transparent;
  border: 2px solid #fff;
  padding-left: 15px;
  padding-top: 15px;
  color: #fff;
}
.pull-right {
  width: 190px;
  height: 44px;
  float: left;
  margin-top: -15px;
}
.span7::placeholder{
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  background: transparent;
  color :#fff;
  text-align: left;
  letter-spacing: 1px;
}
.form-control:focus {
  color: #1d6eb6;
  background: transparent;
  border-color: #1d6eb6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,128,192,.20);
}
.btn-default {
  color: #fff;
  background-color: #1d6eb6;
  border-color: #1d6eb6;
  border-radius: 0px;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700;
  
}
.btn-default:hover {
  color: #fff;
  background-color: #1d6eb6;
  border-color: #1d6eb6;
  font-family: 'Lato', sans-serif;
  font-size: 18px;
  font-weight: 700; 
  
}

 .btn-default:focus{
  color: #1d6eb6;
  background: transparent;
  border-color: #1d6eb6;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0,128,192,.20)!important;
} 

  


#contact .btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  background-color: #1d6eb6;
  border-color: #1d6eb6;
  border-radius: 0px;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .375rem 1.75rem;
  
  line-height: 1.5;
  
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.btn-prbtn-default:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #1d6eb6;
  border-color: #1d6eb6;
}



#contact{
  width: 100%;
  height: auto;
  float: left;
}
#contact h3{
  font-family: 'Lato', sans-serif;
  font-size: 30px;
  font-weight: 700;
  color:#1d6eb6;
  text-transform: uppercase;
  padding-top: 30px;
}

#contact .well{
    margin-top:0px;
    border-radius:0;
}

#contact .form-control{
    border-radius: 0;
    /* border:2px solid #1e1e1e; */
}

#contact button{
    border-radius:0;
    /* border:2px solid #1e1e1e; */
}
form{
  margin-top: 50px!important;
  margin-bottom: 40px;
}
.form-control{
  height: 58px;
  background: #ebebeb;
  border: 2px solid #fff;
  margin-bottom: 15px;
  border-radius: 0px;
}

#contact .row{
    margin-bottom:0px;
}
.form-group {
  margin-bottom: 0rem!important;
  margin-top: 0px;
}
.contactform{
 float: left;
}

.contactform1 {
  float: left;
  padding: 0;
}

  #contact .contactrow {
    margin-bottom: 0px;
    margin-left: 5%;
    margin-right: 0%;
}

@media (max-width: 768px) { 
  #contact iframe {
      margin-bottom: 15px;
  }
  
}
/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  width: 100%;
  height: auto;
  float: left;
  padding: 28px 0 10px 0;
  border-top: 7px solid #ff9f07;
  background: url(../images/f_banr.png) center no-repeat;  
  background-size: cover;
}
#footer h3{
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  font-weight: 700;
  color: #ffffff;
}
.link_icon li{
  display: inline-block;
    background: #ffffff;
    width: 45px;
    height: 45px;
    border-radius: 50px;


}
.link_icon .fa{
  color: #111;
  font-size: 30px;
  padding-left: 10px;
    padding-top: 9px;
}
.link_icon i{
  text-align: center;
}
.icon_fixed{
  margin-left: 15px;
}
.footer_line{
  width: 100%;
  height: auto;
  float: left;
  background: #ff9f07;
}
#footer ul{
  padding: 0;
  margin-top:30px;
}
#footer li{
  list-style: none;
  text-decoration: none;
}

#footer li a{
  list-style: none;
  text-decoration: none;
  color: #ffffff;
  font-family: 'Lato', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
.footer_img{
  padding-top: 8px;
  padding-left: 8px;
}
.footer_img1{
  padding-top: 3px;
  padding-left: 17px;
}

.footer_end h6{
  
  font-size: 16px;
  font-weight: 400;
  color :#fff;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 27px;
  line-height: 0;
}

/**********footer_end****************/
#footer_end{
  width: 100%;
  height: auto;
  text-align: center;
  float: left;
  background: #002f4d;
}
#footer_end h6{
  color: #ffffff;
  font-size: 16px;
  font-weight: 400px;
  line-height: 50px;
}
#footer_end span a{
  color: #ff9f07;
}


/****************25/10/2019 notice_section*******************/

#notice{
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 30px 0;
  letter-spacing: 1px;
  background: url(http://rasulpurded.org/wp-content/uploads/2020/07/portfolio_banner3.png);
  }
  .notice_content h2{
    font-size: 36px;
    font-family: 'Alice', sans-serif;
    font-weight: 700;
    color: #1d6eb6;
    text-transform: capitalize;
  }
  #notice .underline {
    width: 117px;
    height: 3px;
    border-bottom: 3px solid #0080c1;
  }
  .notice_content ul{
    margin-top: 60px;
  }
  .notice_content li{
    text-decoration: none;
    list-style: none;
    font-size: 20px;
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #002f4d;
    text-transform: capitalize;
    padding-bottom: 30px;
  
  }
  .notice_content li a{
    text-decoration: none;
    list-style: none;
    color: #111;
  }
  .notice_content i{
    font-size: 40px;
    color: #0080c1;
  }
  
  /*************contact_page*****************/
#contact_page{
  width: 100%;
  height: auto;
  float: left;
  padding: 60px 0 60px 0;

}
.contact_content{
  float: left;
  padding-left: 5%;
}
.contact_content h2{
  font-size: 36px;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  color: #1d6eb6;
  text-transform: capitalize;
}
.contact_content li{
  list-style: none;
  text-decoration: none;
  font-size: 21px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #1a1818;
  text-transform: capitalize;
  padding-bottom: 20px;
}
.contact_content li a{
  list-style: none;
  text-decoration: none;
  font-size: 21px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #1a1818;
  text-transform: capitalize;
  padding-bottom: 20px;
}

.contact_inner{
  margin-top: 8%;
}
.contact_content li i {
  list-style: none;
  text-decoration: none;
  font-size: 20px;
  font-weight: 500;
  color: #1d6eb6;
  width: 40px;
  height: 40px;
  text-align: center;
   border-radius: 50px;
  border: 2px solid;
  padding-top: 10px;

}
.row_inner{
  padding: 70px 0 70px 0;
}
#error{
  width: 100%;
  height: auto;
  float: left;
  padding: 70px 0 70px 0;
  text-align:center;
}
#error span{
  font-size: 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  color: #1a1818;
  text-transform: capitalize;
}
#error .p-5 {
  padding: 3rem!important;
}

/*23.06.2021*/

.page-id-964 .underline {
    width: 200px;
    height: 3px;
    border-bottom: 3px solid #0080c1;
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.page-id-964 #about{
	padding: 70px 0 70px 0;
}

.page-id-964 #about h3{
	text-transform:capitalize;
	text-align: center;
}
.page-id-964 .about_box{
	 background-color: #fbfbfb;
	 box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
	 padding:40px 20px;
	 z-index:9;
	position: relative;
	overflow: hidden;
	
}
.page-id-964 .about_box:before{
	content:'';
	position:absolute;
	 background: #1d6eb6;
    z-index: -1;
	width:200px;
	height:200px;
	border-radius:50%;
    top: -54px;
    left: -45px;
	 box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
	
}

#wpforms-form-963{
	width: 60%;
    margin: 0 auto;
}

#wpforms-form-963 input{
	width:100%;
	max-width: 100%;
    background-color: #fbfbfb;  
    outline: none !important;
/*     margin: 0 0 20px 0; */
  	height: 45px;
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    font-size: 14px;
    color: #4b4a50;
}
#wpforms-form-963 select{
    width:100%;
	max-width: 100%;
	height: 45px;
    background-color: #fbfbfb; 
    outline: none !important;
/*     margin: 0 0 20px 0; */  
    -webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    font-size: 14px;
    color: #4b4a50;
}
#wpforms-form-963 textarea {
    height: 120px;
    width: 100%;
	background-color: #fbfbfb;
    outline: none !important;
	-webkit-box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
    box-shadow: 0px 0px 6px rgb(0 0 0 / 10%);
}
#wpforms-form-963 button {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    background-color: #1d6eb6;
    border: 2px solid #1d6eb6;
	border-radius: 50px;
	transition:0.3s ease-in-out;
    padding: 0.320rem 2.75rem;
	line-height: 34px;
}
#wpforms-form-963 button:hover {
    color: #1d6eb6;
    background-color: transparent;
    border: 2px solid #1d6eb6;
	box-shadow: 0px 0px 6px rgb(0 0 0 / 20%);
}
#wpforms-form-963 .wpforms-field-label {
    margin: 15px 0 4px 0;
}
#wpforms-form-963 input[type=radio] {
    width: 14px;
    height: 14px;
    margin: 5px 10px 5px 3px;
}
 .page-id-964 .buttonizer-button-list {
    display: none!important;
}
.buttonizer-label:nth-of-type(1){
	  background-color: rgba(29, 9, 57, 1);
	
}	
.buttonizer-label:nth-of-type(2){
	  background-color: rgba(219, 9, 57, 1);
	
}	

div.wpforms-container-full {
    margin-bottom: 24px;
	margin-top:50px!important;
}
.wpforms-confirmation-container-full{
	width:90%;
	margin:0 auto;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/
 
@media (min-width: 768px) {
  #contact .contact-address,
  #contact .contact-phone,
  #contact .contact-email {
    padding: 20px 0;
  }

  #contact .contact-phone {
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
}

@media (min-width: 992px) {
  #testimonials .testimonial-item p {
    width: 80%;
  }
}

@media (min-width: 1024px) {
  #header #logo {
    padding-left: 100px;
  }

  #intro p {
    width: 100%;
  }

  #intro .carousel-control-prev,
  #intro .carousel-control-next {
    width: 5%;
  }

  #nav-menu-container {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

  #header #logo h1 {
    font-size: 28px;
  }

  #header #logo img {
    max-height: 40px;
  }

  #intro h2 {
    font-size: 28px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }
} 
@media screen and (min-width: 240px) and (max-width:600px){
  #navbar2 {
      display: block !important;
      background: transparent;
      margin: 0 0 -52px 0;
      position: relative;
      z-index: 999;
  }
  #navbar2 .sub_menu_ul{
    width: 100%;
    float: left;
    padding: 0;
    margin: 0;
    /* background: #9e0b0f; */
  }

  #navbar2 .container{
    width: 100%;
    float: left;
    padding: 0;
  }
}
 /* Extra small devices (portrait phones, less than 576px)*/
 @media (min-width: 300px) and (max-width: 479px){
  .topnav a{display: none;}
  .container{
    width: 100%;
  }
  .box1 {
  
    padding: 6px!important;
}
.logo_lft img {
  width: 85px!important;
  height: 85px!important;
}
.logo_rgt {
  
  padding-top: 20px!important;
  padding-left: 3px!important;
  padding-right: 3px!important;
}
.box2 {
 
  padding: 0!important;
}
.hf-item img{
  width: 20px!important;
}
.header-info .hf-item p {
  font-size: 14px!important;
  line-height: 15px!important;
}
.logo_name {
  font-size: 14px!important;
}
  .header_top .header_top_lft {
    padding: 0!important;
  }
  .header_top .header_top_rgt {
    float: right;
    padding: 0!important;
  }
  .header_top .header_top_rgt ul {
  
    padding: 10px!important;
  }
  .header_top .header_top_lft li {
    font-size: 14px!important;
    padding-left: 10px!important;
  }
  .header_top .header_top_rgt li {
    width: 24px!important;
    height: 24px!important;
    font-size: 18px!important;
    padding: 2px!important;
  }
  #intro {
    height: auto!important;
  }
  .carousel-inner {
    height: auto!important;
  }
  #intro p {
    font-size: 15px!important;
  }
  #about {
    padding: 50px 0 95px 0;
  }
  #about h4 {
   
    font-size: 20px!important;
  }
  .about_box {
    margin-top: 40px!important;
}
  #about h3 {
    font-size: 24px!important;
  }
  #about .img-fluid {
    max-width: 90%!important;
  }
  .scrollcontent {
    height: 85px!important;
    padding: 10px!important;
  }
  .btn_2 {
   
    font-size: 16px!important;
    padding: 6px 18px!important;
  }
   
  .marQuee li p a {
    font-size: 14px!important;
  }
  .about_box .fa {
   
    font-size: 35px!important;
  }
  .btn_wrapper {
    padding: 5px 0!important;
  }
  #New_Subscription h3 {
    font-size: 24px!important;
  }
  .about_para {
    font-size: 15px!important;
     padding-bottom: 0px!important;
     text-align: justify!important;
  }
  .about_box .fa {
    padding-left: 1%!important;
}
  .circle {
    margin-left: 33%!important;
}
#team h3 {
  font-size: 24px!important;
}
  #team .member .member-info {
    left: 0!important;
    right: 0!important;
}

#testimonials h3 {
    
    font-size: 24px!important;
}
#testimonials .testimonial-item p {
  font-size: 14px!important;
  line-height: 20px;
}
.offer_para {
  font-size: 15px!important;
   letter-spacing: 0px!important;
  line-height: 18px!important;
}
  .span3 {
    width: 257px!important;
  }
  .span3::placeholder{
  
    font-size: 14px;
   
  }
  .span4 {
    width: 257px!important;
  }
  .span4::placeholder{
  
    font-size: 14px;
   
  }
  .span7 {
    width: 257px!important;
  }
  .span7::placeholder{
  
    font-size: 14px;
   
  }
  .controls .btn {
    font-size: 14px;
  }
  .contact_lft h3 {
    font-size: 26px;
  }
 
  .footer_img1 {
    height: 36px;
  }
  .footer_img {
    height: 36px;
  }
  .footer_icon{
    margin-left: 5px!important;
    padding-top: 20px!important;
  }
 
  #footer_end h6 {
    font-size: 14px;
    line-height: 23px;
    padding: 0px 8px!important;
  }
  .inner_box {

  
    margin-left: 72px!important;
  }
  .menu_head {
    padding-left: 50px!important;

}
.menu_type {
  font-size: 17px!important;
 
  padding-left: 22px!important;
}
.menu_para {
  text-align: center;

}
.amount {

  padding-left: 10px;
}
.menu_box {
  padding-bottom: 10px;
}
#order_now ul{

  padding: 0!important;
}
#contact .underline {
  width: 149px!important;
 
 }
  /************25/10/2019 notice_section**************/
  .notice_content i {
    font-size: 30px;
  }
  .notice_content li {
   
    font-size: 15px!important;
  }
	 

}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
  .topnav a{display: none;} 
  .container{
    width: 100%;
  }
  .logo_lft {
    float: left;
    padding: 0;
  }
  .logo_lft img{
    width: 100px;
    height: 100px;
  }
  .logo_rgt {
    float: left;
    padding-top: 30px;
    padding-left: 9px;
  }
  .logo_name {
    
    font-size: 17px;

  }
  .box2 {
    float: left;
    padding: 0;
    padding-top: 15px;
}
.box1{
  padding-top: 15px;
}

.header-info .hf-item {
  display: inline-block;
  margin-right: 5px;
  margin-top: 5px;
  margin-left: 5px;
}
  .header-info .hf-item p {

    font-size: 16px;
  }
  #intro .carousel-content {
    margin-top: 50px;
  }
  #intro .carousel-item {
    height: 520px;
  }
  #intro {
    height: auto;
  }
  .carousel-inner {
    height: auto;
  }
  #intro h2 {
   
    font-size: 30px;
    line-height: 40px;
    margin-top: 0px;
   
  }
  #intro p {
    line-height: 21px;
    font-size: 16px; 
    padding-top: 0px;
  }
  #intro .btn-get-started {
    width: 245px;
  }
  #about {
    padding: 50px 0 50px 0;
  }
  .about_box {
    float: left;
    margin-top: 50px;
  }
  #about .img-fluid {
    max-width: 93%;
  }
  .about_box .fa {
    padding-left: 0%;
}
#team {
  padding: 0px 0 40px 0;
}
  #team h3 {
    font-family: 'Lato', sans-serif;
    font-size: 25px;
  }
  #team .member .member-info {
    left: 50px;
    right: 50px;
  }
  #team .member {
    margin-bottom: 0px;
    margin-top: 50px;
  }
  #contact .row {
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
  }
  #contact h3 {
    font-size: 25px;
  }
  #contact iframe {
    margin-bottom: -6px;
    height: 100vh;
  }

  .offer_para {
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 20px;
  }
  .circle {
    margin-left: 40%;
  }
  #about h3 {
  
    font-size: 25px;
  }
  .about_para {
    font-size: 18px;
  }
  .span3 {
    width: 418px;
  }
  .span4 {
    width: 418px;
    margin-left: 0px;
  }
  .span7 {
    width: 418px;
  }
  .contact_img {
    height: auto;
  }
  .contact_lft{
    width: 100%;
     height:auto;
    float: left;
  }
  .scrollcontent {
    height: 150px;
}
 
  #testimonials h3 {
 
    font-size: 25px;
  }
  #testimonials .testimonial-item p {
    font-size: 18px;
  }
  #footer {
    padding: 0px 0 30px 0;
  }
  #footer ul {
    padding: 0;
    margin-top: 20px;
  }
  .footer_icon {
    margin-left: 5px;
    margin-top: 55px;
}
   .menu_box {
    
    width: 100%;
    height: auto;
    margin-left: 0px; 
    padding-bottom: 10px;
}
.menu_type {
  font-size: 22px;
  padding-left: 26px;

}
#footer_end {
  padding: 3px 0px;
}
#footer_end h6 {
  font-size: 14px;
  line-height: 25px;
}
/************25/10/2019 notice_section**************/
.notice_content li {
 
  font-size: 17px;
}
/************26/10/2019******************/
.contact_content li a {
 
  font-size: 17px;
}
   	 #wpforms-form-963{
	width: 100%;
   
}
	.page-id-964 .about_box:before {
    width: 100px;
	height: 100px;
	top: -48px;
    left: -44px;
	}
  }
/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {
  .container{
    width: 100%;
  }
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
    /* 4/11/19 */
    color: #f6783a;
      /* 4/11/19 */
  }
  .topnav a {
    display: none;
}


  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  topnav a {
  
    display: none;
}
  #navbar2 {
    display: block !important;
    background: transparent;
    margin: 0 0 -125px 0;
    position: relative;
    z-index: 999;
}
#navbar2 .sub_menu_ul{
  width: 100%;
  float: left;
  padding: 0;
  margin: 0;
  background: #ff9f07;
}

#navbar2 .container{
  max-width: 100%;
  float: left;
  padding: 0;
}
  .logo_lft {
    float: left;
    padding: 0;
  }
  .logo_lft img{
    width: 100px;
    height: 100px;
  }
  .logo_rgt {
    float: left;
    padding-top: 30px;
  }
  .logo_name {
    
    font-size: 18px;

  }
  .header-info .hf-item {
    display: inline-block;
    margin-left: 0px;
    margin-top: 5px;
  }
  .header-info .hf-item p {

    font-size: 18px;
  }
  #intro h2 {
  
    margin-bottom: 30px;
    font-size: 40px;
   
  }
  #intro {
    height: auto;
  }
  #intro .carousel-item {
    height: 600px;
  }
  #intro .carousel-content {  
    margin-top: 0px;
  }
  
  #about {
    padding: 30px 0 100px 0;
  }
  #team .member .member-info {
    left: 80px;
    right: 80px;
  }
  .scrollcontent {
    height: 216px;
  }
  #team .member h4 {
    font-size: 14px;
  }
  #team .member .member-info {
    left: 0px;
    right: 0px;
  }
 
    .span3 {
      width: 240px!important;
    }
    .span4 {
      width: 240px!important;
      margin-left: 54px!important;   
    }
    .span7 {
      width: 535px!important;
    }
    #testimonials h3 {
    
      font-size: 25px;
    }
    #contact {
     
      padding-bottom: 30px;
    }
    #contact h3 {
      font-family: 'Lato', sans-serif;
      font-size: 25px;
    }
    
    .contact_img {
      width: 100%;
      height:auto;
    }
    .contact_lft{
      width: 100%;
       height:auto;
      float: left;
    }
    #contact iframe {
      margin-bottom: 15px;
      height: 100vh;
    }
    .footer_icon{
      margin-left: 0;
    }
    .menu_type { 
      font-size: 20px;
      padding-left: 47px;
    }
    #footer_end h6 {
      font-size: 14px;
    }
	   	 #wpforms-form-963{
	width: 100%;
   
}
	.page-id-964 .about_box:before {
    width: 100px;
	height: 100px;
	top: -48px;
    left: -44px;
	}
}

 /*Medium devices (tablets, 768px and up)*/
 @media (min-width: 768px) and (max-width: 991.98px) {
  .container{
    width: 100%;
}
.header_top .header_top_lft li {
  font-size: 17px;
 
  padding-left: 7px;
}
.logo_rgt {
  float: left;
  padding-top: 35px;
}
.header-info .hf-item {
 
  margin-top: 35px;
}
#intro h2 {
  color: #fff;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 500;
}
.header-info .hf-item {
  margin-top: 5px;
}
.marQuee li p a{

	font-size:13px;
	margin-top:20px;
}
.scrollcontent {
  padding: 10px;
  height: 90px;

}
#about h4 {
  font-size: 25px;
}
.about_box .fa {
  font-size: 46px;
  padding-left: 9%;
}
#about h3 {
  font-family: 'Lato', sans-serif;
  font-size: 25px;
}

#contact h3 {
  
  font-size: 25px;
}
#testimonials h3 {
    
  font-size: 25px;
}
.link_icon .fa {
  color: #111;
  font-size: 30px;
  padding-left: 7px;
  padding-top: 6px;
}
.img-fluid {
  max-width: 100%;
  /* height: 346px; */
}
#intro .carousel-content {
  margin-top: 50px;
  
}
#intro p {
  font-size: 19px;
}
#about {
 
  padding: 20px 0 90px 0;
}
.nav-menu > li {
  margin-left: 8px;
}
.about_para {
  font-size: 14px;
  padding-bottom: 0px;
  margin-top: 20px;
  line-height: 15px;
}
 /* .span6 {
  margin-left: 40px;
  margin-left: 6%;
 } */
 .span6 {
     
  margin-left: 0px!important;
}
 .contact_img {
  height: 451px;
}
.nav-menu a {
  font-size: 14px;
}
 .footer_img1 {
  padding-top: 2px;
 }
 .menu_type {
  font-size: 22px;
  padding-left: 85px;
 }
 .link_icon .fa {
  color: #111;
  font-size: 30px;
  padding-left: 11px;
  padding-top: 10px;
 }
 .menu_box {
 
  width: 45%;
  height: auto;
  padding-bottom: 10px;
 }
 .inner_box {
  width: 108px;
  height: auto;
 }
 .menu_head {
  font-size: 22px;
 }
 .amount {
  padding-left: 15px;
 }
 }
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1355px) {
  .container{
    width: 100%;
}
.header_top .header_top_lft li i {
 
  width: 30px;
  height: 30px;
  font-size: 20px;
}
.navbar-light .navbar-nav .nav-link {
  padding: 15px 11px;
  font-size: 14px;
}
.scrollcontent {
  padding: 20px;
  /* height: 170px; */
 
}
.btn_wrapper {
  padding: 38px 0;
 
}
.span3 {
  width: 220px;
}
.span4 {
  width: 220px;
  margin-left: 13px;
}
.span7 {
  width: 455px;
}
.about_para {
  font-size: 17px;
  padding-bottom: 11px;
}
.menu_type {
  padding-left: 80px;
}
.menu_box {
 
  /* width: 350px; */
  width: 46%;
  height: auto;
  padding-bottom: 10px;
}

}



