/*
::-moz-selection {
	background:rgba(0,0,0,0);
	}
::selection { 
	background:rgba(0,0,0,0);
	} 	
*/
html{
    scroll-behavior: smooth;
}
	
body {
	margin: 0;
	padding: 0;
	font-family: 'Ubuntu', sans-serif;
    font-family: 'Josefin Sans', sans-serif;
    overflow-x: hidden;
}





* {
	margin: 0;
	padding: 0;
}
img, a {
	border: none;
	outline: none;
}
a {
	text-decoration: none !important;
    cursor: pointer !important;
}
ul{
    margin-bottom: 0px !important;
}
ul, li {
	list-style: none;
}
input, textarea, select {
	outline: none;
}
h1,h2,h3,h4,h5,h6,p{
    margin: 0px !important;
}

.alignleft {
	float: left;
	margin: 0 10px 15px 0;
}
.alignright {
	float: right;
	margin: 0 0px 15px 10px;
}
.aligncenter {
	display: block;
	margin: 15px auto;
}
.clear:after {
	display: block;
	clear: both;
	content: '';
}
.spacer10 {
	height: 10px;
}
.spacer15 {
	height: 15px;
}
.spacer20 {
	height: 20px;
}
.spacer25 {
	height: 25px;
}
.spacer30 {
	height: 30px;
}
.spacer40 {
	height: 40px;
}
.boxSizing {
	box-sizing: border-box;
}
.container {
	max-width: 100%;
	margin: 0px auto;
	position: relative;
}
@media (max-width: 575px){
    .container{
        max-width: 100% !important;
    }
}
@media (min-width: 576px){
    .container{
        max-width: 540px !important;
    }
}
@media (min-width: 768px){
    .container{
        max-width: 720px !important;
    }
}
@media (min-width: 992px){
    .container{
        max-width: 960px !important;
    }
}
@media (min-width: 1200px){
    .container{
        max-width: 1140px !important;
    }
}
@media (min-width: 1300px){
    .container{
        max-width: 1170px !important;
    }
}
@media (min-width: 1400px){
    .container{
        max-width: 1300px !important;
    }

}
@media (min-width: 1500px){
    .container{
        max-width: 1400px !important;
    }

}

@media (min-width: 1650px){
    .container{
        max-width: 1600px !important;
    }

}

.container:after {
	clear: both;
	display: block;
	content: '';
}

/*========================================
============ Header Css Begin ===========
==========================================*/
.main_nav{
    width: auto;
}
._header {
    padding: 15px 0;
    position: relative;
    z-index: 1;
    background-color: #f0ece5;
}
        
.logo a {
    color: #fff;
}
        
 navbar {
    padding: 0;
}
        
.navbar-toggler-icon {
    height: auto;
}       
.navbar-toggler-icon:focus,
.navbar-toggler:focus {
    outline: none;
    box-shadow: none;
}
        
.navbar-toggler-icon .bar {
    height: 3px;
    width: 30px;
    background: #4e97fd;
    margin-bottom: 5px;
}
        
.navbar-toggler-icon .bar:last-child {
    margin-bottom: 0;
}
        
.change .bar-1 {
    -webkit-transform: rotate(-45deg) translate(-5px, 6px);
    transform: rotate(-45deg) translate(-5px, 6px);
}
        
.change .bar-2 {
    opacity: 0;
}
        
.change .bar-3 {
    -webkit-transform: rotate(45deg) translate(-5px, -7px);
    transform: rotate(45deg) translate(-5px, -7px);
}
        
._mob-menu-hdr {
    display: block;
    padding: 10px 15px;
    background: #2a81fa;
    color: #fff;
    font-size: 20px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: 1px;
    margin-bottom: 15px;
}
        
.navbar-collapse {
    position: fixed;
    background: #4e97fd;
    left: 0;
    top: 0;
    height: 100%;
    width: 300px;
    z-index: 2;
    display: block;
    transition: transform 0.5s;
    transform: translateX(-100%);
}
        
.navbar-collapse.show {
    transform: translateX(0%);
}
        
.clickD {
    background: url(../images/down-arrow-white.png) no-repeat;
    background-size: 15px;
    height: 0;
    width: 0;
    background-position: center;
    top: 15px;
    position: absolute;
    transition: transform 0.5s;
    right: 20px !important;
}
.clickD.novola_Click{
    top: 20px;
}

        
.navbar .navbar-nav>li .clickD.toggled {
    transform: rotate(180deg);
}
.left_nav{
    justify-content: right;
    float: right;
}
        
