body {
  padding-top: 0px;
  padding-bottom: 0px;
    font-family: 'Muli', sans-serif;
  color: #666666;
  
}
h1,h2,h3,h4,h5,h6
{
font-family: 'Work Sans', sans-serif;
}
a:hover, a:focus
{
text-decoration:none;
}
ul
{
list-style:none;
margin:0;
padding:0;
}
.navbar {
  margin-bottom: 0px;
}
.navbar-wrapper {
  position:relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
 
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /*padding-right: 15px;
  padding-left: 15px;*/
background: #ffffffc2;
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}
.hvr-bounce-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
}
.hvr-bounce-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #f28b00;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.9s;
    transition-duration: 0.9s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active {
    color: white;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
@media(max-width:767px)
{
.navbar-nav>li>a
{
border-right:none;
}
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
  z-index:1;
    
}
@media(min-width:992px)
{
.carousel {
 margin-top: -30px;
}
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}



/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel .image1
{
/*padding: 11% 20px 25%;
    background-position: top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/slider1.jpg);
    height: 450px;
position:relative;	*/
background-size:cover;
background-position: center;
}

.carousel .image1:before
{
position:absolute;
content:'';
/*background:#000;*/
top:0;
left:0;
width:100%;
height:100%;
opacity:0.3;
}

@media(min-width:520px)
{
.carousel .image1
{
       padding: 6% 44px 8%;
    height: 350px;
   
}
}
@media(min-width:768px)
{
.carousel .image1
{
    padding: 11% 0 8%;
    height: 540px;


}
}
@media(min-width:1600px)
{
.carousel .image1
{
        padding:13% 0 10%;
		height:610px;
    
}
}
.carousel .image1:before
{


}


.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}
.slider
{
background: #f2f2f2;
padding:35px 0;
}
.slider-inner
{
     
       color: #000;
    position: relative;
    padding: 10px 20px;
   
}
.black
{
color:#000;
}
.white
{
color:#fff;
}
@media(min-width:768px)
{
.slider-inner
{

}

.slider-inner2
{
margin-right: 50px;
margin-left:0;
}
}
.slider-inner h1
{
font-size:25px;
line-height:30px;
    
    font-weight: 400;
    color: #222; 
    margin-top: 10px;
	position:relative;
}

.slider-inner h3 {
font-size: 35px;
    line-height: 14px;
    /* font-weight: 900; */
    color: #da251c;
    letter-spacing: 1px;
    /* padding: 12px 20px; */
    /* background-color: #da251c; */
    display: inline-block;
}

.slider-inner h5
{
text-transform:uppercase;
font-size:25px;
font-weight:400;
}

