@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Space+Grotesk:wght@300..700&display=swap&Poppins:wght@200;300;400;500;600;700;800;900&display=swap');

/*---------------------------------------------------------------------
import Css
-----------------------------------------------------------------------*/

@import url("flaticon/flaticon.css");

/*================================================
Moz Selection
================================================*/
:root{--primary-color:#2c2c2c;--dark-color:#009a9a;	/*--secondary-color: #565969;*/--grey-color:#f5f5f5;--white-color:#ffffff;--body-fonts:'Poppins',sans-serif;--title-fonts:'Poppins',sans-serif;}
::-moz-selection{text-shadow:none;background:var(--primary-color);color:var(--white-color);}
::-moz-selection{text-shadow:none;background:var(--primary-color);color:var(--white-color);}
::selection{text-shadow:none;background:var(--primary-color);color:var(--white-color);}

/*================================================
General
================================================*/
body{background:var(--white-color);font-family:var(--body-fonts);font-size:1rem;font-style:normal;font-weight:normal;line-height:2;color:var(--secondary-color);overflow-x:hidden;}
h1,h2,h3,h4,h5,h6{font-family:var(--title-fonts);color:var(--dark-color);line-height:1.5;font-style:normal;font-weight:600;margin:0;-ms-word-wrap:break-word;word-wrap:break-word;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit;}
h1{font-size:3.052em;}
h2{font-size:2.441em;}
h3{font-size:1.953em;}
h4{font-size:1.563em;}
h5{font-size:1.2em;}
h6{font-size:1em;}
html{overflow:auto;}

/*===== HTML Tags =====*/
a,.button{color:var(--primary-color);outline:none!important;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
a:focus,a:hover{color:var(--primary-color);outline:none;text-decoration:none!important;}
p{margin-bottom:30px;}
img{max-width:100%;height:auto;}
pre{background:var(--white-color);padding:15px;border:1px solid #eeeeee;}
hr{margin:0;padding:0px;border-bottom:1px solid #e0e0e0;border-top:0px;}
b,strong{font-weight:600;}

/*===== Lists (Nested) =====*/
ol,ul{padding-left:0px;margin-bottom:1em;}
ol li{list-style:none;}
ol ol{padding-left:25px;}
ul li{list-style:inherit;}

/*===== Definition Lists =====*/
dl dd{margin-bottom:15px;}
dl dd:last-child{margin-bottom:0px;}





/*===== Input Textarea =====*/
input{background:var(--grey-color);border:2px solid var(--grey-color);color:var(--dark-color);width:100%;font-size:16px;padding:0 15px;height:51px;line-height:48px;outline:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
input:focus,input:hover,textarea:focus,textarea:hover{border-color:var(--primary-color);}
input[type="radio"],input[type="checkbox"]{width:auto;height:auto;float:none;margin-right:5px;}
textarea{background:var(--grey-color);border:2px solid var(--grey-color);color:var(--dark-color);width:100%;padding:10px 15px;outline:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}

/*===== Select =====*/
select{background:var(--grey-color);border:1px solid var(--dark-color);color:var(--dark-color);width:100%;float:left;padding:0 15px;height:51px;line-height:48px;outline:none;-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg fill=\'%23999999\' height=\'24\' viewBox=\'0 0 24 24\' width=\'24\' xmlns=\'http://www.w3.org/2000/svg\'><path d=\'M7 10l5 5 5-5z\'/><path d=\'M0 0h24v24H0z\' fill=\'none\'/></svg>');background-repeat:no-repeat;background-position:right 16px bottom 50%;background-size:20px 20px;}

/*===== Container =====*/
section{position:relative;padding:50px 0px;}
.container{max-width:1300px;}
.container-pt{padding:0 60px;}
.pt-q{padding:130px 0px 210px;}
.pt-section-overlap{margin-top:-190px;padding-top:0px;z-index:9;}
.z-index-1{z-index:1;}

/*===== Input color =====*/
.pt-text-primary{color:var(--primary-color)!important;}
.pt-text-light{color:var(--grey-color);}
.pt-text-secondary{color:var(--secondary-color);}
.pt-text-dark{color:var(--dark-color);}
.pt-overley-dark{position:relative}
.pt-overley-dark:before{position:absolute;content:"";top:0;left:0;width:100%;height:100%;background:var(--dark-color);opacity:0.6;}

/*===== Input bg-color =====*/
.pt-bg-primary{background:var(--primary-color)!important;}
.pt-bg-transparent{background:transparent!important;}
.pt-bg-light{background:var(--grey-color);}
.pt-bg-dark{background:var(--dark-color);}
.pt-text-line-left{background-color:var(--white-color);}
.pb-50{padding-bottom: 50px;}
/*================================================
Loading
================================================*/
#pt-loading img{width:400px;}
#pt-loading{flex-direction:column;justify-content:center;align-items:center;position:fixed;display:flex;top:0;left:0;right:0;bottom:0;z-index:9999;width:100%;height:100%;background:var(--primary-color);}

/*================================================
Back to Top
================================================*/
#back-to-top .topbtn{position:fixed;bottom:30px;right:30px;margin:0px;color:var(--white-color);background:var(--primary-color);z-index:999;font-size:26px;width:50px;height:50px;text-align:center;line-height:50px;-webkit-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);}
#back-to-top .topbtn:hover{background:var(--primary-color);color:var(--white-color);}

/*================================================
Button Core
================================================*/
[type="button"],[type="reset"],[type="submit"]{padding:10px 25px;background:var(--primary-color);color:var(--white-color)!important;display:inline-block;border:none;width:auto;height:auto;line-height:2;}
[type="button"]:hover,[type="reset"]:hover,[type="submit"]:hover{background:var(--dark-color);color:var(--white-color)!important;}
.pt-button{position:relative;width:auto;background:var(--dark-color);color:var(--white-color);font-family:var(--title-fonts);padding:12px 30px;line-height:2;vertical-align:middle;display:inline-block;cursor:pointer;}
.pt-button:hover,.pt-button:focus{background:var(--primary-color);color:var(--white-color);}
.pt-button .pt-button-block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;}
.pt-button span{transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
/* .pt-button:hover .pt-button-text{-moz-transform:translate(60px,0px);-webkit-transform:translate(60px,0px);-o-transform:translate(60px,0px);-ms-transform:translate(60px,0px);transform:translate(60px,0px);} */
.pt-button .pt-button-line-left{position:absolute;top:50%;left:0;margin-top:-1px;background:var(--white-color);width:0;display:inline-block;height:1px;vertical-align:middle;opacity:0;}
.pt-button:hover .pt-button-line-left{width:45px;opacity:1;-moz-transform:translate(30px,0px);-webkit-transform:translate(30px,0px);-o-transform:translate(30px,0px);-ms-transform:translate(30px,0px);transform:translate(30px,0px);}
.pt-button .pt-button-line-right{background:var(--white-color);width:calc(60px - 1px);display:inline-block;height:1px;vertical-align:middle;opacity:1;margin-left:15px;display: none;}
.pt-button:hover .pt-button-line-right{-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);opacity:0;}

/*===== Button link =====*/
.pt-button.pt-btn-link{padding:0;background:transparent;color:var(--primary-color);line-height:1;float:left;}
.pt-button.pt-btn-link .pt-button-line-left,.pt-button.pt-btn-link .pt-button-line-right{background:var(--primary-color);}
.pt-button.pt-btn-link .pt-btn-line-left,.pt-button.pt-btn-link .pt-btn-line-right{background:var(--white-color);}
.pt-button.pt-btn-link:hover .pt-button-line-left{-moz-transform:translate(0,0px);-webkit-transform:translate(0,0px);-o-transform:translate(0,0px);-ms-transform:translate(0,0px);transform:translate(0,0px);}

/*===== Button link =====*/
.pt-button.pt-btn-outline{background:transparent;color:var(--primary-color);border:1px solid var(--primary-color);}
.pt-button.pt-btn-outline .pt-button-line-left,.pt-button.pt-btn-outline .pt-button-line-right{background:var(--primary-color);}

/*================================================
Flaticon
================================================*/
[class^="flaticon-"]:before,[class*=" flaticon-"]:before,[class^="flaticon-"]:after,[class*=" flaticon-"]:after{font-family:Flaticon;font-size:inherit;font-style:normal;line-height:normal;margin-left:0;}

/*===== Gallery =====*/
.gallery-item .gallery-caption{font-size:14px;line-height:22px;}
.gallery-size-thumbnail .gallery-item{margin-right:2%;width:18.4%;margin-bottom:2%;display:inline-block;vertical-align:top;}
.gallery.gallery-size-thumbnail{display:inline-block;width:100%;}
.gallery-size-thumbnail .gallery-item img{margin-bottom:10px;}
.gallery-columns-1 .gallery-item{width:100%;margin-right:0px;}
.gallery-columns-2 .gallery-item{width:48%;}
.gallery-columns-3 .gallery-item{width:31.3%;}
.gallery-columns-4 .gallery-item{width:23%;}
.gallery-columns-5 .gallery-item{width:18%;}
.gallery-columns-6 .gallery-item{width:14.6%;}
.gallery-columns-7 .gallery-item{width:12.2%;}
.gallery-columns-8 .gallery-item{width:10.5%;}
.gallery-columns-9 .gallery-item{width:9.1%;}

/*================================================
Header
================================================*/
header#pt-header{position:relative;display:inline-block;width:100%;clear:both;background:var(--white-color);z-index:999;}
header#pt-header.pt-header-sticky{position:fixed;top:0;left:0;display:inline-block;width:100%;-webkit-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);}

/*===== Header Top Bar =====*/
header#pt-header .pt-top-header{background:var(--dark-color);padding:0;font-size: 20px;border-top-left-radius: 50px;border-bottom-left-radius: 50px;}
header#pt-header .pt-top-header .pt-header-contact.text-right ul{float:right;}
header#pt-header .pt-top-header .pt-header-contact ul{margin:0;padding:0;}
header#pt-header .pt-top-header .pt-header-contact ul li{list-style:none;display:inline-block;color:var(--white-color);border-left:1px solid rgba(255,255,255,0.1);padding:10px 20px;float:left;}
header#pt-header .pt-top-header .pt-header-contact ul li:last-child{margin-right:0;border-right:1px solid rgba(255,255,255,0.1);}
header#pt-header .pt-top-header .pt-header-contact ul li i{margin-right:10px;}
header#pt-header .pt-top-header .pt-header-contact ul li a{color:var(--white-color);font-weight:bold;}
header#pt-header .pt-top-header .text-right .pt-header-social ul,header#pt-header .pt-top-header .pt-header-social.text-right ul{float:right;}
header#pt-header .pt-top-header .pt-header-social ul{margin:0;padding:0;}
header#pt-header .pt-top-header .pt-header-social ul li{list-style:none;display:inline-block;float:left;border-left:1px solid rgba(255,255,255,0.1);}
header#pt-header .pt-top-header .pt-header-social ul li a{color:var(--white-color);padding:10px 20px;display:inline-block;}
header#pt-header .pt-top-header ul li a:hover{color:var(--white-color);}
header#pt-header .pt-top-header .pt-header-social ul li:last-child{border-right:1px solid rgba(255,255,255,0.1);}

/*===== Logo =====*/
header#pt-header .pt-bottom-header .navbar .navbar-brand{line-height:80px;}
header#pt-header .pt-bottom-header .navbar .navbar-brand img{height:35px;}

/*===== Header Navbar Bar =====*/
header#pt-header .pt-bottom-header{min-height:90px;}

/*header#pt-header .pt-bottom-header .navbar {
	padding: 0;
}*/
header#pt-header .pt-bottom-header .navbar .pt-menu-contain{display:inline-block;width:100%;}
header#pt-header .pt-bottom-header .navbar .navbar-nav{float:right;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li.active a{color:var(--primary-color);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li{position:relative;display:inline-block;float:left;margin-right:45px;font-family:var(--title-fonts);color:var(--dark-color);line-height:90px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li:last-child{margin-right:15px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li a{font-family:var(--title-fonts);color:#000;font-weight: 500;font-size: 21px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li a:focus,header#pt-header .pt-bottom-header .navbar .navbar-nav li a:hover,header#pt-header .pt-bottom-header .navbar .navbar-nav li.active a,header#pt-header .pt-bottom-header .navbar .navbar-nav li.current_page_item a,header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover a,header#pt-header .pt-bottom-header .navbar .navbar-nav li .current-menu-ancestor a{color:var(--dark-color);}

/*===== Sub Menu Bar =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu{display:none;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{display:block;background:var(--white-color);position:absolute;top:90px;left:0;padding-left:0;display:inline-block;z-index:999;-webkit-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li{line-height:2;padding:0;margin:0;display:inline-block;width:100%;color:var(--secondary-color);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li i{margin-left:5px;opacity:0.4;font-size:12px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a{line-height:2;text-transform:capitalize;padding: 5px 15px;display:inline-block;width:100%;font-size:14px;}

/*header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:focus,header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a:hover,header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.active a{background:var(--primary-color);color:var(--white-color);}*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.current-menu-parent>a{background:var(--primary-color);color:var(--white-color);}
@media screen and (max-width:4000px) and (min-width:1023px){
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>.sub-menu{display:block!important;}
}

/*===== Navigation Sub Menu =====*/
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li>.sub-menu{display:none;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu{position:absolute;top:0;right:100%;left:inherit;display:block;background:var(--white-color);padding-left:0;display:inline-block;width:200px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before{content:"\f124";font-family:"Ionicons";position:absolute;top:12px;right:15px;color:var(--secondary-color);line-height:2;font-size:12px;}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children:hover a:before{color:var(--secondary-color);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children a:hover:before{color:var(--white-color);}
header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li.menu-item-has-children.current-menu-parent a:before{color:var(--white-color);}

/*===== Navigation search =====*/
header#pt-header .pt-menu-search-block{position:relative;margin-left:30px;}
header#pt-header .pt-menu-search-block a{color:var(--dark-color);font-size:16px;width:18px;display:inline-block;}
header#pt-header .pt-search-form{position:absolute;top:61px;right:0;width:350px;padding:15px;z-index:999;background:var(--white-color);-webkit-box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);display:none;}

/*===== Header Style-1 =====*/
header#pt-header.pt-header-style-1.pt-has-sticky{position:absolute;top:0;left:0;display:inline-block;width:100%;background:transparent;z-index:999;padding:15px 0;}
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky{position:fixed;background:var(--dark-color);padding:0;}
header#pt-header.pt-header-style-1 .pt-bottom-header{min-height:70px;}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand{line-height:normal;background:var(--white-color);padding:28px 30px 27px;position:relative;}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand:before{content:"";position:absolute;right:100%;top:0;width:100%;display:inline-block;height:100%;background:var(--white-color);opacity:0;}
header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand:before{opacity:1;}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li{color:var(--white-color);line-height:80px;}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li a{color:var(--white-color);}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.active>a{color:var(--primary-color);}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a{color:var(--primary-color);}
header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{top:80px;}
header#pt-header.pt-header-style-1 .pt-header-info-box{margin:0 0 0 45px;display:flex;color:var(--white-color);}
header#pt-header.pt-header-style-1 .pt-header-call{display:inline-block;float:left;margin-right:30px;margin-top:5px;}
header#pt-header.pt-header-style-1 .pt-header-call a i{font-size:40px;margin-right:15px;line-height:1;}
header#pt-header.pt-header-style-1 .pt-header-call a{color:var(--white-color);display:flex;align-items:flex-start;}
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info{flex:1;font-family:var(--title-fonts);}
header#pt-header.pt-header-style-1 .pt-header-call a .pt-call-info h5{color:var(--white-color);line-height:1;}
header#pt-header.pt-header-style-1 .pt-button{background:var(--primary-color);}

/*===== Header Style-2 =====*/

/*header#pt-header.pt-header-style-2 .navbar-brand img {
	height: 50px;
}*/

header#pt-header.pt-header-style-2{position:relative;top:0;left:0;display:inline-block;width:100%;background:var(--white-color);padding:0;-webkit-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);}
header#pt-header.pt-header-style-2 .navbar-brand{background:#fff;padding:15px 30px;margin:0;line-height:4.788888;text-align:left;width:100%;}
header#pt-header.pt-header-style-2 .pt-bottom-header{min-height:auto;}
header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li{line-height:75px;}
header#pt-header.pt-header-style-2 .pt-header-info-box{display:flex;}
header#pt-header.pt-header-style-2 .pt-menu-search-block{line-height:76px;padding:0 30px;background:var(--white-color);border-left:1px solid #eeeeee;color:var(--white-color);font-size:20px;}
header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{top:75px;}
header#pt-header.pt-header-style-2 .pt-search-form{top:77px;}

/*Header Style-2 sticky*/
header#pt-header.pt-header-style-2.pt-header-sticky{position:fixed;top:0;left:0;display:inline-block;width:100%;}
header#pt-header.pt-header-style-2.pt-header-sticky .pt-top-header{display:none;}
header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand{line-height:2.39999;}

/*===== Header Style-3 =====*/
header#pt-header.pt-header-style-3{position:absolute;top:0;background:transparent;}
header#pt-header.pt-header-style-3 .navbar{padding:0;}
header#pt-header.pt-header-style-3 .navbar-brand{background:var(--primary-color);padding:15px 30px;margin:0;line-height:5.69999999;text-align:center;width:100%;}
header#pt-header.pt-header-style-3 .pt-top-header{background:var(--white-color);padding:10px 0;}
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox{display:flex;align-items:flex-start;}
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox i{font-size:48px;color:var(--primary-color);margin-right:15px;align-self:center;line-height:48px;}
header#pt-header.pt-header-style-3 .pt-top-header .pt-meta-body{flex:1;}
header#pt-header.pt-header-style-3 .pt-top-header .pt-meta-body h5{display:inline-block;width:100%;float:left;}
header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox.adrs .pt-meta-body span{white-space:nowrap;width:170px;overflow:hidden;display:inline-block;text-overflow:ellipsis;}

/*==========*/
header#pt-header.pt-header-style-3 .pt-bottom-header{background:var(--white-color);min-height:auto;border-top:1px solid var(--grey-color);}
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li{line-height:60px;}
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn{border-left:1px solid var(--grey-color);border-right:1px solid var(--grey-color);padding:0 20px;margin-left:45px;}
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn .pt-cart>a{line-height:60px;}
header#pt-header.pt-header-style-3 .pt-bottom-header .pt-menu-search-block{position:relative;margin-left:20px;margin-right:-11px;line-height:58px;padding:0 20px;background:var(--white-color);border-left:1px solid #eeeeee;color:var(--white-color);font-size:20px;}
header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu,header#pt-header.pt-header-style-3 .pt-bottom-header .dropdown-menu-mini-cart{top:60px;}
header#pt-header.pt-header-style-3 .pt-search-form{top:46px;}

/*=====Ttoggle Side Bar =====*/
header#pt-header.pt-header-style-2 .pt-toggle-btn{line-height:75px;padding:22px 25px;background:var(--primary-color);color:var(--white-color);min-height:77px;}
header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,header#pt-header.pt-header-style-2 .pt-toggle-btn a:after{transform-origin:50% 0%;}
.buttons ol li:before{position:absolute;bottom:0;left:0;z-index:-1;display:block;width:23vw;height:20vw;content:"";box-shadow:0 0 20px rgba(0,0,0,0.05);}
.buttons ol li:after{position:absolute;top:38%;right:7vw;transform:rotate(-90deg);z-index:1;display:block;width:30px;height:30px;text-align:center;content:counter(list-counter,decimal-leading-zero);font-family:Helvetica;font-size:20px;line-height:30px;font-weight:300;opacity:0.15;transition:color 0.35s;will-change:color;}
header#pt-header.pt-header-style-2 .pt-toggle-btn a{position:relative;display:block;top:15px;width:30px;height:2px;margin:0 auto;border:none;cursor:pointer;background:currentColor;color:inherit;font-size:0;transition:0.35s;}
header#pt-header.pt-header-style-2 .pt-toggle-btn a:before,header#pt-header.pt-header-style-2 .pt-toggle-btn a:after{position:absolute;top:0;left:50%;display:block;width:100%;height:2px;background:currentColor;content:"";transition:transform 0.35s;}
header#pt-header.pt-header-style-2 .pt-toggle-btn a:before{transform:translate(-50%,-10px);}
header#pt-header.pt-header-style-2 .pt-toggle-btn a:after{transform:translate(-50%,10px);}

/*===== Header Style-1 =====*/
.admin-bar header#pt-header.pt-header-style-2,.admin-bar header#pt-header.pt-header-style-1{top:32px;}
@media(max-width:767px){
	.admin-bar header#pt-header{top:0;}
	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,.admin-bar header#pt-header.pt-header-style-1.pt-header-sticky{top:0;}
}
@media only screen and (min-device-width:601px) and (max-device-width:768px){
	.admin-bar header#pt-header.pt-header-style-2,.admin-bar header#pt-header.pt-header-style-1{top:46px;}
	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky,.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky{top:46px!important;}
}
@media(max-width:1399px){
	header#pt-header .pt-bottom-header .navbar .navbar-nav li{margin-right:30px;}

	/*header#pt-header.pt-header-style-2 .navbar-brand img {
		height: 28px;
	}*/
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu{left:inherit;right:100%;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before{content:"\f124";}
}
@media(max-width:1365px){
	header#pt-header .pt-bottom-header .navbar .navbar-nav li{font-size:12px;margin-right:15px;}
	header#pt-header .pt-top-header .pt-header-social ul li a{font-size:15px;padding:10px 15px;}
	header#pt-header .pt-top-header .pt-header-contact ul li{font-size:15px;padding:10px 15px;}
	header#pt-header.pt-header-style-2 .navbar-brand{padding:15px 10px;line-height:3.355;}

	/*header#pt-header.pt-header-style-2 .navbar-brand img {
		height: 25px;
	}*/
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li{margin-right:19px;}
	header#pt-header.pt-header-style-2 .pt-menu-search-block{margin-left:30px;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li{line-height:51px;}
	header#pt-header.pt-header-style-2 .pt-menu-search-block{line-height:51px;padding:0 20px;margin-left:0;}
	header#pt-header.pt-header-style-2 .pt-search-form{top:53px;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{top:52px;}
	header#pt-header.pt-header-style-2 .pt-toggle-btn{line-height:51px;padding:10px 20px;min-height:52px;}
	header#pt-header.pt-header-style-2 .pt-toggle-btn a{width:25px;}
	header#pt-header.pt-header-style-2 .pt-toggle-btn a:before{transform:translate(-50%,-10px);}
	header#pt-header.pt-header-style-2 .pt-toggle-btn a:after{transform:translate(-50%,10px);}
	header#pt-header.pt-header-style-2.pt-header-sticky .navbar-brand{line-height:1.455;}
	header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li{line-height:57px;}
	header#pt-header.pt-header-style-2.pt-header-sticky .pt-menu-search-block,header#pt-header.pt-header-style-2.pt-header-sticky .pt-toggle-btn{line-height:57px;}

	/*===== Header Style-1 =====*/
	header#pt-header.pt-header-style-1 .pt-button{display:none;}
	header#pt-header.pt-header-style-1 .pt-header-call{margin-right:0;}

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox{padding:0 15px;}
	header#pt-header.pt-header-style-3 .pt-top-header .pt-metabox.adrs .pt-meta-body span{width:50px;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn{margin-left:30px;}
}
@media(max-width:1023px){

	/*===== Button Toggler =====*/
	header#pt-header .pt-bottom-header .navbar-toggler{font-size:20px;padding:12px 20px;line-height:normal;float:right;position:absolute;top:50%;right:0;margin-top:-26px;border-radius:0;}
	header#pt-header .pt-bottom-header .navbar .navbar-collapse{width:100%;position:absolute;left:0;top:71px;background:var(--white-color);-webkit-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);box-shadow:0px 5px 15px 0px rgba(0,33,85,0.1);max-height:330px;overflow-y:scroll;overflow-x:hidden;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav{float:left;width:100%;display:inline-block;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li{float:left;width:100%;display:inline-block;line-height:2;position:relative;font-size:16px;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li a{width:100%;display:inline-block;padding:15px;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li i{margin-left:0;opacity:1;font-size:12px;position:absolute;right:15px;margin-top:-10px;top:50%;}
	header#pt-header .pt-menu-search-block{position:relative;margin-left:0;margin-right:100px;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{position:relative;top:0;left:0;padding-left:0;background:var(--grey-color);box-shadow:none;display:inline-block;width:100%;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li a{padding:10px 30px;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li>a:hover,header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover>a{background:var(--primary-color);color:var(--white-color);}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a{background:var(--primary-color);color:var(--white-color);}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li i{margin-top:0;top:20px;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>i,header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover i{color:var(--white-color);}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu li:hover>.sub-menu{position:relative;top:0;left:0;background:transparent;display:inline-block;width:100%;float:left;}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu li.menu-item-has-children>a:before{font-size:12px;right:30px;content:"\f123";}
	header#pt-header .pt-bottom-header .navbar .navbar-nav li .sub-menu>li>a{background:var(--grey-color);color:var(--secondary-color);}

	/*===== Header Style-2 =====*/
	header#pt-header.pt-header-style-2{position:relative;}
	.admin-bar header#pt-header.pt-header-style-2{top:0;}
	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky{top:32px;}
	header#pt-header.pt-header-style-2 .pt-top-header{display:none;}
	header#pt-header.pt-header-style-2 .navbar-brand{padding:20px 10px;line-height:normal;}
	header#pt-header.pt-header-style-2 .pt-toggle-btn,.pt-sidebar{display:none!important;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar{padding:0;justify-content:flex-end;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler{right:30px;}
	header#pt-header.pt-header-style-2 .pt-menu-search-block{line-height:68px;float:right;display:inline-block;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li{line-height:normal;margin-right:0;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse{top:100%;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{top:0;}
	header#pt-header.pt-header-style-2.pt-header-sticky .pt-bottom-header .navbar .navbar-nav li{line-height:normal;}

	/*===== Header Style-1 =====*/
	header#pt-header.pt-header-style-1 .pt-header-info-box{display:none;}
	header#pt-header.pt-header-style-1.pt-has-sticky{top:0;padding:0;position:relative;background:var(--white-color);}
	header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky{top:0;background:var(--white-color);}
	.admin-bar header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky{top:32px;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand{padding:18px 30px;}
	header#pt-header.pt-header-style-1 .pt-header-call{margin-right:90px;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li.current-menu-ancestor>a{color:var(--white-color);}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li{line-height:normal;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a,header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li{color:var(--dark-color);}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu{top:0;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li>a:hover,header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-nav li:hover>a{color:var(--white-color);}
	header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-collapse{top:71px;}

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar{justify-content:flex-end;}
	header#pt-header.pt-header-style-3 .navbar-brand{line-height:2.15;}
	header#pt-header.pt-header-style-3 .navbar-brand img{height:30px;}
	header#pt-header.pt-header-style-3 .pt-top-header{display:none;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box{margin-right:75px;}
	header#pt-header.pt-header-style-3 .pt-bottom-header{border-top:none;padding:6px 0px;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li{line-height:initial;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar .navbar-nav li:hover .sub-menu,header#pt-header.pt-header-style-3 .pt-bottom-header .dropdown-menu-mini-cart{top:0;}
	header#pt-header .pt-bottom-header .navbar .navbar-collapse{top:100%;}
}
@media only screen and (min-device-width:992px) and (max-device-width:1023px){
	.navbar-expand-lg .navbar-toggler{display:inline-block;}
	header#pt-header .pt-bottom-header .navbar .navbar-collapse{display:none!important;}
	header#pt-header .pt-bottom-header .navbar .navbar-collapse.show{display:inline-block!important;}
}
@media(max-width:767px){
	header#pt-header.pt-header-style-2 .navbar-brand{padding:20px 15px;line-height:normal;text-align:left;display:inline-block;width:auto;}
	header#pt-header.pt-header-style-2 .pt-menu-search-block{display:none;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar-toggler{margin-top:-80px;}
	header#pt-header.pt-header-style-2 .pt-bottom-header .navbar .navbar-collapse{top:0;}
	header#pt-header.pt-header-style-1 .pt-header-info-box{display:none;}
	header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand{padding:18px 18px 18px 0;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand{padding:18px;}
	.admin-bar header#pt-header.pt-header-style-2.pt-header-sticky{top:0;}
	header#pt-header .pt-top-header ul{display:flex;text-align:center;}
	header#pt-header .pt-top-header ul li,header#pt-header .pt-top-header ul li a{flex:1;}
	header#pt-header .pt-top-header .pt-header-contact.text-right ul{float:inherit;}
	header#pt-header .pt-top-header .col-lg-6.col-sm-6{width:100%!important;max-width:100%;flex:0 0 100%;}
	header#pt-header .pt-top-header .pt-header-social ul{border-bottom:1px solid rgba(255,255,255,0.1);}

	/*===== Header Style-3 =====*/
	header#pt-header.pt-header-style-3{position:relative;}
	header#pt-header.pt-header-style-3 .navbar-brand{line-height:2.15;z-index:99;padding:15px;width:auto;position:relative;}
	header#pt-header.pt-header-style-3 .navbar-brand:before{content:"";position:absolute;top:0;right:100%;width:100%;display:inline-block;height:100%;background:var(--primary-color);}
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar{flex-direction:row-reverse!important;justify-content:end;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-menu-search-block{position:relative;margin-left:0;margin-right:0;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box{margin-right:0;}
	header#pt-header.pt-header-style-3 .pt-bottom-header{margin-top:-73px;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .navbar-toggler{position:relative;margin-top:0;}
}
@media(max-width:479px){
	.pt-menu-search-block{display:none;}
	header#pt-header.pt-header-style-1 .pt-bottom-header .navbar .navbar-brand{padding:10px;}
	header#pt-header .pt-bottom-header .navbar .navbar-brand img{height:30px;}
	header#pt-header.pt-header-style-1.pt-has-sticky.pt-header-sticky .pt-bottom-header .navbar .navbar-brand{padding:20px 18px 20px 0;}
	header#pt-header.pt-header-style-3 .pt-bottom-header .pt-shop-btn,header#pt-header.pt-header-style-3 .pt-bottom-header .pt-header-info-box{display:none;}
}

/*================================================
Sidebar
================================================*/
.pt-background-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--dark-color);z-index:9999;opacity:0.8;display:none;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-siderbar-open .pt-background-overlay{display:block;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-siderbar-open .pt-sidebar{right:0;opacity:1;}
.pt-sidebar{width:410px;background:var(--white-color);opacity:0;display:block;position:fixed;top:0;right:-100%;padding:90px 45px 30px;height:100%;z-index:9999;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-sidebar .pt-close-btn .pt-close{position:absolute;right:100%;background:var(--primary-color);width:60px;height:60px;line-height:60px;text-align:center;color:var(--white-color);top:90px;font-size:20px;}
.pt-sidebar-header .pt-sidebar-logo{margin-bottom:15px;height:40px;}
.pt-sidebar h5{font-size:30px;margin-bottom:15px;position:relative;padding-bottom:15px;}
.pt-sidebar h5:before{content:"";position:absolute;bottom:0;left:0;width:45px;height:2px;display:inline-block;background:var(--primary-color);}
.pt-sidebar ul{margin:0;padding:0;}
.pt-sidebar ul li{list-style:none;margin:0 0 5px 0;padding:0;}
.pt-sidebar ul li:last-child{margin:0;}
.pt-sidebar ul li a{color:var(--secondary-color);}

/*===========*/
.pt-sidebar .pt-sidebar-category{margin-bottom:30px;}
.pt-sidebar-contact li{display:flex;align-items:flex-start;}
.pt-sidebar-contact li i{line-height:2;color:var(--primary-color);}
.pt-sidebar-contact li span{margin-left:15px;flex:1;}

/*===========*/
.pt-sidebar-social ul{margin-top:30px;display:inline-block;width:100%;text-align:center;}
.pt-sidebar-social ul li{display:inline-block;padding:0;margin:0 5px 0 0;}
.pt-sidebar-social ul li:last-child{margin-right:0;}
.pt-sidebar-social ul li a{background:var(--dark-color);color:var(--white-color);width:60px;height:60px;line-height:60px;display:inline-block;}
.pt-sidebar-social ul li a:hover{background:var(--primary-color);}

/*================================================
Breadcrumb
================================================*/
.pt-breadcrumb-title{color:var(--white-color);font-size:62px;}

/*================================================
Blog Sidebar
================================================*/
.widget{background:var(--white-color);border:none;margin-bottom:45px;padding:30px;display:inline-block;width:100%;float:left;position:relative;-webkit-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);}

/*===== Widget Title =====*/
.widget .widget-title{margin-bottom:15px;padding:0 0 15px;font-size:28px;position:relative;line-height:1;}
.widget .widget-title:before{content:"";position:absolute;bottom:0;left:0;width:45px;height:2px;display:inline-block;background:var(--primary-color);}

/*===== SideBar - Search =====*/
.search-form{position:relative;}
.search-form label{width:100%;margin-bottom:0;float:left;width:100%;}
.search-submit{background:var(--primary-color);border:none;padding:0;position:absolute;text-align:center;color:var(--white-color);line-height:51px;height:51px;width:51px;top:0;right:0;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.search-submit:before{content:"\f002";font-family:"Font Awesome 5 Free";font-weight:900;}
.search-submit:hover{background:var(--dark-color);}

/*===== widget-menu =====*/
.widget ul{padding:0;margin:0;}
.widget ul li{list-style:none;margin:0 0 10px 0;}
.widget ul li:last-child{margin-bottom:0;}
.widget ul ul.children{padding-left:25px;}
.widget ul li a{color:var(--secondary-color);position:relative;-ms-word-wrap:break-word;word-wrap:break-word;}
.widget ul li a:hover{color:var(--primary-color);text-decoration:none;}

/*===== SideBar - Recent Comments =====*/
.widget.widget_recent_comments #recentcomments li.recentcomments span a{color:var(--secondary-color);font-weight:600;}
.widget.widget_recent_comments #recentcomments li.recentcomments a:before{display:none;}
.widget.widget_recent_comments #recentcomments li.recentcomments a{color:var(--primary-color);padding-left:0;}
.widget.widget_recent_comments #recentcomments li.recentcomments a:hover{color:var(--primary-color);text-decoration:underline!important;padding-left:0;}

/*=====  SideBar Calendar  =====*/
.widget_calendar table caption{caption-side:inherit;padding:0 0 10px;color:var(--dark-color);font-weight:500;}
.widget_calendar table#wp-calendar{width:100%;text-align:center;margin-bottom:0;margin-top:0;background:var(--white-color);}
.widget_calendar .calendar_wrap td#today{background:var(--primary-color);color:var(--white-color);}
.widget_calendar .calendar_wrap td#today a{color:var(--white-color);}
.widget_calendar .calendar_wrap table th{background:var(--white-color);color:var(--dark-color);}
.widget_calendar .calendar_wrap table th,.widget_calendar .calendar_wrap table td{padding:8px;text-align:center;}

/*=====  SideBar Categories List  =====*/
.widget_categories ul li,.widget_archive ul li{font-weight:400;color:var(--primary-color);}
.widget_categories ul li a,.widget_archive ul li a{font-weight:400;color:var(--secondary-color);}

/*=====  Meta - widget RSS =====*/
.widget.widget_rss ul li{margin-bottom:20px;}
.widget.widget_rss ul li:last-child{margin-bottom:0;}
.widget.widget_rss ul li a{padding-left:0;font-size:16px;color:var(--dark-color);font-weight:600;font-family:var(--title-fonts);}
.widget.widget_rss ul li a:hover{color:var(--primary-color);}
.widget.widget_rss ul li a:before{display:none;}
.widget.widget_rss ul li cite{font-weight:600;margin-top:5px;display:inline-block;width:100%;}
.widget.widget_rss ul li .rss-date{font-size:14px;color:var(--primary-color);line-height:1;float:left;display:inline-block;width:100%;margin:5px 0;}

/*===== widget Nav Menu =====*/
.widget.widget_nav_menu ul li,.widget ul.menu li{margin-bottom:0;}
.widget.widget_nav_menu ul li .sub-menu,.widget ul.menu li .sub-menu{display:block!important;padding-left:20px;}
.widget.widget_nav_menu ul li .sub-menu li a,.widget ul.menu li .sub-menu li a{}
.widget.widget_nav_menu ul li a,.widget ul.menu li a{padding:10px 0;display:inline-block;width:100%;border-bottom:1px solid var(--grey-color);}

/*=====  SideBar - widget Recent Entries =====*/
.widget_recent_entries ul li .post-date{font-weight:600;color:var(--dark-color);}

/*===== SideBar - Tags =====*/
.widget_tag_cloud .tag-cloud-link{font-size:14px!important;background:var(--primary-color);margin:0 10px 10px 0;display:inline-block;float:left;color:var(--white-color);padding:4px 8px;border:1px solid var(--primary-color);transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.widget_tag_cloud .tag-cloud-link:hover{border-color:var(--dark-color);background:var(--dark-color);color:var(--white-color);}
@media(max-width:1023px){
	.sidebar.widget-area{margin-top:45px;}
}

/*===== Navigation search =====*/
span.screen-reader-text{position:absolute;border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;}
header#pt-header .pt-menu-search-block{position:relative;margin-left:30px;}
header#pt-header .pt-menu-search-block a{color:var(--dark-color);font-size:16px;width:18px;display:inline-block;}
header#pt-header .pt-search-form{position:absolute;top:61px;right:0;width:350px;padding:15px;z-index:999;background:var(--white-color);-webkit-box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 3px 30px 0px rgba(0,33,85,0.1);}

/*================================================
Blog
================================================*/
.pt-blog .owl-carousel .owl-stage-outer{overflow:inherit;}
.pt-blog .owl-carousel .owl-item{opacity:0;}
.pt-blog .owl-carousel .owl-item.active{opacity:1;}
.owl-carousel .pt-blog-post .pt-blog-contain .pt-blog-title{font-size:24px;}
.pt-blog-post{margin-bottom:45px;background:var(--white-color);display:inline-block;width:100%;-webkit-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);}
.pt-blog-post .pt-post-media{overflow:hidden;}
.pt-blog-post .pt-post-media img{margin-left:30px;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;}
.pt-blog-post:hover .pt-post-media img{margin-left:0;}
.pt-blog-post .pt-blog-contain{padding:30px;display:inline-block;width:100%;}
.pt-blog-col-3 .pt-blog-post .pt-blog-contain .pt-blog-title{font-size:28px;}
.pt-blog-post .pt-blog-contain .pt-blog-title{font-size:36px;display:inline-block;margin:0 0 5px 0;width:100%;float:left;}
.pt-blog-post .pt-post-meta ul{margin:0 0 10px 0;padding:0;display:inline-block;width:100%;float:left;font-size:14px;}
.pt-blog-post .pt-post-meta ul li{list-style:none;float:left;display:inline-block;margin-right:20px;}
.pt-blog-post .pt-post-meta ul li:last-child{margin-right:0;}
.pt-blog-post .pt-post-meta ul li a{color:var(--secondary-color);}
.pt-blog-post .pt-post-meta ul li a:hover{color:var(--primary-color);}
.pt-blog-post .pt-post-meta ul li i{margin-right:5px;color:var(--primary-color);}

/*================================================
Pagination
================================================*/
.pt-pagination{margin-top:15px;}
.pt-pagination .page-numbers{display:-ms-flexbox;display:flex;padding-left:0;list-style:none;padding:0;margin:0;}
.pt-pagination .page-numbers li .page-numbers{position:relative;display:block;padding:0px 15px;height:45px;width:45px;text-align:center;line-height:45px;margin:0 5px;color:var(--dark-color);background-color:var(--white-color);border:1px solid var(--grey-color);-webkit-border-radius:0;-moz-border-radius:0;border-radius:0;}
.pt-pagination .page-numbers li .page-numbers:hover{color:var(--white-color);text-decoration:none;background-color:var(--primary-color);border-color:var(--primary-color);z-index:2;}
.pt-pagination .page-numbers li .page-numbers:focus{box-shadow:none;outline:0;z-index:2;}
.pt-pagination .page-numbers li .page-numbers:not(:disabled):not(.disabled){cursor:pointer}
.pt-pagination .page-numbers li .page-numbers.current{color:var(--white-color);background:var(--primary-color);border-color:var(--primary-color);z-index:1;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;-ms-transition:all 0.5s ease-out 0s;-o-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}
.pt-pagination .page-numbers li .next.page-numbers,.pt-pagination .page-numbers li .prev.page-numbers{width:auto;}

/*================================================
Error
================================================*/
.pt-error-block{text-align:center;}
.pt-error-block .pt-errot-text{font-size:420px;font-family:var(--title-fonts);color:var(--primary-color);letter-spacing:4px;font-weight:600;line-height:0.8;margin-bottom:30px;}
@media(max-width:1023px){
	.pt-error-block .pt-errot-text{font-size:340px;}
}
@media(max-width:767px){
	.pt-error-block .pt-errot-text{font-size:200px;}
	.pt-error-block h2{font-size:30px;}
}
@media(max-width:479px){
	.pt-error-block .pt-errot-text{font-size:130px;}
}

/*================================================
Footer
================================================*/
#pt-footer{background:var(--dark-color);display:inline-block;width:100%;float:left;}
#pt-footer .pt-footer-top{padding:90px 0 0;}
#pt-footer .pt-copyright-footer{padding:0;background:#001e4c;}
#pt-footer .pt-copyright-footer .pt-copyright{text-align:center;padding:10px 0;}
#pt-footer .pt-copyright-footer .pt-copyright a{color:var(--white-color);}
#pt-footer .pt-copyright-footer .pt-copyright a:hover{color:var(--white-color);text-decoration:underline;}
#pt-footer .pt-footer-style-1 .pt-footer-logo{height:40px;margin-bottom:30px;}
#pt-footer .pt-footer1 .footer-title{margin-bottom:15px;padding:0;font-size:28px;color:var(--white-color);position:relative;line-height:1;}
.pt-footer1 ul{padding:0;margin:0;}
#pt-footer .pt-footer1 ul li{position:relative;color:var(--primary-color);margin-left:15px;padding:5px 0px;}
#pt-footer .pt-footer1 ul li a{color:var(--white-color);}
#pt-footer .pt-footer1 ul li a:hover{color:var(--primary-color);}
#pt-footer .pt-footer2 .pt-contact{margin-bottom:0;}
#pt-footer .pt-footer2 .pt-contact li{list-style-type:none;display:flex;justify-content:start;}
#pt-footer .pt-footer2 .pt-contact i{color:var(--primary-color);padding:10px;}
#pt-footer .pt-footer2.pt-contact span a:hover{color:var(--primary-color);}

/*================================================
social 
================================================*/
.pt-footer-social ul li:first-child a{border-left:1px solid rgba(255,255,255,0.05);margin-bottom:0;}
#pt-footer .pt-footer-social ul li{list-style-type:none;display:inline-block;}
.pt-footer-social ul li a{color:var(--white-color);width:60px;height:60px;line-height:60px;text-align:center;border-right:1px solid rgba(255,255,255,0.05);display:inline-block;}
.pt-footer-social ul li a:hover{background-color:var(--primary-color);padding:0;}
.pt-footer-social ul{margin-bottom:0;}

/*================================================
Section Title
================================================*/
.pt-section-title-box.text-center{margin-bottom:60px;}
.pt-section-title-box{margin-bottom:30px;padding-right: 9%;}
.pt-section-title-box .pt-section-sub-title{border-left:2px solid var(--primary-color);line-height:1;padding:0 0 0 10px;color:var(--primary-color);font-family:var(--title-fonts);font-weight:600;}
.pt-section-title1{font-size:27px!important;}
.pt-section-title-box .pt-section-title{font-size: 22px;line-height:1.5;text-transform:capitalize;}
.section-style:before{content:"";position:absolute;left:0;top:0;display:inline-block;width:100px;height:100%;background:var(--primary-color);z-index:1;}
.section-style:after{content:"";position:absolute;right:0;top:0;display:inline-block;width:100px;height:100%;background:var(--primary-color);}

/*================================================
Portfolio
================================================*/
.pt-portfolio-block .pt-portfolio-img{position:relative;overflow:hidden;}
.pt-portfolio-block .pt-portfolio-img img{/*margin-left:30px; -webkit-transform:scale(1.2); *//* transform:scale(1.2); *//* -webkit-transition:0.5s ease-in-out; *//* transition:0.5s ease-in-out; */}
.pt-portfolio-block:hover .pt-portfolio-img img{margin-left:0;}
.pt-portfolio-block .pt-portfolio-img:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;z-index:9;background:var(--white-color);opacity:0;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-portfolio-block:hover .pt-portfolio-img:before{opacity:0.8;}
.pt-portfolio-block .pt-portfolio-img a{background:var(--dark-color);height:60px;width:60px;line-height:60px;text-align:center;z-index:9;color:var(--white-color);position:absolute;top:50%;left:50%;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);font-size:26px;opacity:0;}
.pt-portfolio-block:hover .pt-portfolio-img a{opacity:1;}
.pt-portfolio-block .pt-portfolio-img a:hover{background:var(--primary-color);}
.pt-portfolio-block .pt-portfolio-info{padding:15px 0;color:var(--white-color);text-align:center;}

/*================================================
Service
================================================*/
.pt-service-box-1 .pt-service-banner{position:relative;margin-bottom:30px;overflow:hidden;}
.pt-service-box-1 .pt-service-banner img{margin-left:30px;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;}
.pt-service-box-1:hover .pt-service-banner img{margin-left:0;}
.pt-service-box-1 .pt-service-banner .pt-service-media{position:absolute;bottom:0;left:0;width:75px;height:75px;font-size:32px;text-align:center;line-height:75px;background:var(--primary-color);color:var(--white-color);}
.pt-service-box-1 .pt-service-box-info .pt-service-title{margin-bottom:5px;}

/*========*/
.pt-servicebox-slider-1 .owl-carousel.owl-drag .owl-item{opacity:0.4;}
.pt-servicebox-slider-1 .owl-carousel.owl-drag .owl-item.active{opacity:1;}
.pt-servicebox-slider-1 .owl-carousel .owl-stage-outer{overflow:inherit;}

/*================================================
counter
================================================*/
.counter{position:relative;padding:90px 0px;background-color:var(--primary-color);}
.pt-counter1{padding:60px 0px;margin-top:-90px;}
.pt-counter-top{margin-top:-90px;}
.counter.single-counter{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);background:var(--primary-color);color:var(--white-color);padding:30px 45px;text-align:center;float:right;}
.counter.single-counter1{position:absolute;bottom:-30px;right:-22px;background:var(--primary-color);color:var(--white-color);padding:15px 15px;text-align:center;float:right;}
.counter.single-counter .pt-counter-prefix,.counter.single-counter1 .pt-counter-prefix{margin-top:-88px;margin-left:93px;}
.counter.single-counter span,.counter.single-counter1 span{display:block;font-size:69px;font-weight:600;color:var(--white-color);line-height:1;margin-left:-30px;}
.counter.single-counter h5,.counter.single-counter1 h5{color:var(--white-color);font-size:64px;margin-left:-30px;}
.counter.single-counter label,.counter.single-counter1 label{color:var(--white-color);font-size:14px;font-weight:400;text-transform:uppercase;line-height:2em;}
.pt-counter-contain .pt-counter-media i{font-size:80px;color:var(--dark-color);line-height:1;}
.pt-counter-contain .pt-counter-info{margin-top:30px;}
.pt-counter-contain .pt-counter-info h5{color:var(--dark-color);font-size:46px;line-height:1;display:inline-block;}
.pt-counter-contain .pt-counter-info .pt-counter-prefix{color:var(--dark-color);font-size:46px;line-height:1;font-weight:bold;}
.counter2{margin:0px 0px 0px 0px;padding:45px 15px 45px 15px;background-color:rgba(255,255,255,0.1);}
.counter2.single-counter2 h5{color:var(--white-color);font-size:64px;display:inline-block;vertical-align:inherit;color:var(--primary-color);}
.counter2.single-counter2 .pt-counter-prefix{font-size:69px;line-height:1;color:var(--primary-color);font-weight:600;display:inline-block;vertical-align:inherit;}
.single-counter3{position:absolute;bottom:0;left:0;}
.pt-counter3-contain{display:flex;align-items:flex-start;}
.pt-counter3-contain .pt-counter3-media i{font-size:62px;color:var(--white-color);line-height:70px;display:inline-block;width:100%;}
.pt-counter3-contain .pt-counter3-info{margin-left:30px;flex:1;text-align:left;}
.pt-counter3-contain .pt-counter3-info  h5{color:var(--white-color);font-size:40px;line-height:48px;display:inline-block;}
.pt-counter3-contain .pt-counter3-info .pt-counter3-prefix{font-size:40px;line-height:48px;color:var(--white-color)}
.pt-counter3-contain .pt-counter3-info p{margin-bottom:0;color:var(--dark-color);text-transform:uppercase;font-size:14px;line-height:22px;}

/*================================================
pt-process-1
================================================*/
.pt-process-step.pt-process-1{padding:50px 30px;position:relative;height:100%;}
.pt-process-step.pt-process-1 .pt-process-number{position:absolute;font-weight:600;line-height:1;right:45px;bottom:0;font-size:120px;font-family:var(--title-fonts);color:var(--white-color);opacity:0.1;}

/*===== Process step 2 =====*/
.pt-process-step.pt-process-2{text-align:center;padding:0 30px;}
.pt-process-step.pt-process-2 .pt-process-media{display:inline-block;position:relative;}
.pt-process-step.pt-process-2 .pt-process-media i{background:transparent;border:2px dashed var(--primary-color);color:var(--primary-color);height:135px;width:135px;line-height:135px;font-size:52px;text-align:center;display:inline-block;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;}
.pt-process-step.pt-process-2 .pt-process-number{position:absolute;top:-20px;right:-20px;border-radius:999px;background:var(--primary-color);font-size:18px;color:var(--white-color);height:45px;width:45px;text-align:center;line-height:45px;}
.pt-process-step.pt-process-2 .pt-process-info{display:inline-block;width:100%;margin-top:15px;}
.pt-process-step.pt-process-2 .pt-process-info p{margin-top:5px;margin-bottom:0;}
.pt-process-step.pt-process-2 .pt-button{display:none;}
.pt-process-step.pt-process-2 .pt-before-img{position:absolute;top:50%;right:-20%;margin-top:-85px;height:37px;}
@media(max-width:1099px){
	.d-none-lp .pt-process-step.pt-process-2 .pt-before-img{display:none;}
}
@media(max-width:767px){
	.pt-process-step.pt-process-1{padding:45px 15px;}
}
@media(max-width:979px){
	.pt-process-step.pt-process-2 .pt-before-img{display:none}
}

/*================================================
Fancy Box Slider
================================================*/
.pt-fancy-box-slider-2{padding:60px 30px;background:var(--white-color);display:inline-block;width:100%;position:relative;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-fancy-box-slider-2:hover{background:transparent;}
.pt-fancy-box-slider-2:before{position:absolute;content:"";top:0;left:0;display:inline-block;width:100%;background:var(--dark-color);opacity:0;height:100%;}
.pt-fancy-box-slider-2:hover:before{opacity:0.9;}
.pt-fancy-box-slider-2 .pt-fancybox-box-info{position:relative;}
.pt-fancy-box-slider-2 .pt-fancy-media{font-size:72px;line-height:80px;margin-bottom:30px;color:var(--primary-color);}
.pt-fancy-box-slider-2 .pt-button.pt-btn-link{float:none;}
.pt-fancy-box-slider-2:hover .pt-service-title,.pt-fancy-box-slider-2:hover .pt-fancybox-description{color:var(--white-color);}
.intro-hover-box .elementor-image-box-img img{-webkit-box-shadow:0px 0px 15px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 0px 15px 0px rgba(0,33,85,0.1);box-shadow:0px 0px 15px 0px rgba(0,33,85,0.1);}
.float-right.intro-img .elementor-image img{float:right;}
.pt-fancybox-2 .pt-button.pt-btn-link{float:inherit;}
.fram-iq-sing input[type="submit"]{position:absolute;top:0;right:0;}

/*================================================
Fancy Box 2
================================================*/
.fancy-box{position:relative;margin-top:-90px;z-index:1;}
.fancy-box .fancy-box1{box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);}
.pt-fancy-box.pt-fancybox-2{position:relative;margin:0px 0px 0px 0px;padding:45px 30px 45px 30px;background-color:#FFFFFF;border-style:solid;border-width:1px 1px 1px 1px;border-color:#F5F5F5;}
.pt-fancy-box.pt-fancybox-2 .pt-fancy-media i{font-size:62px;color:var(--primary-color);}
@media(max-width:767px){
	.fancy-box{margin-top:-50px;}
}
@media (max-width:479px){
	.fancy-box{margin-top:-35px;}
}

/*================================================
Fancy Box 3
================================================*/
.primary-section-style:before{content:"";position:absolute;right:95%;top:0;display:inline-block;width:100%;height:100%;background:var(--primary-color);}
.pt-fancy-box.pt-fancybox-3{padding:45px 45px;}
.pt-fancy-box.pt-fancybox-3 .pt-fancy-media{margin-bottom:30px;}
.pt-fancy-box.pt-fancybox-3 .pt-fancy-media i{font-size:70px;line-height:80px;}
.pt-fancy-box.pt-fancybox-3 .pt-fancybox-info ul{padding-left:0;}
.pt-fancy-box.pt-fancybox-3 .pt-fancybox-info li{font-size:24px;line-height:32px;list-style:none;margin:0;padding:10px 0;text-align:left;position:relative;color:var(--white-color);}
.pt-fancy-box.pt-fancybox-3 .pt-fancybox-info li i{font-size:24px;line-height:32px;margin-right:10px;color:var(--primary-color);}

/*================================================
Fancy Box 4
================================================*/
.pt-fancybox-4{position:relative;background-color:var(--dark-color);}
.pt-fancybox-4 .pt-fancy-media{display:flex;margin-bottom:24px;}
.pt-fancybox-4 .pt-fancy-media i{font-size:62px;line-height:70px;margin:7px 15px 0 0;color:var(--primary-color);}
.pt-fancybox-4 .pt-fancy-heeading .pt-fancybox-sub-title{text-transform:uppercase;font-size:14px;line-height:22px;}
.pt-fancybox-4 .pt-fancy-heeading .pt-fancy-box-title span{font-size:14px;line-height:22px;}
.pt-fancybox-4 .pt-fancybox-info .pt-fancybox-description{border-top:1px solid rgba(255,255,255,0.4);padding-top:15px;margin:0;}

/*================================================
Video Popup
================================================*/
.pt-popup-video-block{text-align:center;}
.pt-video-icon a{width:75px;height:75px;line-height:75px;text-align:center;font-size:28px;background:transparent;border:2px dashed var(--white-color);color:var(--white-color);display:inline-block;}
.pt-video-icon a:hover{border:2px solid var(--primary-color);color:var(--white-color);background:var(--primary-color);}
.mfp-close[type="button"]{width:auto;}
.mfp-close[type="button"]:hover{background:transparent;color:var(--primary-color);}
.pt-video-icon1 a{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:5px solid white;border-radius:50%;width:75px;height:75px;line-height:75px;text-align:center;font-size:28px;background:transparent;display:inline-block;}

/*================================================
OWL Carousel
================================================*/
.owl-carousel .owl-nav.disabled{display:none;}
.owl-carousel .owl-nav{position:relative;cursor:pointer;z-index:99;margin-top:45px;text-align:center;}
.owl-carousel .owl-nav button.owl-prev{outline:none;text-align:center;text-indent:inherit;cursor:pointer;position:relative;font-size:16px;line-height:1;padding:15px 30px!important;margin:0 10px;background:var(--dark-color);}
.owl-carousel .owl-nav button.owl-prev i{margin-right:10px;}
.owl-carousel .owl-nav button.owl-next{outline:none;text-align:center;text-indent:inherit;cursor:pointer;position:relative;font-size:16px;line-height:1;padding:15px 30px!important;margin:0 10px;background:var(--dark-color);}
.owl-carousel .owl-nav button.owl-next i{margin-left:10px;}
.owl-carousel .owl-nav button:hover{background:var(--primary-color);}

/* Dots */
.owl-carousel .owl-dots.disabled{display:none;}
.owl-carousel .owl-dots{margin-top:30px;line-height:normal;position:relative;width:100%;	/* display: inline-block; */text-indent:inherit;text-align:center;cursor:pointer;}
.owl-carousel .owl-dots .owl-dot{box-shadow:none;outline:none;background:#c3c3c3;display:inline-block;padding:0;margin:0px 5px;height:12px;width:12px;border:none;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;cursor:pointer;}
.owl-carousel .owl-dots .owl-dot span{display:none;}
.owl-carousel .owl-dots .owl-dot:hover{background:var(--primary-color);}
.owl-carousel .owl-dots .owl-dot.active{background:var(--primary-color);}

/*================================================
Team
================================================*/
.pt-team-box{position:relative;}
.pt-team-box .pt-team-img{position:relative;overflow:hidden;}
.pt-team-box .pt-team-img img{-moz-transform:scale(1);-webkit-transform:scale(1);-o-transform:scale(1);-ms-transform:scale(1);transform:scale(1);transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-team-box:hover .pt-team-img img{-moz-transform:scale(1.1);-webkit-transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);}
.pt-team-box .pt-team-social ul{margin:0;padding:0;position:absolute;bottom:-60px;left:0;display:inline-block;width:100%;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-team-box:hover .pt-team-social ul{bottom:15px;}
.pt-team-box .pt-team-social ul li{list-style:none;display:inline-flex;margin:0 5px 0 0;}
.pt-team-box .pt-team-social ul li:last-child{margin:0;}
.pt-team-box .pt-team-social ul li a{background:var(--dark-color);color:var(--white-color);text-align:center;width:60px;height:60px;line-height:60px;}
.pt-team-box .pt-team-social ul li a:hover{background:var(--primary-color);color:var(--white-color);}
.pt-team-box .pt-team-info{padding:15px 15px 0;}
.pt-team-box .pt-team-info span{line-height:1;color:var(--primary-color);}
.pt-team-box .pt-team-info h5{font-size:1.563em;}
.pt-team-box .pt-team-info p{margin-bottom:0;}

/*================================================
Testimonial
================================================*/
.pt-testimonial-box-1{background:var(--white-color);padding:45px;}
.pt-testimonial-box-1 .pt-testimonial-img{width:70%;display:inline-block;float:left;}
.pt-testimonial-box-1 .pt-testimonial-img img{width:90px;height:90px;display:inline-block;float:left;margin-right:15px;border:3px solid var(--grey-color);}
.pt-testimonial-box-1 .pt-testimonial-img .pt-testimonial-meta{display:inline-block;float:left;margin-top:15px;}
.pt-testimonial-box-1 .pt-testimonial-img .pt-testimonial-meta h5{font-size:1.563em;}
.pt-testimonial-box-1 .pt-testimonial-img .pt-testimonial-meta p{margin-bottom:0;color:var(--primary-color);}
.pt-testimonial-box-1 .pt-testimonial-star{float:right;display:inline-block;margin-top:30px;font-size:14px;color:var(--primary-color);}
.pt-testimonial-box-1 .pt-testimonial-content{display:flex;align-items:flex-start;width:100%;padding-top:15px;}
.pt-testimonial-box-1 .pt-testimonial-content .pt-quote{margin-right:15px;font-size:50px;line-height:1;color:var(--primary-color);}
.pt-testimonial-box-1 .pt-testimonial-content p{margin-bottom:0;flex:1;}
.pt-testimonial.pt-testimonial-1 .owl-carousel .owl-nav{position:absolute;margin-top:0;text-align:center;right:0;top:-55%;}
.pt-testimonial.pt-testimonial-1 .owl-carousel .owl-nav button{background:var(--white-color);color:var(--dark-color)!important;}
.pt-testimonial.pt-testimonial-1 .owl-carousel .owl-nav button:hover{background:var(--primary-color);color:var(--white-color)!important;}
@media(max-width:1099px){
	.pt-testimonial-box-1 .pt-testimonial-img .pt-testimonial-meta h5{font-size:18px;}
}
@media(max-width:1023px){
	.pt-testimonial-box-1 .pt-testimonial-img .pt-testimonial-meta h5{font-size:24px;}
}
@media(max-width:767px){
	.pt-testimonial-box-1{padding:15px;}
	.pt-testimonial-box-1 .pt-testimonial-star{display:none;}
	.pt-testimonial-box-1 .pt-testimonial-img{width:100%;}
}

/*================================================
Testimonial 2
================================================*/
.pt-testimonialbox-2{background:var(--white-color);padding: 5px;text-align:center;position:relative;margin-top:30px}
.pt-testimonialbox-2 .pt-quote{position:absolute;height:60px;width:60px;display:inline-block;top:-28px;left:50%;background:var(--primary-color);border-radius:900px;line-height:60px;text-align:center;color:var(--white-color);font-size:22px;margin-left:-30px;}
.pt-testimonialbox-2 .pt-testimonial-info{display:inline-block;}
.pt-testimonialbox-2 .pt-testimonial-img{display:flex;align-items:flex-start;}
.pt-testimonialbox-2 .pt-testimonial-img img{
	/*width: 90px;
	height: 90px;*/
	display:inline-block;
	float:left;
	margin-right: 0;
	/*border: 2px solid var(--grey-color);*/
	/*border-radius: 900px;*/
	}
.pt-testimonialbox-2 .pt-testimonial-img .pt-testimonial-meta{flex:1;align-self:center!important;text-align:left;}
.pt-testimonialbox-2 .pt-testimonial-img .pt-testimonial-meta h5{font-size:24px;}
.pt-testimonialbox-2 .pt-testimonial-img .pt-testimonial-meta p{margin-bottom:0;line-height:1;}

/*================================================
Testimonial 2
================================================*/
.pt-testimonial-box-3 .pt-testimonial-content{background:var(--white-color);padding:30px 30px 50px;display:inline-block;width:100%;margin-bottom:30px;position:relative;}
.pt-testimonial-box-3 .pt-testimonial-content:after,.pt-testimonial-box-3 .pt-testimonial-content:before{top:100%;left:10%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;}
.pt-testimonial-box-3 .pt-testimonial-content:after{border-color:rgba(136,183,213,0);border-top-color:var(--white-color);border-width:10px;margin-left:-10px;}
.pt-testimonial-box-3 .pt-testimonial-content:before{border-color:rgba(194,225,245,0);border-top-color:var(--white-color);border-width:16px;margin-left:-16px;}
.pt-testimonial-box-3 .pt-testimonial-content p{margin-bottom:0;}
.pt-testimonial-box-3 .pt-testimonial-content .pt-quote{position:absolute;right:15px;bottom:15px;}
.pt-testimonial-box-3 .pt-testimonial-info .pt-testimonial-img{display:flex;align-items:flex-start;}
.pt-testimonial-box-3 .pt-testimonial-info .pt-testimonial-img img{width:90px;height:90px;display:inline-block;float:left;margin-right:15px;border:3px solid var(--grey-color);}
.pt-testimonial-box-3 .pt-testimonial-info .pt-testimonial-img .pt-testimonial-meta{flex:1;align-content:center;margin-top:15px;}
.pt-testimonial-box-3 .pt-testimonial-info .pt-testimonial-img .pt-testimonial-meta p{margin-bottom:0;}

/*================================================
Testimonial 4
================================================*/
.pt-testimonial-4{position:relative;background:var(--primary-color);padding:30px 0;}
.pt-testimonial-4:before{content:"";position:absolute;top:0;left:100%;width:120px;height:100%;display:inline-block;background:var(--primary-color);z-index:9;}
.pt-testimonial-4:after{content:"";position:absolute;top:0;right:100%;width:100%;height:100%;display:inline-block;background:var(--primary-color);}
.pt-testimonial-box-4{position:relative;color:var(--white-color);}
.pt-testimonial-box-4 .pt-testimonial-info{display:inline-block;}
.pt-testimonial-box-4 .pt-testimonial-img{display:flex;align-items:flex-start;}
.pt-testimonial-box-4 .pt-testimonial-img img{width:75px;height:75px;display:inline-block;float:left;margin-right:15px;border:2px solid var(--grey-color);border-radius:900px;}
.pt-testimonial-box-4 .pt-testimonial-img .pt-testimonial-meta{flex:1;align-self:center!important;text-align:left;}
.pt-testimonial-box-4 .pt-testimonial-img .pt-testimonial-meta h5{font-size:24px;color:var(--white-color);}
.pt-testimonial-box-4 .pt-testimonial-img .pt-testimonial-meta p{margin-bottom:0;line-height:1;}

/*================================================
Testmonial-style-5
================================================*/
.pt-testimonial-box.pt-testimonial-box-5{background:var(--grey-color);position:relative;padding:45px 30px;}
.pt-testimonial-info{display:flex;}
.pt-testimonial-box-5 .pt-testimonial-info .pt-testimonial-img{position:relative;margin-right:30px;}
.pt-testimonial-box-5 .pt-testimonial-info .pt-testimonial-img img{width:100px;height:100px;}
.pt-testimonial-box-5 .pt-testimonial-info .pt-testimonial-meta span{text-transform:uppercase;color:var(--primary-color);font-size:14px;line-height:22px;}
.pt-testimonial-star{color:#FBBF37;margin-top:5px;font-size:14px;line-height:22px;}
.pt-testimonial-box-5 .pt-testimonial-info>i{margin-left:auto;font-size:80px;line-height:88px;font-weight:700;color:var(--primary-color);opacity:0.1;}
.pt-testimonial-content{margin-top:30px;text-transform: capitalize;}
.pt-testimonial-box-5 .pt-testimonial-content p{font-size:18px;line-height:26px;margin:0;}

/*================================================
Client Plan
================================================*/
.client{position:relative;padding:130px 0px;}
.pt-client .item{position:relative;}
.pt-client .item img{transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-client .item:hover .pt-client-img{opacity:0;}
.pt-client .item:hover .pt-client-hover-img{opacity:1;top:0;}
.pt-client .pt-client-hover-img{opacity:0;position:absolute;left:0;top:0;}
.pt-client-grid{position:relative;margin:30px 0;}
.pt-client-grid img{transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-client-hover-img{opacity:0;position:absolute;left:0;top:0;}
.pt-client-grid:hover .pt-client-img{opacity:1;}
.pt-client-grid:hover .pt-client-hover-img{opacity:1;top:0;}
.client{position:relative;}
.pt-client-hover-img1{opacity:1;position:absolute;left:0;top:0;}
.pt-client-grid1:hover .pt-client-img1{opacity:1;}
.pt-client-grid1:hover .pt-client-hover-img1{opacity:1;top:0;}
.client4{position:relative;padding:60px 30px;}

/*================================================
Pricing Plan
================================================*/
.pt-price-block{background:var(--white-color);-webkit-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);-moz-box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);box-shadow:0px 0px 30px 0px rgba(0,33,85,0.1);}
.pt-price-block.active .pt-price-detail{background:var(--primary-color);}
.pt-price-block .pt-price-detail{position:relative;padding:30px;background:var(--dark-color);z-index:9;color:var(--white-color);}
.pt-price-block .pt-price-detail .pt-price-title{font-size:22px;letter-spacing:4px;color:var(--white-color);font-family:var(--title-fonts);}
.pt-price-block .pt-price-detail .price{color:var(--white-color);font-size:60px;line-height:normal;}
.pt-price-block .pt-price-detail .pt-price-duration{font-size:14px;color:var(--white-color);font-weight:normal;margin-bottom:0;}
.pt-price-block .pt-bg-effect{position:absolute;left:0;bottom:0;margin-bottom:0!important;z-index:-1;opacity:0.1;}
.pt-price-block .pt-list-info{margin:0;padding:30px;}
.pt-price-block .pt-list-info li{list-style:none;line-height:45px;}
.pt-price-block .pt-button{margin-bottom:30px;}

/*================================================
Pricing Plan2
================================================*/
.pt-price-block-2{border:1px solid var(--grey-color);}
.pt-price-block-2 .pt-price-title{padding:15px 0;text-transform:uppercase;font-family:var(--title-fonts);color:var(--dark-color);font-weight:800;font-size:20px;line-height:28px;letter-spacing:1px;display:inline-block;width:100%;border-bottom:1px solid var(--grey-color);}
.pt-price-block-2 .pt-service-media{margin:30px 0 15px;background:var(--dark-color);color:var(--white-color);height:90px;width:90px;line-height:90px;font-size:52px;text-align:center;display:inline-block;transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-webkit-border-radius:9000px;-moz-border-radius:9000px;border-radius:9000px;}
.pt-price-block-2 .price span{text-transform:uppercase;font-size:14px;font-family:var(--body-fonts);color:var(--secondary-color);font-weight:400;letter-spacing:1px;margin-left:5px;}
.pt-price-block-2 .pt-list-content{border-top:1px solid var(--grey-color);margin:30px 0;}
.pt-price-block-2 .pt-list-info{margin:0;padding:30px 0;border:1px solid var(--grey-color);border-top:0;border-bottom:0;}
.pt-price-block-2 .pt-list-info li{list-style:none;line-height:45px;}
.pt-price-block-2.active .pt-service-media{background:var(--primary-color);}
.pt-price-block-2.active .pt-price-title{color:var(--primary-color);}

/*================================================
FAQ
================================================*/
.pt-accordion-block .pt-accordion-box{background:var(--white-color);margin-bottom:30px;position:relative;}
.pt-accordion-block .pt-accordion-box:last-child{margin-bottom:0;}
.pt-accordion-block .pt-accordion-box .pt-ad-title{background:var(--white-color);border:1px solid var(--grey-color);padding:15px 30px;}
.pt-accordion-block .pt-accordion-box .pt-ad-title i{position:absolute;top:22px;right:30px;opacity:1;color:var(--dark-color);}
.pt-accordion-block .pt-accordion-box .pt-ad-title i.inactive{opacity:0;}
.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i{position:absolute;top:22px;right:30px;opacity:0;color:var(--dark-color);}
.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i.inactive{opacity:1;}
.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title i{color:var(--white-color);}
.pt-accordion-block .pt-accordion-box .pt-accordion-details{padding:15px 30px;border:1px solid var(--grey-color);border-top:0;}
.pt-accordion-block .pt-accordion-box .pt-accordion-details p{margin-bottom:0;}
.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title{background:var(--primary-color);border:1px solid var(--primary-color);}
.pt-accordion-block .pt-accordion-box.pt-active .pt-ad-title .ad-title-text{color:var(--white-color);}

/*================================================
Quote From
================================================*/
.quote-from input[type="text"],.quote-from textarea,.quote-from input[type="email"]{margin-bottom:30px;background:var(--white-color);border:2px solid var(--white-color);width:100%;}
.quote-from input:focus,.quote-from input:hover,.quote-from textarea:focus,.quote-from textarea:hover{border-color:var(--primary-color);}
.quote-from input[type="submit"]{display:inline-block;border:none;background:var(--primary-color);color:var(--white-color);display:inline-block;padding:10px 30px;width:auto;line-height:2;}

/*================================================
isotope Portfolio
================================================*/
.pt-grid.no-padding .pt-grid-item,.pt-masonry.no-padding .pt-masonry-item{padding:0;}
.pt-grid-item.visible_item,.pt-masonry-item.visible_item{display:none}
.pt-filters .pt-filter-button-group ul{margin:0 0 45px;padding:0;display:inline-block;width:100%;text-align:center;}
.pt-filters .pt-filter-button-group ul li{list-style:none;margin-right:30px;font-family:var(--title-fonts);color:var(--dark-color);display:inline-block;cursor:pointer;padding:5px 30px;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-filters .pt-filter-button-group ul li:last-child{margin-right:0;}
.pt-filters .pt-filter-button-group ul li.active,.pt-filters .pt-filter-button-group ul li.active:hover{background:var(--primary-color);color:var(--white-color);}
.pt-filters .pt-filter-button-group ul li:hover{color:var(--primary-color);}
.pt-masonry.no-padding .pt-col-3,.pt-masonry.no-padding .pt-col-4,.pt-masonry.no-padding .pt-col-5{padding:0;}
.pt-grid,.pt-masonry{display:inline-block;width:100%;float:left;}
.pt-grid:after,.pt-masonry:after{content:'';display:block;clear:both;}
.pt-col-3{width:25%;padding:0 15px 30px;}
.pt-col-4{width:33.33%;padding:0 15px 30px;}
.pt-col-6{width:50%;padding:0 15px 30px;}
@media(max-width:1365px){
	.grid-sizer,.pt-col-3{width:33.33%;}
}
@media(max-width:1023px){
	.pt-filters .pt-filter-button-group ul li{margin-right:10px;}
	.grid-sizer,.pt-col-4,.pt-col-3{width:50%;}
}
@media(max-width:767px){
	.pt-filters .pt-filter-button-group ul li{margin-right:0;font-size:14px;padding:5px 15px;}
	.grid-sizer,.pt-col-6,.pt-col-4,.pt-col-3{width:100%;padding:0 0 30px;}
}
@media(max-width:479px){
	.pt-filters .pt-filter-button-group ul li{margin-bottom:15px;}
}
.pt-grid-item{float:left;}
.pt-portfolio-img img{display:block;width:100%;}
.pt-grid .pt-portfolio-info{display:none;}
.pt-portfolio-block-one{position:relative;overflow:hidden;display:inline-block;width:100%;float:left;}
.pt-portfolio-block-one:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;display:inline-block;background:var(--dark-color);opacity:0;z-index:9;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-portfolio-block-one:hover:before{opacity:0.9;}
.pt-portfolio-block-one .pt-portfolio-img img{margin-left:30px;-webkit-transform:scale(1.2);transform:scale(1.2);-webkit-transition:0.5s ease-in-out;transition:0.5s ease-in-out;}
.pt-portfolio-block-one:hover .pt-portfolio-img img{margin-left:0;}
.pt-portfolio-block-one .pt-portfolio-info{color:var(--white-color);z-index:9;position:absolute;padding:30px 30px 30px 45px;bottom:0;left:0;opacity:0;display:inline-block;width:100%;transition:all 0.5s ease-in-out;transition:all 0.5s ease-in-out;-moz-transition:all 0.5s ease-in-out;-ms-transition:all 0.5s ease-in-out;-o-transition:all 0.5s ease-in-out;-webkit-transition:all 0.5s ease-in-out;}
.pt-portfolio-block-one:hover .pt-portfolio-info{opacity:1;padding:30px;}
.pt-portfolio-block-one .pt-portfolio-info span{}
.pt-portfolio-info h5{color:var(--white-color);font-size:26px;margin-bottom:15px;}

/*=========*/
.pt-portfolio-info-box{display:inline-block;width:100%;height:100%;padding:30px 30px;}
.pt-porfolio-info-header h5{font-size:36px;}
.pt-porfolio-info .pt-info-list{margin:0;padding:0;}
.pt-porfolio-info .pt-info-list li{list-style:none;float:left;margin:0 0 18px;display:inline-block;width:100%;}
.pt-porfolio-info .pt-info-list li:last-child{margin:0;}
.Projects-dts .pt-portfolio-block .pt-portfolio-info{padding-bottom:0;}
@media(max-width:1023px){
	.pt-porfolio-info .pt-info-list li{width:50%;margin-right:0;}
}
@media(max-width:767px){
	.pt-porfolio-info .pt-info-list li{width:100%;margin-right:0;}
}

/*================================================
Circle Progress
================================================*/
.circle-progress{position:relative;margin-top:-210px;background:var(--primary-color);padding:60px 60px;}
.circle-progress .pt-circle-progress{position:relative;text-align:center;}
.circle-progress .pt-circle-progress .pt-progress-count{color:var(--white-color);position:absolute;top:40%;left:50%;display:inline-block;font-family:var(--title-fonts);font-size:62px;font-weight:600;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);}
.circle-progress .pt-circle-progress h6{font-size:18px;color:var(--white-color);margin-top:-180px;}

/*================================================
Progressbar
================================================*/
.progress-outer{margin-top:50px;}
.progress-outer3{margin-top:80px;}
.progress{position:relative;height:3px;margin:0;overflow:visible;margin-bottom:60px;}
.progress .progress-value{left:0;top:-30px;position:absolute;font-size:14px;font-weight:600;color:var(--dark-color);text-transform:uppercase;}
.progress-bar.active{animation:reverse progress-bar-stripes 1s linear infinite,animate-positive 2s;background-color:var(--primary-color);}
.progress-outer1{background-color:#FFFFFF;box-shadow:0px 0px 30px 0px rgb(0 33 85 / 12%);transition:background 0.3s,border 0.3s,border-radius 0.3s,box-shadow 0.3s;padding:60px 45px;}
.progress-outer1 .progress-outer .progress:last-child{margin-bottom:0;}
.progress-outer2{margin-bottom:-90px;z-index:9;}
.pt-progress-image-section{transform:translateY(50px);}

/*================================================
Footer Subscribe
================================================*/
.pt-subscribe-block{display:flex;align-items:flex-start;}
.pt-subscribe-block .pt-subscribe-img{width:55px;}
.pt-subscribe-block .pt-subscribe-details{margin-left:30px;color:var(--white-color);flex:1;}
.pt-subscribe-block .pt-subscribe-details h6{font-size:26px;color:var(--white-color);line-height:1;}
.pt-subscribe-from{position:relative;display:inline-block;width:100%;}
.pt-subscribe-from form input[type="submit"]{position:absolute;width:auto;height:auto;background:var(--dark-color);color:var(--white-color);padding:9px 45px;margin:0;right:0;top:0;line-height:2;border:1px solid var(--dark-color);text-transform:capitalize;font-family:'Jost',sans-serif;}

/*================================================
Contact Box
================================================*/
.contact-info{display:flex;align-items:center;margin-bottom:30px;}
.contact-info-icon i{font-size:40px;padding-right:20px;color:var(--primary-color);}
.contact-info:last-child{margin-bottom:0;}
.pt-contact-box.pt-contact-box-1{background:var(--white-color);-webkit-box-shadow:0 0 30px 0 rgba(0,33,85,.1);-moz-box-shadow:0 0 30px 0 rgba(0,33,85,.1);box-shadow:0 0 30px 0 rgba(0,33,85,.1);}
.pt-contact-box.pt-contact-box-1 .pt-contact-box-info{padding:30px;}
.pt-contact-box-1 .pt-contact-box-info .pt-contact-box-title{margin-bottom:15px;}
.pt-contact-box-1 .pt-contact-info{margin:0;padding:0;}
.pt-contact-box-1 .pt-contact-info li{list-style:none;margin-bottom:15px;}
.pt-contact-box-1 .pt-contact-info li>span{display:flex;align-items:flex-start;}
.pt-contact-box-1 .pt-contact-info li span a{display:inline-block;width:100%;color:var(--secondary-color);}
.pt-contact-box-1 .pt-contact-info li i{line-height:2;color:var(--primary-color);font-size:20px;}
.pt-contact-box-1 .pt-contact-info li span>span{margin-left:15px;flex:1;}
.pt-contact-box-1 .pt-contact-info li:last-child{margin-bottom:0;}

/*================================================
Rev-slider
================================================*/
#rev_slider_1_1_wrapper .hades.tparrows{cursor:pointer;background:#ffffff;width:100px;height:100px;position:absolute;display:block;z-index:1000;}
#rev_slider_1_1_wrapper .hades.tparrows:before{font-family:'revicons';font-size:30px;color:#000000;display:block;line-height:100px;text-align:center;transition:background 0.3s,color 0.3s;}
#rev_slider_1_1_wrapper .hades.tparrows.tp-leftarrow:before{content:'\e824';}
#rev_slider_1_1_wrapper .hades.tparrows.tp-rightarrow:before{content:'\e825';}
#rev_slider_1_1_wrapper .hades.tparrows:hover:before{color:#ffffff;background:#ff631b;}
#rev_slider_1_1_wrapper .hades .tp-arr-allwrapper{position:absolute;left:100%;top:0px;background:#888;width:100px;height:100px;-webkit-transition:all 0.3s;transition:all 0.3s;-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=0)';filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0;-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%}
#rev_slider_1_1_wrapper .hades.tp-rightarrow .tp-arr-allwrapper{left:auto;right:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotatey(90deg);transform:rotatey(90deg)}
#rev_slider_1_1_wrapper .hades:hover .tp-arr-allwrapper{-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=100)';filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:rotatey(0deg);transform:rotatey(0deg);}
#rev_slider_1_1_wrapper .hades .tp-arr-iwrapper{}
#rev_slider_1_1_wrapper .hades .tp-arr-imgholder{background-size:cover;position:absolute;top:0px;left:0px;width:100%;height:100%;}
#rev_slider_1_1_wrapper .hades .tp-arr-titleholder{}
#rev_slider_1_1_wrapper .hades .tp-arr-subtitleholder{}
#rev_slider_1_1_wrapper .hermes.tp-bullets{}
#rev_slider_1_1_wrapper .hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #ffffff;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;position:absolute}
#rev_slider_1_1_wrapper .hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}
#rev_slider_1_1_wrapper .hermes .tp-bullet:after{content:' ';position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#ffffff;box-shadow:0 0 1px #ffffff;-webkit-transition:height 0.3s ease;transition:height 0.3s ease}
#rev_slider_1_1_wrapper .hermes .tp-bullet.selected:after{height:100%;}
#rev_slider_6_1_wrapper .hades.tparrows{cursor:pointer;background:#ffffff;width:100px;height:100px;position:absolute;display:block;z-index:1000;}
#rev_slider_6_1_wrapper .hades.tparrows:before{font-family:'revicons';font-size:30px;color:#002155;display:block;line-height:100px;text-align:center;transition:background 0.3s,color 0.3s;}
#rev_slider_6_1_wrapper .hades.tparrows.tp-leftarrow:before{content:'\e824';}
#rev_slider_6_1_wrapper .hades.tparrows.tp-rightarrow:before{content:'\e825';}
#rev_slider_6_1_wrapper .hades.tparrows:hover:before{color:#ffffff;background:#ff631b;}
#rev_slider_6_1_wrapper .hades .tp-arr-allwrapper{position:absolute;left:100%;top:0px;background:#888;width:100px;height:100px;-webkit-transition:all 0.3s;transition:all 0.3s;-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=0)';filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0;-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%;}
#rev_slider_6_1_wrapper .hades.tp-rightarrow .tp-arr-allwrapper{left:auto;right:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotatey(90deg);transform:rotatey(90deg)}
#rev_slider_6_1_wrapper .hades:hover .tp-arr-allwrapper{-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=100)';filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:rotatey(0deg);transform:rotatey(0deg);}
#rev_slider_6_1_wrapper .hades .tp-arr-iwrapper{}
#rev_slider_6_1_wrapper .hades .tp-arr-imgholder{background-size:cover;position:absolute;top:0px;left:0px;width:100%;height:100%}
#rev_slider_6_1_wrapper .hades .tp-arr-titleholder{}
#rev_slider_6_1_wrapper .hades .tp-arr-subtitleholder{}
#rev_slider_6_1_wrapper .hermes.tp-bullets{}
#rev_slider_6_1_wrapper .hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #ffffff;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;position:absolute}
#rev_slider_6_1_wrapper .hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}
#rev_slider_6_1_wrapper .hermes .tp-bullet:after{content:' ';position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#ffffff;box-shadow:0 0 1px #ffffff;-webkit-transition:height 0.3s ease;transition:height 0.3s ease}
#rev_slider_6_1_wrapper .hermes .tp-bullet.selected:after{height:100%}
#rev_slider_4_1_wrapper .uranus .tp-bullet{border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent;width:15px;height:15px}
#rev_slider_4_1_wrapper .uranus .tp-bullet.selected,#rev_slider_4_1_wrapper .uranus .tp-bullet:hover{box-shadow:0 0 0 2px rgba(255,255,255,1);border:none;border-radius:50%;background:transparent}
#rev_slider_4_1_wrapper .uranus .tp-bullet-inner{-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease;transition:background-color 0.3s ease,transform 0.3s ease;top:0;left:0;width:100%;height:100%;outline:none;border-radius:50%;background-color:rgba(255,255,255,0);background-color:rgba(255,255,255,0.3);text-indent:-999em;cursor:pointer;position:absolute}
#rev_slider_4_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,#rev_slider_4_1_wrapper .uranus .tp-bullet:hover .tp-bullet-inner{transform:scale(0.4);-webkit-transform:scale(0.4);background-color:rgba(255,255,255,1)}
#rev_slider_9_1_wrapper .erinyen.tparrows{cursor:pointer;background:rgba(0,0,0,0.5);min-width:70px;min-height:70px;position:absolute;display:block;z-index:1000;border-radius:50%}
#rev_slider_9_1_wrapper .erinyen.tparrows:before{font-family:'revicons';font-size:20px;color:#ffffff;display:block;line-height:70px;text-align:center;z-index:2;position:relative}
#rev_slider_9_1_wrapper .erinyen.tparrows.tp-leftarrow:before{content:'\e824'}
#rev_slider_9_1_wrapper .erinyen.tparrows.tp-rightarrow:before{content:'\e825'}
#rev_slider_9_1_wrapper .erinyen .tp-title-wrap{position:absolute;z-index:1;display:inline-block;background:rgba(0,0,0,0.5);min-height:70px;line-height:70px;top:0px;margin-left:0px;border-radius:35px;overflow:hidden;transition:opacity 0.3s;-webkit-transition:opacity 0.3s;-moz-transition:opacity 0.3s;-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0);visibility:hidden;opacity:0}
#rev_slider_9_1_wrapper .erinyen.tparrows:hover .tp-title-wrap{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1);opacity:1;visibility:visible}
#rev_slider_9_1_wrapper .erinyen.tp-rightarrow .tp-title-wrap{right:0px;margin-right:0px;margin-left:0px;-webkit-transform-origin:100% 50%;border-radius:35px;padding-right:20px;padding-left:10px}
#rev_slider_9_1_wrapper .erinyen.tp-leftarrow .tp-title-wrap{padding-left:20px;padding-right:10px}
#rev_slider_9_1_wrapper .erinyen .tp-arr-titleholder{letter-spacing:3px;position:relative;-webkit-transition:-webkit-transform 0.3s;transition:transform 0.3s;transform:translatex(200px);text-transform:uppercase;color:#ffffff;font-weight:600;font-size:13px;line-height:70px;white-space:nowrap;padding:0px 20px;margin-left:11px;opacity:0}
#rev_slider_9_1_wrapper .erinyen .tp-arr-imgholder{width:100%;height:100%;position:absolute;top:0px;left:0px;background-position:center center;background-size:cover}
#rev_slider_9_1_wrapper .erinyen .tp-arr-img-over{width:100%;height:100%;position:absolute;top:0px;left:0px;background:rgba(0,0,0,0.51)}
#rev_slider_9_1_wrapper .erinyen.tp-rightarrow .tp-arr-titleholder{transform:translatex(-200px);margin-left:0px;margin-right:11px}
#rev_slider_9_1_wrapper .erinyen.tparrows:hover .tp-arr-titleholder{transform:translatex(0px);-webkit-transform:translatex(0px);transition-delay:0.1s;opacity:1}
#rev_slider_9_1_wrapper .hermes.tp-bullets{}
#rev_slider_9_1_wrapper .hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #ffffff;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;position:absolute}
#rev_slider_9_1_wrapper .hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}
#rev_slider_9_1_wrapper .hermes .tp-bullet:after{content:' ';position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#ffffff;box-shadow:0 0 1px #ffffff;-webkit-transition:height 0.3s ease;transition:height 0.3s ease}
#rev_slider_9_1_wrapper .hermes .tp-bullet.selected:after{height:100%}
#rev_slider_10_1_wrapper .uranus .tp-bullet{border-radius:50%;box-shadow:0 0 0 2px rgba(255,255,255,0);-webkit-transition:box-shadow 0.3s ease;transition:box-shadow 0.3s ease;background:transparent;width:15px;height:15px}
#rev_slider_10_1_wrapper .uranus .tp-bullet.selected,#rev_slider_10_1_wrapper .uranus .tp-bullet:hover{box-shadow:0 0 0 2px rgba(255,255,255,1);border:none;border-radius:50%;background:transparent}
#rev_slider_10_1_wrapper .uranus .tp-bullet-inner{-webkit-transition:background-color 0.3s ease,-webkit-transform 0.3s ease;transition:background-color 0.3s ease,transform 0.3s ease;top:0;left:0;width:100%;height:100%;outline:none;border-radius:50%;background-color:rgba(255,255,255,0);background-color:rgba(255,255,255,0.3);text-indent:-999em;cursor:pointer;position:absolute}
#rev_slider_10_1_wrapper .uranus .tp-bullet.selected .tp-bullet-inner,#rev_slider_10_1_wrapper .uranus .tp-bullet:hover .tp-bullet-inner{transform:scale(0.4);-webkit-transform:scale(0.4);background-color:rgba(255,255,255,1)}
#rev_slider_12_1_wrapper .hades.tparrows{cursor:pointer;background:#ffffff;width:100px;height:100px;position:absolute;display:block;z-index:1000}
#rev_slider_12_1_wrapper .hades.tparrows:before{font-family:'revicons';font-size:30px;color:#000000;display:block;line-height:100px;text-align:center;transition:background 0.3s,color 0.3s}
#rev_slider_12_1_wrapper .hades.tparrows.tp-leftarrow:before{content:'\e824'}
#rev_slider_12_1_wrapper .hades.tparrows.tp-rightarrow:before{content:'\e825'}
#rev_slider_12_1_wrapper .hades.tparrows:hover:before{color:#ffffff;background:#ff631b}
#rev_slider_12_1_wrapper .hades .tp-arr-allwrapper{position:absolute;left:100%;top:0px;background:#888;width:100px;height:100px;-webkit-transition:all 0.3s;transition:all 0.3s;-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=0)';filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0;-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%}
#rev_slider_12_1_wrapper .hades.tp-rightarrow .tp-arr-allwrapper{left:auto;right:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotatey(90deg);transform:rotatey(90deg)}
#rev_slider_12_1_wrapper .hades:hover .tp-arr-allwrapper{-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=100)';filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:rotatey(0deg);transform:rotatey(0deg)}
#rev_slider_12_1_wrapper .hades .tp-arr-iwrapper{}
#rev_slider_12_1_wrapper .hades .tp-arr-imgholder{background-size:cover;position:absolute;top:0px;left:0px;width:100%;height:100%}
#rev_slider_12_1_wrapper .hades .tp-arr-titleholder{}
#rev_slider_12_1_wrapper .hades .tp-arr-subtitleholder{}
#rev_slider_12_1_wrapper .hermes.tp-bullets{}
#rev_slider_12_1_wrapper .hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #ffffff;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;position:absolute}
#rev_slider_12_1_wrapper .hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}
#rev_slider_12_1_wrapper .hermes .tp-bullet:after{content:' ';position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#ffffff;box-shadow:0 0 1px #ffffff;-webkit-transition:height 0.3s ease;transition:height 0.3s ease}
#rev_slider_12_1_wrapper .hermes .tp-bullet.selected:after{height:100%}
#rev_slider_17_1_wrapper .hades.tparrows{cursor:pointer;background:#ffffff;width:100px;height:100px;position:absolute;display:block;z-index:1000}
#rev_slider_17_1_wrapper .hades.tparrows:before{font-family:'revicons';font-size:30px;color:#000000;display:block;line-height:100px;text-align:center;transition:background 0.3s,color 0.3s}
#rev_slider_17_1_wrapper .hades.tparrows.tp-leftarrow:before{content:'\e824'}
#rev_slider_17_1_wrapper .hades.tparrows.tp-rightarrow:before{content:'\e825'}
#rev_slider_17_1_wrapper .hades.tparrows:hover:before{color:#ffffff;background:#ff631b}
#rev_slider_17_1_wrapper .hades .tp-arr-allwrapper{position:absolute;left:100%;top:0px;background:#888;width:100px;height:100px;-webkit-transition:all 0.3s;transition:all 0.3s;-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=0)';filter:alpha(opacity=0);-moz-opacity:0.0;-khtml-opacity:0.0;opacity:0.0;-webkit-transform:rotatey(-90deg);transform:rotatey(-90deg);-webkit-transform-origin:0% 50%;transform-origin:0% 50%}
#rev_slider_17_1_wrapper .hades.tp-rightarrow .tp-arr-allwrapper{left:auto;right:100%;-webkit-transform-origin:100% 50%;transform-origin:100% 50%;-webkit-transform:rotatey(90deg);transform:rotatey(90deg)}
#rev_slider_17_1_wrapper .hades:hover .tp-arr-allwrapper{-ms-filter:'progid:dximagetransform.microsoft.alpha(opacity=100)';filter:alpha(opacity=100);-moz-opacity:1;-khtml-opacity:1;opacity:1;-webkit-transform:rotatey(0deg);transform:rotatey(0deg)}
#rev_slider_17_1_wrapper .hades .tp-arr-iwrapper{}
#rev_slider_17_1_wrapper .hades .tp-arr-imgholder{background-size:cover;position:absolute;top:0px;left:0px;width:100%;height:100%}
#rev_slider_17_1_wrapper .hades .tp-arr-titleholder{}
#rev_slider_17_1_wrapper .hades .tp-arr-subtitleholder{}
#rev_slider_17_1_wrapper .hermes.tp-bullets{}
#rev_slider_17_1_wrapper .hermes .tp-bullet{overflow:hidden;border-radius:50%;width:16px;height:16px;background-color:rgba(0,0,0,0);box-shadow:inset 0 0 0 2px #ffffff;-webkit-transition:background 0.3s ease;transition:background 0.3s ease;position:absolute}
#rev_slider_17_1_wrapper .hermes .tp-bullet:hover{background-color:rgba(0,0,0,0.21)}
#rev_slider_17_1_wrapper .hermes .tp-bullet:after{content:' ';position:absolute;bottom:0;height:0;left:0;width:100%;background-color:#ffffff;box-shadow:0 0 1px #ffffff;-webkit-transition:height 0.3s ease;transition:height 0.3s ease}
#rev_slider_17_1_wrapper .hermes .tp-bullet.selected:after{height:100%}

/*===== Custom css =====*/

/*==== Map ======*/
.map iframe{border:none;width:100%;height:500px;float:left;}
.map1 iframe{border:none;width:100%;height:712px;float:left;}
.pt-ifrm{width:100%;height:500px;border:0px;overflow:hidden;}

/*==== Background Text ======*/
.pt-big-title{position:absolute;top:-32px;left:0;width:100%;display:inline-block;z-index:-1;}
.pt-big-title .pt-big-title1{color:#f5f5f5;font-size:8em;font-weight:600;text-transform:uppercase;line-height:1em;letter-spacing:0px;opacity:1;}
.pt-section-big-title{position:absolute;left:0;width:100%;display:inline-block;}
.pt-section-big-title .big-heading-title{color:rgba(255,255,255,0.06);font-size:70;font-weight:600;text-transform:uppercase;line-height:33px;letter-spacing:0px;opacity:1;}
.pt-heading-text{display:inline-block;}
.pt-heading-text .pt-heading-text1{padding:0;margin:0;line-height:1;color:var(--white-color);font-size:25px;position:absolute;margin:0px 0px 0px 0px;padding:15px 30px 15px 30px;background-color:#FF631B;bottom:15px;right:25px;}

/*==== image ======*/
.pt-box-image{background-size:cover;height:100%;width:100%;background-position:center center;}
.pt-images-1{height:100%;max-width:100%;background-position:center center;}
.about-img-0{position:relative;z-index:9;max-width:120%;float:right;}
.about-img-4{position:relative;z-index:9;max-width:100%;float:right;}
.about-img{height:95%;width:100%;}
.pt-image-6{height:100%;width:90%;}
.demo-12-image{height:395px;width:100%;}

/*==== background image ======*/
.sign-img{width:99px;height:100px;margin-top:30px;}
.pt-bg-img{position:absolute;bottom:0%;right:0%;opacity:0.15;}
.about-img-block .about-img-1{position:absolute;bottom:0;right:0;}
.about-img-block .about-img-2{position:absolute;top:0;right:63%;}
.about-img-block .about-img-5{position:absolute;right:60%;top:25%;z-index:-1;}
.process-img{position:absolute;bottom:0;right:-4%;}
.backgrount-image-right{position:absolute;left:75%;bottom:0;}
.pt-bg-overley{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-attachment:fixed;opacity:1;background-position:center center;}
.pt-bg-overley1{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;opacity:0.1;background-attachment:scroll;background-position:bottom;}

/*==== PT Opacity ======*/
.pt-opacity1{opacity:0.1}
.pt-opacity2{opacity:0.2}
.pt-opacity3{opacity:0.4}
.pt-opacity4{opacity:1}
.pt-opacity5{opacity:0.3}
.pt-opacity6{opacity:1;top:0;}

/*==== icon-list======*/
.icon-section{padding:45px 15px;}
.icon-list-items .icon-list-item{margin-bottom:15px;list-style-type:none;}
.icon-list-items .icon-list-item:last-child{margin-bottom:0px;}
.icon-list-items .icon-list-item .icon-list-icon i{color:#FF5E14;padding-right:10px;}

/*==== info-list ======*/
ul.pt-info-list{padding:15px 10px 10px;list-style-type:none;}
ul.pt-info-list:last-child{margin-bottom:0;}

/*==== icon-box  ======*/
.icon-box{padding:45px 30px 45px 30px;transition:all 0.5s ease-in-out;}
.icon-box1{margin:0px 0px 0px 0px;padding:60px 45px 60px 45px;background-color:#F5F5F5;}
.icon-box-icon1{margin-top:-100px;}
.icon-box-icon3{margin-top:-100px;}
.icon-box-icon{font-size:70px;line-height:78px;margin-bottom:30px;color:var(--primary-color);}
.icon-box-content .icon-box-title{margin-bottom:10px;}
.icon-box-content .icon-box-description{margin-bottom:0;}
.pt-ic-hover{padding:45px 30px 45px 30px;}
.icon-box-icon-style-02{display:flex;align-items:center;padding:15px 15px;}
.icon-box.icon-box-icon-style-02 .icon-box-icon{color:var(--white-color);font-size:62px;margin-bottom:0;line-height:70px;}
.icon-box.icon-box-icon-style-02 .icon-box-content{padding-left:20px;color:var(--white-color);}
.icon-box.icon-box-icon-style-02 .icon-box-content .icon-box-title{color:var(--white-color);margin-bottom:0;}
.icon-box.icon-box-icon-style-02:hover{background-color:var(--primary-color)!important;box-shadow:none;}
.icon-box3{position:relative;}
.icon-box-icon-style-03{display:flex;padding:15px 15px;}
.icon-box3.icon-box-icon-style-03 .icon-box-icon2{color:var(--primary-color);font-size:62px;padding:0px 15px 0px 0px;margin-bottom:0;line-height:70px;}
.icon-box.icon-box-icon-style-03 .icon-box-content1{padding-left:20px;color:var(--dark-color);}
.icon-box.icon-box-icon-style-03 .icon-box-content1 .icon-box-title1{color:var(--dark-color);margin-bottom:0;}
.icon-box3.icon-box-icon-style-03 .icon-box-icon4{color:var(--primary-color);font-size:45px;padding:0px 20px 0px 0px;margin-bottom:0;line-height:50px;}
.icon-box-icon-style-04{display:flex;padding:0;}
.icon-box3.icon-box-icon-style-04 .icon-box-icon2{color:var(--primary-color);font-size:62px;padding:0px 15px 0px 0px;margin-bottom:0;line-height:70px;}
.icon-box.icon-box-icon-style-03 .icon-box-content1{padding-left:20px;color:var(--dark-color);}
.icon-box.icon-box-icon-style-04 .icon-box-content1 .icon-box-title1{color:var(--dark-color);margin-bottom:0;}
.icon-box3.icon-box-icon-style-04 .icon-box-icon4{color:var(--primary-color);font-size:45px;padding:0px 20px 0px 0px;margin-bottom:0;line-height:50px;}

/*================================================
pt-icon-box2
================================================*/
.pt-icon-box2{margin:0px 0px 0px 0px;padding:45px 15px 45px 15px;background-color:#F5F5F5;}
.pt-icon-box-icon i{font-size:70px;line-height:78px;margin-bottom:30px;color:var(--primary-color);}
.pt-icon-box-icon-4{margin:0px 0px 0px 0px;padding:45px 15px 45px 15px;background-color:rgba(255,255,255,0.1);}
.pt-icon-box-icon-4 .pt-icon-box-icon4 .pt-icon4 i{font-size:70px;line-height:78px;color:var(--primary-color);}
.pt-icon-box-icon-4 .pt-icon-box-icon4{margin-bottom:15px;}

/***** icon-box hover*****/
.icon-box:hover{background-color:#ffffff;box-shadow:0 0 30px 0 rgba(0,33,85,.1);}

/*==== image-box ======*/
.image-box-content{margin-left:-50px;margin-top:30px;}

/*==== Portfolio gallary ======*/
figure{margin:0 0 1rem;height:400px;width:100%;}

/*==== block-revealer__element ======*/
.block-revealer__element{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;pointer-events:none;opacity:0;}

/*==== blockquote ======*/
blockquote{background:var(--grey-color);padding:15px 30px;border:1px solid var(--grey-color);border-radius:0;border-left:5px solid var(--primary-color);margin-bottom:30px;}
.pt-section-description1{text-align:justify;}
.pt-counter-description{font-weight:bold;}
.desktop-worldwide .elgi-logo{float:left;width:100%;text-align:center;background-image:url(../images/procon-text-background.jpg);font-size:296px;letter-spacing:25px;font-weight:800;background-position:center center;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:90%;background-size:100%;background-repeat:no-repeat;display:inline-block;background-attachment:fixed;margin-top:30px;}
@media only screen and (min-width:0px) and (max-width:1024px){
	.desktop-worldwide{display:none;}
}
@media (max-width:1440px){
	.desktop-worldwide .elgi-logo{font-size:290px;}
}
@media (max-width:1350px){
	.desktop-worldwide .elgi-logo{font-size:250px;}
}
@media (max-width:1280px){
	.desktop-worldwide .elgi-logo{font-size:124px;}
}
.bounceInUp{-webkit-animation-name:bounceInUp;animation-name:bounceInUp;}
.app-content img{width:100%;}
.cstm-zoom-effect{transition:all .5s ease 0s;}
.cstm-zoom-effect:hover{transform:scale(0.89);}
@media (max-width:800px){
	.app-content img{width:100%;margin-bottom:20px;}
}
@media (max-width:768px){
	.app-content img{width:100%;}
}
footer{background:#234180;padding:5px 0px 0px;border-top:1px solid rgb(240 248 255);position:relative;overflow:hidden;}
footer .container{position:relative;z-index:1;}
.footer-link-title{color:#fff;line-height:1.3;margin-bottom:15px;position:relative;padding:0px 20px;padding-left:35px;font-size:20px;font-weight:400;text-transform:capitalize;letter-spacing:0.5px;}
.footer-link-title:before{content:'';width:4px;height:100%;background:#fffefd;left:0;position:absolute;top:0;}
.footer-link-title::after{content:'';width:8px;height:100%;background:#fffefd;left:8px;position:absolute;top:0;}
.footer-title{color:#fff;font-size:35px;padding-bottom:10px;position:relative;}
.footer-links{padding:0px;}
.footer-link-title{font-size:20px;color:#fff;font-weight:500;padding-right:0px;max-width:230px;min-width:230px;margin-bottom:0px;display:flex;align-items:center;}
.links{padding:0px;list-style:none;display:flex;width:100%;padding:30px 0px;margin:0px;border-bottom:1px solid #ffff;}
.links li a{text-decoration:unset;color:#fff;font-size:15px;font-weight:400;letter-spacing:0.3px;}
.links li{padding-right:40px!important;display:block;}
.main-footer-link{padding:5px 0px 20px;}
.footer-copy-right p{color:#fff;}
footer{overflow:hidden!important;}
@media (max-width:1180px) and (min-width:820px){
	.links{display:block;}
	.footer-link-title{display:block;margin-bottom:10px;}
	.main-footer-link{padding:0px 0px 50px;}
	.footer-title{font-size:25px;}
}
@media (max-width:1024px) and (min-width:768px){
	.links{display:block;}
	.footer-link-title{display:block;margin-bottom:10px;}
	.main-footer-link{padding:0px 0px 50px;}
	.footer-title{font-size:25px;}
}
@media (max-width:767px) and (min-width:320px){
	.links{display:block;}
	.footer-link-title{display:block;margin-bottom:10px;}
	.main-footer-link{padding:0px 0px 50px;}
	.footer-title{font-size:25px;}
	.pt-section-title1{font-size:22px!important;}
	p.pt-section-description{font-size:12px;}
}
.banner-breadcrumb{position:relative;width:100%;padding:0%;overflow:hidden;backface-visibility:hidden;}
.banner-breadcrumb .background-banner img{width:100%;left:0;top:0;z-index:-1;}
@media only screen and (max-width:1440px){
	.banner-tit h2 span{font-size:30px!important;}
}
.banner-tit{position:absolute;left:0;right:0;text-align:center;bottom:40%;text-align:center;text-transform:uppercase;font-weight:bold;}
.banner-tit h2{font-size:48px;color:#fff;-webkit-animation-name:zoomIn;animation-name:zoomIn;}
.banner-tit h2 span{font-size:50px;padding:3px 15px;}
@media (max-width:1279px){
	.banner-tit h2{font-size:25px;}
	.banner-tit h2 span{font-size:55px;}
}
@media (max-width:768px){
	.banner-tit h2 span{font-size:45px!important;}
}
@media (max-width:600px){
	.banner-tit h2{font-size:20px;}
	.banner-tit h2 span{font-size:30px!important;}
}
@media (max-width:479px){
	.banner-tit h2{font-size:18px;}
	.banner-tit h2 span{font-size:12px!important;}
}
.banner-tit h2{margin-bottom:0!important;}
.title-text-bg{font-size:100px;line-height:1;text-transform:uppercase;font-weight:700;color:#ffffff;-webkit-text-fill-color:transparent;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:rgba(255,255,255,0.5);position:absolute;bottom:0;width:100%;text-align:center;animation:floatText 15s linear infinite;right:0;}
.title-text-bg1{font-size: 60px;}
@media (max-width:576px){
	.title-text-bg{font-size:20px !important;}
	.banner-breadcrumb1{height: 100px !important;}
}
@-moz-keyframes floatText{
	0%{-moz-transform:translateX(100%);}
	100%{-moz-transform:translateX(-100%);}
}
@-webkit-keyframes floatText{
	0%{-webkit-transform:translateX(100%);}
	100%{-webkit-transform:translateX(-100%);}
}
@keyframes floatText{
	0%{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);}
	100%{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%);}
}
.breadcrumb{display:flex;flex-wrap:wrap;padding:0 0;margin-bottom:1rem;list-style:none;}
.breadcrumb-item+.breadcrumb-item{padding-left:.5rem;}
.breadcrumb-item.active{color:#005197;}
.shadow-sm{box-shadow:0 .125rem .25rem rgba(0,0,0,.075)!important;}
.me-1{margin-right:.25rem!important;}
.p-0{padding:0!important;}
.p-3{padding:1rem!important;}
.rounded{border-radius:.25rem!important;}
.breadcrumb{background:none;display:inline-block;margin:0;text-transform:capitalize;color:#2b2b2b;font-weight:600;}
.breadcrumb-item{display:inline-block;}
.breadcrumb-item a{color:#2b2b2b;font-weight:bold;}
.breadcrumb-item.active,.breadcrumb-item a:hover{color:#005197;}
.breadcrumb-item + .breadcrumb-item:before{color:#000;content:"\f101";font-family:'Font Awesome 5 Free';font-weight:700;}
.me-1{margin-right:.25rem!important;}
.p-0{padding:0!important;}
.p-3{padding:1rem!important;}
.mt-n4{margin-top:-1.5rem!important;}
.z-index-1{z-index:9;position:relative;}
.white-bg{background-color:#ffffff;}
@media (max-width:576px){
	.breadcrumb-item{line-height:30px;}
}
.mt-30{margin-top:30px;}
.mb-25{margin-bottom:25px;}
.mb-30{margin-bottom:30px;}
.mb-35{margin-bottom:35px;}
.pt-120{padding-top:120px;}
.pb-80{padding-bottom:80px;}
.tp-btn-white{display:inline-block;position:relative;overflow:hidden;z-index:1;background-color:#fff;border-color:transparent;color:#2c2c2c;border-radius:5px;font-size:16px;font-weight:bold;height:60px;line-height:56px;padding:0px 40px;border:2px solid #fff;border-style:solid;box-shadow:none;transition:all 0.3s ease 0s;cursor:pointer;text-align:center;z-index:1;position:relative;box-shadow:0px 16px 32px 0px rgba(0,0,0,0.06);}
.tp-btn-white i{margin-left:15px;color:var(--tp-text-body);}
.tp-btn-white:hover{box-shadow:none;color:#fff;}
.tp-btn-white:hover i{color:#fff;}
.tp-btn-white:hover::after{transform:skewX(45deg) scale(1,1);}
.tp-btn-white::after{position:absolute;content:"";z-index:-1;display:block;left:-20%;right:-20%;top:-4%;height:150%;width:150%;bottom:0;background:#009a9a;transform:skewX(45deg) scale(0,1);transition:all 0.5s ease 0s;}
.contact__area{background-position:center;background-size:cover;background-repeat:no-repeat;}
.contact__item:hover .contact__icon i{background:#009a9a;color:#fff;transform:rotateY(360deg);}
.contact__icon i{height:100px;width:100px;line-height:100px;font-size:35px;text-align:center;background-color:#fff;border-radius:50%;color:#009a9a;box-shadow:0px 20px 40px 0px rgba(0,0,0,0.08);display:inline-block;transition:0.3s;}
.contact__title{font-size:18px;color:#2c2c2c;}
.contact__text p{margin-bottom:0;font-size:16px;}
.contact__social a{height:50px;width:50px;line-height:50px;text-align:center;color:#009a9a;background:#fff;border-radius:6px;box-shadow:0px 20px 40px 0px rgba(0,0,0,0.08);display:inline-block;margin-right:10px;margin-bottom:10px;font-size:15px;transition:0.3s;}
.contact__social a:hover{background: #009a9a;color:#fff;}
.pt-20{padding-top:20px;}
.pt-50{padding-top:50px;}
.mb-20{margin-bottom:20px;}
.mb-25{margin-bottom:25px;}
.mb-45{margin-bottom:45px;}
.pt-80{padding-top:80px;}
.tp-btn{display:inline-block;position:relative;overflow:hidden;z-index:1;background-color:#005197!important;border-color:transparent;color:#fff;border-radius:5px;font-size:16px;font-weight:var(--tp-fw-sbold);height:60px;line-height:56px;padding:0px 40px;border:2px solid #005197;border-style:solid;box-shadow:none;transition:all 0.3s ease 0s;cursor:pointer;text-align:center;z-index:1;position:relative;}
.tp-btn:hover{box-shadow:none;color:#009a9a;}
.tp-btn:hover::after{transform:skewX(45deg) scale(1,1);}
.tp-btn::after{position:absolute;content:"";z-index:-1;display:block;left:-20%;right:-20%;top:-4%;height:150%;width:150%;bottom:0;background:#fff!important;transform:skewX(45deg) scale(0,1);transition:all 0.5s ease 0s;}
.section__wrapper{position:relative;}
.section__wrapper::before{position:absolute;content:"";width:100%;height:1px;background:var(--tp-border-1);top:0;}
.section__wrapper .section__title{font-size:35px;line-height:1.2;padding-top:20px;margin-left:30px;color:#2c2c2c;}
@media only screen and (min-width:1200px) and (max-width:1399px){
	.section__wrapper .section__title{font-size:35px;}
}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){
	.section__wrapper .section__title{font-size:28px;}
}
@media (max-width:575px){
	.section__wrapper .section__title{font-size:26px;}
}
.section__wrapper .r-text{position:absolute;left:-5%;bottom:32%;transform:rotate(-90deg);}
.section__wrapper .r-text span{display:inline-block;text-transform:uppercase;font-size:14px;font-weight:bold;color:#2c2c2c;letter-spacing:1px;}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){
	.section__wrapper .r-text span{font-size:12px;}
}
.section__title{font-size:40px;line-height:1.3;padding-top:20px;margin-left:30px;}
@media only screen and (min-width:1200px) and (max-width:1399px){
	.section__title{font-size:35px;}
}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px){
	.section__title{font-size:28px;}
}
@media (max-width:575px){
	.section__title{font-size:26px;}
}
.contact__area-2{position:relative;z-index:1;}
.contact__form{background:#fff;box-shadow:0px 20px 40px 0px rgba(0,0,0,0.06);border-radius:6px;padding:80PX 60px;}
@media only screen and (min-width:576px) and (max-width:767px),(max-width:575px){
	.contact__form{padding:80px 0;}
}
.contact__form input{background:var(--grey-color);font-weight:500;}
.contact__form textarea{background:var(--grey-color);font-weight:500;}
.contact__map{line-height:0;position:relative;margin-top:-20px;}
.span12{width:100%;}
.row-fluid{width:100%;*zoom:1;}
.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:"";}
.row-fluid:after{clear:both;}
.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.127659574468085%;*margin-left:2.074468085106383%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
.row-fluid [class*="span"]:first-child{margin-left:0;}
.row-fluid .span12{width:100%;*width:99.94680851063829%;}
@media screen and (min-width:1200px){
	[class*="span"]{float:left;min-height:1px;margin-left:30px;}
	.span12{width:1170px;}
	.row-fluid{width:100%;*zoom:1;}
	.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:"";}
	.row-fluid:after{clear:both;}
	.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.564102564102564%;*margin-left:2.5109110747408616%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	.row-fluid [class*="span"]:first-child{margin-left:0;}
	.row-fluid .span12{width:100%;*width:99.94680851063829%;}
}
@media screen and (min-width:768px) and (max-width:979px){
	[class*="span"]{float:left;min-height:1px;margin-left:20px;}
	.span12{width:724px;}
	.row-fluid{width:100%;*zoom:1;}
	.row-fluid:before,.row-fluid:after{display:table;line-height:0;content:"";}
	.row-fluid:after{clear:both;}
	.row-fluid [class*="span"]{display:block;float:left;width:100%;min-height:30px;margin-left:2.7624309392265194%;*margin-left:2.709239449864817%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	.row-fluid [class*="span"]:first-child{margin-left:0;}
	.row-fluid .span12{width:100%;*width:99.94680851063829%;}
}
@media screen and (max-width:767px){
	.row-fluid{width:100%;}
	[class*="span"],.row-fluid [class*="span"]{display:block;float:none;width:100%;margin-left:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
	.span12,.row-fluid .span12{width:100%;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
}
.mt-20{margin-top:20px;}
.mt-30{margin-top:30px;}
.mb-30{margin-bottom:30px;}
.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
.downloadGridDiv .gridBox{border:0 solid #eeeeee;margin:30px 0 30px;position:relative;text-align:center;}
.rack{position:absolute;width:1320px;height:103px;background:url(../images/rack.png) no-repeat center center;z-index:1;bottom:95px;left:-30px;}
.downloadGridDiv .gridBox .downloadImage{margin:0 auto;padding:3px;position:relative;z-index:9;}
.downloadGridDiv .gridBox .pTitle{color:#000;font-size:14px;font-weight:bold;height:30px;margin-top:40px;text-transform:capitalize;position:relative;z-index:2;}
.downloadGridDiv .gridBox .pDesc{color:#747474;font-size:16px;font-weight:normal;height:60px;padding:0 10px;position:relative;z-index:2;}
.downloadGridDiv .gridBox .pButton{height:30px;width:100%;}
.downloadGridDiv .gridBox .pButton button{color: #fff;font-size: 15px;padding: 10px 30px;background: var(--primary-color);color: var(--white-color)!important;display: inline-block;border: none;line-height: 2;border-radius: 50px;width: 100%;font-weight: bold;}
@media screen and (max-width:979px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;margin:0 1% 5%;position:relative;text-align:center;width:31%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:100px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:767px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{width:48%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:100px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:597px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;padding:5px;position:relative;text-align:center;width:45%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:60px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;height:40px;}
}
@media screen and (max-width:595px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;padding:5px;position:relative;text-align:center;width:45%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:100px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:550px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:none;margin:0 0 5%;position:relative;text-align:center;width:100%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:60px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:500px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;padding:5px;position:relative;text-align:center;width:100%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:60px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:480px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;max-height:350px;padding:5px;position:relative;text-align:center;width:100%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:60px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:400px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;max-height:350px;padding:5px;position:relative;text-align:center;width:100%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:60px;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
@media screen and (max-width:350px){
	.downloadGridDiv{font-size:12px;margin-bottom:20px;position:relative;}
	.downloadGridDiv .gridBox{border:0 solid #eeeeee;float:left;margin:30px 0 10px 0;max-height:350px;padding:5px;position:relative;text-align:center;width:100%;}
	.rack{display:none;}
	.downloadGridDiv .gridBox .downloadImage{background:#fff none repeat scroll 0 0;border:1px solid #ebebeb;height:180px;margin:0 auto;padding:3px;position:relative;width:142px;z-index:9;}
	.downloadGridDiv .gridBox .pTitle{color:#646464;font-size:15px;font-weight:normal;height:30px;margin-top:40px;text-transform:capitalize;}
	.downloadGridDiv .gridBox .pDesc{color:#646464;font-size:16px;font-weight:normal;height:auto;}
	.downloadGridDiv .gridBox button{background-color:#a40046;color:#fff;font-size:13px;border:none;border-radius:5px;}
}
.max-width{max-width:1000px;position:relative;margin:0 auto;}
.mt-30{margin-top:30px;}
.mb-30{margin-bottom:30px;}
@media screen and (max-width:1200px){
	.padding_content{padding:0 0px;}
}
.downloadtitle{line-height:1.5;text-transform:capitalize;}
.downloadpage{overflow:hidden;}
.industries_box{margin-bottom:50px;overflow:hidden;position:relative;z-index:1;}
.industries_box .content{z-index:2;position:absolute;left:0;bottom:0;padding:30px;}
.industries_box .title{font-size:120%;font-weight:700;text-transform:uppercase;color:#fff;}
.industries_box .img{position:relative;}
.industries_box .img::before{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background-color:rgba(0,0,0,0.6);z-index:1;transition:all .5s;}
.industries_box .img img{width:100%;transition:all 10s;transform:rotate(0) scale(1);}
.industries_box:hover .img img{transform:rotate(5deg) scale(1.5);}
.industries_modal_box .title{font-size:150%;font-weight:700;text-transform:uppercase;margin-bottom:15px;}
@media (max-width:991px){
	.industries_modal_box .img{margin-bottom:30px;}
}
@media (max-width:767px){
	.industries_box{width:100%;margin-right:0;}
}
@media all{
	.divider{margin:20px auto 40px;width:60px;height:2px;background-color:#00aff0;animation:animate-short-separator 3s;z-index:99;position:relative;}
	@media (max-width:992px){
		.divider{margin:40px auto;}
	}
	@media (max-width:767px){
		.divider{margin:10px auto!important;width:50px;animation:animate-short-separator-mobile 3s;}
	}
	.delay-500ms{animation-delay:.5s;}
	.about-us-template .block-text{position:relative;text-align:center;padding-top:60px;}
	.about-us-template .block-text .bg-text{position:absolute;top:11.2%;transform:translateX(0%);width:155%;z-index:1;text-align:left;}
	@media (max-width:767px){
		.about-us-template .block-text .bg-text{display:none;}
	}
	.about-us-template .block-text .bg-text span{font-size:145px;font-weight:700;color:#f0f1ef;line-height:145px;}
	@media (max-width:1200px){
		.about-us-template .block-text .bg-text span{font-size:90px;}
	}
	@media only screen and (max-width:1600px){
		.about-us-template .block-text .bg-text span{font-size:130px;line-height:130px;}
	}
	@media only screen and (max-width:1440px){
		.about-us-template .block-text .bg-text span{font-size:120px;line-height:120px;}
	}
	@media only screen and (max-width:1366px){
		.about-us-template .block-text .bg-text span{font-size:110px;line-height:110px;}
	}
	@media only screen and (max-width:1280px){
		.about-us-template .block-text .bg-text span{font-size:100px;line-height:100px;}
	}
	.about-us-template .block-text .text-container{position:relative;z-index:2;}
	.about-us-template .block-text .text-container h2{font-size:48px;color:#353d43;padding-top:10px;}
	@media (max-width:767px){
		.about-us-template .block-text .text-container h2{font-size:34px;}
	}
	@media (max-width:375px){
		.about-us-template .block-text .text-container h2{font-size:30px;}
	}
	.divider{z-index:10!important;}
	.about-us-template .block-text .text-container h2{font-size:48px;color:#353d43;padding-top:0px;margin-top:0;}
	.about-us-template .block-text .bg-text span{font-size:118px;font-weight:700;color:#f0f1ef;line-height:145px;}
	.delay-500ms{animation-delay:.5s;}
	@media (max-width:1024px){
		.about-us-template .block-text .bg-text{position:absolute;top:11.2%;transform:translateX(3%);width:155%;z-index:1;text-align:left;}
		.about-us-template .block-text .bg-text span{font-size:90px;font-weight:700;color:#f0f1ef;line-height:145px;}
	}
	@media (max-width:812px){
		.divider{margin:15px auto;}
		.about-us-template .block-text .bg-text span{font-size:70px;font-weight:700;color:#f0f1ef;line-height:145px;}
	}
	@media (max-width:767px){
		.about-us-template .block-text{position:relative;text-align:center;padding-top:45px;padding-bottom:0px;}
	}
	@media (max-width:600px){
		.about-us-template .block-text .text-container h2{font-size:35px;color:#353d43;padding-top:0px;margin-top:0;}
	}
	.about-us-template{margin-top:50px;}
	.big-content .bg-text span{font-size:110px!important;}
	@media (max-width:1024px) and (min-width:768px){
		.about-us-template .block-text .bg-text span{display:none!important;}
		.big-content .bg-text{width:100%!important;display:none;}
	}
	@media (max-width:767px) and (min-width:320px){
		.about-us-template .block-text .bg-text span{display:none!important;}
	}
}
.single-brand{background:0% 0% no-repeat padding-box padding-box rgb(255,255,255);box-shadow:rgb(0 0 0 / 15%) 3px 4px 15px;border-radius:10px;padding:5px;margin:20px 0px;width:100%;}
.m-b30{margin-bottom:30px;}
.m-b40{margin-bottom:40px;}
.site-text-primary{color:#005197;font-weight:bold;}
.wt-small-separator{font-size:34px;line-height:34px;margin-bottom:15px;position:relative;display:inline-block;}
.wt-small-separator div{display:inline-block;}
@media only screen and (max-width:540px){
	.wt-small-separator{font-size:22px;line-height:20px;}
}
.left.wt-small-separator-outer{text-align:left;}
.left .wt-small-separator div.sep-leaf-right{position:relative;margin-left:50px;}
.left .wt-small-separator div.sep-leaf-left{position:relative;margin-right:50px;display:none;}
.left .wt-small-separator div.sep-leaf-right:before,.left .wt-small-separator div.sep-leaf-left:before{position:absolute;content:'';background-color:#005197;width:40px;height:3px;bottom:0px;}
.left .wt-small-separator div.sep-leaf-right:before{right:0px;}
.left .wt-small-separator div.sep-leaf-left:before{left:0px;}
@media only screen and (max-width:540px){
	div.sep-leaf-right:before{display:none;}
	div.sep-leaf-left:before{display:none;}
}
.text-white{color:#FFF;}
.text-white h3{color:#FFF;}
@media only screen and (max-width:768px){
	.wt-media>img{width:100%;}
}
.what-we-do-content{position:relative;bottom:-130px;margin-top:-130px;z-index:3;}
.whatWedo-media-section{position:relative;margin-left:30px;margin-right:0px;}
.whatWedo-media-section img{width:100%;}
.whatWedo-media-content{position:absolute;bottom:60px;left:-30px;right:82px;}
@media only screen and (max-width:1199px){
	.what-we-do-content{position:relative;bottom:0px;margin-top:0px;z-index:3;margin-bottom:30px;}
}
@media only screen and  (max-width:991px){
	.what-we-do-content  .whatWedo-info-section{margin-left:0px;margin-top:30px;}
}
@media only screen and (max-width:767px){
	.whatWedo-media-content{right:30px;}
}
@media only screen and (max-width:400px){
	.whatWedo-media-section{margin-left:0px;}
	.whatWedo-media-content{position:relative;right:auto;top:auto;left:auto;bottom:auto;}
	.whatWedo-media-content:before{display:none;}
	.whatWedo-media-content:after{display:none;}
}
.whatWedo-media-inner{position:relative;z-index:1;padding:20px 30px;background:-moz-linear-gradient(left,rgba(0,81,151,1) 0%,rgba(2,23,60,1) 100%);background:-webkit-linear-gradient(left,rgba(0,81,151,1) 0%,rgba(2,23,60,1) 100%);background:linear-gradient(to right,rgba(0,81,151,1) 0%,rgba(2,23,60,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fc5d16',endColorstr='#02173c',GradientType=1);}
.whatWedo-media-content h3{margin-bottom:2px;}
.whatWedo-media-content:before{position:absolute;top:-15px;right:-15px;bottom:15px;left:15px;content:'';background-color:#f1f1f1;z-index:0;}
.whatWedo-media-content:after{position:absolute;left:0px;bottom:-60px;content:'';z-index:0;width:0;height:0;border-top:60px solid #005197;border-left:30px solid transparent;}
.whatWedo-info-section{margin-left:30px;}
@media only screen and (max-width:991px){
	.what-we-do-section2 .whatWedo-info-section{margin-left:0px;}
}
.what-we-do-section2 .what-we-do-content{position:relative;bottom:0px;margin-top:0px;z-index:1;}
.w-img img{width:100%;}
@media only screen and (min-width:1200px) and (max-width:1399px){
	.section__wrapper .section__title{font-size:35px;}
}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:768px) and (max-width:991px),only screen and (min-width:576px) and (max-width:767px){
	.section__wrapper .section__title{font-size:28px;}
}
@media (max-width:575px){
	.section__wrapper .section__title{font-size:26px;}
}
.section__wrapper .r-text{position:absolute;left:-5%;bottom:32%;transform:rotate(-90deg);}
.section__wrapper .r-text span{display:inline-block;text-transform:uppercase;font-size:14px;font-weight:var(--tp-fw-sbold);color:var(--tp-grey-1);letter-spacing:1px;}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px),(max-width:575px){
	.section__wrapper .r-text span{font-size:12px;}
}
@media only screen and (min-width:1200px) and (max-width:1399px){
	.section__title{font-size:35px;}
}
@media only screen and (min-width:992px) and (max-width:1199px),only screen and (min-width:576px) and (max-width:767px){
	.section__title{font-size:28px;}
}
@media (max-width:575px){
	.section__title{font-size:26px;}
}
.sm-text{font-size:18px;line-height:26px;}
@media only screen and (min-width:992px) and (max-width:1199px){
	.about__area-2{padding-top:120px;}
}
.about__sm-image .sm-image__item{position:relative;overflow:hidden;}
.about__sm-image .sm-image__item img{transition:all 1.5s cubic-bezier(0,0,0.2,1);}
.about__sm-image .sm-image__item:hover img{transform:scale3d(1.1,1.1,1.1);}
.about__sm-image .sm-image__content{position:absolute;width:100%;height:100%;text-align:center;top:0;background-color:rgba(0,81,151,0.9);border-radius:6px;transition:0.3s;}
.about__sm-image .sm-image__content .sm-number{position:absolute;top:55%;transform:translateY(-55%);left:0;right:0;margin:0 auto;}
.about__sm-image .sm-image__content .sm-number a{font-size:120px;display:flex;justify-content:center;align-items:center;color:#fff;font-weight:bold;line-height:33px;}
.about__sm-image .sm-image__content .sm-number a span{font-size:36px;color:#fff;}
.about__sm-image .sm-image__content .sm-number p{font-size:16px;color:#fff;margin-top:30px;margin-bottom:0;line-height:26px;}
.about__sm-image-df{transform:translateY(-30px);}

/*Modal CSS*/
.modal-header{border-bottom:0px;}
.modal-footer{border-top:0px;}
.modal{z-index:9999999;overflow-y:hidden;}
.modal-dialog{max-width:810px;width:95%;}
.modal-content{margin-top:20%;}
.stick_popup{height:auto;min-height:auto;display:inline-block;width:100%;text-align:center;padding:0;}
.pop-img{display:block;max-width:100%;margin-top:30%;}
.stick_close{cursor:pointer;position:absolute;top:0px;right:0px;font-size:20px;background-color:var(--primary-color);color:#fff;text-decoration:none;width:60px;height:60px;line-height:60px;text-align:center;}
.modal-backdrop.in{filter:alpha(opacity=95);opacity:.95;}
.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999999;background-color:#000;}
.headerh3{font-size:19px;line-height:33px;font-weight:bold;color:#000;}
.modal-header{background-color:var(--dark-color);color:#fff;align-items: center;display: block;}
.modal-title{text-align:center;font-size:19px;color:#fff;}
.form-horizontal .form-group{clear:both;}
.form-control1{width:99%;}
.navbar23{overflow:hidden;background-color:#333;position:fixed;bottom:0;width:100%;z-index:999999;padding:10px 0px;}
.navbar23 button{font-size:12px;}
.btn-danger{background-color:var(--dark-color)!important;border-color:var(--dark-color)!important;}
.sidebutton{left:0;position:fixed;top:250px;z-index:10000;}
.sidebutton1{right:0px;position:fixed;top:250px;z-index:10000;}
.formtop{margin-top:10px;}
.padd-0{padding:0px;}
.capside{float:left;margin-top:5px;margin-bottom:15px;}
.center{text-align: center;}

/*----------------- End Modal CSS------------------------*/

/*-----------------Validation----------------------------*/
.example{margin:15px;font-size:14px;color:#656666;content:"Example";background-color:#fff;border-color:#929494;border-width:1px;border-radius:4px;padding:10px 20px 10px;border-style:solid;}
.form-control-feedback{display:none;}
.has-feedback label~.form-control-feedback{top:0!important;}
.error{text-align:left!important;display:table!important;}

/*-----------------End Validation----------------------------*/

/*=================================================================*/
#cssmenu,#cssmenu ul,#cssmenu ul li,#cssmenu ul li a,#cssmenu #head-mobile{border:0;list-style:none;line-height:1;display:block;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}
#cssmenu:after,#cssmenu>ul:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}
#cssmenu #head-mobile{display:none}
#cssmenu{font-family:sans-serif; /*background: #ffffff;*/background:transparent;}
#cssmenu>ul>li{float:left}
#cssmenu>ul>li>a{padding:17px;font-size:14px;text-decoration:none;color:#fff;font-weight:bold;text-transform:uppercase;font-family:var(--body-fonts);}
#cssmenu>ul>li:hover>a,#cssmenu ul li.active a{color:#fff}
#cssmenu>ul>li:hover,#cssmenu ul li.active:hover,#cssmenu ul li.active,#cssmenu ul li.has-sub.active:hover{background:#f7444d!important;-webkit-transition:background .3s ease;-ms-transition:background .3s ease;transition:background .3s ease;}
#cssmenu>ul>li.has-sub>a{padding-right:30px}
#cssmenu>ul>li.has-sub>a:after{position:absolute;top:22px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu>ul>li.has-sub>a:before{position:absolute;top:19px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu>ul>li.has-sub:hover>a:before{top:23px;height:0}
#cssmenu ul ul{position:absolute;left:-9999px}
#cssmenu ul ul li{height:0;-webkit-transition:all .25s ease;-ms-transition:all .25s ease;background:#333;transition:all .25s ease}
#cssmenu ul ul li:hover{}
#cssmenu li:hover>ul{left:auto}
#cssmenu li:hover>ul>li{height:35px}
#cssmenu ul ul ul{margin-left:100%;top:0}
#cssmenu ul ul li a{border-bottom:1px solid rgba(150,150,150,0.15);padding:11px 15px;width:170px;font-size:14px;text-decoration:none;color:#ddd;font-weight:600;font-family:var(--body-fonts);}
#cssmenu ul ul li:last-child>a,#cssmenu ul ul li.last-item>a{border-bottom:0}
#cssmenu ul ul li:hover>a,#cssmenu ul ul li a:hover{color:#fff}
#cssmenu ul ul li.has-sub>a:after{position:absolute;top:16px;right:11px;width:8px;height:2px;display:block;background:#ddd;content:''}
#cssmenu ul ul li.has-sub>a:before{position:absolute;top:13px;right:14px;display:block;width:2px;height:8px;background:#ddd;content:'';-webkit-transition:all .25s ease;-ms-transition:all .25s ease;transition:all .25s ease}
#cssmenu ul ul>li.has-sub:hover>a:before{top:17px;height:0}
#cssmenu ul ul li.has-sub:hover,#cssmenu ul li.has-sub ul li.has-sub ul li:hover{background:#363636;}
#cssmenu ul ul ul li.active a{border-left:1px solid #333}
#cssmenu>ul>li.has-sub>ul>li.active>a,#cssmenu>ul ul>li.has-sub>ul>li.active>a{border-top:1px solid #333}
@media(max-width:1024px){
	.nav-button{margin:16px 0;display:none;}
	.header .navbar{position:fixed;top:0;right:0px!important;bottom:0;background-color:transparent!important;z-index:1000;box-shadow:none!important;padding:0;width:100%!important;overflow-y:scroll;}
	nav#cssmenu .logo img{padding:15px;}
	#cssmenu{width:100%;}
	#cssmenu ul{width:100%;display:none;margin:0px 0;padding:0;background:var(--dark-color);}
	#cssmenu ul li{width:100%;border-top:1px solid #fff}
	#cssmenu ul li:hover{background:var(--primary-color);}
	#cssmenu ul ul li,#cssmenu li:hover>ul>li{height:auto}
	#cssmenu ul li a,#cssmenu ul ul li a{width:100%;border-bottom:0}
	#cssmenu>ul>li{float:none}
	#cssmenu ul ul li a{padding-left:25px}
	#cssmenu ul ul li{background:var(--dark-color);}
	#cssmenu ul ul li:hover{background:var(--dark-color);}
	#cssmenu ul ul ul li a{padding-left:35px;line-height:24px;}
	#cssmenu ul ul li a{color:#fff;background:none;text-align:left;}
	#cssmenu ul ul li:hover>a,#cssmenu ul ul li.active>a{color:#fff}
	#cssmenu ul ul,#cssmenu ul ul ul{position:relative;left:0;width:100%;margin:0;text-align:left}
	#cssmenu>ul>li.has-sub>a:after,#cssmenu>ul>li.has-sub>a:before,#cssmenu ul ul>li.has-sub>a:after,#cssmenu ul ul>li.has-sub>a:before{display:none}
	#cssmenu #head-mobile{display:block;padding:0px;color:#ddd;font-size:12px;font-weight:700}
	.button-1{width:55px;height:46px;position:absolute;right:0;top:13px;cursor:pointer;z-index:12399994;}
	.button-1:after{position:absolute;top:22px;right:20px;display:block;height:8px;width:20px;border-top:2px solid #0b2f64;border-bottom:2px solid #0b2f64;content:''}
	.button-1:before{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;position:absolute;top:16px;right:20px;display:block;height:2px;width:20px;background:#0b2f64;content:''}
	.button-1.menu-opened:after{-webkit-transition:all .3s ease;-ms-transition:all .3s ease;transition:all .3s ease;top:23px;border:0;height:2px;width:19px;background:#1d4070;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);-o-transform:rotate(45deg);transform:rotate(45deg)}
	.button-1.menu-opened:before{top:23px;background:#1d4070;width:19px;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}
	#cssmenu .submenu-button{position:absolute;z-index:99;right:0;top:0;display:block;border-left:1px solid #fff;height:46px;width:46px;cursor:pointer}
	#cssmenu .submenu-button.submenu-opened{background:var(--primary-color);}
	#cssmenu ul ul .submenu-button{height:34px;width:34px}
	#cssmenu .submenu-button:after{position:absolute;top:22px;right:19px;width:8px;height:2px;display:block;background:#ddd;content:''}
	#cssmenu ul ul .submenu-button:after{top:15px;right:13px}
	#cssmenu .submenu-button.submenu-opened:after{background:#fff}
	#cssmenu .submenu-button:before{position:absolute;top:19px;right:22px;display:block;width:2px;height:8px;background:#ddd;content:''}
	#cssmenu ul ul .submenu-button:before{top:12px;right:16px}
	#cssmenu .submenu-button.submenu-opened:before{display:none}
	#cssmenu ul ul ul li.active a{border-left:none}
	#cssmenu>ul>li.has-sub>ul>li.active>a,#cssmenu>ul ul>li.has-sub>ul>li.active>a{border-top:none}
}
.width-full{width:100%;}

/*========================header-menu=======================*/
.menu12{display:block;}
.menu12 li{display:inline-block;position:relative;z-index:100;}
.menu12 li:first-child{margin-left:0;}
.menu12 li a{font-weight:600;text-decoration:none;display:block;color:var(--primary-color);transition:all 0.2s ease-in-out 0s;}
.menu12 ul{visibility:hidden;opacity: 0;margin:0;padding:0;width: 455px;position:absolute;left:0px;background:#fff;z-index:99;transform:translate(0,20px);transition:all 0.2s ease-out;}
.menu12 ul:after{bottom:100%;left:20%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-bottom-color:#fff;border-width:6px;margin-left:-6px;}
.menu12 ul li{display:block;float:none;background:none;margin:0;padding:0;width:300px;border-bottom:1px dashed #0a2e63;}
.menu12 ul li:last-child{border-bottom:0;}
.menu12 ul li a{font-size:12px;font-weight:normal;display:block;color:#797979;background:#fff;}
.menu12 ul li a:hover,.menu12 ul li:hover>a{background:transparent;}
.menu12 li:hover>ul{visibility:visible;opacity:1;transform:translate(0,0);}
.menu12 ul ul{left: 235px;top:0px;visibility: hidden;opacity: 0;transform:translate(20px,20px);transition:all 0.2s ease-out;display: block;opacity: 1;}
.menu12 ul ul:after{left:-6px;top:10%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none;border-color:rgba(255,255,255,0);border-right-color:#f7515a;border-width:6px;margin-top: -39px;}
.menu12 li>ul ul:hover{visibility:visible;opacity:1;transform:translate(0,0);}
.responsive-menu{display:none;width:100%;padding:20px 15px;background:#374147;color:#fff;text-transform:uppercase;font-weight:600;}
.responsive-menu:hover{background:#374147;color:#fff;text-decoration:none;}
.banner-breadcrumb1{background: var(--primary-color);height: 200px;}


/*Product page*/
.single-product-item{position:relative;display:block;transition:all 500ms ease;margin-bottom:50px;}
.single-product-item .img-holder{position:relative;display:block;overflow:hidden;border-radius:0px;background-color:#f9f9f9;}
.single-product-item .img-holder a{position:relative;display:block;}
.single-product-item .img-holder img{transform:scale(1);transition:all 0.7s ease 0s;width:100%;}
.single-product-item:hover .img-holder img{transform:scale(1.1);}
.single-product-item .title-holder{position:relative;display:block;background: #009a9a;padding: 10px 0 10px;-webkit-box-shadow:0 2px 27px rgba(54,54,54,.13);box-shadow:0 2px 27px rgba(54,54,54,.13);/* margin-left:20px; *//* margin-right:20px; *//* margin-top:-30px; */z-index:9;}
.single-product-item .title-holder:before{position:absolute;content:'';left:0px;bottom:0px;height:5px;right:0px;opacity:0;z-index:1;background-color:#f05523;transition:all 500ms ease;-moz-transition:all 500ms ease;-webkit-transition:all 500ms ease;-ms-transition:all 500ms ease;-o-transition:all 500ms ease;transform:scale(0.5,1);}
.single-product-item:hover .title-holder:before{opacity:1;transform:scale(1,1);}
.single-product-item .title-holder .static-content{position:relative;display:block;}
.single-product-item .title-holder .title{position:relative;display:block;font-size:17px;line-height:22px;font-weight:600;padding:0 0 3px;}
.single-product-item .title-holder .title a{color:var(--primary-color);transition:all 500ms ease;}
.single-product-item .title-holder:before{background-color:var(--dark-color);}
/*End Product Page*/
.thnak4{color: #000;font-size: 20px;}
.message{text-align: center;font-weight: bold;}

@media screen{
.carousel{position:relative;}
.carousel-inner{position:relative;width:100%;overflow:hidden;}
.carousel-inner>.item{position:relative;display:none;-webkit-transition:.6s ease-in-out left;-o-transition:.6s ease-in-out left;transition:.6s ease-in-out left;}
.carousel-inner>.item>img{line-height:1;}
.carousel-inner>.active{display:block;}
.carousel-inner>.active{left:0;}
.carousel-control{position:absolute;top:0;bottom:0;left:0;width:15%;font-size:20px;color:#fff;text-align:center;text-shadow:0 1px 2px rgba(0,0,0,.6);filter:alpha(opacity=50);opacity:.5;}
.carousel-control.left{background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(rgba(0,0,0,.0001)));background-image:linear-gradient(to right,rgba(0,0,0,.5) 0,rgba(0,0,0,.0001) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);background-repeat:repeat-x;}
.carousel-control.right{right:0;left:auto;background-image:-webkit-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-o-linear-gradient(left,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.0001)),to(rgba(0,0,0,.5)));background-image:linear-gradient(to right,rgba(0,0,0,.0001) 0,rgba(0,0,0,.5) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);background-repeat:repeat-x;}
.carousel-control:hover,.carousel-control:focus{color:#fff;text-decoration:none;filter:alpha(opacity=90);outline:0;opacity:.9;}
.carousel-indicators{position:absolute;bottom:10px;left:50%;z-index:15;width:60%;padding-left:0;margin-left:-30%;text-align:center;list-style:none;}
.carousel-indicators li{display:inline-block;width:10px;height:10px;margin:1px;text-indent:-999px;cursor:pointer;background-color:#000 \9;background-color:rgba(0,0,0,0);border:1px solid #fff;border-radius:10px;}
.carousel-indicators .active{width:12px;height:12px;margin:0;background-color:#fff;}
@media screen and (min-width:768px){
.carousel-indicators{bottom:20px;}
}
}
#carousel-custom .carousel-indicators{margin:10px 0 0;overflow:auto;position:static;text-align:left;white-space:nowrap;width:100%;}
#carousel-custom .carousel-indicators li{background-color:transparent;-webkit-border-radius:0;border-radius:0;display:inline-block;height:auto;margin:0!important;width:auto;}
#carousel-custom .carousel-indicators li img{display:block;opacity:0.5;border:1px solid #aaaaaa;}
#carousel-custom .carousel-indicators li.active img{opacity:1;}
#carousel-custom .carousel-indicators li:hover img{opacity:0.75;}
#carousel-custom .carousel-outer{position:relative;}
.carousel-indicators li img{width:80px;}
.carousel-control.left{background-image:none!important;}
.carousel-control.right{background-image:none!important;}
.fa-arrow-left{color:#000;top:50%;position:absolute;}
.fa-arrow-right{color:#000;top:50%;position:absolute;}
.innertop h2 {font-size: 30px;color: #000;}
.innertop p {text-align: justify;margin-bottom: 1rem;}

.productdetail{margin-top: 50px;}


.btn-1{text-transform:capitalize;position:relative;text-align:center;z-index:1;font-size:14px;font-weight:600;min-width:180px;height:60px;line-height:60px;padding:0 15px;letter-spacing:1px;border-radius:3px;overflow:hidden;-webkit-transition:all 0.4s ease-in-out;-o-transition:all 0.4s ease-in-out;transition:all 0.4s ease-in-out;background-color:#005197;display:inline-block;cursor:pointer;color:#fff!important;margin-top:30px;}
.btn-1:hover{color:#fff;}
.btn-1:after{content:'';position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#FFF;-webkit-transform:scaleY(0);-ms-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:bottom center;-ms-transform-origin:bottom center;transform-origin:bottom center;-webkit-transition:-webkit-transform 0.4s ease-in-out;transition:-webkit-transform 0.4s ease-in-out;-o-transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out;transition:transform 0.4s ease-in-out, -webkit-transform 0.4s ease-in-out;}
.btn-1:hover:after{-webkit-transform:scaleY(1);-ms-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:top center;-ms-transform-origin:top center;transform-origin:top center;}
.btn-3:hover{color:#FFF;}
.btn-3:after{background-color:#000;}

@media only screen and (max-width: 767px){
a.btn-1.btn-3{width:100%;}
.btn-1{margin-top:0px; }
.innertop{margin-top: 20px;}
}

@-webkit-keyframes downarrow {
  0% { -webkit-transform: translateY(0);}
  100% { -webkit-transform: translateY(0.4em);}
}
.down {
  -webkit-animation: downarrow 0.6s infinite alternate ease-in-out;
}

.small-detail-title h2{color:var(--dark-color);}
.small-detail-title h2{font-size:45px;line-height:50px;font-weight:800;letter-spacing:1px;}
@media only screen and (min-width: 768px) and (max-width: 959px){
.small-detail-title h2{font-size:38px;line-height:43px;}
}
@media only screen and (min-width: 480px) and (max-width: 767px){
.small-detail-title h2{font-size:34px;line-height:38px;}
}
@media only screen and (max-width: 479px){
.small-detail-title h2{font-size:27px;line-height:30px;}
}

@media (max-width: 812px){
.small-detail-title h2{text-transform:uppercase;font-size:25px;color:#ffffff;font-weight:800;background:var(--dark-color);padding:0 70px;margin-bottom:25px;height:43px;line-height:43px;}
.small-detail-title:after{content:'';width:50px;height:43px!important;background:var(--dark-color);position:absolute;top:0;left:0px;}
.small-detail-title h2{text-transform:uppercase;font-size:18px!important;color:#ffffff;font-weight:500!important;background:var(--dark-color);padding:0px 70px;margin-bottom:25px;}
}
@media (max-width: 684px){
.small-detail-title h2{text-transform:uppercase;font-size:25px;color:var(--dark-color);font-weight:800;background:transparent;padding:0px 0px 0 60px!important;margin-bottom:25px;display:table;border-bottom:2px solid var(--dark-color);font-size:16px!important;}
}

@media only screen and (max-width: 1024px){
.small-detail-title h2{text-transform:uppercase;font-size:20px;color:#ffffff;font-weight:500;background:var(--dark-color);padding:0 70px;margin-bottom:25px;}
}
.small-detail-title h2{text-transform:uppercase;font-size:25px;color:var(--dark-color);font-weight:800;background:transparent;padding:0px 70px;margin-bottom:25px;display:table;border-bottom:2px solid var(--dark-color);}
.small-detail-title{position:relative;}
.small-detail-title:after{content:'';width:50px;height:52px;background:var(--dark-color);position:absolute;top:0;left:0px;}
@media only screen and (min-width: 768px) and (max-width: 991px){
.small-detail-title h2{font-size:18px;}
}
.list-style-one {
    position: relative;
    margin-top: 20px;
    list-style-type: none;
}
.list-style-one li {
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    padding-left: 25px;
    margin-bottom: 11px;
    text-align: justify;
}
.list-style-one li:before {
    content: "\f138";
    position: absolute;
    left: 0;
    top: 0px;
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    padding: 0px;
    color:var(--primary-color);
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}

.producttable th{background: var(--dark-color);vertical-align: middle;color:#fff;font-weight: 600;text-align: center;}
.producttable td{vertical-align: middle;}
.table thead th{vertical-align: middle;}
.producttable1 td{text-align: center;}
.list-style-one p{margin-bottom: 0px;font-weight: bold;}
.text-rotate {writing-mode: vertical-rl;transform: rotate(180deg);}
caption{color: #000;}





.Types-sec li{padding:20px;color:#000;border-radius:10px!important;border:1px dashed #22222245!important;padding-right:10px;font-weight:600;transition:0.8s all;}
.Types-sec ul{display:grid;grid-template-columns:1fr 1fr;grid-gap:15px;list-style-type: none;}
.Types-sec li:hover{color:#005197;background:white;border:1px dashed #005197!important;transform:translateY(-10px);box-shadow:1px 1px 20px 13px #22222236;}

@media (max-width: 767px) and (min-width: 320px){
.Types-sec ul{grid-template-columns:1fr;}
}

@media (max-width:1024px) and (min-width:768px){
.Types-sec ul{grid-template-columns:1fr;}
}

.content h1 {
    font-size: 170%;
    color: #518fc4;
    margin-bottom: 20px;
    font-weight: normal;
}

.content h2 {
	font-size: 23px;
    color: #000000;
    margin-bottom: 10px;
    font-weight: 600;
}

.content h3 {
    font-size: 120%;
    color: #474747;
    margin: 15px 0px 10px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 5px;
}

.content ul.downloads li {
    background: url(../images/pdf_bullet.gif) left top no-repeat;
    padding-left: 20px;
    margin-bottom: 5px;
    background-position: 0%;
}
.content ul.downloads {
    margin: 0px 0px 10px 10px;
}
ul {
    list-style: none;
}

.content ul.downloads li a {
    text-decoration: none;
    color: #25201d;
}

/*product*/
.y-middle{

    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.sec-title {
    background-color: #f5f3f3;
    border-left: 5px solid #009a9a;
    padding: 11px 16px;
	margin-bottom: 21px;
}

.main-tab table {
	font-family: arial, sans-serif;
	border-collapse: collapse;
	width: 100%;
  }
  
  .main-tab td, th {
	border: 1px solid #dddddd;
	text-align: left;
	padding: 8px;
  }
  
  .main-tab tr:nth-child(even) {
	background-color: #dddddd;
  }
#owl-demo-2 .item img {
    width: 100%;
    /* max-width: 441px; */
    height: auto;
    border: 1px solid #dddbdb;
    padding: 16px;
	margin: 0 auto;
}

.inq-button a.pt-button {
    padding: 8px 15px;
    background-color: #009a9a !important;
}

.product-details-txt {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.product-details-sec-hlf {
	position: relative;
}
.product-details-sec-hlf:before {
	position: absolute;
	content: '';
	top: 0px;
	left: 0px;
	width: 50%;
	height: 100%;
	background: url(../images/product/siemensplc/SIMATIC-S7-1200-controller.jpg) no-repeat;
	background-size: cover;
	background-attachment: fixed;
	z-index: -1;
}
.product-details-sec-hlf:after {
	position: absolute;
	content: '';
	top: 0px;
	right: 0px;
	width: 50%;
	height: 100%;
	background: #009a9a;
	z-index: -1;
}
@media only screen and (max-width:768px) {
	.product-details-sec-hlf:after { width: 100%;}
	.product-details-sec-hlf:before { display: none;}
}
.product-details-sec-txt {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.product-details-sec-txt h6 {
	color: #FFF;
	margin-bottom: 10px;
}
.product-details-sec-txt h2 {
	color: #FFF;
	font-size: 30px;
	text-transform: capitalize;
	margin-bottom: 20px;
}
.product-details-sec-txt h4 {
	color: #FFF;
	margin-bottom: 20px;
}
.product-details-sec-txt p {
	color: #FFF;
}
.product-details-sec-txt ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.product-details-sec-txt li {
	color: #FFF;
	list-style: circle;
}
.product-details-tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #FFF;
    background-color: #009a9a;
    border-color: transparent transparent transparent;
}
.product-details-tabs button:focus {
	outline: 0px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}
.product-details-tabs .nav-tabs .nav-item {
    margin-bottom: -1px;
	margin-right: 5px;
}
.product-details-tabs .tab-content {
	border:1px solid #dee2e6;
	border-top: 0px;
}
.tabs-content-container {
	margin: 0px;
	padding: 20px;
	width: 100%;
	height: auto;
	border-bottom:1px solid #dee2e6;
}
.tabs-content-container:last-child {
	border-bottom:0px solid #dee2e6;
}
.tabs-content-txt {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.tabs-content-txt h2 {
	font-size: 24px;
	margin-bottom: 15px;
}
.tabs-content-img {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.tabs-content-txt ul {
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 0px 30px;
}
.tabs-content-txt ul li {
	list-style: circle;
}
.product-details-sec-full {
	background: #f5f3f3;
	padding: 100px 0px;
}
.product-details-box-img {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.product-details-box-img img {
	width: 100%;
	height: auto;
	display: block;
}
.product-details-box-title {
	width: 100%;
	height: auto;
	margin: 0px 0px 20px 0px;
	padding: 0px;
}
.product-details-box-title h2 {
	font-size: 24px;
	margin-bottom: 20px;
}
.product-details-box-title h3 {
	font-size: 20px;
	color: #000;
}
.product-details-box-content {
	width: 100%;
	height: auto;
	margin: 0px;
}
.product-details-box-content p:last-child {
	margin-bottom: 0px;
}
.product-details-sec-title {
	width: 100%;
	height: auto;
	margin: 0px;
	padding: 0px;
}
.product-details-sec-title span {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.product-details-sec-title h2 {
	font-size: 28px;
	margin: 0px;
}
.product-details-sec-title h2 {
	font-size: 28px;
	margin: 0px;
}
.product-details-box-content ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
}
.product-details-box-content li {
	color: #000;
	list-style: circle;
}
.product-details-box {
    background: #FFF;
    padding: 15px;
    height: 100%;
	box-shadow: 0px 4px 23px rgba(0,0,0,11%);
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: #009a9a !important;
}
.product-details-tabs .nav-pills .nav-link {
	margin-bottom: 10px;
}
.tabs-content-txt table {
	width: 100%;
}
.tabs-content-txt table, td, th {
    border: 1px solid rgba(0,0,0,.1);
	padding: 10px;
}
.product-accordion .card-header {
	padding: 0px;
}
.product-accordion .card-header h2 {
	line-height: 0;
}

.product-accord-title {
	width: 100%;
	text-align: left;
	border-radius: 0px;
	background: var(--dark-color);
	text-decoration: none;
	font-size: 18px;
}
.product-accord-title:focus, .product-accord-title:hover {
	text-decoration: none;
}
.product-accordion .collapsed {
	background: var(--primary-color);
}
.border-bottom {
	border-bottom: 1px solid #dee2e6;
}
.border-bottom:last-child {
    border-bottom: 0px solid #dee2e6 !important;
}
.pro_features_remark {
	margin-bottom: 30px;
}
.pro_features_remark div {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 5px;
}
.pro_features_remark p {
    color: #999999;
    display: inline-block;
    width: 38%;
	margin-bottom: 0px;
}
.pro_features_remark span {
    color: #222222;
    width: 62%;
}

.ClientGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
}

.ClientSec .container-pt {
    padding: 0px !important;
}

@media (max-width: 1200px) {
	.ClientGrid {
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
}

@media (max-width: 1024px) {
	.ClientSec .container-pt{
		padding: 0px 20px !important;
	}
}



@media (max-width: 991px) {
	.ClientGrid {
		grid-template-columns: 1fr 1fr 1fr;
	}
}

@media (max-width: 500px) {
	.ClientGrid {
		grid-template-columns: 1fr 1fr;
	}
	.ClientGrid  .pt-testimonialbox-2 {
	    padding: 20px
	}

}

.ClientGrid  .pt-testimonialbox-2 {
    margin: 0px;
}
.single-nav-area-footer p.parent {
    color: #262626;
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 15px;
    font-family: var(--font-medium);
}

.single-nav-area-footer ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.single-nav-area-footer ul li {
    /* margin: 17px 0; */
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 15px;
    margin-bottom: 8px;
}

.single-nav-area-footer ul li a {
    color: #262626;
    /* font-weight: 500; */
    max-width: max-content;
    position: relative;
    font-family: var(--font-medium);
}

.single-nav-area-footer ul li a::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100%;
    /* background: #D1D1D1; */
    /* height: 1px; */
    content: "";
    transition: 0.3s;
}

.single-nav-area-footer ul li a::before {
    position: absolute;
    right: 0;
    bottom: -5px;
    width: 0%;
    background: var(--color-primary);
    height: 1px;
    content: "";
    transition: 0.3s;
    z-index: 1;
}

.single-nav-area-footer ul li a:hover {
    color: var(--color-primary);
}

.single-nav-area-footer ul li a:hover::before {
    width: 100%;
    left: 0;
    right: 0;
}

.rts-footer-area .logo {
    display: block;
    margin-bottom: 20px;
}

.rts-footer-area .logo-area {
    max-width: 322px;
}

@media only screen and (max-width: 991px) {
    .rts-footer-area .logo-area {
        max-width: 100%;
        margin-bottom: 30px;
    }
}

.rts-footer-area .logo-area p.disc {
    font-size: 16px;
}

@media only screen and (max-width: 768px) {

    .new-about-container,
    .new-about-2-container {
        background-repeat: repeat !important;
        background-size: auto !important;
    }

    .new-about-color-container {
        padding-top: 92px;
    }

    .new-about-color-container .new-about-color-inner-title-app::after,
    .new-about-color-container .new-about-color-inner-title::after {
        font-size: 54px !important;
    }
}

@media only screen and (max-width: 479px) {
    .rts-footer-area .logo-area p.disc {
        font-size: 14px;
    }
}

.rts-copyright-area-one .copyright-wrapper {
    border-top: 1px solid #D1D1D1;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 27px 0;
    padding-bottom: 20px;
}

@media only screen and (max-width: 575px) {
    .rts-copyright-area-one .copyright-wrapper {
        flex-direction: column;
        gap: 20px;
    }
}

.rts-copyright-area-one .copyright-wrapper p {
    margin: 0;
}

.rts-copyright-area-one ul {
    display: flex;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.rts-copyright-area-one ul li {
    margin: 0;
    padding: 0;
}

.rts-copyright-area-one ul li a {
    transition: 0.3s;
}

.rts-copyright-area-one ul li a i {
    transition: 0.3s;
    font-size: 24px;
}

.rts-copyright-area-one ul li a:hover i {
    transform: scale(1.2);
}

.gradient-footer-wrapper {
    background: linear-gradient(180deg, #FFFFFF 0%, #F5F5FF 100%);
}

.bg_color-dark-5 {
    background: #0B0A33;
}

.title-center-footer-5 {
    text-align: center;
}

.title-center-footer-5 .title {
    font-size: 64px;
    color: #fff;
}

@media only screen and (max-width: 575px) {
    .title-center-footer-5 .title {
        font-size: 44px;
    }
}

.map-location-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 80px;
    margin-top: 100px;
}

@media only screen and (max-width: 1199px) {
    .map-location-area {
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 575px) {
    .map-location-area {
        justify-content: center;
    }
}

.map-location-area * {
    color: #fff;
}

.map-location-area .location-single {
    text-align: center;
    position: relative;
}

.map-location-area .location-single:last-child::after {
    display: none;
}

.map-location-area .location-single::after {
    top: 0;
    content: "";
    position: absolute;
    right: -80px;
    height: 100%;
    width: 1px;
    background: #FFFFFF;
    opacity: 0.25;
}

@media only screen and (max-width: 1199px) {
    .map-location-area .location-single::after {
        right: -40px;
    }
}

@media only screen and (max-width: 991px) {
    .map-location-area .location-single::after {
        display: none;
    }
}

.map-location-area .location-single .title {
    font-size: 40px;
}

@media only screen and (max-width: 575px) {
    .map-location-area .location-single .title {
        font-size: 28px;
    }
}

.map-location-area .location-single a {
    display: block;
    transition: 0.3s;
    font-size: 20px;
    color: #D1D1D1;
    margin: 2px 0;
}

.map-location-area .location-single a:hover {
    color: var(--color-primary);
}

.footer-copyright-area-small {
    padding: 40px 0;
    background: var(--color-primary);
}

.footer-copyright-area-small * {
    color: #fff;
}

.footer-copyright-area-small .small-footer-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 575px) {
    .footer-copyright-area-small .small-footer-wrapper {
        flex-direction: column;
        align-items: center;
    }
}

.footer-copyright-area-small .small-footer-wrapper p {
    margin: 0;
    font-size: 16px;
}

.footer-copyright-area-small .small-footer-wrapper .nav-social-area ul {
    gap: 24px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
}

.title-center-style-two {
    text-align: center;
}

.title-center-style-two .title {
    font-weight: 400;
}

@media only screen and (max-width: 575px) {
    .title-center-style-two .title {
        font-size: 24px;
    }
}
.pt--50 {
  padding-top: 50px !important;
}

.pb--50 {
  padding-bottom: 50px !important;
}
.footer-contact .span-icon {
    width: 35px;
    height: 35px;
    display: flex;
    /* margin-right: 10px; */
    /* margin-top: 6px; */
    background: #009a9a;
    color: #FFF;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    border-radius: 100px;
    margin-left: 0px!important;
}

.bannerImgWrapper {
    position: relative;
}

.bannerImgWrapper .dynamicImg {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 100%;
}

.bannerImgWrapper .dynamicImg img {
    width: 100%;
    max-width: 100%;
}

.bannerImgWrapper .staticImg {
    position: relative;
    width: 100%;
    height: 100%;
}

.bannerImgWrapper .staticImg img {
    width: 100%;
}

.rts-footer-area {
    padding: 0px 0px 50px !important;
    background: #f4f4f4;
}

.rts-footer-area .footerlogo {
    padding: 30px 0px;
    text-align: center;
    border-bottom: 1px solid #22222221;
}

.rts-footer-area .row {
    padding: 30px 15px;
    background: #fff;
    margin: 30px 0px 0px;
    border-radius: 30px;
}

.rts-footer-area .row p.parent {
    font-size: 16px;
    color: #009a9a;
    opacity: 1;
    font-weight: 600;
}

.rts-footer-area .row .footer-contact .footer-contact-content, .single-nav-area-footer ul li a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}

.rts-footer-area .row .row.g-5 {
    margin: 0px;
    padding: 0px;
}

.rts-copyright-area-one p {
    margin: 0px;
    color: #000;
    font-size: 13px;
}

.rts-copyright-area-one {
    padding: 15px 0px;
}

.BrandGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 35px;
}

.BrandGrid .BrandItem {
    border: 2px solid #009a9a36;
    box-shadow: 10px 10px #009a9a17;
    align-items: center;
    display: flex;
    padding: 0px 10px;
    text-align: center;
    justify-content: center;
    flex-direction: column;
	min-height: 154px;
}

.BrandGrid .BrandImage {width: 100%;}

/* product Details */
.productContent {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.desc p {
    font-size: 16px;
    line-height: 35px;
    color: #666;
    margin: 0px !important;
}

.secTitleWrapper {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 30px;
}

.secTitleWrapper h5 {
    font-size: 14px;
    font-family: "Space Grotesk", sans-serif;
    background: linear-gradient(90deg, #009a9a47, transparent);
    padding: 4px 10px;
    width: fit-content;
    font-weight: 700;
}

.secTitleWrapper h2 {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    margin: 0px;
    line-height: 50px;
    font-family: "Space Grotesk", sans-serif;
}

.PointsBoxGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.PointsBoxGrid .PointsBoxItem {
    padding: 20px;
    background: #fff;
    display: flex;
    flex-direction: column;
    gap: 15px;
    border: 1.5px solid #d6efef;
    box-shadow: 1px 2px 20px 2px #00000024;
}

.bgGrey {
    background: #f4f4f4;
}

.PointsBoxGrid .PointsBoxItem .PointsBoxContent {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.PointsBoxGrid .PointsBoxItem .PointsBoxContent p {
    margin: 0px;
    font-size: 14px;
}

.PointsBoxGrid .PointsBoxItem .PointsBoxContent h5 {
    font-size: 17px;
    color: #000;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
}

.PointsBoxGrid .PointsBoxItem .PointsBoxImage i {
    font-size: 24px;
    color: #009a9a;
}

.PointsBoxImage {
    line-height: normal;
    width: 40px;
    height: 40px;
    background: #44b4b438;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 40px;
}

.secTitleWrapper p {
    font-size: 15px;
    color: #666;
    font-family: 'Poppins';
    margin: 0px;
}

.prodactInnerDetails .PointsBoxGrid .PointsBoxItem {
    box-shadow: 0px 0px;
    background: #f4f4f4;
    border: 0px;
}

.prodactInnerDetails .PointsBoxGrid .PointsBoxItem .PointsBoxContent {
    gap: 6px;
}

.prodactInnerDetails .PointsBoxGrid .PointsBoxItem .PointsBoxContent h5 {
    font-size: 16px;
}

.applicationSec {
}

.applicationSec .secTitleWrapper h2 {
    font-size: 20px;
    font-weight: 700;
    line-height: normal;
}


.applicationGrid {
    margin: 30px 0px 0px;
    display: grid;
    gap: 15px;
    grid-template-columns: 1fr 1fr;
}

.applicationGrid .applicationItem {
    padding: 20px;
    background: linear-gradient(90deg, #bbe4e48f, #ffffff);
    border: 1px solid #b8e3e391;
}


.applicationGrid .applicationItem .applicationContent h5 {
    font-size: 16px;
    color: #009a9a;
    font-family: 'Space Grotesk';
    /* font-weight: 500; */
}

.productContent .secTitleWrapper {
    margin: 0px;
}

.MainInnerProductPage .BrandGrid .BrandImage img {
    max-width: 145px;
    margin: 0px auto;
}

.MainInnerProductPage .BrandGrid .owl-nav {
    margin-top: 20px;
    display: flex;
    gap: 10px;
    margin: 30px auto 0px;
    justify-content: center;
}

.MainInnerProductPage .BrandGrid .owl-nav button {
    padding: 0px !important;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    margin: 0px;
}

.inqueryBtn {
    padding: 30px 0px 0px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.inqueryBtn .pt-button-text {
    font-size: 15px;
}

.ProTabingWrapper {
    padding: 70px 0px;
}

.ProTabingWrapper .tabingWrapper ul.nav-tabs {
    margin-bottom: 30px;
    border: 0px;
    justify-content: flex-start;
    position: relative;
    gap: 15px;
    padding-left: 50px;
}

.ProTabingWrapper .tabingWrapper ul.nav-tabs .nav-link {border-radius: 0px;font-family: 'Space Grotesk';font-weight: 800;border: 1px solid #2222220f;background: #f4f4f4;position: relative;color: #000;}

.ProTabingWrapper .tabingWrapper ul.nav-tabs .nav-link.active {
    background: #009a9a;
    color: #fff;
    border-color: #009a9a;
}

.ProTabingWrapper .tabingWrapper ul.nav-tabs:before {
    content: '';
    width: 100%;
    height: 2px;
    background: #2c2c2c33;
    position: absolute;
    top: 50%;
    margin-top: -1px;
    left: 0;
}

.tabingContent .content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.tabingContent .content h5 {
    color: #000;
    font-family: 'Space Grotesk';
    font-size: 18px;
    font-weight: 600;
}

.tabingContent .content p {
    font-size: 15px;
    margin: 0px;
    color: #666;
}

.ctaSec .ctaGrid .ctaItem p {
    font-size: 18px;
    color: #666;
    font-weight: 400;
    margin: 0px;
    line-height: normal;
    font-family: "Space Grotesk", sans-serif;
}

.tabingContent {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

.tabingContent .content ul {
    margin: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.tabingContent .content ul li {
    font-size: 15px;
    margin: 0px;
    color: #666;
}

.tabingContent .content ul li b {
    color: #000;
}

.tabingContent .content ul li i {
    padding-right: 5px;
    color: #009a9a;
    font-weight: 600;
}

.ctaSec {
    padding: 90px 0px;
    background: #c9eaea;
}

.ctaSec .ctaGrid {
    display: grid;
    grid-template-columns: 1fr auto;
}

.ctaSec .ctaGrid .ctaItem {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
}

.ctaSec .ctaGrid .ctaItem h5 {
    font-size: 25px;
    color: #000;
    font-weight: 900;
    margin: 0px;
    line-height: normal;
    font-family: "Space Grotesk", sans-serif;
}

.ApplicationContent ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin: 0px;
    gap: 15px;
}

.ApplicationContent ul li span {
    padding: 0px 0px 15px;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #00000014;
}

.ApplicationContent ul li  p {
    font-size: 14px;
    margin: 0px;
    padding: 15px 0px 0px;
    font-weight: 400;
}

.ApplicationContent ul li {
    padding: 15px;
    background: #fff;
    border: 1px solid #00000014;
}

.tabingContent .content .applicationGrid {
    margin: 0px;
}

.tabingContent .content .applicationGrid .applicationItem .applicationContent h5 {
    font-size: 15px;
}
@media screen and (max-width:1400px){
	.container {
    max-width: 1160px;
    margin: 0px auto;
}
.ClientGrid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
    margin-left: 20px;
    margin-right: 20px;
}
}
.MainInnerProductPage .pt-button {
    position: relative;
    width: auto;
    background: var(--dark-color);
    color: var(--white-color);
    font-family: var(--title-fonts);
    padding: 10px 9px;
    line-height: 2;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
    font-size: 11px;
    text-align: center;
}

.MainInnerProductPage .inqueryBtn .pt-button-text {
    font-size: 13px;
}
.MainInnerProductPage i.ion.ion-android-arrow-dropright.pt-btn-icon{
	display: none;
}
.MainInnerProductPage .pt-button .pt-button-line-right
{
	display: none;
}
.MainInnerProductPage .pt-button .pt-button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: center;
}
.pt-button .pt-button-line-left, i.ion.ion-android-arrow-dropright.pt-btn-icon {
    display: none;
}
.footerlogo img{
	max-width: 250px;
}
.single-product-item .pt-button.pt-btn-flat {
    padding: 5px 10px;
}
.single-product-item .title-holder .title a {
    color: #fff!important;
    transition: all 500ms ease;
    text-transform: uppercase;
}