/*----ez-web-css-----*/

@import url(resource/css/sooshiant.css);
@import url(resource/fonts/font-awesome.css);

/**************** Login page******************/
@media only screen and (max-width:767px) {
	.loginContent .LoginPanel {
		width: 100% !important;
	}
	.loginContent .dnnFormItem .dnnLoginRememberMe {
		white-space: nowrap;
	}
	.loginContent .dnnFormLabel {
		display: block !important;
		text-align: left !important;
	}
}

form[action*="/Login?returnurl"] .loginContent .LoginPanel{
	width:500px!important;
}
form[action*="/Login?returnurl"] .loginContent .dnnFormItem .dnnLoginRememberMe {
	white-space:inherit;
}
form[action*="/Login?returnurl"] .loginContent .dnnFormLabel {
	display: inline-block !important;
	text-align: right !important;
}


.registerGroup ul,
.registerGroup li{
	margin: 0;
	padding: 0;
	list-style: none;
}
.registerGroup,
.loginGroup{
	display: inline-block;
}
.registerGroup a,
.loginGroup a,
.registerGroup a:link,
.loginGroup a:link,
.registerGroup a:active,
.loginGroup a:active,
.registerGroup a:visited,
.loginGroup a:visited{
	color:inherit;
}

.loginContent a,
.loginContent a:link{
	color:#333;
}
.loginContent a.dnnPrimaryAction{
	color:#FFF;
}
.loginContent a:hover{
	text-decoration: none;
}

/**************** register page******************/
@media only screen and (max-width:767px) {
.dnnRegistrationForm {
	min-width: inherit !important;
}
.dnnRegistrationForm .dnnForm {
	width: 100%;
}
.dnnRegistrationForm .dnnFormLabel {
	display: block !important;
	text-align: left !important;
}
.dnnRegistrationForm .dnnForm .dnnFormItem .dnnLabel {
	display: block !important;
	float: none !important;
	text-align: left !important;
	width: 100%;
}
.dnnRegistrationForm .dnnForm .dnnFormItem a.dnnFormHelp {
	right: auto !important;
	position: static !important;
	margin-left: 5px !important;
}
.dnnRegistrationForm .dnnForm .dnnFormItem {
	padding: 0px !important;
	margin: 0px !important;
}
.dnnRegistrationForm .dnnFormItem input[type="text"],
.dnnRegistrationForm .dnnFormItem input[type="password"],
.dnnRegistrationForm .dnnFormItem input[type="email"],
.dnnRegistrationForm .dnnFormItem input[type="tel"],
.dnnRegistrationForm .dnnFormItem select,
.dnnRegistrationForm .dnnFormItem textarea {
	width: 100%;
	margin-bottom: 10px !important;
}
}

/**************** Password page******************/
@media only screen and (max-width:767px) {
.dnnSendPasswordContent {
	width: auto !important;
}
.dnnSendPasswordContent .dnnLabel {
	display: block !important;
	width: 100% !important;
	text-align: left;
}
.dnnSendPasswordContent a.dnnFormHelp,
.dnnSendPasswordContent .dnnForm .dnnFormItem a.dnnFormHelp,
.dnnSendPasswordContent .dnnTooltip label a.dnnFormHelp {
	position: static;
}
.dnnSendPasswordContent input[type="text"],
.dnnSendPasswordContent input[type="password"],
.dnnSendPasswordContent input[type="email"],
.dnnSendPasswordContent input[type="tel"],
.dnnSendPasswordContent select,
.dnnSendPasswordContent textarea {
	width: 90%;
	margin-bottom: 10px !important;
}
.dnnSendPasswordContent ul.dnnActions {
	padding: 0 !important;
}
}
/*footer*/
footer.footer .dngTextBox,
.footer-logoin{
	display: inline-block
}
.footer-logoin{

	
}

/* ********** Control Panel Style ************** */
.CommandButton,
A.CommandButton:link,
A.CommandButton:visited,
A.CommandButton:active {
	font-size: 12px;
	color: #973939;
	text-decoration: none;
	font-weight: normal;
}
A.CommandButton:hover {
	color: #973939;
	text-decoration: underline;
	font-size: 12px;
	font-weight: normal;
}
.FileManager A,
.FileManager A:link,
.FileManager A:visited,
.FileManager A:active {
	color: #000;
	text-decoration: underline;
}
.FileManager A:hover {
	color: #000;
	text-decoration: none;
}
/* ********** Pane Style ************** */
.DNNEmptyPane {
	display: none;
}
#dnn_ControlPanel #dnnCPWrap {
	filter: none !important;
}
ul.dnnActionMenuBody li ul li a,
ul.dnnActionMenuBody li ul li a img {
	color: #328DDE!important;
}
form#Form {
	height: 100%;
}
.ModuleTitle_SubMenu {
	z-index: 9999!important;
}
/* ********** Pane Style End ************** */

/*dnn*/
.dnnEditState .actionMenu { 
	z-index: 1!important; display: block!important; 
}
#Body[style*="margin-left: 80px"]{
	position: relative;
}
#Body[style*="margin-left: 80px"] .dng-main.Wide .floating-active.header-wrap,
#Body[style*="margin-left: 80px"] .dng-main.Wide .sticky-fixed .floating-nav.floating-nav-sticky {
	left: 80px;
	width: auto;
	right: 0;
}
#Body[style*="margin-left: 80px"] .headersidenav{
	left: 80px;
}
#Body[style*="margin-left: 80px"] .leftslidemenu.active{
	margin-left: 80px;
}
#Form.showControlBar{
	position: relative;
}

.dnnEditState .overlay-panel-content{
    position: relative!important;
    display: block!important;
    z-index: 99!important;
    overflow: visible;
    width: 100%;
}
.dnnEditState .overlay-panel-content:before{
	position: absolute;
}
.dnnEditState .overlay-panel-content .overlay-panel-close{
	position: absolute;
}

.dnnEditState .overlay-panel-content .dng_animate_visible,
.cke_editable .dng_animate_visible{
	opacity: 1;
}
.dnnEditState .side-panel-box.side-panel .side-panel-main{
	min-height: 100vh

}