.slider-inner p
{
          font-size: 20px;
    /* letter-spacing: 1px; */
    font-weight: 400;
    margin-top: 15px;
    line-height: 1.6;
    color: #fff;
}
.white p
{
color:#fff;
}
@media(min-width:991px)
{
.slider-inner h1
{
    font-size: 50px;
    line-height: 50px;
}
}
.slider-inner h1 span, .slider-inner h3 span
{
color: #89c63d;
}
.txt-gradient {
    background: rgba(117,180,130,1);
    background: -moz-linear-gradient(top, rgba(117,180,130,1) 0%, rgba(31,123,118,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(117,180,130,1)), color-stop(100%, rgba(31,123,118,1)));
    background: -webkit-linear-gradient(top, rgba(117,180,130,1) 0%, rgba(31,123,118,1) 100%);
    background: -o-linear-gradient(top, rgba(117,180,130,1) 0%, rgba(31,123,118,1) 100%);
    background: -ms-linear-gradient(top, rgba(117,180,130,1) 0%, rgba(31,123,118,1) 100%);
    background: linear-gradient(to bottom, rgb(8, 132, 41) 0%, rgb(25, 99, 74) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#75b482', endColorstr='#19634a', GradientType=0 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.white .txt-gradient 
{
color:#fff;
}
.btn2
{  
    display: inline-block;
    margin: 0 auto;
    background: #da251c;
    margin-bottom: 10px;
    font-size: 14px;
    border-left: 6px solid #f9ac00;
    color: #fff;
    padding: 17px 25px;
    position: relative;
    overflow: hidden;
    z-index: 1;
    outline: none;
    transition: all 300ms linear 0s;
    /* border: none; */
    cursor: pointer;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05rem;
    text-align: center;
}

.btn2:hover {
    color: #fff !Important;
}

.btn2:hover:before {
    transform-origin: left center;
    transform: scale(1, 1);
}

.btn2:before {
content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #292929;
    transform-origin: right center;
    transform: scale(0, 1);
    transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}

@media(max-width:992px)
{
.btn2
{
}
}
.btn2:hover
{
background:#222;
color:#fff;
}

.slider-inner .btn2
{
margin-top:20px;
}
.slider-banner
{
padding:40px 0;
}
.slider-banner img
{
border:1px solid #eee;
}
.ban1
{
overflow: hidden;
    position: relative;
    display: block;
    text-align: center;
}
.ban1 img
{
    max-width: 100%;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.ban1:hover img
{
-webkit-transform: scale(1.03);
    transform: scale(1.03);
}
/*----------------------------------------------slider finish--------------------------------*/
@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
		  margin-top: 10px;
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		background:#131212;
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 20px;
		background:transparent;
		padding:0 20px;
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
	.navbar-nav.social>li {
        float: left;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
		margin-left:0;
		
		
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
	}
}


.top-header
{
          color: #fff;
    padding: 7px 0;
    background: #da251c;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.head-right ul li
{
display:inline-block;
padding:6px 0px;
}

.head-right ul li:first-child
{
margin-right: 7px;

}

.head-right ul li a
{
   color: #fbfbfb;
    display: inline-block;
    padding: 0px 8px;
    border-right: 1px solid rgba(255, 255, 255, 0.68);
    font-size: 13px;
    line-height: 15px;
   
}
.head-right a:hover
{
color: #fff;
text-decoration:underline;
}
.head-right ul li:last-child a
{
padding-right:0;
border-right:none;
}
.head-right .hvr-bounce-to-right:before
{
background:#1075bc;
}
.top-header .left2 ul
{
margin-top:6px;
}
.top-header .left2 ul li
{
    display: inline-block;
    border-right: 1px solid rgba(255, 255, 255, 0.68);
    padding-right: 12px;
	    line-height: 15px;
}
.top-header .left2 ul li:last-child
{
border-right:none;
}
.top-header .left2 ul li a
{  
    padding-left: 12px;
    font-size: 13px;
    font-weight: 400;
	color: #fff;
}
.top-header .left2 ul li a:hover, .top-header .left2 ul li a:focus
{
color: #fff;
text-decoration:underline;
}
.top-header .left2 p
{
    margin-bottom: 0;
    padding: 3px 0;
    font-size: 15px;
   
    color: #777;
}
.top-header .left2 p i
{
color:#f7c02d;
}
@media(min-width:768px)
{
.top-header .left2 a
{
font-size:14px;
   
	padding:0;
	
}
}
.top-header .social  li
{
display:inline-block;
font-size:17px;
}
.top-header .social  li a
{
color: #ccd0d0;
}
.navbar-inverse
{
    padding: 0px 0;

}



.head_left
{
}
.info-widget
{
padding-left: 25px;
display: table;
}
@media(min-width:991px)
{
.head_left
{
border-right: 1px solid #f1f1f1;
}
.head_right
{
border-left: 1px solid #f1f1f1;
}
.info-widget
{    
height: 108px;
    margin-bottom: 0;
}

.head_right .info-widget {
    padding-left: 50px;
}

.navbar-brand
{
padding:12px 15px;
}
}
.info-widget-content
{
    display: table-cell;
    vertical-align: middle;
}
.head_left .info-widget-content:before, .head_right .info-widget-content:after
{
position: absolute;
    top: 34px;
    width: 37px;
    height: 40px;
    background-repeat: no-repeat;
    content: "";
}
.head_left .info-widget-content:before
{
background: url(../images/info-left-arrow.png);
    left: 0;
}
 .head_right .info-widget-content:after
{
    right: 0;
    background: url(../images/info-right-arrow.png);
}
.info-widget p
{
color: #182333;
    font-size: 16px;
    font-weight: 500;
    margin: 0px;
}
.info-widget h2
{
margin: 0;
    position: relative;
    display: block;
    padding-left: 1px;
    color: #da251c;
    font-size: 21px;
    line-height: 32px;
    margin-bottom: 0px;
    font-weight: 500;
}

.info-widget h2 a
{
    color: #da251c;
}

.request a
{
display:inline-block;
background: #19634a;
color:#000;
text-transform:uppercase;
padding:14px 25px;
margin-top:20px;
font-weight:600;
font-family: 'Poppins', sans-serif;
float:right;
}
@media(max-width:992px)
{
.request a
{
font-size: 13px;
padding:10px 8px;
}
}
.reuest a:before
{
background: #333;
    color: #fff;
}
.menu
{
    position: relative;
    z-index: 9999;
	
	    padding: 0px 0;
	
}
@media(max-width:991px)
{
.menu
{
    
width:100%;
background: #da251c;
}
}
@media(min-width:992px)
{
.menu.shrink
{
position:fixed;
top:0;
width:100%;
background:#fff; 
    box-shadow: 2px 0px 16px rgba(87, 85, 85, 0.39);
}
}
@media(min-width:991px)
{
.menu_wrap
{
/*display:inline-block;*/
}
}
.menu_wrap
{
-webkit-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    -moz-box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
    box-shadow: 0px 0px 9px 0px rgba(6,22,58,0.07);
background:#fff;
}
.menu_wrap ul
{
        
	
}
.shrink .menu_wrap
{
box-shadow:none;
}



/*@media(min-width:991px)
{
.navbar-nav>li:last-child
{
float:right;
margin:13px 10px 10px 0;
}
.navbar-nav>li:last-child>a
{
background: #19634a;
    position: relative;
    color: #333;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:5px;
}



}*/



.center
{
text-align:center;
}
.box-img img
{
width:50%;
border-radius:50%;
background-color: #ffffff;
    border: 1px solid #dddddd;
	    padding: 3px;
		    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-img img:hover
{
opacity:0.8;
}

.heading
{

margin-bottom:25px;
}
.heading h2
{
margin-top: 0;
    position: relative;
    font-size: 50px;
    font-weight: 300;
    line-height: 1.2em;
    margin-bottom: 0px;
    color: #222;
    /* text-transform: uppercase; */
    display: inline-block;
    padding: 7px 0px;
}
.heading h2:after
{
        content: '';
    
    opacity: 1;
    z-index: 5;
    width: 60px;
    height: 5px;
        background: #da251c;
    margin:4% 0;
    display: block;
}
.heading.center h2:after
{
margin: 3% auto;
}
.heading h2 strong
{
color: #1073bd;
}


.heading h6
{position: relative;
    color: #000;
    margin-bottom: 0px;
    /* font-family: 'Rochester', cursive; */
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
}
.heading h5
{
position: relative;
    font-size: 20px;
    font-weight: 400;
    color: #222222;
    line-height: 1.7em;
    margin-bottom: 15px;
}
.heading h2 span
{
    color: #19634a;
}
.abt p
{
font-size: 16px;
    /* font-weight: 300; */
    line-height: 2;
    color: #444;
}

.separator {
    position: relative;
    height: 15px;
    width: 100px;
    margin: 0 auto;
    text-align: center;
}
.separator:before
{
position: absolute;
    content: '';
    left: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
     background-color: #00592c;
}
.separator:after
{
position: absolute;
    content: '';
    right: 0px;
    top: 6px;
    width: 20px;
    height: 1px;
     background-color: #00592c;
}
.separator .dott
{
position: relative;
    width: 6px;
    height: 6px;
    top: -9px;
    border-radius: 50%;
    display: inline-block;
     background-color: #00592c;
}
/*---------------------------------------------span0----------------------------------*/
.span0
{
    padding: 60px 0;
    background: url(../images/span0.jpg) center;
    background-size: cover;
    position: relative;
    overflow: hidden;
}
.box0 h2
{
    background: url(../images/highlight-text-bg.jpg) no-repeat;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-position: center center;
	text-align: left;
    font-size: 90px;
    line-height: 95px;
    font-weight: 600;
	margin:0;
}
@media(max-width:991px)
{
.box0 h2
{
background-repeat:repeat;
}
}
.box01
{
border-left:6px solid #da251c;
padding-left:20px;
    margin-bottom: 20px;
	overflow:hidden;
}
.box01 p
{
    color: #da251c;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 800;
    letter-spacing: 1px;
    margin-bottom: 0px;
}
.box01 h4
{
font-weight: 300;
    font-size: 44px;
    line-height: 46px;
    color: #182333;
    margin: 0;
}
.span0 h3
{
    font-size: 17px;
    line-height: 27px;
    color: #8d9297;
}

.about-two__image {
    display: inline-block;
    border-radius: 50%;
    position: relative;
}

.about-two__image:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 20px solid #fff;
    z-index: 11;
}

.about-two__image > img {
    border-radius: 50%;
    position: relative;
    z-index: 10;
}

.about-two__image:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -20px;
    border: 3px solid #da251c;
    border-radius: 50%;
}

.about-two__image-dots {
    width: 197px;
    height: 268px;
    position: absolute;
    top: 0%;
    left: calc(100% - 60px);
    background-image: url(../images/dot-pattern-1-2.png);
    background-position: 0 0;
    z-index: 10;
}

/*---------------------------------------------span0 end----------------------------------*/
/*----------------------------------span1--------------------------------------------*/
.span1
{
padding: 70px 0 70px;
    color: #000;
     background-image: url(../images/span1.jpg); 
    background-size: cover;
    position: relative;
    /*background: #fafafa;	*/
}
@media(min-width:1024px)
{
.span1
{
background-attachment:fixed;
}
}
.span1:before
{
/*    background: rgba(255, 255, 255, 0.35);
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;*/
}
.box1, .box1_icon, .box1 a
{
 transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.box1 {
border: 1px solid #ddd;
    /* padding: 30px; */
    /*text-align: center;*/
    background: #fff;
    margin-bottom: 30px;
    color: #848484;
}

.box1:hover
{
border-color: #eee;
    box-shadow: 2px 2px 20px #c5c5c5;
    transition: all 1500ms ease;
}
.box1_icon
{
margin: 0% auto;
    /* font-size: 47px; */
    /* border-radius: 100%; */
    /* border: 1px solid #da251c; */
    /* width: 100px; */
    background: #ddd;
    /* height: 100px; */
    text-align: center;
    /* margin-top: -66px; */
    /* background: #da251c; */
    /* padding: 15px; */
    /*margin-bottom: 27px;*/
    line-height: 87px;
    color: #fff;
}
.box1:hover .box1_icon
{
border-color: #eee;
color:#da251c;
}
.box1 h3
{
color: #fff !important;
    font-weight: 600 !important;
    /* text-transform: uppercase; */
    font-size: 19px !important;
    background: #da251c;
    display: inline-block;
    padding: 10px;
    margin: -20px 0 20px 0;
}

.box1 p
{
    color: #444;
    line-height: 1.8;
    font-size: 16px;
}

.box1 h3:after
{
/*content:'';
width:50px;
height:3px;
background:#da251c;
display:block;
margin:4% auto;*/
}
.box1 a
{
    display: inline-block;
    border: 1px solid #ddd;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    color: #000;
    color: #fff;
    margin-top: 5px;
    background: #da251c;
}
.box1:hover a
{
/*background:#01831c;*/
color:#fff;
}

.box1_txt
{
padding:0 20px 20px;
}

/*----------------------------------span1 end--------------------------------------------*/

/*------------------------------------parallex--------------------------------------*/

/*------------------------------------parallex end--------------------------------------*/

/*--------------------------------------span2---------------------------------------*/
.span2
{
padding:70px 0;
color:#222;
background:url(../images/span2.jpg) center;
background-size:cover;
}
.box2
{
    position: relative;
    margin: 40px 0 0;
}
.box2_img img
{
width:100%;
}	
.overlay
{
background-color: rgba(0, 43, 83, 0.85);
    bottom: 0;
    color: #ffffff;
    height: 100%;
    left: 0;
    padding: 30px;
    position: absolute;
    transition: all 0.3s ease-out 0s;
    width: 100%;
}
.box2 .overlay, .overlay h4, .overlay p, .social-icons
{
opacity: 0;
    transform: scale(0.5);
}
.box2:hover .overlay, .box2:hover .overlay h4, .box2:hover .overlay p, .box2:hover .social-icons
{
opacity: 1;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.box2 .overlay h4
{
    top: 15%;
    position: relative;
}
.box2 .overlay p
{
top: 20%;
    position: relative;
    transition: all 0.3s ease-out 0.25s;
}
.social-icons
{
bottom: 40px;
    position: absolute;
    -webkit-transition: all 0.3s ease-out 0.15s;
    -moz-transition: all 0.3s ease-out 0.15s;
    -ms-transition: all 0.3s ease-out 0.15s;
    -o-transition: all 0.3s ease-out 0.15s;
    transition: all 0.3s ease-out 0.15s;
}
.social-icons li {
    float: left;
    margin-right: 25px;
}
.social-icons li a {
    color: #fff;
}
/*----------------------------------------------span2 end----------------------------------*/

/*---------------------------------------span3----------------------------------------*/
.span3
{
padding:20px 0;
color:#222;
   
}
.box3
{
margin:15px 0;
text-align:center;
}
.box3_icon
{
width:90px;
height:90px;
margin:2% auto;
text-align:center;
border:2px solid #eee;
border-radius:100%;
    padding-top: 25px;
	-webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.box3:hover .box3_icon
{
    border: 2px solid #f28b00;
}
.box3_txt h3
{
font-size:20px;
}
/*---------------------------------------span3 end----------------------------------------*/

/*---------------------------------------span4----------------------------------------*/
.span4
{
padding:40px 0;
color:#000;
}
.left_content .heading
{
margin-bottom:10px;
}
.left_content ul li a
{
color: #484848;
padding:10px 0;
    padding-left: 17px;
    position: relative;
    cursor: pointer;
	display:block;	
}
.left_content ul li a:hover
{
color: #f5921d;
}
.left_content ul li a:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 0;
    content: "\f105";
    top: 15px;
}
/*---------------------------------------span4 end----------------------------------------*/

/*----------------------------------breadcrum-------------------------------------------*/
.breadcrum
{
    border-bottom: 1px solid #ddd;
    padding: 15px 0;
    background: #da251c;
}

.breadcrum p
{
margin:0;
color:#fff;
}

.breadcrum p a
{
color:#fff;
}

.breadcrum ul li
{
display:inline-block;
padding:0px 4px;
}
.breadcrum ul li a
{
color:#000;
}
.breadcrum ul li a:hover
{
color:#0153a6;
}
/*-----------------------------------breadcrum end-----------------------------------------*/

/*------------------------------product page-------------------------------*/
.product
{
padding:0px 0 40px;
}
.prod-img
{
}
.prod-txt
{
    background-color: #f5f5f5;
padding:30px;
border-radius:10px;
}
.prod-txt h2
{
    font-size: 30px;
    font-weight: 600;
    color: #2b2b2b;
    margin-top: 0;
    font-weight: 700;
}
.stock
{
margin-bottom:25px;
font-size:12px;
}
.stock span
{
    display: inline-block;
    
}
.instock
{
background: #0153a6;
    color: #fff;
    padding: 5px 22px;
    font-size: 13px;
    border-radius: 20px;
	    text-align: right;
    float: right;
}
.sku
{
padding-left:10px;
font-size: 14px;
    color: #555;
}
.quick
{
margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dadada;
    font-size: 12px;
}
.quick h6
{
    font-weight: 700;
    color: #666;
    margin-bottom: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
}
.quick p
{
font-size:14px;
}
.price
{
    color: #143873;
    font-family: 'Poppins', sans-serif;
}
.price .old-price
{
    text-decoration: line-through;
    font-size: 15px;
    font-weight: 300;
    padding-right: 5px;
}
.price .new-price
{
font-size:30px;
font-weight:700;
}
.qty-cart-1
{
display:inline-block;
}
.qty-cart
{
margin-top:20px;
}
.qty
{
border: 1px solid #dad8d8;
width:50px;
height:40px;
text-align:center;
}
.cart-btn
{
 background: #f5921d;
color:#fff;
font-size:15px;
font-weight:600;
padding:10px 20px;
text-transform:uppercase;
}
.cart-btn:hover, .cart-btn:focus
{
    background: #333;
	color:#fff;
}
.qty-cart-2
{
display:inline-block;
}
@media(min-width:992px)
{
.qty-cart-2
{
padding-left:40px;
}
}
.qty-cart-2 ul li 
{
padding:0 4px;
display:inline-block;
}
.qty-cart-2 ul li a
{
width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50%;
    color: #888;
    display: inline-block;
    border: 1px solid #ccc;
    padding-top: 12px;
}
.qty-cart-2 ul li a:hover
{
background:#143873;
color:#fff;
}
.social-media
{
margin-top:30px;
border-top:1px solid #ddd;
padding-top:30px;
}
.social-media ul li
{
display:inline-block;
padding:0 10px;
color:#555;
font-weight:700;
text-transform:uppercase;
}
.social-media ul li a
{
color:#999;
}
.social-media ul li a:hover
{
color:#0153a6;
}
.prod-add ul li
{
margin-bottom:20px;
padding-bottom:20px;
border-bottom:1px solid #ddd;
}
.prod-add ul li:last-child
{
border-bottom:none;
}
/*------------------------------product page end-------------------------------*/

/*----------------------------description----------------------------*/
.prod-desc
{
padding-bottom:60px;
padding-top:0px;
background:#f5f5f5;
}
.nav-tabs
{
margin-top: -40px;
border-bottom:none;
}
.nav-tabs>li>a
{
    font-size: 15px;
    color: #666;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus
{
background:#f5f5f5;
border:none;
}
.nav-tabs>li>a:hover
{
border:none;
}

.des
{
padding: 1.5em 0px;
   
}
.des h3
{
text-transform:uppercase;
font-weight:300;
margin:0;
font-size:16px;
border-bottom:1px solid #ddd;
padding-bottom:10px;
color:#000;
}
.direct-download
{
margin:20px 0;
border-bottom:1px solid #ddd;
padding-bottom:20px;
}
.direct-download-img img
{
width:200px;
margin:0 15px;
}
.direct-download h4
{
font-weight:700;
    color: #fc381a;
font-size:22px;
line-height:30px;
}
.direct-download p
{
    font-size: 14px;
    line-height: 1.5;
}
.video
{
border-bottom:1px solid #ddd;
padding-bottom:20px;
}
.des-txt
{
padding-bottom:20px;
margin-top:20px;
}
.des-txt h4
{
margin-top:25px;
color:#333;
font-weight:700;
}
.des-txt ul li
{
padding:5px 0;
}
.addon
{
margin-top:20px;
}
.addon ul li
{
display:table;
margin:20px 0;
}
.addon ul li .addon-img
{
display:table-cell;
vertical-align:middle;
padding-right:20px;
width:250px;
}

.addon ul li .addon-img img
{
width:250px;
}
.addon ul li .addon-txt
{
display:table-cell;
vertical-align:middle;
}
@media(max-width:767px)
{
.addon ul li .addon-img
{
display:block;
width:100%;
padding:0;
margin-bottom:10px;
}
.addon ul li .addon-txt
{
display:block;
}
}
.videoWrap {
    position: relative;
    padding-bottom: 48.5%;
    padding-top: 0px;
    height: 0;
    margin: 0px 0;
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*----------------------------description end----------------------------*/

.parallax-section
{
background:url(../images/parallax.jpg) center no-repeat;
padding:100px 0;
background-size:cover;
position:relative;
background-attachment:fixed;
overflow:hidden;
}

.parallax-section:before
{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #012237;
    opacity: 0.8;
}

.parallax-section p
{
    color: #fff;
    line-height: 1.9;
    font-size: 19px;
}

@media(max-width:1024px)
{
.parallax-section
{
background-attachment:scroll;
}
}

.parallax-section-sideimg {
position: absolute;
    top: 8%;
    left: -5%;
}

.parallax-section h2
{
color:#fff;
font-size:50px;
line-height:1.2;
font-weight:300;
    margin-top: 0;
}

.parallax-section .btn2
{
/*background:#f9ac00;*/
margin-bottom: 0;
}

.form1
{
margin-bottom: 20px;
    background: #fff;
    background-size: cover;
    border-radius: 12px;
    color: #fff;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
}
.form1 h3
{
font-size: 24px;
    margin: 0;
	color:#fff !important;
}
.form1 p
{
margin-bottom:15px;
}
.form1 .form-control
{
margin-bottom:10px;
border-radius:0;
font-size:13px;
height:50px;
}
.form1 textarea.form-control
{
height:120px;
}

.form-inner
{
    background: #fff;
    padding: 20px;
    border: 1px solid #ddd;
}

.form-outer
{
    background: #da251c;
    padding: 20px;
	position:relative;
	text-transform:uppercase;
}

.form-outer:before
{
content: '';
    width: 38px;
    height: 10px;
    background-image: url(../images/become-form-angle.png);
    background-position: 0 0;
    position: absolute;
    top: 100%;
    left: 20px;
}

.testi
{
margin-top:40px;
}
.testi_txt
{
position: relative;
    background: #ffffff;
    padding: 45px 50px;
    color: #444;
    font-size: 16px;
    line-height: 1.9;
    border-radius: 16px;
    /* font-family: Georgia, Times, 'Times New Roman', serif; */
    font-style: italic;
}
.testi_txt p
{
margin-bottom:0;
}
.testi_txt:before {
    content: " ";
    position: absolute;
    left: 22px;
    top: -25px;
    font-size: 60px;
    color: #da251c;
    font-family: 'FontAwesome';
    font-style: normal;
    content: "\f10d";
}
.testi_txt:after
{
top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(240, 246, 249, 0);
    border-top-color: #f0f6f9;
    border-width: 15px;
    margin-left: -15px;
}
.testi h6
{
font-size: 18px;
    font-weight: bold;
    margin: 25px 0 10px;
    color: #4c4c4c;
}

/*----------------------------Footer----------------------------*/
.footer
{
           padding: 55px 0 10px;
		   background-color:#111;
		   background-image:url(../images/footer-bg.jpg);
		   background-position:center;
		   background-size:cover;
	position:relative;
}

.footer:before
{
content:'';
position:absolute;
background:#000;
width:100%;
height:100%;
top:0;
left:0;
    opacity: 0.9;
}

@media(max-width:991px)
{
.footer
{
background-image:none;
}
}
/*.footer:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
content:'';
    background: rgba(0, 0, 0, 0.82);
}*/
.foot3 p
{
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
}
.foot-social li
{
display:inline-block;
padding:5px;
}
.foot-social li a
{
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    padding-top: 8px;
    font-size: 13px;
}
.foot-social li a:hover
{
background:#19634a;
color:#fff;
}
.foot-social li a.fb
{
background:#3b5998;
}
.foot-social li a.tw
{
background:#55acee;
}
.foot-social li a.gp
{
background:#dc4e41;
}
.foot-social li a.linked
{
background:#0077b5;
}
.foot4 ul.foot-social li a:hover
{
    background: #EF7222;
    border-color: #EF7222;
	color:#fff;
	
}
.foot-con ul
{
    color: #333;
margin-bottom:25px;
}
.foot-con ul li
{
position:relative;
padding:10px 0;
padding-left:24px;
    color: #ddd;
}
.foot-con ul li i
{
    display: inline-block;
    /* width: 40px; */
    /* height: 40px; */
    text-align: center;
    /* border: 2px solid #19634a; */
    padding-top: 3px;
    position: absolute;
    left: 0;
    border-radius: 100%;
     color: #da251c;
}
.logos
{
margin-bottom:40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
padding-bottom:20px;

}
.logos img
{
width:117px;
margin:0 10px;
}
.foot3 h3
{
       font-weight: 600;
    font-size: 17px;
        color: #fff;
    position: relative;
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
}
@media(max-width:767px)
{
.foot3 h3
{
    margin-top: 43px;
}
}
.foot3 h3:after
{
       content: '';
    width: 32px;
    height: 3px;
    background: #da251c;
    /* position: absolute; */
    display: block;
    margin: 14px 0;
    
	
}
.foot3 img
{
margin:0px 0 20px;
}
.foot4 ul
{
margin-top:0px;

}
.foot4 ul li
{

}
.foot4 ul li a
{
color: #ddd;
    margin-top: 10px;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 5px 0;
    position: relative;
	padding-left:18px;
    
}
.foot4 ul li a:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	position:absolute;
	left:0;
	top:7px;
	    content: "\f105";
}
.foot4 ul li:last-child a
{
border-bottom:none;
}
.foot4 ul li a:hover
{
text-decoration:none;
color: #fff;
}
/*.foot4 ul li a:before
{
    content: "\f101";
	    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	padding-right:10px;
	position:absolute;
	left:0;
    top: 8px;
}*/
.foot4 ul.foot-social li a:before
{
display:none;
}
.foot3 .call
{
    font-weight: 600;
    font-size: 22px;
        color: #19634a;
	padding-top:4px;
}
.foot3 .email2
{
padding-top:3px;
}
.foot1, .foot2
{
text-align:center;
}
@media(min-width:768px)
{
.foot1
{
text-align:left;
}
.foot2
{
text-align:right;
}
}
.foot2 a
{
         color: #da251c;
}
.footer2
{
padding:8px 0;
}
.footer2 .container
{
      
    color: #ccc;
    font-size: 13px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 25px;
}
.footer-powered
{
margin-top:10px;
}
.cards
{
margin-top:7px;
}
.cards img
{
margin:0 10px;
}


.cap
{
font-family: 'Poppins', sans-serif;
display:none;
left:25%;
right:25%;
top:20%;
}
@media(min-width:768px)
{
.cap
{
display:block;
}
}
.cap h1
{
font-size:30px;
line-height:40px;
font-weight:800;

}
.cap p
{
font-family: 'Poppins', sans-serif;
font-style:italic;
font-size:13px;
line-height:20px;
display:none;
}
.line
{
    width: 60px;
    /* height: 24px; */
    /* background: url(../images/heading-bottom-pink.png) no-repeat center; */
    display: inline-block;
    margin: 15px 0;
    border-top: 4px solid #eee;
}
@media(min-width:992px)
{
.cap h1
{
font-size:40px;
line-height:50px;
}
.cap p
{
font-size:17px;
line-height:25px;
display:block;
}
}
.cap .btn
{
margin-top:10px;
}
.btn
{font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    background: #19634a;
    position: relative;
    line-height: 28px;
    padding-left: 20px;
    border-radius: 0px;
    padding-right: 20px;
    font-size: 14px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border: none;
}
.btn:hover
{
background:#201b17;
color:#fff;
}
.btn i
{
padding-left: 12px;
    font-size: 1.25em;
    padding-right: 7px;
    vertical-align: middle;
   border-left: 1px solid rgba(255, 255, 255, 0.15);
    position: relative;
    margin-left: 20px;
    font-size: 14px;
    line-height: 28px;
}
@media(max-width:992px)
{
.container>.navbar-collapse
{
position: absolute;
top: 100%;
left: 0px;
width: 100%;
padding: 0px 34px 30px;
background:transparent;
overflow-y: visible;
box-shadow: none;
}
}

/*-----------------------------------footer top---------------------------------------------*/
.footer-top
{
background:#f6f6f6;
padding:80px 0;
color:#111;
text-align:center;
}
.foot-top1-icon
{
font-size:40px;
color:#ec5598;
}
.foot-top1 h3
{
font-weight:800;
}
.foot-top1 p
{
font-size:14px;
font-weight:400;
line-height:24px;
}
.foot-top1 p a
{
color:#ec5598;
}
.foot-top1 ul li
{
display:inline-block;
padding:0 5px;
}
.foot-top1 ul li a
{
display: block;
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    color: #fff;
    background: #ea3032;
    text-align: center;
    font-size: 16px;
    overflow: hidden;
    -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.2);
	padding-top: 12px;
}
.foot-top1 ul li a.fb
{
background: #325c94;
}
.foot-top1 ul li a.tw
{
background: #00abdc;
}
.foot-top1 ul li a.gp
{
background: #ea3032;
}
.foot-top1 ul li a.insta
{
    background: #0073b2;
}
.map {
    position: relative;
    padding-bottom: 55.25%;
    padding-top: 0px;
    height: 0;
   }
@media (min-width: 768px)
{
.map {
    padding-bottom: 24.25%;
}
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-----------------------------------footer top end---------------------------------------------*/

/*-----------------------------------banner------------------------------------*/
.banner
{
    background: url(../images/banner.jpg) top;
    background-size: cover;
    padding: 300px 0 0px;
    margin-top: -30px;
    background-position: 100%;
}
/*-----------------------------------banner end------------------------------------*/

/*----------------------------contact ---------------------------------------*/
.con1 ul li
{
font-size:17px;
font-weight:300;
padding:7px 0;
position:relative;
padding-left:30px;
border-bottom:1px solid #eee;
}
.con1 ul li:last-child
{
border-bottom:none;
}
.con1 ul li i
{
    position: absolute;
    left: 0;
    top: 12px;
    color: #f5921d;
}
@media(max-width:767px)
{
.con1
{
margin-bottom:40px;
}
}
.cont
{
border:1px solid #eee;
box-shadow:none;
border-radius:0;
height:40px;
font-size:13px;
}
.con2 .input
{
margin-bottom:30px;
}
/*----------------------------contact end---------------------------------------*/
/*------------------------------------span5-----------------------------------*/
/*------------------------------------span5-----------------------------------*/
.span5
{
padding:60px 0;
color:#fff;
background:url(../images/testimonials.jpg) center;
background-size:cover;
position:relative;
}
@media(min-width:1024px)
{
.span5
{
background-attachment:fixed;
}
}
.span5:before
{
position:absolute;
left:0;
right:0;
top:0;
bottom:0;
    background: rgba(0, 0, 0, 0.81);
content:'';
}
.span5 .heading
{
border-bottom:none;
}
.span5 .heading h2
{
color:#fff;

}
.span5 .heading h2:before
{
display:none;
}
.span5 .heading h4
{
color:#fff;
}
.testimonials
{

    background-size: cover;
    padding: 5px 0 10px;
}
.box5
{
position:relative;
padding-left:0px;
}
.box5_txt
{
    border-bottom: 1px solid rgba(254, 254, 254, 0.29);
padding-bottom:15px;


}
.box5:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f10d";
		    color: #fffb05;
		left:0;
	font-size: 26px;
       display: block;
    margin-bottom: 20px;
}
.box5_txt p
{
font-size:18px;
line-height:30px;
font-weight:300;
}


.box5_img
{
margin-top:15px;
text-align:center;
}

.box5_img img
{
border-radius: 50%;
    max-width: 100px;
    float: left;
    margin: 0px 20px 0px 0px;
    border: 5px solid;
	border-color: #19634a;
}
.box5_img cite
{    
color: #fff;
    margin: 30px 0px 0px;
   
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    position: relative;
}
.box5_img cite small
{
    color: #fff;
	text-transform: none;
    font-size: 13px;
    clear: both;
    letter-spacing: normal;
    display: block;
}
.owl-carousel2 .owl-nav
{
position:relative;
top:auto;
right:auto;
text-align:center;
display:none;
}
.owl-carousel2 .owl-dots
{
text-align:center;
margin-top:30px;
}
.owl-carousel2 .owl-dots .owl-dot
{
width: 35px;
    height: 6px;
    border-radius: 10px;
    border: 1px solid rgba(255, 252, 3, 0.59);
    display: inline-block;
    margin: 3px;
} 
.owl-carousel2 .owl-dots .owl-dot.active
{
background:#fffb05;
}
/*------------------------------------span5 end-----------------------------------*/
/*------------------------------------span5 end-----------------------------------*/

/*------------------------------------span6 end-----------------------------------*/

/*------------------------------------span6 end-----------------------------------*/

/*--------------------------------------cate-----------------------------------------*/
@media(max-width:991px)
{
.cate
{
margin-top:40px;
}
}
.cate h3
{
font-size: 20px;
    color: #fff;
    text-transform: capitalize;
    margin: 0;
    line-height: 44px;
    font-weight: 500;
    border-bottom: none;
    background: none;
	background:#613f99;
	    border-bottom: 3px solid #442674;
		text-align:center;
}
.cate ul li
{
border:1px solid #eee;
padding:29px 20px;
border-top:none;
overflow:hidden;
}
.cate_txt
{
display:inline-block;
float:left;
}
.cate_txt h4
{
margin-bottom:15px;
}
.cate_txt h4 a
{
color:#333;
}
.cate_txt h4 a:hover
{
color:#613f99;
}
.cate_img
{
float:right;
display:inline-block;
}
.cate_img img
{
width:90px;
}
.btn4
{
font-size: 12px;
    color: #fff;
       background: #f5921d;
    border-bottom: 3px solid #2c8e86;
    border-radius: 25px;
    padding: 5px 15px;
    font-weight: 500;
	display:inline-block;
}
.btn4:hover, .btn4:focus
{
background: #613f99;
    border-bottom: 3px solid #442674;
	color:#fff;
}
/*--------------------------------------cate-----------------------------------------*/
.tbl-1
{
border:none;
}
.tbl-1 tbody tr td, .tbl-1 tbody tr th
{
border:none;
}
.tbl-1 thead
{
border:none;
border-bottom: 1px solid #e5e5e5;
    margin-bottom: 5px;
}
.tbl-1 thead tr th
{
padding: 8px 0 18px;
    color: #484848;
    font-size: 14px;
	border:none;
}
.tbl-1 tbody tr td
{
padding: 40px 0 27px;
    vertical-align: middle;
}
.tbl-1 tbody tr td a
{
    color: #f5921d;
	font-size:20px;
}
.cart-totals {
    padding: 35px 40px 46px 41px;
    border-radius: 8px;
    background-color: #f5f5f5;
}
.cart-totals h3 {
    font-size: 18px;
    font-family: 'Open Sans';
    font-weight: bold;
    color: #484848;
	margin-top:0;
    margin-bottom: 26px;
}
.cart-totals table {
    width: 100%;
}
.cart-totals table tr td {
    padding: 11px 0 16px;
}
.cart-totals table tr td:nth-child(1) {
    font-size: 15px;
    color: #2d2d2d;
    text-align: left;
}
.cart-totals table tr td:last-child {
    text-align: right;
}
.cart-totals table tr td.subtotal {
    color: #8c8c8c;
    font-size: 19px;
    font-family: 'Poppins', sans-serif;
}
.cart-totals table tr td.btn-radio .radio-info {
    margin-bottom: 7px;
}
.btn-radio .radio-info input[type="radio"] {
    opacity: 0;
}
.btn-radio .radio-info label {
    font-size: 14px;
    color: #838383;
    line-height: 26px;
    cursor: pointer;
    position: relative;
    width: 130px;
}
.btn-radio .radio-info label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    border-radius: 50%;
    background-color: #e0e0e0;
    line-height: 35px;
}
.cart-totals table tr td.btn-radio .radio-info label span {
    color: #838383;
    font-weight: bold;
}
.btn-radio .radio-info label:after {
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    height: 14px;
    width: 14px;
    border: 4px solid #e0e0e0;
    border-radius: 50%;

}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #fff;
}
.cart-totals table tr td.btn-radio .btn-shipping a {
    color: #2d2d2d;
    font-size: 14px;
    text-decoration: underline;
}
.cart-totals table tr td.price-total {
    font-size: 24px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    color: #f28b00;
    padding: 22px 0;
}
.cart-totals  .btn-cart-totals {
    margin-top: 108px;
    padding: 0 5px;
}
.cart-totals  .btn-cart-totals a {
    display: block;
    color: #fff;
    font-size: 16px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 25px;
}
.cart-totals .btn-cart-totals a.update {
    background-color: #adadad;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.cart-totals  .btn-cart-totals a.update:before {
    background-color: #2d2d2d !important;
    margin-bottom: 28px;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.cart-totals  .btn-cart-totals a.update:before, .cart-totals  .btn-cart-totals a.checkout:before
{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #f28b00;
    z-index: -1;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.cart-totals  .btn-cart-totals a.checkout {
    background-color: #f92400;
    position: relative;
    overflow: hidden;
    z-index: 5;
}
.cart-totals .btn-cart-totals a.update:hover:before, .cart-totals .btn-cart-totals a.checkout:hover:before
{
-webkit-transform: scaleX(1);
    transform: scaleX(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}


.login h3
{
color:#444;
font-size:18px;
font-weight:700;
margin-bottom:25px;
}
.login .input label
{
margin-top: 20px;
    margin-left: 2px;
    color: #484848;
	font-weight:400;
}
.login .input input
{
border-radius:20px;
border:1px solid #ddd;
}
.login .btn2:hover
{
background:#f5921d;
    color: #fff;
}
.payment
{
    border: 1px solid #e9e9e9;
    padding: 30px;
    border-radius: 10px;
}
/*.con1 ul li
{
position:relative;
padding:10px 0;
border-bottom:1px solid #eee;
font-size:16px;
padding-left:20px;
}
.con1 ul li i
{
position:absolute;
left:0;
}*/

.page-txt
{
padding:50px 0;
}

.page-txt ul
{
list-style:none;
padding:0;
margin-bottom:12px;
overflow:hidden;
}
.page-txt ul li
{
color: #444;
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
    padding-left: 17px;
    font-size: 15px;
    line-height: 1.7;
}
.page-txt ul li:before
{
content: "\f101";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    color: #da251c;
    position: absolute;
    left: 0;
    top: 12px;
}

.page-txt ul li>ul
{
margin-bottom:0;
}

.page-txt p
{
font-size: 15px;
    color: #272727;
    line-height: 1.8;
}

.page-txt h3
{
    color: #da251c;
    font-size: 25px;
    font-weight: 500;
}

.job-application
{
padding:100px 0;
}

.job-application:nth-child(odd)
{
background:#f7f7f7;
}

.job-application h3 
{
margin-top:10px;
}

.job-application h3 a
{
color: #da251c;
}

.job-apply h3
{
font-weight:600;
text-transform:uppercase;
font-size:30px;
}

.services-section
{
background-size: cover;
    position: relative;
    background-color: #da251c;
padding:100px 0;
color:#fff;
text-transform:uppercase;
text-align:center;
}

.services-section h2
{
font-size:50px;
font-weight:800;
margin-bottom:50px;
}

.services-down
{
width: 100%;
    height: 60px;
    background-image: url(../images/course-title-curve.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;
}

.services-section:after
{
content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/patter-1-1.jpg);
    opacity: 0.07;
}

.brand{margin: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 20px 0px;
}
.brand img{margin:5px 25px;max-height:50px;min-width:80px;}

.intro-section
{
    padding: 70px 0 70px;
    background: url(../images/study-abroad-consultants.jpg) no-repeat;
    /* background-attachment: fixed; */
    /* background-size: contain; */
    background-position: -12% 79%;
    position: relative;
    /* background-size: cover; */
    overflow: hidden;
}

/*.intro-section2
{
background: url(../img/contact-banner.jpeg) no-repeat;
background-size:cover;
height:auto;
position:relative;
z-index:1;
overflow:hidden;
}
*/
.intro-section2 .container
{
position:relative;
z-index:11;
}

.b-about__decor
{
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    background:url(../images/student-img.jpg) center no-repeat;
	background-size:cover;
    height: 100%;	
}

.b-about__item
{
    color: #fff;
    padding-right: 90px;
    padding-left: 70px;
}

.b-about__item h3
{
color: #ffffff;
    font-size: 30px;
    margin: 0 0 15px;
    letter-spacing: 0.1px;
    text-transform: uppercase;	
}

.b-about__item p
{
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 10px;
}

.b-about__item a
{
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 10px 20px;
    background: #111;
}


.b-about__item a:hover
{
background:#fff;
color:#111;
}

.b-about__item .heading h2, .b-about__item .heading h4
{
color:#fff;
}

.intro-section2
{
padding: 70px 0 70px;
    background: url(../images/career-counselling.jpg) no-repeat;
background-size: contain;
background-position:left;
}

@media(min-width:1450px)
{
.intro-section2, .intro-section
{
background-size: cover;
}

.intro-section2
{
    background-size: 58%;
}
}



.intro-section2 .b-about__decor
{
    right: 0;
    left: auto;
background: url(../images/group-study.jpg) center no-repeat;	
background-size:cover;
}

.intro-section .heading h4 {
    color: #fff;
    text-transform: uppercase;
    font-size: 37px;
    font-weight: 300;
    margin: 0;
    margin-bottom: 0px;
    line-height: 1;
}

.intro-section .heading h2 {
    color: #fff;
    margin: 0;
    font-size: 42px;
    text-transform: uppercase;
    line-height: 1;
}

.intro-section .heading h2:after
{
display:none;
}

.page-txt h4
{
    color: #222;
    margin-top: 20px;
}

.page-txt .con1 ul li:before {
	
	display:none;    
}

.map2 {
    position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
    margin-top: 25px;
}
.map2 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-txt .con21 h4 {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.input {
    margin-bottom: 25px;
}

.cont {
    color: #333;
    border-color: #f3f3f3;
    background-color: #f3f3f3;
    border-radius: 32px;
    height: 52px;
    box-shadow: none;
    border: 1px solid #eee;
    box-shadow: none;
    border-radius: 0;
}

.con1 ul li
{
padding:7px 0;
border-bottom:1px dashed #eee;
font-size:17px;
line-height:29px;
font-weight:300;
position:relative;
padding-left:25px;
}

.con1 ul li em
{
position:absolute;
left:2px;
color:#da251c;
top:15px;
}

.con1 ul li a
{
color:#000;
}

.gal img
{
    border: 1px solid #d7d7d7;
    padding: 5px;
    margin: 9px;
}

.col-md-81
{
width: 10.666667%;
    padding-left: 6px;
    padding-right: 6px;
	margin-bottom:12px;
}


.parallax-section .input {
    margin-bottom: 15px;
}

@media(max-width:1024px)
{
.head_right .info-widget {
    padding-left: 2px;
}

.nav>li>a {
    padding: 12px 13px;
}

.b-about__item {
    padding-right: 20px;
    padding-left: 20px;
}

.foot3
{
margin-bottom:15px;
}
}

@media(max-width:768px)
{
.navbar-nav {
    margin-top: 0;
    display: block;
}

.navbar-nav>li>a
{
border:none;
}

.carousel .image1 {
    height: 400px;
}


.b-about__decor {
    width: 100%;
}


}

@media(max-width:414px)
{
.head-right ul li strong
{
display:none;
}

.form1
{
margin-top:20px;
}
.slider-inner h3 {
    font-size: 20px;
    line-height: 15px;
    display: block;
}

.slider-inner .btn2 {
    margin-top: 0px;
}

.slider-inner h1 {
    font-size: 30px;
}

.carousel .image1 {
    padding: 25% 0 8%;
}
}

@media(max-width:400px)
{
.head-right ul li a
{
border-right:none;
    padding: 0px 3px;
}
}