.sub-menu {
    position: relative;
    opacity: 1;
    visibility: visible;
    display: none;
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 99;
}
        
.sub-menu li a {
    display: block;
    background: none;
}
        

        
.clickD.toggled~.sub-menu,
.toggled .sub-menu {
    display: block;
    top: 0;
}
.clickD.toggled~.sub-menu, .toggled .sub-menu.SUB li{
    padding: 0 0 10px 10px;
}
.clickD.toggled~.sub-menu, .toggled .sub-menu a{
    border-bottom: 0px;
}
        
._overHidden {
    overflow: hidden;
}
        
.navbar .navbar-nav>li {
    padding: 12px 25px;
    position: relative;
    
}
        
.navbar li a {
    color: #000000;
    display: block;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    font-size: 18px;
    padding-bottom: 3px;
}
.navbar li a.active{
    color: #de544a ;
    background: none;
}
.navbar li a:hover{
    color: #de544a ;
    /*border-bottom: 1px solid #516887;*/
    background: none;
    transition: 0.5s;
}
.navbar li a:focus{
    color: #de544a ;
}

.navbar-toggler {
    padding: 0;
}
.navbar{
    padding: 0px !important;
}
.navbar-brand{
    padding: 0px !important;
}
.logo img{
    /*width: 100%;*/
    width: 70%;
}
.logo.changes img{
    width: 56%;
}
.collapse ul .login{
    float: right;
    padding-left: 130px;
}
.login ul li{
    margin-right: 10px;
}
.login ul li:last-child{
    margin-right: 0px;
}
.login ul li:last-child a{
    border: 2px solid #f7941d !important;
    color: #f7941d;
    padding: 10px 15px;
    letter-spacing: 1px;
    width: 122px;
}
.login ul li{
    float: left;
}
.login ul li a {
	text-decoration: none;
	text-align: center;
	border: 2px solid #4c50a1;
	padding: 10px 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	font-family: 'Roboto Cn';
	text-transform: uppercase;
	border-radius: 2px;
	cursor: pointer;
}
.login ul li a:hover{
    color: #fff ;
}
.login ul li:last-child a:hover{
    color: #f7941d ;
}
.collapse:not(.show) {
	display: block !important;
}
        
@media (min-width: 992px) {
._mob-menu-hdr {
    display: none;
}
.navbar-collapse {
    position: unset;
    transform: translate(0);
    background: transparent;
    border: none;
}
.navbar-nav {
    flex-direction: row;
}
.navbar .navbar-nav>li {
    border: none;
    cursor: pointer;
}
.navbar-toggler {
    display: none;
}
/*.navbar li.menu-item-has-children a {
    padding-right: 30px;
}*/
.clickD {
    right: 0;
    background-size: 12px;
}
.sub-menu {
    position: absolute;
    display: block;
    width: 200px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 10px 0;
    border-radius: 5px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
    visibility: hidden;
    opacity: 0;
}
.sub-menu.SUB li{
    padding: 7px 15px 0px 10px;
}
.sub-menu.SUB li:last-child{
    padding: 5px 15px 7px 10px;
}
.sub-menu.SUB li:hover{
    background-color: #de544a ;
}
.sub-menu.SUB li:hover a{
    color: #fff;
}
.sub-menu.SUB li a:hover{
    border-bottom: 0px;
}
.sub-menu li {
    list-style: none;
}
.sub-menu li a {
    color: #000;
}
.menu-item-has-children .clickD.toggled ~ .sub-menu {
    display: block;
    top: 100%;
    visibility: visible;
    opacity: 1;
    background: #fff;
}
._header._menu_fixed {
    position: fixed;
    z-index: 9999 !important;
    width: 100%;
    background-color: #fff;
    top: 0;
    transition: top 0.3s;
    box-shadow: 0 2px 10px 2px rgba(0,0,0,0.1);
}
    
}
@media (min-width: 1025px){
.sub-menu {
    position: absolute;
    display: block;
    width: 260px;
    background: #fff;
    box-shadow: -7.794px 4.5px 20px rgba(17, 79, 160, 0.17);
    top: 110%;
    padding: 0px 0;
    border-radius: 5px;
    z-index: 99;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s;
    -ms-transition: all 0.4s;
}
.sub-menu li {
    list-style: none;
}
.sub-menu li a {
    color: #000;
}
.menu-item-has-children:hover .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;
}
    
}
/*========================================
============ Header Css End  ===========
==========================================*/

/*****************************************
    Green bar sec start 
*****************************************/