.dnnEditState .side-panel {
    position: relative!important;
    left: auto!important;
    right: 0!important;
    top: 0!important;
	visibility: visible!important;
	display: inline-block;
	z-index: 100!important;
}

#PageTemplate_Modal .modal-body{
	height:calc(100% - 65px);
}
#PageTemplate_Modal .close{
	position: absolute;
	right: 4px;
	top: -3px;
	font-size: 35px;
}

#setting-message-info{
	position: fixed;
	right: 25px;
	top:25px;
	z-index: 10001;
	display: none;
	padding: 15px;
	border-radius: 5px;
	color: #FFF;
	font-size: 14px;
	background-color: #32373c;
}
#setting-message-info .fa{
	border-width: 2px;
	border-style: solid ;
	font-size: 10px;
	width: 25px;
	height: 25px;
	line-height: 22px;
	text-align: center;
	border-radius: 50%;
	display: inline-block;
	margin-bottom: 2px;
	
}
#setting-message-info-full {
	position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000001;
    background: #000;
    background: rgba(0,0,0,0.7);
    width: 100%;
    height: 100%;
	display: none;
}
#setting-message-info-full .waitaminute-message{
	position: absolute;
    top: 50%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    margin-top: -30px;
}

#setting-message-info-full .cog{
    position: relative;
    display: inline-block;
    width: 60px;
    line-height: 1;
	margin-bottom: 10px;

 

}
#setting-message-info-full .cog .fa-cog{
	width: 1em;
	height: 1em;
	display: inline-block;
	background: url('data:image/svg+xml;utf8,<svg width="512" height="512" xmlns="http://www.w3.org/2000/svg"><path d="M487.4 315.7l-42.6-24.6c4.3-23.2 4.3-47 0-70.2l42.6-24.6c4.9-2.8 7.1-8.6 5.5-14-11.1-35.6-30-67.8-54.7-94.6-3.8-4.1-10-5.1-14.8-2.3L380.8 110c-17.9-15.4-38.5-27.3-60.8-35.1V25.8c0-5.6-3.9-10.5-9.4-11.7-36.7-8.2-74.3-7.8-109.2 0-5.5 1.2-9.4 6.1-9.4 11.7V75c-22.2 7.9-42.8 19.8-60.8 35.1L88.7 85.5c-4.9-2.8-11-1.9-14.8 2.3-24.7 26.7-43.6 58.9-54.7 94.6-1.7 5.4.6 11.2 5.5 14L67.3 221c-4.3 23.2-4.3 47 0 70.2l-42.6 24.6c-4.9 2.8-7.1 8.6-5.5 14 11.1 35.6 30 67.8 54.7 94.6 3.8 4.1 10 5.1 14.8 2.3l42.6-24.6c17.9 15.4 38.5 27.3 60.8 35.1v49.2c0 5.6 3.9 10.5 9.4 11.7 36.7 8.2 74.3 7.8 109.2 0 5.5-1.2 9.4-6.1 9.4-11.7v-49.2c22.2-7.9 42.8-19.8 60.8-35.1l42.6 24.6c4.9 2.8 11 1.9 14.8-2.3 24.7-26.7 43.6-58.9 54.7-94.6 1.5-5.5-.7-11.3-5.6-14.1zM256 336c-44.1 0-80-35.9-80-80s35.9-80 80-80 80 35.9 80 80-35.9 80-80 80z" fill="%23ffffff" ></path></svg>');
	background-size: cover;

}
#setting-message-info-full .cog .fa-cog::before{
	content: none;
}
#setting-message-info-full .cog .icon1{
	-webkit-animation: rotatemessage-r 5s infinite linear;
	animation: rotatemessage-r 5s infinite linear;
}
#setting-message-info-full .cog .icon2{
    position: absolute;
    font-size: 0.5em;
    top: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;

}
#setting-message-info-full .cog .icon3{
	position: absolute;
    font-size: 0.5em;
    bottom: 0;
	-webkit-animation: rotatemessage 3s infinite linear;
	animation: rotatemessage 3s infinite linear;
}

/* Animations */
@-webkit-keyframes rotatemessage {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes rotatemessage {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @-webkit-keyframes rotatemessage-r {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(-360deg);
			  transform: rotate(-360deg);
	}
  }
  @keyframes rotatemessage-r {
	from {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	to {
	  -webkit-transform: rotate(-360deg);
			  transform: rotate(-360deg);
	}
  }

.DNNEmptyPane{
	display: none!important;
}

/*pane name*/
.dnnEditState .edit-panename{
	position: absolute;
	z-index: 100;
	pointer-events: none;
	user-select: none; 
	color: #cdcdcd;
    font-size: 18px;
	font-weight: bold;
	left: 50%;
	top: 20px;
	transform: translate(-50%,0);
	text-shadow: 0 0 1px rgba(255,255,255,0.2);
}

/*SkinPlugin*/
.SkinPlugin_icon{
	display: none;
}
.SkinPluginPro_icon:not(.sidebarIcon) {
	position:fixed;
	top:20%;
	left:0;
	z-index:9999;
	cursor:pointer;
	text-align: left;
	white-space: pre;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

body[style*="margin-left: 80px;"] .SkinPluginPro_icon:not(.sidebarIcon){
	left: 80px;
}	


.SkinPluginPro_icon:not(.sidebarIcon) a{
	display:inline-flex;
    flex-direction: row-reverse;
	height:34px;
	line-height: 34px;
	text-decoration:none;
	background-color: #20a3f0;
	text-align: center;
	border-radius:0 4px 4px 0; 
	white-space: nowrap;
	padding: 0;
	margin: 0 0 2px;
}
.SkinPluginPro_icon:not(.sidebarIcon) span{
	color: #FFF;
	max-width: 0px;
	overflow: hidden;
	display:inline-block;
	vertical-align: middle;

	font-size: 13px;
	transition: all ease-in 300ms;
	-moz-transition: all ease-in 300ms;  
	-webkit-transition: all ease-in 300ms;  
	-o-transition: all ease-in 300ms; 
	-ms-transition: all ease-in 300ms; 
}
.SkinPluginPro_icon:not(.sidebarIcon) i{
	font-size: 16px;
	color: #FFF;
	width:34px;
	display: inline-block;
	vertical-align: middle;
}
.SkinPluginPro_icon:not(.sidebarIcon) i::before{
	content: none;
}
.SkinPluginPro_icon:not(.sidebarIcon) a:hover span{
	max-width:160px;
	padding-right: 10px;
}
.SkinPluginPro_icon:not(.sidebarIcon)  a{
	background-image: url(resource/images/cog.png);
    background-repeat: no-repeat;
    background-position: 0 2px;

}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-theme{
    background-position: left -3px top -30px;

}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-page{
    background-position: left -3px top 2px;
}
.SkinPluginPro_icon:not(.sidebarIcon) .btn-plugin-import{
    background-position: left -3px top -60px;

}

.btn-plugin.btn-plugin-headerlayout{
	width: 40px;
    height: 40px;
    border-radius: 0;
    box-sizing: border-box;
    padding: 0px;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
    background-color: rgba(0, 172, 214,0.8);
	color: #fff;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='512' height='512' viewBox='0 0 512 512'%3E %3Cpath fill='rgba(255,255,255,1)' d='M461.9 114.9l-56.5 56.7-55.1-10-9.9-55.1 56.5-56.7c-12.7-12.7-30.8-18.5-44.2-17.8-13.5.7-42.3 8.3-64.6 32-21.6 22.8-44.3 65.3-24.2 112.5 2.4 5.7 5.1 13.2-2.9 21.2-8.1 8-215 202.8-215 202.8-19.4 16.7-18 47.6-.1 65.6 18.2 17.9 48.9 19 65.6-.3 0 0 193.2-205.8 202.7-215.1 8.5-8.3 16.1-5.5 21.2-2.9 35.6 18.4 86.3 2.4 112.6-23.9 26.3-26.3 31.1-51.7 31.9-64.7.8-12.9-3.7-30-18-44.3zM91.3 443.2c-6.3 6.2-16.5 6.2-22.7 0-6.2-6.3-6.2-16.5 0-22.7 6.3-6.2 16.5-6.2 22.7 0 6.2 6.3 6.2 16.5 0 22.7z'/%3E%3C/svg%3E");
	background-size: 1em 1em;
	background-position: center center;
	background-repeat: no-repeat;
	transition:all 300ms ease-in;
}
.btn-plugin.btn-plugin-headerlayout span,
.btn-plugin.btn-plugin-headerlayout i{
	display: none;
}
.btn-plugin.btn-plugin-headerlayout:hover{
    background-color: rgb(0, 172, 214);
}

div.actionMenu ul.dnn_mact > li.actionMenuMove > ul li{
	height: auto!important;
}

 
.col-md-12 {
    float: none!important;
}

#dnn_content .dnnForm.dnnLogin{
	padding-top: 100px;
}

.dnnModuleDigitalAssetsBackground ,
.dnnModuleDigitalAssetsBackground *,
.dnnModuleDigitalAssetsBackground *::after, 
.dnnModuleDigitalAssetsBackground *::before{
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
  box-sizing:content-box;
}
.dnnModuleDigitalAssetsBackground caption{
	padding: 0;
}


.footer-background{background: url(resource/images/HomePage2-footer.png);}
#Body .mb-5{margin-bottom:5px;}#Body .mb-10{margin-bottom:10px;}#Body .mb-30{margin-bottom:30px;}#Body .mb-45{margin-bottom:45px;}#Body .ml-auto{margin-left:auto;}#Body .mr-auto{margin-right:auto;}#Body .pt-30{padding-top:30px;}#Body .mb-40{margin-bottom:40px;}#Body .mb-50{margin-bottom:50px;}#Body .mb-25{margin-bottom:25px;}#Body .mt-20{margin-top:20px;}#Body .mb-15{margin-bottom:15px;}#Body .pt-5{padding-top:5px;}#Body .pb-10{padding-bottom:10px;}#Body .mb-20{margin-bottom:20px;}#Body .mr-10{margin-right:10px;}#Body .mb-0{margin-bottom:0px;}.size-48{font-size:2.25rem!important;}.size-35{font-size:1.75rem!important;}.size-16{font-size:1rem!important;}.is-box{position:relative;display:flex;justify-content:center;align-items:center;}.d-none{display:none !important;}.justify-content-between{justify-content:space-between!important;}.justify-content-center{justify-content:center!important;}.justify-content-end{justify-content:flex-end!important;}.align-items-center{align-items:center!important;}#Body .text-right{text-align:right;}#Body .text-center{text-align:center;}#Body .text-left{text-align:left;}.height-300{height:40px;}.height-20{height:20px;}.height-240{height:40px;}.height-100{height:40px;}.height-140{height:40px;}.height-40{height:40px;}.height-120{height:40px;}.height-80{height:40px;}.clearfix::after{display:block;clear:both;content:""}@media(min-width:576px){.col-sm-12{flex:0 0 100%;max-width:100%;}.col-sm-3{flex:0 0 25%;max-width:25%;}.col-sm-9{flex:0 0 75%;max-width:75%;}.col-sm-4{flex:0 0 33.333333333333336%;max-width:33.333333333333336%;}.col-sm-8{flex:0 0 66.66666666666667%;max-width:66.66666666666667%;}.col-sm-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%;}.col-sm-7{flex:0 0 58.333333333333336%;max-width:58.333333333333336%;}.col-sm-6{flex:0 0 50%;max-width:50%;}.col-sm-2{flex:0 0 16.666666666666668%;max-width:16.666666666666668%;}}@media(min-width:768px){.col-md-12{flex:0 0 100%;max-width:100%;}.col-md-8{flex:0 0 66.66666666666667%;max-width:66.66666666666667%;}.col-md-4{flex:0 0 33.333333333333336%;max-width:33.333333333333336%;}.col-md-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%;}.col-md-3{flex:0 0 25%;max-width:25%;}.col-md-6{flex:0 0 50%;max-width:50%;}#Body .mb-md-0{margin-bottom:0px;}.size-48{font-size:2.25rem!important;}.d-md-block{display:block !important;}.d-md-none{display:none !important;}#Body .text-md-left{text-align:left;}.height-300{height:300px;}.height-240{height:240px;}.height-100{height:100px;}.height-140{height:140px;}.height-40{height:40px;}.height-120{height:120px;}.height-80{height:80px;}}@media(min-width:992px){.col-lg-6{flex:0 0 50%;max-width:50%;}.col-lg-5{flex:0 0 41.66666666666667%;max-width:41.66666666666667%;}.col-lg-4{flex:0 0 33.333333333333336%;max-width:33.333333333333336%;}#Body .mb-lg-0{margin-bottom:0px;}#Body .pl-lg-60{padding-left:60px;}#Body .pl-lg-0{padding-left:0px;}#Body .pr-lg-0{padding-right:0px;}#Body .pr-lg-60{padding-right:60px;}#Body .pl-lg-50{padding-left:50px;}#Body .mb-lg-15{margin-bottom:15px;}#Body .text-lg-left{text-align:left!important;}#Body .text-lg-right{text-align:right!important;}}@media(min-width:1200px){.size-48{font-size:3rem!important;}.size-35{font-size:2.1875rem!important;}}</style><link href="/DependencyHandler.axd/800f8ff963148bd21d119cea12142ad7/1423/css" type="text/css" rel="stylesheet"/><link href="https://fonts.googleapis.com/css?family=Montserrat:300,regular,500,600,700&amp;display=swap&amp;subset=" type="text/css" rel="stylesheet"/><link href="/DependencyHandler.axd/8711f97a7b70a17018fa8bdbbc84c08a/1423/css" type="text/css" rel="stylesheet"/><link href="/DependencyHandler.axd/afa1457e1ccddbdd8565777c245df5e3/1423/css" media="none" title="all" onload="this.media=this.title" type="text/css" rel="stylesheet"/><script src="/DependencyHandler.axd/6f8df3c57a2f30848067f85134bcf309/1423/js" type="text/javascript"></script><style id="ContentBuilder1420-CodeCSS" type="text/css">body .button-01{border-radius:3px;background-color:#232c42;min-width:167px;}body .button-01,body .button-01:link,body .button-01:active,body .button-01:visited{color:#FFF;transition:color ease-in 300ms,background-color ease-in 300ms;}body .button-01:hover{background-color:#232c42;text-decoration:none !important;}body .button-01.btn-white{border-radius:3px;background-color:#ddb26d;}#Body .button-01.btn-white,#Body .button-01.btn-white:link,#Body .button-01.btn-white:active,#Body .button-01.btn-white:visited{color:#121722 !important;}#Body .button-01.btn-white:hover{background-color:#ffffff;}#Body .button-01.btn-yellow{border-radius:3px;background-color:#ddb26d;}#Body .button-01.btn-yellow,#Body .button-01.btn-yellow:link,#Body .button-01.btn-yellow:active,#Body .button-01.btn-yellow:visited{color:#121722 !important;}#Body .button-01.btn-yellow:hover{background-color:#ddb26d;}#Body .button-01.round-rect{border-radius:25px;}.progressbar01 .loadlist .progress{position:relative;margin:-2px 0 31px 0;background-color:#f4f4f4;overflow:initial;box-shadow:none;height:10px;border-radius:40px;}.progressbar01 .loadlist:last-child .progress{margin-bottom:0;}@-webkit-keyframes progress-bar-stripes{from{background-position:40px 0 }to{background-position:0 0 }}@keyframes progress-bar-stripes{from{background-position:40px 0 }to{background-position:0 0 }}.progressbar01 .loadlist .bar{position:absolute;width:0;height:100%;background-color:#232c42;-webkit-transition:width ease-in 400ms;transition:width ease-in 400ms;border-radius:40px;background-image:-webkit-linear-gradient(-45deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);background-image:linear-gradient(-45deg,rgba(255,255,255,.3) 25%,transparent 25%,transparent 50%,rgba(255,255,255,.3) 50%,rgba(255,255,255,.3) 75%,transparent 75%,transparent);-webkit-animation:progress-bar-stripes 2s linear infinite;animation:progress-bar-stripes 2s linear infinite;background-size:40px 40px;}.progressbar01 .loadlist .bar span{position:absolute;left:100%;margin-left:-5px;top:-29px;font-size:0.8125rem;line-height:1;padding:4px 5px 1px;-webkit-transform:translateX(-50%);transform:translateX(-50%);opacity:0;color:#666666;border-radius:3px;border:1px solid currentColor;border-bottom-color:transparent;}.progressbar01 .loadlist .bar::after{content:"";position:absolute;bottom:100%;left:100%;width:5px;height:5px;border-right:1px solid currentColor;border-bottom:1px solid currentColor;-webkit-transform:rotate(45deg);transform:rotate(45deg);margin:0px 0px 6px -7px;opacity:0;}.progressbar01 .loadlist .bar span::before,.progressbar01 .loadlist .bar span::after{content:"";position:absolute;top:-1px;left:-1px;right:calc(50% + 3px);bottom:-1px;border-radius:0 0 0 4px;border-bottom:1px solid currentColor;}.progressbar01 .loadlist .bar span::after{right:-1px;left:calc(50% + 3px);border-radius:0 0 4px 0;}.progressbar01 .loadlist .bar.animated span,.progressbar01 .loadlist .bar.animated::after{opacity:1;}.easy-testimonials01{text-align:center;}.easy-testimonials01 blockquote{margin:0 auto;padding:0;border:none;max-width:770px;font-size:1.25rem;font-weight:600;color:#2e323c;font-style:normal;line-height:inherit;text-align:left;}.easy-testimonials01 .testimonials-rating{width:130px;height:16px;background:url('data:image/svg+xml;utf8,<svg _tmplitem="3" width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path _tmplitem="3" d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="%23ff6e2f" fill="none" ></path></svg>');background-size:26px 16px;margin:0 0 70px;}.easy-testimonials01 .testimonials-rating span{display:block;height:100%;background:url('data:image/svg+xml;utf8,<svg _tmplitem="3" width="162" height="100" xmlns="http://www.w3.org/2000/svg"><path _tmplitem="3" d="M50,5 67,32 98,40 77,64 80,96 50,84 20,96 23,64 2,40 33,32 50,5" stroke-width="2" stroke="rgba(231,113,27)" fill="%23ff6e2f" ></path></svg>');background-size:26px 16px;}.easy-testimonials01 .info-title{margin:30px 0 15px;position:relative;}.easy-testimonials01 .name{font-size:1.375rem;margin:0 0 0;line-height:1.2;}.easy-testimonials01 .job{font-size:1rem;line-height:1.2;font-weight:initial;font-style:italic;}.easy-testimonials01 .info-title::after{content:'“';position:absolute;left:59px;top:-36px;transform:translateX(-50%);font-size:300px;line-height:0;color:#232c42;opacity:.1;}@media only screen and (max-width:767px){.easy-testimonials01 blockquote{font-size:1.25rem;}.easy-testimonials01 .name{font-size:1rem;}.easy-testimonials01 .testimonials-rating{margin:0 0 30px;}}.title-04{margin-bottom:52px;}.title-04 small{font-size:1.125rem;color:#2e323c;font-weight:600;margin-bottom:16px;display:inline-block;position:relative;z-index:2;}.title-04 small::after{content:"";height:11px;background-color:#ddb26d;position:absolute;left:0;width:100%;bottom:5px;z-index:-1;}.title-04::after{content:"";width:63px;display:inline-block;border-bottom:2px solid #232c42;margin:11px 0 0px;vertical-align:middle;}.is-light-text .title-04::after{border-bottom-color:#FFF;}html.html-night .title-04 small{color:#FFF;}html.html-night .title-04 small::after{content:none;}html.html-night .is-section.is-light-text .title-04{color:#FFF !important;background-color:#000 !important;box-shadow:0 0 0 8px #000 !important;}html.html-night .title-04::after{border-bottom-color:#FFF;}.icon-box02{background-color:#ffffff;box-shadow:0 0 15px rgba(21,50,120,0.12);padding:40px;border-radius:6px;margin:0 0 30px;text-align:center; height: 355px;}.icon-box02 .icon{width:134px;height:122px;display:inline-flex;justify-content:center;align-items:center;font-size:58px;position:relative;z-index:2;color:#FFF;margin:0px 0px 25px;}.icon-box02 .icon .icon-bg{position:absolute;z-index:-1;width:100%;height:100%;pointer-events:none;}.icon-box02 .title{font-size:1.25rem;margin:0 0 25px;}.icon-box02 .title::after{content:"";width:20px;border-bottom:2px solid #232c42;display:block;margin:17px auto 0;}html.html-night .icon-box02{background-color:rgba(255,255,255,.1);}.counter-02{margin-bottom:52px;position:relative;text-align:center;font-size:1.25rem;}.counter-02 .number{font-size:3.125rem;font-weight:600;line-height:1;margin-bottom:14px;display:inline-block;}.counter-02 .title{font-size:1.25rem;margin:15px 0 0;font-weight:400;}.counter-02:last-child{margin:0 ;}@media only screen and (max-width:991px){.counter-02::after{content:none;}}html.html-night .is-section.is-light-text .counter-02{color:#FFF !important;background-color:#000 !important;box-shadow:0 0 0 8px #000 !important;}.img-box01{border-radius:45px;overflow:hidden;display:inline-block;position:relative;margin:0 0 30px;vertical-align:middle;}.img-box01 .cont{position:absolute;top:0;left:0;text-align:center;width:100%;height:100%;transition:all 300ms ease-in;opacity:0;z-index:2;display:flex;flex-direction:column;justify-content:center;align-items:center;pointer-events:none;}.cell-active .img-box01 .cont{pointer-events:auto;}.img-box01 .cont a,.img-box01 .cont button{pointer-events:auto;}.img-box01 .cont .title{font-size:1.5rem;color:#FFF;margin-bottom:22px;}.img-box01 .cont .plus{position:relative;width:20px;height:20px;display:inline-block;color:#FFF;}.img-box01 .cont .plus::after{content:"";position:absolute;width:100%;left:0;top:50%;margin-top:-1px;border-bottom:2px solid currentColor;}.img-box01 .cont .plus::before{content:"";position:absolute;height:100%;left:50%;top:0;margin-left:-1px;border-left:2px solid currentColor;}.img-box01::after{content:"";position:absolute;background-color:#232c42;top:0;left:0;right:0;bottom:0;z-index:1;opacity:0;transition:all 300ms ease-in;pointer-events:none;}.img-box01:hover::after{opacity:0.9;}.img-box01:hover .cont{opacity:1;}.img-box01 a{outline-offset:-2px;}.social-01 .sico{width:40px;height:40px;display:inline-flex;margin:0 7px 0 0;border-radius:50%;color:#FFF;transition:all ease-in 300ms;}.social-01{min-width:175px;display:inline-block;margin:0 0 20px 0;}.social-01:hover{text-decoration:none !important;}.social-01:hover .sico{filter:contrast(150%);}

@media only screen and (min-width:768px){
#Body .text-md-right {
    text-align: right!important;
}
@media only screen and (min-width:768px){
#Body .text-md-left {
    text-align: left!important;
}
}


/* START Contact Us*/
.contactus-section01{background-color: #232c42;color: #FFF;text-align: center;margin-top: -95px;}.contactus-section01 .icon{font-size: 36px;margin-bottom: 15px;}.contactus-section01 p{margin: 0;}.contactus-section01 > div{padding: 40px 15px;}.contactus-section01 .left-box{background-color: #ddb26d;display: flex;flex-direction: column;align-items: center;justify-content: center;}.contactus-section01 .title{margin-bottom: 0;padding: 0px 20px;}.contactus-section01 > div::after{content: "";position: absolute;right: 0px;top: 32px;bottom: 32px;border-right: 1px solid rgba(255,255,255,.1);}@media only screen and (max-width: 1024px) {.contactus-section01{margin-top: 30px;}}@media only screen and (max-width: 991px) {.contactus-section01{margin-top: 0px;margin-right: -20px;margin-left: -20px;word-break: break-all;}.contactus-section01 .title{padding: 0;}.contactus-section01 > div{padding: 20px 10px;}}@media only screen and (max-width: 767px) {.contactus-section01 > div{border-bottom: 1px solid rgba(255,255,255,.2);}}
/* END Contact Us*/

/* START About Us*/
 .tab01 ul.resp-tabs-list{margin: 0;padding: 0;list-style: none;border-bottom: 1px solid var(--line-color);}.tab01 ul.resp-tabs-list li {white-space: nowrap;cursor: pointer;-webkit-transition:all ease-in 200ms;transition: all ease-in 200ms;display: inline-block;color: #2e323c;font-size: 1.125rem;padding: 30px 0 30px;margin-right: 50px;position: relative;font-weight: 600;outline: 2px dotted transparent;}html.html-night .tab01 ul.resp-tabs-list li {color: #ffffff;}.tab01 ul.resp-tabs-list li::after{content: "";position: absolute;bottom: -2px;left: 0;border-bottom: 3px solid #232c42;right: 100%;transition: all ease-in 200ms;}.tab01 ul.resp-tabs-list li:hover::after, .tab01 ul.resp-tabs-list li.resp-tab-active::after {right:0;}.tab01 ul.resp-tabs-list li .icon{-webkit-transition:all ease-in 200ms;transition: all ease-in 200ms;display: block;margin-bottom: 15px;max-width: 100%;width:50px;}.tab01 h2.resp-accordion, .tab01 .resp_container {display: none;}.tab01 .resp-tab-content .resp_margin {margin: 36px 0 0;}.tab01 .resp-tab-content ul{list-style: none;margin: 0;padding-top: 5px;}.tab01 .resp-tab-content ul li{font-size: 1rem;line-height: 36px;}.tab01 .resp-tab-content ul li .sico, .tab01 .resp-tab-content ul li .icon-svg{margin-right: 12px;vertical-align: middle;margin-bottom: 0px;}@media only screen and (max-width:767px) {.tab01 ul.resp-tabs-list {display: none;}.tab01 h2.resp-accordion {position: relative;display: block;border: 1px solid #e1e1e1;border-bottom: none;font-size: 0.9375rem;font-weight: 600;padding: 12px 30px 12px 15px;cursor: pointer;margin: 0;color: #424242;transition: background-color ease-in 200ms;-webkit-transition: background-color ease-in 200ms;}.tab01 .resp-arrow {position: absolute;right: 10px;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);transform: translateY(-50%);display: inline-block;}.tab01 .resp-arrow:after, .tab01 .resp-arrow:before{position: absolute;content: "";top: 50%;left: 50%;z-index: 1;}.tab01 .resp-arrow:before{width: 12px;height: 2px;background: #424242;margin: -1px 0 0 -12px;}.tab01 .resp-arrow:after{width: 2px;height: 12px;background: #424242;margin: -6px 0 0 -7px;opacity: 1;}.tab01 .resp-tab-active .resp-arrow:before, .tab01 .resp-tab-active .resp-arrow:after{background: #FFF;}.tab01 .resp-tab-active .resp-arrow:after{opacity: 0;}.tab01 .resp-accordion .sico, .tab01 .resp-accordion .icon-svg{font-size: 1.2em;margin-right: 12px;vertical-align: middle;}.tab01 .resp-accordion:hover {background: #eeeeee;color: #333333;}.tab01 .resp-tab-active, .tab01 .resp-tab-active:hover {background:#232c42;}.tab01 h2.resp-accordion.resp-tab-active, .tab01 h2.resp-accordion.resp-tab-active .sico, .tab01 h2.resp-accordion.resp-tab-active .icon-svg{color: #FFF !important;}.tab01 .resp-tabs-container {width: 100%;margin: 0px;border-radius: 0px;-moz-border-radius: 0px;-webkit-border-radius: 0px;border: none;border-bottom: 1px solid #e1e1e1;}.tab01 .resp-tabs-container .resp_margin {padding: 15px;margin: 0px;}.tab01 .resp-tab-content {border: 1px solid #e1e1e1;border-bottom: none;width: auto !important;padding: 0px;margin-bottom: 0px;clear: both;display: none;}}body .button-01{border-radius: 3px;background-color: #232c42;min-width: 167px;}body .button-01, body .button-01:link, body .button-01:active, body .button-01:visited{color: #FFF;transition: color ease-in 300ms, background-color ease-in 300ms;}body .button-01:hover{background-color: #232c42;text-decoration: none !important;}body .button-01.btn-white{border-radius: 3px;background-color: #ddb26d;}#Body .button-01.btn-white, #Body .button-01.btn-white:link, #Body .button-01.btn-white:active, #Body .button-01.btn-white:visited{color: #121722 !important;}#Body .button-01.btn-white:hover{background-color: #ddb26d;}#Body .button-01.btn-yellow{border-radius: 3px;background-color: #ddb26d;}#Body .button-01.btn-yellow, #Body .button-01.btn-yellow:link, #Body .button-01.btn-yellow:active, #Body .button-01.btn-yellow:visited{color: #121722 !important;}#Body .button-01.btn-yellow:hover{background-color: #ddb26d;}#Body .button-01.round-rect{border-radius: 25px;}.title-07{padding: 0 0 0 22px;font-size: 2rem;margin: 0 0 52px;position: relative;line-height: 1.2;border-left-color: #232c42;}.title-07::before{content: "";position: absolute;top: 5px;bottom: 5px;left: 0;border-left: 3px solid;border-left-color: inherit;}@media only screen and (max-width: 991px) {.title-07{font-size: 1.5rem;margin-bottom: 30px;}}.aboutus-section02 .leftbox {margin-left: -300px;}.aboutus-section02 .leftbox-title{position: relative;}.aboutus-section02 .leftbox-title::before{content: "";position: absolute;height: 140px;border-left: 3px solid #232c42;z-index: 2;top: 10px;left: -18px;}.aboutus-section02-text{display: flex;}.aboutus-section02-text{display: flex;align-items: center;margin-bottom: 60px;}.aboutus-section02-text .number{color: #232c42;font-size: 4rem;font-weight: 600;margin-right: 20px;line-height: 1;}.aboutus-section02-text p{margin-bottom: 0;color: #494e5c;font-weight: 600;}@media only screen and (max-width: 992px) {.aboutus-section02 .leftbox {margin-left: -15px;}.aboutus-section02 .leftbox-title::before{content: none;}}.ourteam-04 {-webkit-perspective: 1000;perspective: 1000;overflow: visible;margin-bottom: 35px;height: calc(100% - 35px);position: relative;-webkit-transform-style: preserve-3d;transform-style: preserve-3d;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform-origin: center;transform-origin: center;-webkit-transition: z-index 750ms ease;transition: z-index 750ms ease;display: flex;opacity: 1;z-index: 0;}.ourteam-04 .front, .ourteam-04 .back {-webkit-transition: all 750ms ease 0s;transition: all 750ms ease 0s;position: relative;-webkit-backface-visibility: hidden;backface-visibility: hidden;-webkit-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);flex: 0 0 100%;width: 100%;display: flex;flex-direction: column;overflow: hidden;}.ourteam-04 .front {position: relative;-webkit-transform: rotateY(0deg);transform: rotateY(0deg);z-index: 2;justify-content: center;align-items: center;border: 1px solid var(--line-color);border-radius: 3px;padding: 50px 30px;}.ourteam-04 .back {z-index: 1;-webkit-transform: rotateY(-180deg);transform: rotateY(-180deg);background: #ddb26d!important;margin-left: -100%;justify-content: center;align-items: center;text-align: center;padding: 40px;}.ourteam-04:hover {z-index: 100;}.ourteam-04:hover .front, .ourteam-04:focus-within .front {background-color: #FFF;-webkit-transform: rotateY(180deg);-moz-transform: rotateY(180deg);transform: rotateY(180deg);background-color: #edf0f8;}.ourteam-04:hover .back, .ourteam-04:focus-within .back {-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);transform: rotateY(0deg);z-index: 2;}.ourteam-04 .front .pic {border-radius: 50%;overflow: hidden;flex: 0 0 164px;width: 164px;height: 164px;margin-bottom: 35px;}.ourteam-04 .front .title{font-size: 1.375rem;color: #2e323c;margin: 0 0 4px; text-align:center;}.ourteam-04 .front .link{height: 50px;line-height: 50px;background-color: #232c42;padding: 0px 28px;border-radius: 3px;color: #FFF;font-weight: 600;}.ourteam-04 .front .position{margin: 0 0 24px;}.ourteam-04 .back .title{font-size: 1.125rem;}.ourteam-04 .back .description::after{content: "";border-bottom: 2px solid #232c42;width: 30px;display: block;margin: 34px auto 20px;}.ourteam-04 .back .social{display: flex;margin-top: 17px;}@media only screen and (max-width: 992px) {.ourteam-04 .front, .ourteam-04 .back{padding: 20px 15px;}}html.html-night .ourteam-04 .front, html.html-night .ourteam-04 .back {background-color: #111;border: none;}.cell-active .ourteam-04 .front{-webkit-transform: rotateY(0deg) translateY(100%) !important;transform: rotateY(0deg) translateY(100%) !important;margin: 0 !important;}.cell-active .ourteam-04 .back{-webkit-transform: rotateY(0deg);-moz-transform: rotateY(0deg);transform: rotateY(0deg);z-index: 2;}.social-03{height: 40px;width: 40px;border-radius: 50%;margin: 0px 5px 5px;position: relative;display: inline-block;}.social-03, .social-03:link, .social-03:visited{color: #FFF;}.social-03 i{height: 40px;width: 40px;}.img-box06{position: relative;margin-bottom: 30px;}.img-box06 .cont{position: absolute;top: 0;left:0;width: 100%;height: 100%;opacity: 0;-webkit-transition: all 300ms ease;transition: all 300ms ease;display: flex;flex-direction: column;justify-content: center;align-items: center;pointer-events: none;}.img-box06 .cont > *{pointer-events:all;}.img-box06 .title{background-color: #FFF;color: #2e323c;font-size: 1.125rem;padding: 14px 30px 13px;border-radius: 3px;}.img-box06:hover .cont{opacity: 1;}html.html-night .img-box06 .title{background-color: #000;}.aboutus-imgbox{text-align: center;display: inline-block;}.aboutus-imgbox .img-info{width: 170px;padding: 30px 25px;border-radius: 6px;position: absolute;top: 15%;left: 0;margin-left: -85px;}.aboutus-imgbox .number{font-size: 40px;color: #2e323c !important;font-weight: 600;line-height: 1;}.aboutus-imgbox .icon{margin-bottom: 15px;}.aboutus-imgbox .title{color:#2e323c;margin-bottom: 0;}.aboutus-imgbox .img-info .title{font-weight: 400;color: #494e5c;}.aboutus-imgbox .img-info2{width: 170px;padding: 30px 25px;border-radius: 6px;position: absolute;bottom: 15%;right: 0;margin-right: -85px;}html.html-night .aboutus-imgbox .img-info .title{color: #000 !important }html.html-night .aboutus-imgbox .img-info2{background-color: #000;}
/* END About Us*/





.img-box07 {
    text-align: center;
    box-shadow: 0 0 0px 1px var(--line-color) inset;
    margin-bottom: 30px;
    height: calc(100% - 30px);
}
.img-box07 .title {
    font-size: 1.125rem;
    color: #2e323c;
    background-color: #ffffff;
    padding: 18px 18px 0;
    z-index: 1;
    position: relative;
    display: inline-block;
    min-width: 210px;
    margin: 0px 10px -10px;
    top: -30px;
    border-radius: 5vw 5vw 0vw 5vw;
}
.img-box07 .title::after {
    content: "";
    height: 20px;
    border-left: 2px solid #232c42;
    display: block;
    width: 0;
    margin: 14px auto 0;
}

.img-box07 .cont {
    padding: 0 45px 30px;
}
.img-box07 .arrow {
    width: 25px;
    height: 14px;
    color: #232c42;
    position: relative;
    display: inline-block;
    margin-top: 8px;
}
.img-box07 .arrow::before {
    content: "";
    width: 22px;
    border-bottom: 2px solid currentColor;
    position: absolute;
    top: 6px;
    left: 0;
}
.img-box07 .arrow::after {
   content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate( 
140deg
 );
    position: absolute;
    top: 2px;
    left: 0px;
    border-bottom: 2px solid currentColor;
    border-right: 2px solid currentColor;
}


.title-news::after {
content: "";
    height: 15px;
    border-bottom: 2px solid #232c42;
    display: block;
    width: 60px;
    margin: 0px auto 0;
}
}
.img-box07:hover .arrow{
    color: #e8d158;
    transition: all 0.4s;
}
.img-box07 .arrow:hover {
    margin-right: 5px;
}
.img-box07:hover .title {
    color: #e6cf5a;
    transition: all 0.4s;
}

.listingItem .imglist .news-cont{
    min-height: 320px;
}

.img-govahi {
    border: 1px solid #eee;
    padding: 2px;
    box-shadow: 0 0 10px 0 #eee;
}
/* START Contact Us*/
.contactus-section01{background-color: #232c42;color: #FFF;text-align: center;margin-top: -95px;}.contactus-section01 .icon{font-size: 36px;margin-bottom: 15px;}.contactus-section01 p{margin: 0;}.contactus-section01 > div{padding: 40px 15px;}.contactus-section01 .left-box{background-color: #ddb26d;display: flex;flex-direction: column;align-items: center;justify-content: center;}.contactus-section01 .title{margin-bottom: 0;padding: 0px 20px;}.contactus-section01 > div::after{content: "";position: absolute;right: 0px;top: 32px;bottom: 32px;border-right: 1px solid rgba(255,255,255,.1);}@media only screen and (max-width: 1024px) {.contactus-section01{margin-top: 30px;}}@media only screen and (max-width: 991px) {.contactus-section01{margin-top: 0px;margin-right: -20px;margin-left: -20px;word-break: break-all;}.contactus-section01 .title{padding: 0;}.contactus-section01 > div{padding: 20px 10px;}}@media only screen and (max-width: 767px) {.contactus-section01 > div{border-bottom: 1px solid rgba(255,255,255,.2);}}
/* END Contact Us*/



.img-box04 {
    padding-left: 40px;
    margin-bottom: 30px;
}
span.img-Lazy-warp, a.img-Lazy-warp, b.img-Lazy-warp, i.img-Lazy-warp {
    display: inline-block;
}
.d-wrapper img {
    max-width: 100%;
}
img {
    vertical-align: middle;
    border-style: none;
}
.img-box04 .cont {
    background-color: #ffffff;
        margin: -80px -30px 40px;
    box-shadow: 0 0 15px rgb(21 50 120 / 12%);
    position: relative;
    z-index: 2;
    width: 75%;
    text-align: left;
       padding: 25px 15px;
}
.img-box04 .title {
    color: #2e323c;
    font-size: 16px;
    margin-bottom: 7px;
    text-align:left;
}
.img-box04 p {
    margin-bottom: 0;
    color: #494e5c;
    text-align: left;
    font-size: 14px;
}


@media only screen and (min-width: 992px){
h3 {
    font-size: 2rem;
}}

.ourteam-04 {
    -webkit-perspective: 1000;
    perspective: 1000;
    overflow: visible;
    margin-bottom: 35px;
    height: calc(100% - 35px);
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: z-index 750ms ease;
    transition: z-index 750ms ease;
    display: flex;
    opacity: 1;
    z-index: 0;
}
.ourteam-04 .front {
    position: relative;
    -webkit-transform: rotateY(
0deg
);
    transform: rotateY(
0deg
);
    z-index: 2;
    justify-content: center;
    align-items: center;
    border: 1px solid var(--line-color);
    border-radius: 3px;
    padding: 50px 30px;
}

.ourteam-04 .front, .ourteam-04 .back {
    -webkit-transition: all 750ms ease 0s;
    transition: all 750ms ease 0s;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    flex: 0 0 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.ourteam-04 .front .pic {
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 164px;
    width: 164px;
    height: 164px;
    margin-bottom: 35px;
}
.ourteam-04 .front .title {
    font-size: 1.375rem;
    color: #2e323c;
    margin: 0 0 4px;
}
.ourteam-04 .front .position {
    margin: 0 0 24px;
}
.ourteam-04 .front .link {
    height: 50px;
    line-height: 50px;
    background-color: #153278;
    padding: 0px 28px;
    border-radius: 3px;
    color: #FFF;
    font-weight: 600;
}
.ourteam-04 .back {
    z-index: 1;
    -webkit-transform: rotateY(
-180deg
);
    transform: rotateY(
-180deg
);
    background: #ddb26d;
    margin-left: -100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 40px;
}
.ourteam-04 .back .description::after {
    content: "";
    border-bottom: 2px solid #232c42;
    width: 30px;
    display: block;
    margin: 34px auto 20px;
}
.ourteam-04 .back .title {
    font-size: 1.125rem;
}
.ourteam-04 .back .social {
    display: flex;
    margin-top: 17px;
}
.social-03, .social-03:link, .social-03:visited {
    color: #FFF;
}
.social-03 i {
    height: 40px;
    width: 40px;
}


/*about use page*/
h2.h2-title {
color: #1b49c3;
    font-size: 26px;
    margin-bottom: 55px;
}
.h2-title:after{
content: "";
    height: 30px;
    border-left: 2px solid #ddb26d;
    display: block;
    width: 85px;
    margin: -35px -10px;}

p.p-normal {
    text-align: justify;
    font-size: 15px;
}
.bg-about-us {
    background: url(/Portals/0/Images/inner/bg-aboutus.jpg)no-repeat right top fixed;
    background-size: cover;
}
p.p-in-bg {
    color: #fff;
    font-size: 15px;
}
.bg-about-us2 {
    background: url(/Portals/0/Images/inner/bg-aboutus2.jpg)no-repeat right top fixed;
    background-size: cover;
}
mg.img-about-us {
    border-radius: 0 7vw 7vw 0;
}
.img-products{
    border: 1px solid #e9eff7;
    padding: 5px;
    box-shadow: 0 0 10px 0 #d7e5f5;
    }
p.p-products {
    margin-top: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #232c42;
}
video.video-home {
    border: 1px solid #f6faff;
    padding: 5px;
    box-shadow: 0 0 10px #cce2f9;
    border-radius: 1vw;
}
h3.pinkColor {
    color: red;
    font-size: 35px;
}
p.p-yellow {
    color: yellow;
    font-weight: bold;
    font-size: 16px;
}


/*news*/
.listingItem .btn-primary {
    background-color: #232c42!important;
    border-color: #232c42!important;
    padding: 10px !important;
    border-radius: 5px !important;
}