.green_bar{
    background-color: #de544a ;
}
.green_bar .right_contact{
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    padding: 4px 0;
}
.green_bar .right_contact ul{
    display: flex;
    flex-direction: row;
}
.green_bar .right_contact ul li:last-child{
    padding-right: 0px;
}
.green_bar .right_contact ul li{
    padding-right: 30px;
    display: flex;
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    align-items: center;
}
.green_bar .right_contact ul li span{
    padding-right: 10px;
    display: block;
    padding-left: 10px;
}
.green_bar .right_contact ul li a{
    color: #fff;
}

/*****************************************
    Green bar sec End
*****************************************/

/*******************************
    Home Slider sec start
*******************************/

.home_slider{
    overflow: hidden;
}

.home_slider .banner_cap {
    overflow: hidden;
    position: absolute;
    left: 5%;
    top: 0%;
    margin-top: -23%;
    width: 55%;
}
.home_slider .banner_cap h1 {
    font-size: 60px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    line-height: 80px;
    width: 85%;
    text-transform: capitalize;
}
.home_slider .banner_cap h2{
    font-size: 40px;
    color: #fff;
    line-height: auto;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 30px;
    text-transform: capitalize;
}
.home_slider .banner_cap a {
    font-size: 20px;
    color: #fff;
    background-color: #4e97fd;
    text-align: center;
    padding: 15px 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 50px;
    display: inline-flex;
}
.home_slider .slick-dots{
    bottom: 25px;
    z-index: 1;
}
.home_slider .slick-dots li{
    border-radius: 100%;
    background-color: #4e97fd;
    width: 13px;
    height: 13px;
}
.home_slider .slick-dots li button:before{
    content: "";
}
.home_slider .slick-dots li.slick-active{
    background-color: #f0bd10;
}


/*******************************
    Home Slider sec End
*******************************/

/*******************************
    About sec start
*******************************/

.about{
    overflow: hidden;
    padding: 70px 0;
}
.about .left_img{
    border: 1px solid #f0bd10;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 30px;
    height: 500px;
}
.about .left_img img{
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
}
.about .right_contact{
    overflow: hidden;
    padding-top: 30px;
    padding-left: 50px;
}
.about .right_contact h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 20px;
    color: #111;
}
.about .right_contact h2 span{
    color: #111 ;
}
.about .right_contact p{
    font-size: 18px;
    color: #2b2b2b;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    line-height: 28px;
    padding-bottom: 10px;
    width: 70%;
}
.about .right_contact p span{
    color: #de544a ;
}
.about .right_contact a {
    font-size: 20px;
    color: #fff;
    background-color: #4e97fd;


    text-align: center;
    padding: 15px 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
    border-radius: 50px;
    display: inline-flex;
    margin-top: 15px;
}
.about .right_contact a:hover{
    transition: 0.5s;
    
/*background: rgb(78,151,253); 
background: -moz-linear-gradient(45deg,  rgb(78,151,253) 0%, rgb(222,84,74) 100%, rgb(78,151,253) 100%); 
background: -webkit-linear-gradient(45deg,  rgb(78,151,253) 0%,rgb(222,84,74) 100%,rgb(78,151,253) 100%); 
background: linear-gradient(45deg,  rgb(78,151,253) 0%,rgb(222,84,74) 100%,rgb(78,151,253) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e97fd', endColorstr='#4e97fd',GradientType=1 ); */
background-color: #de544a;


}

/*******************************
    About sec End
*******************************/

/*******************************
    Insight sec Start
*******************************/

.insight{
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 70px;
    background-color: #bfbfbf;
    padding-bottom: 50px;
}
.insight h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.insight h2 span{
    color: #fff ;
}
.insight p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #2a2a2a;
    line-height: 28px;
    margin: 0px auto !important;
    width: 50%;
}
.insight h3{
    font-size: 30px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #fff;
    text-transform: capitalize;
}
.insight .outer_area{
    overflow: hidden;
    /*background-color: #4e97fd;*/
    box-shadow: 1px 1px 11px -2px rgb(3 72 170 / 20%);
    padding: 30px;
}
.insight .outer_area .circle{
    width: 83px;
    height: 83px;
    border-radius: 100%;
    background-color: #4e97fd;
    margin: 0px auto;
    transition: 0.5s;
}
.insight .outer_area .content_area{
    overflow: hidden;
    padding-top: 20px;
}
.insight .outer_area .content_area h5{
    font-size: 24px;
    color: #4e97fd;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 15px;
    text-align: center;
}
.insight .outer_area .content_area p{
    color: #2a2a2a;
    text-align: center;
    width: 70%;
    margin: 0px auto !important;
    font-size: 15px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
}

/*******************************
    Insight sec End
*******************************/

/*******************************
    Products sec Start
*******************************/

.product{
    overflow: hidden;
    padding-bottom: 70px;
}
.product h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #111;
    text-transform: capitalize;
    padding-bottom: 12px;
}
.product h2 span{
    color: #111 ;
}
.product p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #2a2a2a;
    padding-bottom: 20px;
    line-height: 28px;
    margin: 0px auto !important;
    width: 50%;
}
.product p span{
    color: #de544a ;
    font-weight: 600;
}
.product .product_list_row{
    overflow: hidden;
    overflow-x: scroll;
}
.product .product_list_row ul.row_tab {
    display: flex;
    justify-content: flex-start;
    margin: 0px auto;
    width: 2450px;
}
.product .product_list_row ul.row_tab li {
    display: flex;
    justify-content: center;
    margin-right: 20px;
    margin-bottom: 20px;
    background-color: #4e97fd;
    padding: 10px 0px;
    border-radius: 50px;
    width: 250px;
}
.product .product_list_row ul li a{
    font-size: 20px;
    text-transform: capitalize;
    text-align: center;
    color: #111;
    width: 100%;
    
}
.product .product_list_row ul.row_tab li.list_active{
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de544a+0,4e97fd+100,4e97fd+100 */
background: rgb(222,84,74); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(222,84,74) 0%, rgb(78,151,253) 100%, rgb(78,151,253) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de544a', endColorstr='#4e97fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
.row_tab li.list_active a, .federal_tabs-menus li:hover a {
    color: #fff !important;
}
#prithvi_premium{
    display: block;
}
.product .product_sec{
    overflow: hidden;
    padding-top: 30px;
}
.product_sec_active {
    display: none;
    float: none;
    width: auto;
    margin: 0px;
}
.product_sec .img_overlay {
    position: relative;
    box-shadow: 2px 4px 10px 0px rgba(255,255,255,0.3);
    background-color: #fff;
    height: 300px;
}
.product_sec .img_overlay .image{
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 10px;
    border-bottom-right-radius: 10px;
    /*object-fit: cover;*/
}
.product_sec .img_overlay .overlay {
    position: absolute; 
    bottom: 0; 
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#4e97fd+0,de544a+100,4e97fd+100 */
background: rgb(78,151,253); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(78,151,253) 0%, rgb(222,84,74) 100%, rgb(78,151,253) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(78,151,253) 0%,rgb(222,84,74) 100%,rgb(78,151,253) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(78,151,253) 0%,rgb(222,84,74) 100%,rgb(78,151,253) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4e97fd', endColorstr='#4e97fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */


    width: 100%;
    transition: .5s ease;
    opacity:0;
    color: #fff;
    font-size: 20px;
    padding: 20px;
    text-align: center;
    text-transform: capitalize;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
  }
  
  .product_sec .img_overlay:hover .overlay {
    opacity: 1;
  }

/*******************************
    Products sec End
*******************************/

/*******************************
    Footer sec Start
*******************************/

footer{
    overflow: hidden;
    padding: 60px 0;
    /*

background: -webkit-linear-gradient(-45deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%);
background: linear-gradient(135deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); 
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de544a', endColorstr='#4e97fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
background-color: #bfbfbf;


}
footer h5{
    font-size: 22px;
    color: #333333;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 15px;
    text-transform: capitalize;
}
.custom_row{
    margin: 0px auto;
    width: 75%;
}
footer img{
    padding-bottom: 15px;
}
footer p{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    line-height: 28px;
}
.pl{
    padding-left: 30px;
}
footer p a.read_more{
    color: #111;
    font-weight: 500;
}
footer ul li{
    padding-bottom: 10px;
}
footer ul li a{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
}
footer ul li a .svg-inline--fa.fa-w-14{
    margin-right: 10px;
}
footer ul li a:hover{
    transition: 0.5s;
    color: #de544a ;
}
footer ul li.contact{
    display: flex;
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #333333;
    text-transform: capitalize;
}
footer ul li.contact.con_email{
    text-transform: lowercase;
}

footer ul.contact li .icon{
    display: block;
}
footer .svg-inline--fa.fa-w-12{
    margin-right: 10px;
}
footer .svg-inline--fa.fa-w-16{
    margin-right: 10px;
}
footer .svg-inline--fa.fa-w-16{
    margin-right: 10px;
}
ul.footer_scoail{
    display: flex;
    flex-direction: row;
    padding-top: 10px;
}
ul.footer_scoail li{
    margin-right: 15px;
    width: 30px;
    height: 30px;
    border-radius: 7px;
    background-color: #4e97fd;
    padding: 4px 10px;
}
ul.footer_scoail li a.twitter{
    margin: 0 -2px;
}
ul.footer_scoail li a.gplus{
    margin: 0 -2px;
}
ul.footer_scoail li a.youtube{
    margin: 0 -3px;
}
ul.footer_scoail li a{
    text-align: center;
    color: #fff;
}


/*******************************
    Footer sec End
*******************************/

/******************************
    Copyright sec start
******************************/

.copyright{
    overflow: hidden;
    text-align: center;
    padding: 15px 0;
    background-color: #de544a ;
}
.copyright p{
    font-size: 16px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    color: #fff;
}
.copyright p a{
    color: #fff;
}

/*******************************
    Copyright sec End
*******************************/

/*******************************
    Product inner page start
*******************************/

.inner_pro_bg{
    overflow: hidden;
    /*background-image: url(../images/product_inner1.jpg);*/
    background-image: url(../images/product_listing_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
}
.outer_bannerCap {
    width: 40%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    place-items: center;
    padding: 80px 0px;
}
.inner_pro_bg h2{
    font-size: 60px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-align: center;
    text-transform: capitalize;
}
.inner_pro_bg span{
    font-size: 45px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    color: #de544a ;
    margin-bottom: 15px;
    text-transform: capitalize;
}
.inner_pro_bg li{
    font-size: 30px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#de544a+0,4e97fd+100,4e97fd+100 */
background: rgb(222,84,74); /* Old browsers */
background: -moz-linear-gradient(-45deg,  rgb(222,84,74) 0%, rgb(78,151,253) 100%, rgb(78,151,253) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de544a', endColorstr='#4e97fd',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

    color: #fff;
    text-align: center;
    padding: 10px 55px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

/*******************************
    Tredning product sec start
********************************/

.product.inner_pro_sec{
    padding-top: 70px;
}
.product.inner_pro_sec .product_list_row ul li a{
    color: #fff;
}
.product.inner_pro_sec .product_box{
    border: 1px solid #e9eef6;
}
.product.inner_pro_sec .product_box .pro_img_box{
    background-color: #f6f9ff;
    padding: 30px 0;
}
.product.inner_pro_sec .product_box .pro_img_box img{
    display: block;
    margin: 0px auto;
    text-align: center;
    max-width: 100%;
    height: auto;
	max-height:175px;
}
.product.inner_pro_sec .product_box .pro_content_box{
    overflow: hidden;
    text-align: center;
    padding: 22px 15px;
    border-top: 1px solid #e9eef6;
}
.product.inner_pro_sec .product_box .pro_content_box h6{
    font-size: 17px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    padding-bottom: 13px;
    text-transform: uppercase;
}
.product.inner_pro_sec .product_box .pro_content_box p{
    font-size: 16px;
    color: #2a2a2a;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 400;
    width: 100%;
    padding-bottom: 0px;
}

/*******************************
    Tredning product sec End
********************************/

/*******************************
    Product inner page End
*******************************/



/*******************************
    Product Detail Page Start
*******************************/

.pro_detail_banner{
    overflow: hidden;
    background-image: url(../images/product_detail_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}
.pro_detail_banner .banner_cap{
    overflow: hidden;
    padding: 90px 0;
}
.pro_detail_banner .banner_cap h1{
    font-size: 60px;
    color: #fff;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding-bottom: 15px;
    text-transform: uppercase;
}
.pro_detail_banner .banner_cap ul{
    display: flex;
    flex-direction: row;
}
.pro_detail_banner .banner_cap ul li{
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}
.pro_detail_banner .banner_cap ul li a{
    font-size: 18px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.pro_detail_banner .banner_cap ul li.active{
    color: #97d147;
    font-size: 18px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
}
.pro_detail_banner .banner_cap ul li a .svg-inline--fa.fa-w-10{
    margin-left: 15px;
}
.pro_detail_banner .banner_cap ul li a:hover{
    color: #4e97fd;
    transition: 0.5s;
}

.product_det_content{
    overflow: hidden;
    padding: 70px 0 0 0;
}
.product_det_content .content_sec{
    overflow: hidden;
    margin: 0px auto;
    width: 85%;
}
.product_det_content .content_sec h2{
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding-bottom: 15px;
}
.product_det_content .content_sec h3{
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-transform: capitalize;
}
.product.inner_pro_sec.pd .product_box .pro_img_box{
    background-color: #eeeeee;
}
.product.inner_pro_sec.pd .product_box .pro_content_box{
    padding: 10px 15px;
    background-color: #809ea9;
}
.product.inner_pro_sec.pd .product_box .pro_content_box h6{
    padding-bottom: 0px;
}
.product.inner_pro_sec.pd{
    padding-bottom: 40px;
}
.product_det_content .content_sec p{
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    line-height: 28px;
    padding-bottom: 30px;
    font-family: 'Josefin Sans', sans-serif;
}
.product_det_content .content_sec ul{
    padding-top: 10px;
    padding-left: 0px;
}
.product_det_content .content_sec ul li{
    padding-bottom: 15px;
    font-size: 16px;
    font-weight: 400;
    color: #2a2a2a;
    display: flex;
    font-family: 'Josefin Sans', sans-serif;
}
.product_det_content .content_sec ul li .fa-check-double{
    color: #de544a ;
    margin-right: 10px;
}
.product_det_content .content_sec h6{
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 25px;
    line-height: 36px;
    color: #de544a ;
}

.product_det_content .content_sec h6 .fa-quote-left{
    margin-right: 10px;
    font-size: 30px;
}
.product_det_content .content_sec h6 .fa-quote-right{
    margin-left: 10px;
    font-size: 30px;
}
.product_det_content .content_sec img.product_img{
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0px auto;
    display: flex;
    margin-bottom: 15px;
}
.product_det_content .content_sec span{
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-align: center;
    padding-bottom: 30px;
    color: #4e97fd;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
}
.pb_30{
    padding-bottom: 30px;
}


/*******************************
    Product Detail Page End
*******************************/

/*******************************
    Contact Us Page Start
********************************/

.contactus_main .contact_bg{
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #4e97fd;
    position: relative;
    z-index: 0;
}
.contactus_main .contact_bg::before{
    background: #4e97fd;
    opacity: .7;
    content: "";
    pointer-events: none;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
}
.contactus_main .contact_bg .contact_form{
    overflow: hidden;
    padding: 160px 0;
    position: relative;
}
.contactus_main .contact_bg .contact_form span {
    font-size: 190px;
    text-transform: capitalize;
    position: absolute;
    color: #fff;
    z-index: 1;
    top: 85px;
    transform: translate(-50%,-55%);
    opacity: 0.3;
    transition: 1500ms cubic-bezier(.23,1,1,1) all;
    pointer-events: none;
    display: block;
    letter-spacing: -.04em;
    user-select: none;
    white-space: nowrap;
    text-align: left;
    left: 26%;
}
.contactus_main .contact_bg .contact_form p{
    font-size: 20px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 500;
    text-align: left;
    padding-bottom: 15px;
    color: #333333;
    position: relative;
    z-index: 1;
}
.contactus_main .contact_bg .contact_form p::after {
    position: absolute;
    content: "";
    background-color: #de544a;
    width: 55px;
    height: 30px;
    top: 0;
    left: -6px;
    z-index: -1;
    display: none;
}
.contactus_main .contact_bg .contact_form h5{
    font-size: 40px;
    text-transform: capitalize;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    padding-top: 15px;
    padding-bottom: 50px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.contactus_main .contact_bg .contact_form ul{
    padding-top: 50px;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 1;
}
.contactus_main .contact_bg .contact_form li{
    display: flex;
    justify-content: space-between;
    flex: 0 0 50%;
    padding-right: 20px;
    margin-bottom: 30px;
}
.contactus_main .contact_bg .contact_form li:nth-child(2n){
    padding-right: 0px;
}
.contactus_main .contact_bg .contact_form li input[type="text"]{
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: capitalize;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    outline: none;
    padding: 10px 10px 15px 10px;
    background: none;
    width: 100%;
}
.contactus_main .contact_bg .contact_form li input::placeholder{
    color: #fff;
}
.contactus_main .contact_bg .contact_form li input[type="email"]{
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    border: 0px;
    border-bottom: 1px solid rgba(255,255,255,.3);
    outline: none;
    padding: 10px 10px 15px 10px;
    background: none;
    width: 100%;
}
.contactus_main .contact_bg .contact_form li input::placeholder{
    color: #fff;
}
.contactus_main .contact_bg .contact_form li input[type="text"]:focus{
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    opacity: 1;
}
.contactus_main .contact_bg .contact_form li input[type="email"]:focus{
    border-bottom: 1px solid #fff;
    transition: 0.5s;
    opacity: 1;
}
.contactus_main .contact_bg .contact_form li:last-child{
    flex: 0 0 100%;
}
.contactus_main .contact_bg .contact_form li textarea{
    font-size: 16px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    border: 1px solid rgba(255,255,255,.3);
    outline: none;
    padding: 10px 10px 15px 10px;
    background: none;
    width: 100%;
    min-height: 200px;
    resize: none;
}
.contactus_main .contact_bg .contact_form li textarea::placeholder{
    color: #fff;
}
.contactus_main .contact_bg .contact_form li textarea:focus{
    border: 1px solid #fff;
    transition: 0.5s;
}
.contactus_main .contact_bg .contact_form .contact_address {
    padding-top: 0px;
    padding-left: 30px;
    display: flex;
    place-items: center;
    justify-content: center;
    height: 100%;
}
.contactus_main .contact_bg .contact_form .contact_address ul{
    flex-direction: column;
    display: inline-flex;
    align-items: flex-start;
    width: 100%;
    padding-top: 0px;
}
.contactus_main .contact_bg .contact_form .contact_address ul li {
    display: flex;
    padding-bottom: 10px;
    flex: 0 0 100%;
    padding-right: 0px;
    margin-bottom: 20px;
    align-items: center;
    width: 100%;
    flex-direction: row-reverse;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .main_address{
    display: flex;
    flex-direction: column;
    flex: 0 0 100%;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .main_address h6 {
    font-size: 17px;
    color: #fff;
    text-transform: capitalize;
    padding-top: 8px;
    padding-bottom: 5px;
    padding-right: 15px;
    text-align: right;
    width: 100%;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .main_address p {
    font-size: 17px;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    text-align: right;
    padding-bottom: 0px;
    padding-right: 15px;
    width: 100%;
}
.contactus_main .contact_bg .contact_form .contact_address ul li p::after{
    display: none;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .fa-map-marker-alt {
    font-size: 30px;
    color: #fff;
    background-color: #de544a;
    padding: 6px 10px;
    width: 50px;
    height: 50px;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .fa-phone{
    font-size: 30px;
    color: #fff;
    background-color: #de544a;
    padding: 6px 10px;
    width: 50px;
    height: 50px;
}
.contactus_main .contact_bg .contact_form .contact_address ul li .fa-envelope-open-text{
    font-size: 30px;
    color: #fff;
    background-color: #de544a;
    padding: 6px 10px;
    width: 50px;
    height: 50px;
}

.contactus_main .google_map{
    padding: 10px 0 10px 0;
}
.contactus_main .google_map iframe{
    width: 100%;
    height: 450px;
}
.contactus_main .contact_bg .contact_form button[type="submit"] {
    font-size: 18px;
    color: #fff;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    border: 0px;
    background-color: #de544a;
    outline: none;
    padding: 12px 15px;
    text-align: center;
    position: relative;
    z-index: 1;
}


/*******************************
    Contact Us Page End
********************************/

/*******************************
    Advantage Page Start
********************************/

.advantage_main .advantage{
    overflow: hidden;
    padding: 80px 0;
}
.advantage_main .advantage .outer{
    margin: 0px auto;
    width: 70%;
}
.advantage_main .advantage .outer h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #111;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.advantage_main .advantage .outer h2 span{
    text-transform: lowercase;
}
.advantage_main .advantage .outer p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    color: #2a2a2a;
    padding-bottom: 20px;
    line-height: 28px;
}
.advantage_main .advantage .outer ul{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    padding-top: 15px;
}
.advantage_main .advantage .outer ul li{
    display: flex;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    color: #4e97fd;
}
.advantage_main .advantage .outer ul li .fa-hand-point-right{
    color: #333333;
    font-size: 16px;
    margin-right: 15px;
}


/*******************************
    Advantage Page End
********************************/

/*******************************
    About us Page End
********************************/

.aboutUs_main .about{
    padding: 80px 0 20px 0;
}
.aboutUs_main .about h2{
    font-size: 40px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #111;
    text-transform: capitalize;
    padding-bottom: 15px;
}
.aboutUs_main .about p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #2a2a2a;
    padding-bottom: 20px;
    line-height: 28px;
    width: 80%;
    margin: 0px auto !important;
}
.aboutUs_main .about .about_content{
    padding-top: 12px;
}
.aboutUs_main .about .about_content .image_area{
    overflow: hidden;
    margin-bottom: 15px;
}
.aboutUs_main .about .about_content .image_area img {
    transition: all .4s ease-in-out 0s;
    transform: scale(1);
    max-width: 100%;
    height: 500px;
    width: 100%;
    object-fit: cover;
}
.aboutUs_main .about .about_content .image_area:hover img{
    transform: scale(1.1);
}
.aboutUs_main .about .about_content .inner_con{
    overflow: hidden;
    margin-bottom: 30px;
}
.aboutUs_main .about .about_content .inner_con h3{
    font-size: 30px;
    font-weight: 500;
    font-family: 'Josefin Sans', sans-serif;
    text-align: center;
    color: #de544a;
    text-transform: capitalize;
    padding-bottom: 10px;
}
.aboutUs_main .about .about_content .inner_con p{
    font-size: 16px;
    font-weight: 400;
    font-family: 'Josefin Sans', sans-serif;
    text-align: left;
    color: #2a2a2a;
    padding-bottom: 20px;
    line-height: 28px;
    width: 100%;
}


/*******************************
    About us Page Start
********************************/

/*******************************
    Our Brands Page Start
********************************/

.brand{
    overflow: hidden;
    padding: 80px 0;
}
.brand .img_line{
    margin: 0px auto;
    background-color: #de544a;
    display: table;
    margin-bottom: 20px;
}
.brand .img_line h5{
    font-size: 17px;
    color: #fff;
    text-align: center;
    padding: 25px 25px;
    text-transform: capitalize;
    border-radius: 10px;
}
.brand p{
    font-size: 16px;
    color: #2a2a2a;
    text-align: center;
    margin: 0px auto !important;
    width: 70%;
    padding-bottom: 15px;
}

/*******************************
    Our Brands Page End
********************************/

/***************************************
    Saarc Nation & World Map Page Start
****************************************/

.sarrc{
    padding: 30px 0;
}
.sarrc h5{
    font-size: 30px;
    text-transform: capitalize;
    color: #111;
    font-weight: 700;
}

/***************************************
    Saarc Nation & World Map Page End
****************************************/

/*******************************
    breadcrumb Page Start
********************************/

.breadcrumb{
    overflow: hidden;
    background-image: url(../images/breadcrumb_banner.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 51px 0;
}
.breadcrumb h5{
    text-align: left;
    font-size: 40px;
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-transform: capitalize;
}
.breadcrumb ul{
    display: flex;
    flex-direction: row;
    justify-content: right;
}
.breadcrumb ul li{
    padding: 11px 15px;
    font-size: 16px;
    color: #111;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    text-align: left;
}
.breadcrumb ul li:last-child{
    padding-left: 0px;
}
.breadcrumb ul li a{
    font-size: 18px;
    color: #de544a ;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    padding-right: 10px;
}

/*******************************
    breadcrumb Page End
********************************/


/*****************************

    Scroll to top css start

*****************************/



.scrollTop {

	position: fixed;

	right: 2%;

	bottom: 10px;

	padding: 0px;

	opacity: 0;

	transition: all 0.4s ease-in-out 0s;

}

.scrollTop span a {

    width: 50px;

    height: 50px;

    border-radius: 100%;

    background: linear-gradient(135deg,  rgb(222,84,74) 0%,rgb(78,151,253) 100%,rgb(78,151,253) 100%);

    display: -webkit-box;

    display: -ms-flexbox;

    display: flex;

    -webkit-box-pack: center;

    -ms-flex-pack: center;

    justify-content: center;

    -webkit-box-align: center;

    -ms-flex-align: center;

    align-items: center;

}

.scrollTop span a img {

    width: 26px;

    height: 23px;

    -o-object-fit: cover;

    object-fit: cover;

    -webkit-transform: rotate(180deg);

    transform: rotate(180deg);

    -webkit-transition: 0.5s;

    transition: 0.5s;

}

.scrollTop span a img:hover {

    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

    -webkit-transition: 0.5s;

    transition: 0.5s;

}



.padding10px {

	padding-top: 0 !important;	

}



/*****************************

    Scroll to top css end

*****************************/

span.companyname{
    text-transform: uppercase !important;
}


/* custom coding start*/
.product-price{
    font-size: 26px;
    color: #bb270a;
    padding: 0px 0px 24px 0px;
}
.hi-content {
    font-size: 18px;
    color: #444343;
    font-weight: 600;
}
/* .hi-fiture ul{
    font-
}
 */
.hi-fiture svg.svg-inline--fa.fa-circle.fa-w-16 {
    padding: 3px 6px 0 2px;
    color: #6e6e6e;
}
.pro-spec{
    font-size: 18px;
    font-weight: 600;
    padding: 20px 0 10px 0;
}
.decrep p{
    font-size:14px;
    padding: 0 0 0 20px;
}
.hi-fiture .product_det_content .content_sec ul li{
    padding-bottom: 5px;
}

.sticky-gal-product {
    position: sticky;
    top: 5px;
    bottom: 0;
    align-self: flex-start;
}
