



/* Industo */
/* Preloader */

.preloader{ 
	position:fixed;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	z-index:999999999;
	background-color:#ffffff;
	background-position:center center;
	background-repeat:no-repeat;
	background-image:url(../images/icons/preloader.svg);
	background-size:100px;
}

/*** 

====================================================================
	Root Code Variables
====================================================================

***/


:root{
	
	/* #fa4318 in decimal RGB */
	--main-color: rgb(250,67,24);
	--main-color-rgb: 250,67,24;
  
  /* #120600 in decimal RGB */
  --color-two: rgb(18,6,0);
  --color-two-rgb: 18,6,0;
  
  /* #b9b9b9 in decimal RGB */
  --color-three: rgb(185,185,185);
  --color-three-rgb: 185,185,185;
  
  /* #bdbdbd in decimal RGB */
  --color-four: rgb(189,189,189);
  --color-four-rgb: 189,189,189;
  
  /* #0057fc in decimal RGB */
  --color-two-rgba: rgb(0,87,252,0.10);
  
  /* #edf3ff in decimal RGB */
  --color-three: rgb(237,243,255);
  
  /* #0b0b0b in decimal RGB */
  --color-four: rgb(11,11,11);
  --color-four-rgb:11,11,11;
  
  /* #666666 in decimal RGB */
  --color-five: rgb(102,102,102);
  --color-five-rgb:102,102,102;
  
  /* #d9d9d9 in decimal RGB */
  --color-six: rgb(217,217,217);
  --color-six-rgb:217,217,217;
  
  /* #e3e3e3 in decimal RGB */
  --color-seven: rgb(227,227,227);
  --color-seven-rgb:227,227,227;
  
  /* #343434 in decimal RGB */
  --color-eight: rgb(52,52,52);
  --color-eight-rgb:52,52,52;
  
  /* #eaebed in decimal RGB */
  --color-nine: rgb(234,235,237);
  --color-nine-rgb:234,235,237;
  
  /* #f2f2f2 in decimal RGB */
  --color-ten: rgb(242,242,242);
  --color-ten-rgb:242,242,242;
  
  /* #28bc00 in decimal RGB */
  --color-eleven: rgb(40,188,0);
  --color-eleven-rgb:40,188,0;
  
  /* #186e00 in decimal RGB */
  --color-twelve: rgb(24,110,0);
  --color-twelve-rgb:24,110,0;
  
  /* #0099e2 in decimal RGB */
  --color-thirteen: rgb(0,153,226);
  --color-thirteen-rgb:0,153,226;
  
  /* #efefef in decimal RGB */
  --color-fourteen: rgb(239,239,239);
  --color-fourteen-rgb:239,239,239;
  
  /* #e2e2e2 in decimal RGB */
  --color-fifteen: rgb(226,226,226);
  --color-fifteen-rgb:226,226,226;
  
  /* #faad18 in decimal RGB */
  --color-sixteen: rgb(250,173,24);
  --color-sixteen-rgb:250,173,24;
  
  /* #999999 in decimal RGB */
  --color-seventeen: rgb(153,153,153);
  --color-seventeen-rgb:153,153,153;
  
  /* #f7f7f7 in decimal RGB */
  --color-eightteen: rgb(247,247,247);
  --color-eightteen-rgb:247,247,247;
  
  /* #3c3c3c in decimal RGB */
  --color-nineteen: rgb(60,60,60);
  --color-nineteen-rgb:60,60,60;
  
  /* #b42706 in decimal RGB */
  --color-twenty: rgb(180,39,6);
  --color-twenty-rgb:180,39,6;
  
  /* #060803 in decimal RGB */
  --color-twentyone: rgb(6,8,3);
  --color-twentyone-rgb:6,8,3;
  
  /* #9d9d9d in decimal RGB */
  --color-twentytwo: rgb(157,157,157);
  --color-twentytwo-rgb:157,157,157;
  
  /* #f5f5f5 in decimal RGB */
  --color-twentythree: rgb(245,245,245);
  --color-twentythree-rgb:245,245,245;
  
  /* #000254 in decimal RGB */
  --color-twentyfour: rgb(0,2,84);
  --color-twentyfour-rgb:0,2,84;
  
  /* #ccf7ee in decimal RGB */
  --color-twentyfive: rgb(204,247,238);
  --color-twentyfive-rgb:204,247,238;
  
  /* #0ad9ab in decimal RGB */
  --color-twentysix: rgb(10,217,171);
  --color-twentysix-rgb:10,217,171;
  
  /* #121f53 in decimal RGB */
  --color-twentyseven: rgb(9,110,245);
  --color-twentyseven-rgb:9,110,245;
  
  /* #00d09b in decimal RGB */
  --color-twentyeight: rgb(0,208,155);
  --color-twentyeight-rgb:0,208,155;
  
  /* #020022 in decimal RGB */
  --color-twentynine: rgb(2,0,34);
  --color-twentynine-rgb:2,0,34;
  
  /* #9f989c in decimal RGB */
  --color-thirty: rgb(159,152,156);
  --color-thirty-rgb:159,152,156;
  
  /* #0d003d in decimal RGB */
  --color-thirtyone: rgb(13,0,61);
  --color-thirtyone-rgb:13,0,61;
  
  /* #f4f4f4 in decimal RGB */
  --color-thirtytwo: rgb(244,244,244);
  --color-thirtytwo-rgb:244,244,244;
  
  /* #1c0060 in decimal RGB */
  --color-thirtythree: rgb(28,0,96);
  --color-thirtythree-rgb:28,0,96;
  
  /* #04725a in decimal RGB */
  --color-thirtyfour: rgb(4,114,90);
  --color-thirtyfour-rgb:4,114,90;
  
  /* #909090 in decimal RGB */
  --color-thirtyfive: rgb(144,144,144);
  --color-thirtyfive-rgb:144,144,144;
  
  /* #eaeaea in decimal RGB */
  --color-thirtysix: rgb(234,234,234);
  --color-thirtysix-rgb:234,234,234;
  
  /* #888888 in decimal RGB */
  --color-thirtyseven: rgb(136,136,136);
  --color-thirtyseven-rgb:136,136,136;
  
  /* #ffc410 in decimal RGB */
  --color-thirtyeight: rgb(255,196,16);
  --color-thirtyeight-rgb:255,196,16;
  
  /* #0e003f in decimal RGB */
  --color-thirtynine: rgb(14,0,63);
  --color-thirtynine-rgb:14,0,63;
  
  /* #020033 in decimal RGB */
  --color-fourty: rgb(2,0,51);
  --color-fourty-rgb:2,0,51;
  
  /* #121f53 in decimal RGB */
  --color-fourtyone: rgb(169,0,61);
  --color-fourtyone-rgb:169,0,61;
  
  /* #f30030 in decimal RGB */
  --color-fourtytwo: rgb(243,0,48);
  --color-fourtytwo-rgb:243,0,48;
  
  /* #83829b in decimal RGB */
  --color-fourtythree: rgb(131,130,155);
  --color-fourtythree-rgb:131,130,155;
  
  /* #06034f in decimal RGB */
  --color-fourtyfour: rgb(6,3,79);
  --color-fourtyfour-rgb:6,3,79;
  
  /* #b92300 in decimal RGB */
  --color-fourtyfive: rgb(185,35,0);
  --color-fourtyfive-rgb:185,35,0;
  
  /* #e5e5ed in decimal RGB */
  --color-fourtysix: rgb(229,229,237);
  --color-fourtysix-rgb:229,229,237;
  
  /* #d2d2d2 in decimal RGB */
  --color-fourtyseven: rgb(210,210,210);
  --color-fourtyseven-rgb:210,210,210;
  
  /* #fafafa in decimal RGB */
  --color-fourtyeight: rgb(250,250,250);
  --color-fourtyeight-rgb:250,250,250;
  
  /* #676767 in decimal RGB */
  --color-fourtynine: rgb(103,103,103);
  --color-fourtynine-rgb:103,103,103;
  
  /* #4f4f4f in decimal RGB */
  --color-fifty: rgb(79,79,79);
  --color-fifty-rgb:79,79,79;
  
  /* #f3f3f3 in decimal RGB */
  --color-fiftyone: rgb(243,243,243);
  --color-fiftyone-rgb:243,243,243;
  
  /* #121e2d in decimal RGB */
  --color-fiftytwo: rgb(18,30,45);
  --color-fiftytwo-rgb:18,30,45;
  
  /* #333333 in decimal RGB */
  --color-fiftythree: rgb(51,51,51);
  --color-fiftythree-rgb:51,51,51;
  
  /* #f1f1f1 in decimal RGB */
  --color-fiftyfour: rgb(241,241,241);
  --color-fiftyfour-rgb:241,241,241;
  
  /* #151515 in decimal RGB */
  --color-fiftyfive: rgb(21,21,21);
  --color-fiftyfive-rgb:21,21,21;
  
  /* #76a713 in decimal RGB */
  --color-fiftysix: rgb(118,167,19);
  --color-fiftysix-rgb:118,167,19;
  
  /* #838181 in decimal RGB */
  --color-fiftyseven: rgb(131,129,129);
  --color-fiftyseven-rgb:131,129,129;
  
  /* #2a2b2b in decimal RGB */
  --color-fiftyeight: rgb(42,43,43);
  --color-fiftyeight-rgb:42,43,43;
  
  /* #032d57 in decimal RGB */
  --color-fiftynine: rgb(3,45,87);
  --color-fiftynine-rgb:3,45,87;
  
  /* #02032a in decimal RGB */
  --color-sixty: rgb(2,3,42);
  --color-sixty-rgb:2,3,42;
  
  
  
  
  
  
  
  
  /* #ffffff in decimal RGB */
  --white-color:rgb(255,255,255);
  --white-color-rgb:255,255,255;
  
  /* #ffffff in decimal RGBA */
  --white-color-rgba:rgb(255,255,255,0.10);
  
  /* #000000 in decimal RGB */
  --black-color:rgb(0,0,0);
  --black-color-rgb:0,0,0;
  
  /* #25373f in decimal RGB */
  --text-color:rgb(37,55,63);
  
  /* #25373f in decimal RGBA */
  --text-color-rgba:rgb(37,55,63,0.80);
  
  /* #25373f Heading Color */
  --heading-color:rgb(37,55,63);
  
  /* #25373f Heading Color */
  --dark-bg-color:rgb(37,55,63);
  
  /* #000404 Heading Color */
  --dark-color:rgb(0,4,4);
  
  /* #25373f Heading Color */
  --dark-border-color:rgb(37,55,63);
  

/* Heading Fonts */
  
  --font-8: 8px;
  --font-10: 10px;
  --font-12: 12px;
  --font-13: 13px;
  --font-14: 14px;
  --font-15: 15px;
  --font-16: 16px;
  --font-17: 17px;
  --font-18: 18px;
  --font-20: 20px;
  --font-22: 22px;
  --font-24: 24px;
  --font-26: 26px;
  --font-28: 28px;
  --font-30: 30px;
  --font-32: 32px;
  --font-34: 34px;
  --font-36: 36px;
  --font-38: 38px;
  --font-40: 40px;
  --font-44: 44px;
  --font-45: 45px;
  --font-48: 48px;
  --font-50: 50px;
  --font-52: 52px;
  --font-54: 54px;
  --font-56: 56px;
  --font-58: 58px;
  --font-60: 60px;
  --font-62: 62px;
  --font-64: 64px;
  --font-65: 65px;
  --font-66: 66px;
  --font-68: 68px;
  --font-70: 70px;
  --font-72: 72px;
  --font-74: 74px;
  --font-76: 76px;
  --font-78: 78px;
  --font-80: 80px;
  --font-90: 90px;
  --font-98: 98px;
  --font-100: 100px;
  --font-110: 110px;
  --font-120: 120px;
  --font-150: 150px;
  --font-200: 200px;
  
  --margin-zero: 0px;
  
  /* Margin Left Variables */
  --margin-left-5: 5px;
  --margin-left-10: 10px;
  --margin-left-15: 15px;
  --margin-left-20: 20px;
  --margin-left-25: 25px;
  --margin-left-30: 30px;
  --margin-left-35: 35px;
  --margin-left-40: 40px;
  --margin-left-45: 45px;
  --margin-left-50: 50px;
  --margin-left-55: 55px;
  --margin-left-60: 60px;
  --margin-left-65: 65px;
  --margin-left-70: 70px;
  --margin-left-75: 75px;
  --margin-left-80: 80px;
  --margin-left-85: 85px;
  --margin-left-90: 90px;
  --margin-left-95: 95px;
  --margin-left-100: 100px;
  --margin-left-130: 130px;
  --margin-left-150: 150px;
  --margin-left-180: 180px;
  
  /* Margin Top Variables */
  --margin-top-5: 5px;
  --margin-top-10: 10px;
  --margin-top-15: 15px;
  --margin-top-20: 20px;
  --margin-top-25: 25px;
  --margin-top-30: 30px;
  --margin-top-35: 35px;
  --margin-top-40: 40px;
  --margin-top-45: 45px;
  --margin-top-50: 50px;
  --margin-top-55: 55px;
  --margin-top-60: 60px;
  --margin-top-65: 65px;
  --margin-top-70: 70px;
  --margin-top-75: 75px;
  --margin-top-80: 80px;
  --margin-top-85: 85px;
  --margin-top-90: 90px;
  --margin-top-95: 95px;
  --margin-top-100: 100px;
  --margin-top-130: 130px;
  
  /* Margin Right Variables */
  --margin-right-5: 5px;
  --margin-right-10: 10px;
  --margin-right-15: 15px;
  --margin-right-20: 20px;
  --margin-right-25: 25px;
  --margin-right-30: 30px;
  --margin-right-35: 35px;
  --margin-right-40: 40px;
  --margin-right-45: 45px;
  --margin-right-50: 50px;
  --margin-right-55: 55px;
  --margin-right-60: 60px;
  --margin-right-65: 65px;
  --margin-right-70: 70px;
  --margin-right-75: 75px;
  --margin-right-80: 80px;
  --margin-right-85: 85px;
  --margin-right-90: 90px;
  --margin-right-95: 95px;
  --margin-right-100: 100px;
  
  /* Margin Bottom Variables */
  --margin-bottom-5: 5px;
  --margin-bottom-10: 10px;
  --margin-bottom-15: 15px;
  --margin-bottom-20: 20px;
  --margin-bottom-25: 25px;
  --margin-bottom-30: 30px;
  --margin-bottom-35: 35px;
  --margin-bottom-40: 40px;
  --margin-bottom-45: 45px;
  --margin-bottom-50: 50px;
  --margin-bottom-55: 55px;
  --margin-bottom-60: 60px;
  --margin-bottom-65: 65px;
  --margin-bottom-70: 70px;
  --margin-bottom-75: 75px;
  --margin-bottom-80: 80px;
  --margin-bottom-85: 85px;
  --margin-bottom-90: 90px;
  --margin-bottom-95: 95px;
  --margin-bottom-100: 100px;
  --margin-bottom-150: 150px;
  --margin-bottom-200: 200px;
  
  
  --padding-zero: 0px;
  
  /* Padding Left Variables */
  --padding-left-5: 5px;
  --padding-left-10: 10px;
  --padding-left-15: 15px;
  --padding-left-20: 20px;
  --padding-left-25: 25px;
  --padding-left-30: 30px;
  --padding-left-35: 35px;
  --padding-left-40: 40px;
  --padding-left-45: 45px;
  --padding-left-50: 50px;
  --padding-left-55: 55px;
  --padding-left-60: 60px;
  --padding-left-65: 65px;
  --padding-left-70: 70px;
  --padding-left-75: 75px;
  --padding-left-80: 80px;
  --padding-left-85: 85px;
  --padding-left-90: 90px;
  --padding-left-95: 95px;
  --padding-left-100: 100px;
  --padding-left-110: 110px;
  --padding-left-120: 120px;
  --padding-left-130: 130px;
  --padding-left-140: 140px;
  --padding-left-150: 150px;
  --padding-left-160: 160px;
  --padding-left-170: 170px;
  --padding-left-180: 180px;
  --padding-left-190: 190px;
  --padding-left-200: 200px;
  --padding-left-210: 210px;
  --padding-left-220: 220px;
  
  /* Padding Top Variables */
  --padding-top-5: 5px;
  --padding-top-10: 10px;
  --padding-top-15: 15px;
  --padding-top-20: 20px;
  --padding-top-25: 25px;
  --padding-top-30: 30px;
  --padding-top-35: 35px;
  --padding-top-40: 40px;
  --padding-top-45: 45px;
  --padding-top-50: 50px;
  --padding-top-55: 55px;
  --padding-top-60: 60px;
  --padding-top-65: 65px;
  --padding-top-70: 70px;
  --padding-top-75: 75px;
  --padding-top-80: 80px;
  --padding-top-85: 85px;
  --padding-top-90: 90px;
  --padding-top-95: 95px;
  --padding-top-100: 100px;
  --padding-top-110: 110px;
  --padding-top-120: 120px;
  --padding-top-130: 130px;
  --padding-top-140: 140px;
  --padding-top-150: 150px;
  
  /* Padding Right Variables */
  --padding-right-5: 5px;
  --padding-right-10: 10px;
  --padding-right-15: 15px;
  --padding-right-20: 20px;
  --padding-right-25: 25px;
  --padding-right-30: 30px;
  --padding-right-35: 35px;
  --padding-right-40: 40px;
  --padding-right-45: 45px;
  --padding-right-50: 50px;
  --padding-right-55: 55px;
  --padding-right-60: 60px;
  --padding-right-65: 65px;
  --padding-right-70: 70px;
  --padding-right-75: 75px;
  --padding-right-80: 80px;
  --padding-right-85: 85px;
  --padding-right-90: 90px;
  --padding-right-95: 95px;
  --padding-right-100: 100px;
  --padding-right-110: 110px;
  --padding-right-150: 150px;
  --padding-right-160: 160px;
  --padding-right-170: 170px;
  --padding-right-200: 200px;
  --padding-right-250: 250px;
  
  /* Padding Bottom Variables */
  --padding-bottom-5: 5px;
  --padding-bottom-10: 10px;
  --padding-bottom-15: 15px;
  --padding-bottom-20: 20px;
  --padding-bottom-25: 25px;
  --padding-bottom-30: 30px;
  --padding-bottom-35: 35px;
  --padding-bottom-40: 40px;
  --padding-bottom-45: 45px;
  --padding-bottom-50: 50px;
  --padding-bottom-55: 55px;
  --padding-bottom-60: 60px;
  --padding-bottom-65: 65px;
  --padding-bottom-70: 70px;
  --padding-bottom-75: 75px;
  --padding-bottom-80: 80px;
  --padding-bottom-85: 85px;
  --padding-bottom-90: 90px;
  --padding-bottom-95: 95px;
  --padding-bottom-100: 100px;
  --padding-bottom-120: 120px;
  --padding-bottom-150: 150px;
  --padding-bottom-200: 200px;
  --padding-bottom-250: 250px;
  
}

/* Owl Slider */

.owl-with-shadow .owl-stage-outer {
	overflow: visible;
}

.owl-with-shadow .owl-item {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, -webkit-transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease;
	transition: opacity 500ms ease, visibility 500ms ease, transform 500ms ease, -webkit-transform 500ms ease;
}

.owl-with-shadow .owl-item.active {
	opacity: 1;
	visibility: visible;
}

/*** 

====================================================================
	Reset
====================================================================

 ***/
 
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
}



@FONT-FACE {
	
	src: url("kush.woff2");
}






body {
	
	font-size:14px;
	color:#333;
	line-height:1.6em;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;overflow-x: hidden;
}

.bordered-layout .page-wrapper{
	padding:0px 50px 0px;
}

a{color: #111;
	position: relative;
	text-decoration:none;
	cursor:pointer;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

button,
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none !important;
}

a:hover {
color: #121f53;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	margin:0px;
	background:none;
	color:#020d26;
	
}

input,button,select,textarea{
	
}

textarea{
	overflow:hidden;
}

.text,
p{
	position:relative;
	line-height:28px;
	font-size:15px;
	color:var(--color-eight);
}

/* Backto Up */

.progress-wrap {
	position: fixed;
	right: 30px;
	bottom: 20px;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
box-shadow: inset 0 0 0 2px rgba(143, 143, 143, 0.2);
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	transform: translateY(15px);
	-webkit-transform: translateY(15px);
	-moz-transform: translateY(15px);
	-ms-transform: translateY(15px);
	-o-transform: translateY(15px);
}

.progress-wrap.active-progress {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.progress-wrap::after {
	position: absolute;
	content: '\f176';
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	text-align: center;
	line-height: 40px;
	font-size: 17px;
	color: #121f53;
	left: 0;
	top: 0;
	height: 40px;
	width: 40px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.progress-wrap svg path {
	fill: none;
}

.progress-wrap svg.progress-circle path {
	stroke: #121f53;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}

.cursor {
display: none;
}

.cursor::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  border: 12px solid #121f53;
  border-radius: 50%;
  opacity: 1;
  top: 0px;
  left: 0px;
  animation: cursorAnim2 0.5s infinite alternate;
}

@keyframes cursorAnim {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.7);
  }
}
@keyframes cursorAnim2 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0.4);
  }
}
@keyframes cursorAnim3 {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(3);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
.expand {
  animation: cursorAnim3 0.5s forwards;
  border: 1px solid #121f53;
}

/* Typography */

h1{
	line-height:1em;
	
	font-size:var(--font-70);
}

h2{

	
	font-size:var(--font-45);
}

h3{
	line-height:1.3em;
	
	font-size:var(--font-30);
}

h4{
	line-height:1.4em;
	
	font-size:18px;
}

h5{
	line-height:1.4em;
	
	font-size:20px;
}

h6{
	line-height:1.6em;
	
	font-size:18px;
}

.auto-container{
	position:static;
	max-width:1250px;
	padding:0px 15px;
	margin:0 auto;
}

.medium-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

img{
	display:inline-block;
	max-width:100%;
}

/*
.theme-btn{
	cursor:pointer;
	display:inline-block;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}
*/
.centered{
	text-align:center;	
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

/***

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#121f53;
	font-size:16px;
	text-transform:uppercase;
	line-height:38px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	background:#fff;
	display:none;
	box-shadow:0px 0px 10px rgba(0,0,0,0.15);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.scroll-to-top:hover{
	color:#fff;
	background:#121f53;
}

/* List Style One */

.list-style-one{
	position:relative;
}

.list-style-one li{
	position:relative;
	color:#333;
	font-size:15px;
	font-weight:400;
margin-bottom: 20px;
padding-left: 40px;
}



.list-style-one li i {
position: absolute;
left: 0;
top: 10px;
font-size: 30px;color:#0261aa;
}

.list-style-one li span{
display: block;
}

.list-style-one li a{
	position:relative;
	color:#333;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
}

.list-style-one li a:hover{
	color:#121f53;
}

.list-style-one li .icon{
	position:absolute;
	left:0px;
	top:5px;
	line-height:1em;
	color:#0261aa;
	font-size:26px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	font-family: "flaticon";
}

/* Btn Style One */

.btn-style-one{
	position: relative;
	overflow: hidden;
	text-align:center;
	border-radius:4px;
	display: inline-grid;
	padding: 10px 25px;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	background-color:#121f53;
cursor: pointer;
	
}




.btn-style-one .txt{
	position:relative;
	z-index:1;
}

.btn-style-one:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: 110%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--color-two);
}

.btn-style-one i{
	position:relative;
	z-index:1;
	font-style:normal;
	display:inline-block;
	font-size: 18px;
	margin-left:var(--margin-left-5);
}

.btn-style-one:hover{
	color:#fff;
}

.btn-style-one:hover:before{
	top: -40%;
}

/* Btn Style Two */

.btn-style-two{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:4px;
	padding: 13px 28px;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	display:inline-block;
	background-color:#121f53;
	
}

.btn-style-two:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--color-two);
}

.btn-style-two:hover:before{
	top: 0%;
}

.btn-style-two .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-two .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-two .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-two:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-two:hover{
	color:#fff;
}

.btn-style-two .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	background-color: rgba(var(--white-color-rgb), 0.3);
}

.btn-style-two:hover:before{
	top: -40%;
}

/* Btn Style Three */

.btn-style-three{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:4px;
	padding: 15px 28px;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	display:inline-block;
	background-color:#121f53;
	
}

.btn-style-three:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: #fff;
}

.btn-style-three:hover:before{
	top: 0%;
}

.btn-style-three .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-three .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-three .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-three:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-three:hover .btn-wrap .text-two{
	color:#121f53;
}

.btn-style-three:hover{
	color:var(--main-white);
}

.btn-style-three .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: rgba(var(--white-color-rgb), 0.3);
}

.btn-style-three:hover .plus{
	color:#fff;
	background-color:#121f53;
}

.btn-style-three:hover:before{
	top: -40%;
}

/* Btn Style Four */

.btn-style-four{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:4px;
	padding: 15px 28px;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	display:inline-block;
	background-color:#121f53;
	
}

.btn-style-four:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: var(--color-two);
}

.btn-style-four:hover:before{
	top: 0%;
}

.btn-style-four .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-four .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-four .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-four:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-four:hover .btn-wrap .text-two{
	color:#121f53;
}

.btn-style-four:hover{
	color:var(--main-white);
}

.btn-style-four .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	background-color: rgba(var(--white-color-rgb), 0.3);
}

.btn-style-four:hover .plus{
	color:#fff;
	background-color:#121f53;
}

.btn-style-four:hover:before{
	top: -40%;
}

/* Btn Style Five */

.btn-style-five{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
padding: 12px 15px 12px 25px;
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);
background: linear-gradient(to left, #121f53 0%, #121f53 100%);
	
}

.btn-style-five:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: #fff;
}

.btn-style-five:hover:before{
	top: 0%;
}

.btn-style-five .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-five .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-five .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-five:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-five:hover .btn-wrap .text-two{
	color: #121f53;
}

.btn-style-five:hover{
	color: #121f53;
}

.btn-style-five .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/* background-color: rgba(var(--white-color-rgb), 0.3); */
}

.btn-style-five:hover .plus{
	color:#121f53;
}

.btn-style-five:hover:before{
	top: -40%;
}

/* Btn Style Six */

.btn-style-six{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 20px 15px 30px;
	background: var(--color-fourty); 
	
}

.btn-style-six:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: #121f53;
}

.btn-style-six:hover:before{
	top: 0%;
}

.btn-style-six .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-six .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-six:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-six .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-six:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-six:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-style-six:hover{
	color: #121f53;
}

.btn-style-six .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	/* background-color: rgba(var(--white-color-rgb), 0.3); */
}

.btn-style-six:hover .plus{


}

.btn-style-six:hover:before{
	top: -40%;
}

/* Btn Style Seven */

/*
.btn-style-seven{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 36px;
	
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);
	
}

.btn-style-seven:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;

background: linear-gradient( to left, #02083d, #121f53);
}

.btn-style-seven:hover:before{
	top: 0%;
}

.btn-style-seven .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-seven .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-seven:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-seven .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-seven:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-seven:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-style-seven:hover{
	color: #121f53;
}

.btn-style-seven .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

.btn-style-seven:hover .plus{


}

.btn-style-seven:hover:before{
	top: -40%;
}

*/





.btn-style-seven{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 25px;
  color: #fff;
  background-color: transparent;
  text-align: center;
  padding: 12px 25px;
  text-transform: capitalize;
  z-index: 1;
  transition: all 500ms ease;
}

.btn-style-seven span{
  margin-left: 10px;
}

.btn-style-seven:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;

  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;    
background-color: #121f53;
background: linear-gradient( to right , #121f53 , #015c9a);
}

.btn-style-seven:hover:before{
  width: 100%;
}

.btn-style-seven:hover{
  color: #fff;
}

.btn-style-seven:after{
  position: absolute;
  content: '';
  background-color: #070719;
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  transition: all 500ms ease;
}

.btn-style-seven:hover:after{
  width: 100%
}


/* Btn Style Eight */

.btn-style-eight{
	position: relative;
	line-height: 30px;
	
	overflow: hidden;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color: #fff;
	font-size: 16px;
	text-transform: capitalize;
	padding: 15px 30px 15px 30px;
	
	background-color: #121f53;
	
}

.btn-style-eight:before{
	-webkit-transition-duration: 800ms;
	transition-duration: 800ms;
	position: absolute;
	width: 200%;
	height: 200%;
	content: "";
	top: -200%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-radius: 50%;
	z-index: 1;
	background: #121f53;
}

.btn-style-eight:hover:before{
	top: 0%;
}

.btn-style-eight .btn-wrap{
	position:relative;
	z-index:1;
	float:left;
    overflow: hidden;
    display: inline-block;
}

.btn-style-eight .btn-wrap .text-one{
	position: relative;
	display: block;
	color: #fff;
	transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}

.btn-style-eight:hover .btn-wrap  .text-one:first-child{
	-webkit-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    transform: translateY(-150%);
}

.btn-style-eight .btn-wrap .text-two{
	position: absolute;
    top: 100%;
    display: block;
	color: #fff;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-eight:hover .btn-wrap .text-two{
	top: 50%;
    -webkit-transform: translateY(-50%); 
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.btn-style-eight:hover .btn-wrap .text-two{
	color: #fff;
}

.btn-style-eight:hover{
	color: #121f53;
}

.btn-style-eight .plus{
	position:relative;
	width:30px;
	height:30px;
	z-index:1;
	float:left;
	line-height:30px;
	text-align:center;
	border-radius:4px;
	display:inline-block;
	color:#fff; 
	font-family: "Flaticon";
	font-size: var(--font-12);
	margin-left:var(--margin-left-10);
	-webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.btn-style-eight:hover .plus{
	color:#121f53;
	background-color: #fff;
}

.btn-style-eight:hover:before{
	top: -40%;
}

/* Theme Color */

.theme_color{
	color:var(--white-color-two);
}

img{
	display:inline-block;
	max-width:100%;
	height:auto;	
}

/*** 

====================================================================
	Section Title
====================================================================

***/

.sec-title{
	position:relative;
	z-index:1;
	margin-bottom:20px;
}

.sec-title .big-text{
	position:absolute;
	left:-55px;
	top:25px;
	
	color: transparent;
	letter-spacing: 3px;
	font-size:var(--font-90);
	text-transform: capitalize;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: rgba(0, 0, 0, 0.15);
}

.sec-title .title{
	position: relative;
    
	color:#121f53;
	font-size:20px;
	margin-bottom:20px;
}


.sec-title h2{
margin-bottom:8px;
font-size: 26px;
text-transform: capitalize;
color: #18192d;
}


.sec-title.light .text,
.sec-title.light h2{
	color:#fff;
}

.sec-title.light .title{
	color:#fff;
	border-color:#fff;
}

.sec-title.centered{
	text-align: center !important;
}

.sec-title.centered h2:before{
	left:50%;
	transform:translateX(-50%);
}

.sec-title.centered .big-text{
	text-align:center;
	display:block;
	left:0px;
	right:0px;
}

.sec-title.centered .separator{
	margin:0 auto;
}

.sec-title.style-two .title{
	color:var(--color-sixteen);
	border-color:var(--color-sixteen);
}

.sec-title.alternate h2{
	padding-bottom:var(--padding-zero);
}

.sec-title.alternate h2:before{
	display:none;
}

/*** 

====================================================================
	Section Title Two
====================================================================

***/

.sec-title-two{
	position:relative;
	margin-bottom: 20px;
}

.sec-title-two .title{
	position: relative;
	font-size:16px;
	display:inline-block;
	color:#121f53;
	margin-bottom:5px;
}

.sec-title-two .title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	width:100%;
	height:40px;
	background:url(../images/background/pattern-13.png);
	background-position:center center;
	background-repeat:no-repeat;
	 -webkit-animation: shape-animation 3s infinite;
      animation: shape-animation 3s infinite;
}

@keyframes shape-animation {
  0% {
    width: 0; }
  15% {
    width: 95%; }
  85% {
    opacity: 1; }
  90% {
    width: 95%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }
@keyframes shape-animation-2 {
  0% {
    width: 0; }
  15% {
    width: 125%; }
  85% {
    opacity: 1; }
  90% {
    width: 125%;
    opacity: 0; }
  to {
    width: 0;
    opacity: 0; } }

.sec-title-two .text{
	color:#333;
	margin-top:var(--margin-top-25);
}

.sec-title-two h2{
font-size: 28px;
}

.sec-title-two.centered .title{
	padding:;
}

.sec-title-two.light .title:before{
	background:url(../images/background/pattern-16.png) center center no-repeat;
}

.sec-title-two.light .text,
.sec-title-two.light h2{
	color:#fff;
}

.sec-title-two.light .title{
	color:#fff;
	border-color:#fff;
}

.sec-title-two.centered{
	text-align: center !important;
}

/*** 

====================================================================
	Section Title Three
====================================================================

***/


.services-section-five {

    position: relative;
    z-index: 1;
    padding: 90px 0;
    background: #f9f9f9;

}



.sec-title-three{
	position:relative;
	margin-bottom:25px;
}




.sec-title-three p {
margin: 12px 0;
}

.sec-title-three .title{
	position: relative;
	display:block;
	font-size:18px;
	color:#121f53;
margin-bottom: 8px;
}

.sec-title-three .title span{
	position: relative;
	color:var(--color-fourty);
}

.sec-title-three .text{
	line-height:30px;
	color:#333;
}

.sec-title-three h2{
font-size: 24px;
text-transform: capitalize;
color: #000;    position: relative;
display:inline-block;padding-bottom: 20px;z-index: 1;
}




.sec-title-three h2:after {
content: "";
position: absolute;
bottom: 0;
width: 50px;
height: 1px;
border-radius: 23px;
right: 50%;
margin-right: -30px;
background: #121f53;
}


.sec-title-three h2:before {
content: "";
position: absolute;
bottom: -4px;
width: 50px;
height: 1px;
border-radius: 23px;
right: 50%;
margin-right: -10px;
background: #121f53;
}

.sec-title-three.light .text,
.sec-title-three.light h2{
	color:#fff;
}

.sec-title-three.light .title{
	color:#fff;
	border-color:#fff;
}

.sec-title-three.centered{
	text-align: center !important;
}

/* Custom Select */

.form-group .ui-selectmenu-button.ui-button{
	width:100%;
	font-size:16px;
	font-style:normal;
	height:50px;
	padding:10px 20px 10px 40px;
	line-height:28px;
	color:#333;
	border: none;
	border-radius:0px;
	background:var(--color-three);
	border:1px solid transparent;
}

.form-group .ui-button .ui-icon{
	background:none;
	position:relative;
	top:2px;
	text-indent:0px;
	color:#333333;	
}

.form-group .ui-button .ui-icon:before{
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	content: "\f107";
	position:absolute;
	right:0px;
	top:2px !important;
	top:13px;
	width:10px;
	height:20px;
	display:block;
	color:#333;
	line-height:20px;
	font-size:16px;
	font-weight:normal;
	text-align:center;
	z-index:5;
	
}

.ui-widget.ui-widget-content{
	
}

.ui-menu .ui-menu-item{
	font-size:var(--font-14);
}

.ui-menu .ui-menu-item:last-child{
	border:none;	
}

.ui-state-active, .ui-widget-content .ui-state-active{
	background-color:#121f53;
	border-color:#121f53;
}

.ui-menu .ui-menu-item-wrapper{
	position:relative;
	display:block;
	padding:8px 20px;
	font-size:var(--font-14);
	line-height:24px;
}

.ui-menu-item:hover{
	background-color:#121f53;
}
/*
.home-body .main-header{
position: absolute;
z-index: 9;
background: none;
top: 0;
left: 0;
right: 0;
}*/

/* Header Top */

.header-top{
	position:relative;
}

.header-top .top-left{
	position: relative;
float: left;
}

.header-top .top-left .text{
	font-size:var(--font-15);
	color:var(--color-three);
}

.header-top .top-left .text a{
	position:relative;
	color:#121f53;
}

.header-top .top-right{
	position: relative;
float: right;
}

.header-top .top-right .clock{
	position: relative;
	float:left;
	margin:14px 0px;
	padding-left:25px;
	display:inline-block;
	color:var(--color-three);
	font-size:var(--font-15);
	margin-right:var(--margin-right-30);
}

.header-top .top-right .clock:before{
	position:absolute;
	content:'\f017';
	left:0px;
	top:0px;
	color:var(--color-three);
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
}

.header-top .top-right .social-box{
	position:relative;
	float:left;
	padding:13px 0px 13px 15px;
}

.header-top .top-right .social-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	bottom:0px;
	width:1px;
	opacity:0.50;
	transform:rotate(20deg);
	background-color:var(--color-three);
}

.header-top .top-right .social-box a{
	position:relative;
	display:inline-block;
	color:var(--color-three);
	font-size:18px;
	margin-left:var(--margin-left-15);
}

.header-top .top-right .social-box a:hover{
	color:#fff;
}

.main-header .main-box{
	position:relative;
	padding:0px 0px;
	left:0px;
	top:0px;
	width:100%;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-box .outer-container{
	position:relative;
	padding:0px 40px;
}

.main-header .main-box .logo-box{
	position:relative;
	float:left;
	left:0px;
	z-index:10;
	padding:30px 0px;
}

.main-header .main-box .logo-box .logo img{
	display:inline-block;
	max-width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.logo-box .logo img { 
position: relative;
z-index: 1;
width: 90px;
}

.logo-box {
	position:relative;
}


/*
.logo-box:after {
position: absolute;
content: '';
right: -25px;
top: 0;
height: 135px;
width: 2000%;
transform: skewX(-30deg);
background-color: #fff;

}
*/



.main-header .header-upper{
	position:relative;
	background-color:#fff;
}

.main-header .header-upper .logo-box{
	position: relative;
	padding:11px 0px;
}

.main-header .header-upper .logo-box .logo{
	position:relative;
}

.main-header .header-upper .upper-right{
	position:relative;
	padding-top:var(--padding-top-15);
}

.main-header .info-box{
	position:relative;
	float:left;
	z-index:1;
	text-align:left;
	color:#333;
	font-size:var(--font-15);
	padding:0px 0px 10px 50px;
	margin-left:var(--margin-left-50);
}

.main-header .info-box .icon-box{
	position:absolute;
	left:0px;
	top:3px;
	font-size:36px;
	line-height:1em;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	color:#121f53;
	font-family: "Flaticon";
}

.main-header .info-box ul li{
	position:relative;
	line-height:20px;
	margin-bottom:4px;
	font-weight:400;
	color:#333;
	font-size:var(--font-15);
	text-transform:capitalize;
}

.main-header .info-box strong{
	position:relative;
	
	font-size:var(--font-15);
	color:var(--color-four);
	text-transform:capitalize;
		
}
/*
.main-header .header-lower{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-32px;
}
*/

.main-header .header-lower:before{
	position:absolute;
	content:'';
left: 78%;
	bottom:0;
	right:0px;
	top:0px;
background-color: #015b9c1c;
border-radius: 0 0 0 80px;z-index: -1;
}

.main-header .header-lower:after{
	position:absolute;
	content:'';
left: 79%;
	bottom:0;
	right:0px;
	top:0px;
	background-color:#121f53;
border-radius: 0 0 0 80px;z-index: -1;
background: linear-gradient( to right , #121f53 , #015c9a);
}

.main-header .header-lower .inner-container{
	position: relative;
/*height: 120px;*/
align-items: center;
}

/*
.main-header .header-lower .inner-container:before {
position: absolute;
content: "";
width: 64px;
height: 100%;
top: 0;
left: -49px;
background-color: #252525;
background-color: #ee1d22 !important;
border-radius: 80px 0 0 10px;
left: -83px !important;
width: 10000px !important;

}*/

.main-header .header-lower .inner-container:after{
	display:none;
}

.main-header .nav-outer{
	position:relative;
	float:right;
}

.main-header .nav-outer:before{
	position:absolute;
	content:'';
	left:-2%;
	bottom:0px;
	right:0px;
	top:0px;
	transform: skewX(-30deg);
	background-color:#121f53;
}

.main-header .outer-box{
	position: relative;
	float:right;
}

/* Search Box Outer */

.main-header .search-box-outer{
	position:relative;
	float:left;
}

.main-header .search-box-btn{
	position:relative;
	cursor: pointer;
	text-align:center;
	font-family: "Flaticon";
	color:#fff;
	font-size: 18px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
margin-right: 5px;
width: 45px;
height: 45px;
border-radius: 50%;
display: block;
line-height: 45px;
text-align: center;
}

.main-header .btn-box{
	position:relative;
	float:left;
}




.nav-bar-contact i{
    font-size: 35px;
    float: left;
    line-height: 1.1;
    color: #121f53;
}
.nav-bar-contact .content-box{
    padding-left: 40px;
}
.nav-bar-contact .content-box span{
    color: #F5F5F5;
    font-weight: 500;
    text-transform: capitalize;
    font-size: 13px;
    display: block;
    line-height: 1;
    margin-bottom: 4px;
}
.nav-bar-contact .content-box a{
    margin: 0;
    font-size: 20px;
    
    line-height: 1.2;
    display: block;
    color: #FFF;
}
.nav-bar-contact .content-box a:hover,
.nav-bar-contact .content-box a:hover{
    color: #121f53;
}

/* Main Menu */

.main-header .main-menu{
	position:relative;
	float:left;
	margin-left:var(--margin-left-40);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-header .main-menu .navbar-collapse{
	padding:0px;
	float: left;
	display:block !important;
}

.main-header .main-menu .navigation{
	position:relative;
	margin:0px;
}

.main-header .main-menu .navigation > li{
	position:relative;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-right:var(--margin-right-35);
}

.main-header .sticky-header .main-menu .navigation > li > a{
	padding:23px 0px;
	color:var(--dark-color);
}

.main-header .sticky-header .main-menu .navigation > li:hover > a,
.main-header .sticky-header .main-menu .navigation > li.current > a{
	color:#121f53;
	background-color:inherit !important;
}

.main-header .sticky-header .nav-outer .options-box{
	margin-top:45px;
}

/* Sticky Header */

.main-header .sticky-header{
	position:fixed;
	opacity:0;
	visibility:hidden;
	left:0px;
	top:0px;
	width:100%;
	padding:0px 0px;
	background:#f9f9f9;
	z-index:0;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .sticky-header .mobile-nav-toggler{
	float:right;
	color:#000000;
	font-size:24px;
	padding:20px 0px;
	display:none;
	font-family: "Flaticon";
}

.main-header .sticky-header .logo{
	
}


.main-header .sticky-header .logo img {
width:100px;
}

.main-header.fixed-header .sticky-header{
	z-index:999;
	opacity:1;
	visibility:visible;
	-ms-animation-name: fadeInDown;
	-moz-animation-name: fadeInDown;
	-op-animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
	-ms-animation-duration: 500ms;
	-moz-animation-duration: 500ms;
	-op-animation-duration: 500ms;
	-webkit-animation-duration: 500ms;
	animation-duration: 500ms;
	-ms-animation-timing-function: linear;
	-moz-animation-timing-function: linear;
	-op-animation-timing-function: linear;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-ms-animation-iteration-count: 1;
	-moz-animation-iteration-count: 1;
	-op-animation-iteration-count: 1;
	-webkit-animation-iteration-count: 1;
	animation-iteration-count: 1;	
}

.main-header .main-menu .navigation > li > a{
	position:relative;
	display:block;
	color:#0f0d1d;
	text-align:center;
	line-height:30px;
	text-transform: capitalize;
	letter-spacing:0px;
	opacity:1;
	
	padding:30px 0px;
	font-size:17px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	
}

.main-header .main-menu .navigation > li.dropdown > a{
	padding-right:11px !important;
}

.main-header .main-menu .navigation > li.dropdown > a:before{
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
    content: "\f107";
    position: absolute;
    right: 0px;
    font-size: 13px;
    line-height: 34px;
}

.main-header .main-menu .navigation > li:before{
	position:absolute;
	content:'';
	left:50%;
	bottom:0px;
	opacity:0;
	margin-left:-7px;
	border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 10px solid #fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li:hover::before,
.main-header .main-menu .navigation > li.current::before{
	opacity:1;
	z-index:1;
}

.main-header .sticky-header .main-menu .navigation > li{
	position:relative;
	margin-left:30px;
	margin-right:0px;
}

.main-header .main-menu .navigation > li:hover > a,
.main-header .main-menu .navigation > li.current > a{
	opacity:1;
	color:#121f53;
}

.main-header .main-menu .navigation > li > ul{
	position:absolute;
	width:280px;
z-index: 6;
	opacity: 0;
	visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#121f53;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);margin-top: 25px;
}

.main-header .main-menu .navigation > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid #ffffff1a;
}

.main-header .main-menu .navigation > li > ul > li:hover a {
color: #fff;
background:#121f53
}


.main-header .main-menu .navigation > li > ul > li:last-child{
	border-bottom:none;
}

.main-header .main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:10px 14px;
	line-height:24px;
	
	font-size:14px;
	text-transform:capitalize;
	color:#0f0d1d;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	
}

.main-header .sticky-header .main-menu .navigation > li > a{
	padding:29px 0px;
}

.main-header .sticky-header .main-menu .navigation > li.dropdown > a::before {
line-height: 55px;
}
/*
.main-header .main-menu .navigation > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:13px;
	opacity:0;
	font-size:var(--font-10);
	color:#333;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}*/



.main-header .sticky-header .main-menu .navigation > li > a:before{
	top:18px !important;
}


.main-header .main-menu .navigation > li > ul > li.dropdown > a:after{
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	content: "\f105";
	position:absolute;
	right:15px;
	top:13px;
	width:10px;
	height:20px;
	z-index:5;
	display:block;
	line-height:20px;
	font-weight:normal;
	text-align:center;
	font-size:20px;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li.dropdown:hover > a:after{
	color:#222222;
}

.main-header .main-menu .navigation > li > ul > li > ul{
	position:absolute;
	left:100%;
	top:0px;
	width:15rem;
	-webkit-transform: scaleY(0);
	-ms-transform: scaleY(0);
	-o-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	-ms-transform-origin: top;
	-o-transform-origin: top;
	transform-origin: top;
	opacity: 0;
	visibility: hidden;
    visibility: hidden;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	border-radius:0px;
	background-color:#121f53;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}

.main-header .main-menu .navigation > li > ul > li > ul.from-right{
	left:auto;
	right:0px;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li{
	position:relative;
	width:100%;
	border-bottom:1px solid rgba(255,255,255,0.20);
}

.main-header .main-menu .navigation > li > ul > li > ul > li:last-child{
	border-bottom:none;	
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a{
	position:relative;
	display:block;
	padding:13px 18px;
	line-height:24px;
	
	font-size:16px;
	text-transform:capitalize;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	
}

.main-header .main-menu .navigation > li > ul > li > ul > li > a:before{
	position:absolute;
	content:'//';
	left:10px;
	top:13px;
	opacity:0;
	font-size:var(--font-10);
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a::before{
	opacity:1;
}

.main-header .main-menu .navigation > li > ul > li > ul > li:hover > a{
	padding-left:30px;
}

.main-header .main-menu .navigation > li.dropdown:hover > ul{
margin-top: 0;
	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navigation li > ul > li.dropdown:hover > ul{

	opacity: 1;
	visibility: visible;
}

.main-header .main-menu .navbar-collapse > ul li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:30px;
	height:30px;
	text-align:center;
	color:#ffffff;
	line-height:28px;
	border:1px solid #ffffff;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
}

.main-header .search-box{
	position:relative;
	float:left;
	width:160px;
	padding:33px 0px;
}

.main-header .search-box .form-group{
	position:relative;
	margin:0px;	
}

.main-header .search-box .form-group input[type="text"],
.main-header .search-box .form-group input[type="search"]{
	position:relative;
	line-height:38px;
	padding:10px 50px 10px 20px;
	background:none;
	display:block;
	font-size:14px;
	width:100%;
	height:30px;
	color:#ffffff;
	border-radius:0px;
	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	border-left:1px solid #005df7;
}

.main-header .search-box .form-group textarea::-webkit-input-placeholder,
.main-header .search-box .form-group input::-webkit-input-placeholder{
	color:#ffffff;
}

.main-header .search-box .form-group button{
	position:absolute;
	right:0px;
	top:8px;
	display:block;
	font-size:16px;
	color:#ffffff;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	background:none;
}

.main-header .header-lower .options-box{
	position:relative;
	float:right;
	padding:10px 15px 10px;
}

.main-header .header-lower .options-box .option-inner:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	bottom:-10px;
	width:110%;
	background-color:#005df7;
	border-radius:50px 50px 50px 50px;
}

.main-header .header-lower .options-box .option-inner{
	position:relative;
	padding-left:70px;
}

.main-header .header-lower .options-box .option-inner .icon{
	position:absolute;
	left:0px;
	top:0px;
	color:#ffffff;
	font-size:50px;
	line-height:1em;
}

.main-header .header-lower .options-box .option-inner .number{
	position:relative;
}

.main-header .header-lower .options-box .option-inner .number span{
	position:relative;
	display:block;
	color:#ffffff;
	margin-bottom:3px;
	text-transform:uppercase;
}

.main-header .header-lower .options-box .option-inner .number a{
	position:relative;
	
	font-size:22px;
	color:#ffffff;
}

.main-header .info-box .social-nav{
	position:relative;
	margin-top:4px;
}

.main-header .info-box .social-nav li{
	position:relative;
	margin-left:8px;
	display:inline-block;
}

.main-header .info-box .social-nav li a{
	position:relative;
	width:40px;
	height:40px;
	color:#222222;
	line-height:38px;
	font-size:16px;
	text-align:center;
	display:inline-block;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid #222222;
}

.main-header .info-box .social-nav li a:hover{
	color:#ffffff;
	background-color:#222222;
}

.header-style-two .info-box{
	padding-left:var(--padding-left-65);
}

.header-style-two .info-box ul li{
	
	line-height:24px;
	font-size:16px;
	color:var(--color-twentyfour);
		
}

.header-style-two .info-box .icon-box{
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	line-height:50px;
	font-size:18px;
	color:var(--color-twentysix);
	background-color:var(--color-twentyfive);
}

.header-style-two .nav-outer{
	width:100%;
	border-radius:4px;
	padding-right:var(--padding-right-10);
	background-color:var(--color-twentyfour);
}

.header-style-two .header-upper{
	padding-bottom:var(--padding-bottom-45);
}

.header-style-two .nav-outer:before,
.header-style-two .header-lower:before{
	display:none;
}

.header-style-two .main-menu .navigation > li:before{
	display:none;
}

.header-style-two .main-menu .navigation > li.dropdown > a:before{
	content: "\f180";
	font-family: "flaticon";
	font-size:var(--font-10);
}

.header-style-two .outer-box{
	padding:7px 0px;
}

.header-style-two .outer-box .btn-box .theme-btn{
	display:block;
}

.header-style-two .header-upper .upper-right{
	padding-top:var(--padding-top-20);
}

.header-style-three.fixed-header{
position: fixed;
top: 0;
left: 0;
right: 0;
z-index: 99;

}

.header-style-three .header-lower{ 
position:relative;
background: #fff;

}

.home-body .header-style-three .header-lower{
	position:relative;z-index: 6;

}

/*
.header-style-three .header-lower:before{
	display:none;
}*/

.header-style-three .nav-outer:before{
	display:none;
}

.header-style-three .main-menu .navigation > li:before{
	display:none;
}

.header-style-three .main-menu .navigation > li{
	margin-left:15px;margin-right: 0;
}


.header-style-three .main-menu .navigation > li:first-child {
margin-left:0;
}


.header-style-three .main-menu .navigation > li > a{
	
	font-size:16px;
	
}

.header-style-three .main-menu{
	margin-left:0px;
}

.header-style-three .outer-box{
display: flex;
align-items: center;
}



.header-style-two .main-menu .navigation > li > ul > li > ul,
.header-style-two .main-menu .navigation > li > ul{
	background-color:#fff;
}

.header-style-two .sticky-header .main-menu .navigation > li:hover > a,
.header-style-two .sticky-header .main-menu .navigation > li.current > a{
	color:#121f53;
}



.header-style-three .main-menu .navigation > li > ul > li > ul,
.header-style-three .main-menu .navigation > li > ul{
	background-color:#fff;
}

.header-style-three .sticky-header .main-menu .navigation > li:hover > a,
.header-style-three .sticky-header .main-menu .navigation > li.current > a{
	color:#121f53;
}

/*** 

====================================================================
	Mobile Menu
====================================================================

***/

.main-header .nav-outer .mobile-nav-toggler{
	position: relative;
	float: right;
	font-size: 26px;
	line-height: 50px;
	cursor: pointer;
	color:#ffffff;
	display: none;
	font-family: "Flaticon";
}

.main-header .mobile-menu{
	position: fixed;
	right: 0;
	top: 0;
	width: 300px;
	padding-right:30px;
	max-width:100%;
	height: 100%;
	visibility: hidden;
	z-index: 999999;
}

.main-header .mobile-menu .nav-logo{
	position:relative;
	padding:20px;
	text-align:left;	
}

.main-header .mobile-menu .nav-logo img{
	max-width:120px;
}

.mobile-menu-visible{
	overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
	visibility: visible;
}

.mobile-menu .menu-backdrop{
	position: fixed;
	right: 0;
	top: 0;
	width: 0%;
	height: 100%;
	z-index: 1;
	background: rgba(0,0,0,0.90);
	-webkit-transform: translateX(101%);
	-ms-transform: translateX(101%);
	transform: translateX(101%);
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
	opacity: 1;
	width:100%;
	visibility: visible;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	-webkit-transform: translateX(0%);
	-ms-transform: translateX(0%);
	transform: translateX(0%);
}

.mobile-menu .menu-box{
	position: absolute;
	right: -400px;
	top: 0px;
	width: 100%;
	height: 100%;
	max-height: 100%;
	overflow-y: auto;
	background: #ffffff;
	padding: 0px 0px;
	z-index: 5;
	border-radius: 0px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;

background: linear-gradient( to right , #eee , #fff);

}

.mobile-menu-visible .header-style-five .mobile-menu{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu-visible .mobile-menu .menu-box{
	right:0px;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.mobile-menu .close-btn{
	position: absolute;
	right: 15px;
	top: 15px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	font-size: 14px;
	color: #202020;
	cursor: pointer;
	z-index: 10;
	-webkit-transition:all 0.5s ease;
	-moz-transition:all 0.5s ease;
	-ms-transition:all 0.5s ease;
	-o-transition:all 0.5s ease;
	transition:all 0.5s ease;
	-webkit-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);

line-height: 30px;
background: #121f53;
border-radius: 50%;
text-align: center;
width: 30px;
height: 30px;
color: #fff;


}

.mobile-menu-visible .mobile-menu .close-btn{
	-webkit-transform: translateY(0px);
	-ms-transform: translateY(0px);
	transform: translateY(0px);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.mobile-menu .close-btn:hover{
	opacity: 0.50;
}

.mobile-menu .navigation{
	position: relative;
	display: block;
	width:100%;
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li{
	position: relative;
	display: block;
	border-bottom: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul > li:last-child{
	border-bottom: none;
}

.mobile-menu .navigation li > ul > li:first-child{
	border-top: 1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > a{
	position: relative;
	display: block;
	line-height: 24px;
	padding: 10px 20px;
	font-size: 15px;
	color: #404040;
	text-transform: capitalize;
}

.mobile-menu .navigation li:hover > a,
.mobile-menu .navigation li.current > a{
	color:#111111;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:0px;
	top:0px;
	width:44px;
	height:44px;
	text-align:center;
	font-size:16px;
	line-height:44px;
	color:#404040;
	cursor:pointer;
	z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn:after{
	content:'';
	position:absolute;
	left:0px;
	top:10px;
	width:1px;
	height:24px;
	border-left:1px solid rgba(0,0,0,0.10);
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
	display: none;
}

.main-header .sticky-header .navbar-header,
.header-style-five .sticky-header .navbar-header{
	display:none;
}

/*** 

====================================================================
	Search Popup
====================================================================

***/


.search-popup{
	position: fixed;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100%;
	z-index: 99999;
	margin-top: -640px;
	transform: translateY(-100%);
	background-color: rgba(0,0,0,0.90);
    -webkit-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition: all 500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition: all 1500ms cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -webkit-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -moz-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    -o-transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
    transition-timing-function: cubic-bezier(0.860, 0.000, 0.070, 1.000);
}

.sidenav-bar-visible .search-popup{
	width: 80%;
}

.search-popup:before{
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	height: 560px;
	background-image: url(../images/icons/waves-shape.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
	content: "";
}

.search-active .search-popup{
	transform: translateY(0%);
	margin-top: 0;
}

.search-popup .close-search{
	position: absolute;
	left: 0;
	right: 0;
	top: 75%;
	margin: 0 auto;
	margin-top: -200px;
	border-radius: 50%;
	text-align: center;
	background-color:#121f53;
	width: 70px;
	cursor:pointer;
	box-shadow: 0 0 10px rgba(0,0,0,0.05);
	border-bottom: 3px solid #fff;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
	opacity: 0;
	visibility: hidden;
}

.search-popup .close-search span{
	position: relative;
	display: block;
	height: 70px;
	width: 70px;
	font-size: 30px;
	line-height: 70px;
	color: #ffffff;
}

.search-active .search-popup .close-search{
	visibility: visible;
	opacity: 1;
	top: 50%;
	-webkit-transition-delay: 1500ms;
	-moz-transition-delay: 1500ms;
	-ms-transition-delay: 1500ms;
	-o-transition-delay: 1500ms;
	transition-delay: 1500ms;
}

.search-popup form{
	position: absolute;
	max-width: 700px;
	top: 50%;
	left: 15px;
	right: 15px;
	margin:-35px auto 0;
	transform: scaleX(0);
	transform-origin: center;
	background-color: #111111;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.search-active .search-popup form{
	transform: scaleX(1);
	-webkit-transition-delay: 1200ms;
	-moz-transition-delay: 1200ms;
	-ms-transition-delay: 1200ms;
	-o-transition-delay: 1200ms;
	transition-delay: 1200ms;
}

.search-popup .form-group{
	position:relative;
	margin:0px;	
	overflow: hidden;
}

.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"]{
	position:relative;
	display:block;
	font-size:18px;
	line-height: 50px;
	color:#000000;
	height:70px;
	width:100%;
	padding: 10px 30px;
	background-color: #ffffff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	
	text-transform:capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button{
	position:absolute;
	right:30px;
	top:0px;
	height:70px;
	line-height: 70px;
	background: transparent;
	text-align:center;
	font-size:24px;
	color:#000000;
	padding: 0;
	cursor:pointer;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover{
	color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder{
	color:#000000;
}

.search-popup .close-search.style-two{
	position: absolute;
	right: 25px;
	left: auto;
	color:#ffffff;
	width:auto;
	height:auto;
	top:25px;
	margin:0px;
	border:none;
	background:none !important;
	box-shadow:none !important;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.search-popup .close-search.style-two span{
	font-size:20px;
	color:#ffffff;
}

.main-header .sticky-header .outer-box{
	margin-left:20px;
	padding:15px 0px;
}

.main-header .sticky-header .outer-box .cart-box{
	
}

.main-header .sticky-header .search-box-btn{
	margin-left:10px;
}

.main-header .sticky-header .outer-box .cart-box .cart-box-btn .total-cart{
	background-color:#005df7;
}

.close-side-widget,
.close-side-widget:hover{
	color:#000;
	font-size:24px;z-index:9;
}

.main-header .header-upper .outer-box .nav-btn{
	position:relative;
	float:left;
	font-size:25px;
	color:#222222;
	cursor:pointer;
	margin-top:19px;
	margin-left:25px;
}

.main-header .sticky-header .outer-box .nav-btn{
	position:relative;
	float:right;
	font-size:28px;
	color:#000000;
	cursor:pointer;
	margin-top:9px;
	margin-left:30px;
}

.main-header .sticky-header .outer-box .mobile-nav-toggler{
	position:relative;
	float:right;
	font-size:28px;
	color:#000000;
	cursor:pointer;
	margin-top:9px;
	margin-left:30px;
}

/*** 

====================================================================
	Main Slider
====================================================================

***/

.main-slider{
	position:relative;
	overflow:hidden;
	z-index:10;
	background-color:var(--color-seven);
}

.main-slider .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider .slide:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	background:url(../images/main-slider/shadow-layer.png);
	background-repeat:repeat-y;
}

.main-slider .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
	padding:140px 0px 500px;
}

.main-slider .active .slide .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.main-slider .slide .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
}

.main-slider .slide .pattern-layer-two{
	position:absolute;
	left:0px;
	top:60px;
	width:253px;
	height:297px;
	z-index:1;
}

.main-slider .content-column{
	position:relative;
	z-index:2;
}

.main-slider .content-column .inner-column{
	position:relative;
}

.main-slider h1{
	opacity: 0;
	transform: scaleY(0);
	transform-origin: top;
	color:#fff;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:30px;
}

.main-slider .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider .text{
	opacity: 0;
	max-width:580px;
	transform: scaleY(0);
	transform-origin: top;
	color:#eee;
	font-size:18px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:35px;
}

.main-slider .active .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider .owl-dots{
	display:none;
}

.main-slider .owl-nav{
	position:absolute;
	right:30px;
	top:50%;
	width:60px;
	transform:translateY(-50%);
}

.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next{
	position:relative;
	width:50px;
	height:50px;
	line-height:52px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	font-size:18px;
	color:#000;
	background-color:#fff;
	margin-bottom:15px;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
	font-family: "Flaticon";
}

.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover{
	color:#fff;
	background-color:#121f53;
}

/*** 

====================================================================
	Main Slider Three
====================================================================

***/

.main-slider-three{
	position:relative;
	overflow:hidden;
	z-index:5;
}

.main-slider-three .social-box{
	position:absolute;
	right:15px;
	top:0;
	z-index:5;
	width:30px;
	writing-mode: vertical-rl;
	transform:rotate(180deg);
bottom: 0;
display: flex;
align-items: center;
justify-content: center;
}

.main-slider-three .social-box li{
	position:relative;
	display:inline-block;
	margin-top:var(--margin-top-40);
}

.main-slider-three .social-box li a{
	position:relative;
	font-size:16px;
	color:#fff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.main-slider-three .social-box li a:hover{
	color:#121f53;
}

.main-slider-three .social-box li a::before{
	transform:rotate(90deg);
	display:inline-block;
}

.main-slider-three .social-box li span{
	position:relative;
	display:inline-block;
	margin-left:var(--margin-left-5);
		
}

.main-slider-three .image-layer{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
	-webkit-transition: all 6000ms linear;
	-moz-transition: all 6000ms linear;
	-ms-transition: all 6000ms linear;
	-o-transition: all 6000ms linear;
	transition: all 6000ms linear;
}

.main-slider-three .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	width:100%;
	bottom:0px;
	z-index:1;
	opacity:0.50;
/*
background: linear-gradient(to right, #292929 0%, #000 100%);
*/
background: rgba(0, 0, 0, .5);
}

.main-slider-three .slide{
	position:relative;
	overflow:hidden;
	background-size:cover;
height: 100vh;
display: grid;
align-items: center;
}


.main-slider-three .slide .auto-container {
width: 100%;
}

.main-slider-three .active .slide .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
}

.main-slider-three .content-column{
	position:relative;
	z-index:2;margin-top: 90px;
}

.main-slider-three .content-column .inner-column{
	position:relative;
}

.main-slider-three .title{
	position:relative;
	opacity: 0;
	
	transform: scaleY(0);
	transform-origin: top;
	color:#fff;
	font-size:18px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	text-transform:uppercase;
	margin-bottom:15px;
}

.main-slider-three .active .title{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-three h1 span{
color: #fff;
font-size: 50px;
font-weight: 400;
text-transform: capitalize;
display: block;
margin-bottom: 25px;
}

.main-slider-three h1{
	opacity: 0;
	
	line-height:35px;
	transform: scaleY(0);
	transform-origin: top;
	color:#fff;
	font-size:30px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:30px;
}

.main-slider-three .active h1{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.main-slider-three .text{
	opacity: 0;
	max-width:540px;
	transform: scaleY(0);
	transform-origin: top;
	color:#eee;
font-size: 15px;
	-webkit-transition: all 1000ms ease;
	-moz-transition: all 100ms ease;
	-ms-transition: all 1000ms ease;
	-o-transition: all 1000ms ease;
	transition: all 1000ms ease;
	margin-bottom:20px;
}

.main-slider-three .active .text{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.main-slider-three .button-box{
	opacity:0;
	transform: scaleY(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider-three .active .button-box{
	opacity: 1;
	transform: scaleY(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.main-slider-three .image-column{
	position:relative;
	z-index:10;
}

.main-slider-three .image-column .inner-column{
	position:relative;
}

.main-slider-three .image-column .image img {

max-width:100%; 

}

.main-slider-three .image-column .image{
	position:relative;
	opacity:0;
	transform: scaleX(0);
	transform-origin: top;
	display:inline-block;
	-webkit-transition: all 900ms ease;
	-moz-transition: all 900ms ease;
	-ms-transition: all 900ms ease;
	-o-transition: all 900ms ease;
	transition: all 900ms ease;
}

.main-slider-three .active .image-column .image{
	opacity: 1;
	transform: scaleX(1);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}
/*
.main-slider-three .pattern-layer{
	position:absolute;
	left:-6px;
	top:0px;
	bottom:0px;
	right:0px;
	z-index:1;
	background-position:left bottom;
	background-size:cover;
background-size: 100% 30%;

background-repeat: no-repeat;
}*/

.main-slider-three .client-thumb-outer{
	position:absolute;
	left:0;
	right:0;
	bottom:15px;
	z-index:999;
	max-width:300px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .thumb-box{
	z-index:999;
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-item .author-info{
	opacity:1;
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel{
	position: relative;
    max-width: 90px;
    margin: 0 auto;
	text-align:center;
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .owl-stage-outer{
	overflow:visible;
}

.main-slider-three .client-thumb-outer .thumb-item .thumb-box{
	width:90px;
	height:90px;
	cursor:pointer;
	margin: 0 auto;
	overflow:hidden;
	border:4px solid #fff3;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	transform:scale(0.9,0.9);
}

.main-slider-three .client-thumb-outer .owl-item{
	z-index:0;	
}

.main-slider-three .client-thumb-outer .owl-item.active .thumb-box{
	border-color:#121f53;
}

.main-slider-three .client-thumb-outer .client-thumbs-carousel .thumb-item img{
	overflow:hidden;
	width:100%;
	height:100%;
	display:block;
}
/*
.main-slider-three .owl-dots,
.main-slider-three .owl-nav{
	display:none;
}*/

/*** 

====================================================================
	Service Section
====================================================================

***/

.service-section{
	position:relative;
	z-index:10;
}

.service-section .inner-container{
	position:relative;
	margin-top:-385px;
}

.service-block{
	position:relative;
	margin-bottom:30px;
}

.service-block .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:5px;
	padding:50px 40px 70px;
}

.service-block .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-color: rgba(var(--black-color-rgb), 0.90);
}

.service-block .inner-box .icon{
	position:relative;
	line-height:1em;
	font-family: "Flaticon";
	font-size:var(--font-66);
	color:#fff;
	display:inline-block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.service-block .inner-box h5{
	font-size:22px;
	margin-top:var(--margin-top-35);
	margin-bottom:35px;
	padding-bottom:var(--padding-bottom-15);
}

.service-block .inner-box h5 a{
	position:relative;
	color:#fff;
}

.service-block .inner-box h5:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:60px;
	height:3px;
	background-color:#121f53;
}

.service-block .inner-box .read-more{
	position:relative;
	padding:14px 22px;
	border-radius:4px;
	
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	text-transform:uppercase;
	background-color:#121f53;
		
}

.service-block .inner-box .read-more span{
	position:relative;
	top:2px;
	font-family: "Flaticon";
	font-size:16px;
	margin-left:var(--margin-left-5);
}

.service-block .inner-box .shape-one{
	position:absolute;
	right:0px;
	top:40px;
	width:62px;
	height:86px;
	background-repeat:no-repeat;
}

.service-block .inner-box .shape-two{
	position:absolute;
	right:0px;
	top:20px;
	width:120px;
	height:166px;
	opacity:0;
	z-index:2;
	background-repeat:no-repeat;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-block .inner-box:hover .shape-two{
	opacity:1;
}

.service-block .inner-box:hover .image-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	filter: blur(10px);
	-webkit-filter: blur(10px);
	background-repeat:no-repeat;
	border:1px solid rgba(255,255,255,1);
	
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block .inner-box .text{
	color:var(--color-seven);
	display:none;
	margin-bottom:40px;
}

/*** 

====================================================================
	About Section
====================================================================

***/

.about-section{
	position:relative;
	overflow:hidden;
	padding:130px 0px 100px;
}

.about-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .content-column .inner-column{
	position:relative;
	padding-left:var(--padding-left-30);
}

.about-section .content-column .lower-box{
	position:relative;
	margin-top:var(--margin-top-15);
	padding-top:var(--padding-top-40);
	margin-right:var(--margin-right-100);
	border-top:1px solid var(--color-nine);
}

.feature-block{
	position:relative;
	margin-bottom:30px;
}

.feature-block .inner-box{
	position:relative;
	padding-left:75px;
}

.feature-block .inner-box .icon{
	position:absolute;
	left:0px;
	top:-4px;
	line-height:1em;
	display:inline-block;
	color:#121f53;
	font-size:var(--font-56);
	font-family: "Flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.feature-block .inner-box:hover .icon{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.feature-block .inner-box h5{
	text-transform:uppercase;
	color:#000;
	line-height:24px;
}

.about-section .content-column .button-box{
	position:relative;
	float:left;
}

.about-section .content-column .phone-box{
	position:relative;
	float:left;
	margin-left:var(--margin-left-40);
}

.about-section .content-column .phone-box .box-inner{
	position:relative;
	font-size:var(--font-15);
	color:var(--color-eight);
	padding-top:var(--padding-top-5);
	padding-left:var(--padding-left-80)
}

.about-section .content-column .phone-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:var(--font-26);
	background-color:var(--color-ten);
}

.about-section .content-column .phone-box strong{
	position:relative;
	display:block;
	color:#000;
	font-size:20px;
	margin-top:var(--margin-top-5);
		
}

.about-section .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .image-column .inner-column{
	position:relative;
	z-index:10;
	padding-left:var(--padding-left-30);
	padding-right:var(--padding-right-60);
}

.about-section .image-column .counter-box{
	position:relative;
}

.about-section .image-column .counter-box .counter-column{
	position:relative;
	margin-bottom:30px;
}

.about-section .image-column .counter-box h2{
	
	color:#121f53;
	font-size:var(--font-44);
		
}

.about-section .image-column .counter-box .counter-text{
	position:relative;
	
	color:#000;
	font-size:18px;
	margin-top:var(--margin-top-5);
}

.about-section .image-column .image{
	position:relative;
	margin-top:20px;
}

.about-section .image-column .image img{
	position:relative;
	width:100%;
	display:block;
	overflow:hidden;
	border-radius:25px;
}

.about-section .image-column .image .circle-layer{
	position:absolute;
	left:-30px;
	top:-20px;
	width:194px;
	height:194px;
	z-index:1;
	border-radius:50%;
	box-shadow:0px 5px 15px rgba(0,0,0,0.10);
}

.about-section .image-column .image .gear-icon-one{
	position:absolute;
	left:-70px;
	top:-70px;
	line-height:1em;
	font-size:280px;
	color:#fff;
	font-family: "Flaticon";
}

.about-section .image-column .image .gear-icon-two{
	position:absolute;
	right:-100px;
	bottom:-100px;
	line-height:1em;
	font-size:350px;
	color:#fff;
	font-family: "Flaticon";
}

/*** 

====================================================================
	Services Section
====================================================================

***/

.service-section-two{
	position:relative;
	padding:40px 0;
}

.service-section-two .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:500px;
	background-size:cover;
}

.service-section-two .pattern-layer-one{
	position:absolute;
	left:7%;
	top:0%;
	width:405px;
	height:394px;
}

.service-section-two .pattern-layer-two{
	position:absolute;
	right:4%;
	top:40%;
	width:232px;
	height:235px;
}

.service-section-two .pattern-layer-three{
	position:absolute;
	left:0px;
	bottom:-80px;
	width:344px;
	height:281px;
	background-repeat:no-repeat;
}

.service-block-two{
	position:relative;
	z-index:20;
	margin-bottom:30px;
}

.service-block-two .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.service-block-two .inner-box .image{
	position:relative;
height: 270px;
display: grid;
align-items: center;
background: #fff;	overflow:hidden;
}


.service-block-two .inner-box .image:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}




.service-block-two:hover .inner-box .image:after {
	left:150%;
}

.service-block-two .inner-box .image img{
position: relative;
max-width: 100%;
display: block;
height: 160px;
width: auto;
margin: 0 auto;
max-height: 100%;
}

.service-block-two .inner-box .overlay-box{
	position:relative;
	left:0px;
	bottom:0px;
	right:0;
	z-index:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

/*
.service-block-two .inner-box:hover .overlay-box{
	bottom:-120px;
}*/

.service-block-two .inner-box .overlay-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	line-height:80px;
	text-align:center;
	font-size:var(--font-44);
	color:#fff;
	font-family: "Flaticon";
	background-color:#2071d7;
}

.service-block-two .inner-box .overlay-box .content{
	position:relative;
	padding:15px;
background: linear-gradient( to left, #02083d, #121f53);
background: linear-gradient(to right, #121f53 0%, #121f53 100%);
}

.service-block-two .inner-box .overlay-box h5{
font-size: 16px;
color: #fff;

text-transform: capitalize;
text-align: center;
height: 49px;
display: grid;
align-items: center;
}

.service-block-two .inner-box .overlay-box .title{
	position:relative;
	display:block;
	font-size:var(--font-15);
	margin-top:var(--margin-top-5);
}

/*
.service-block-two .inner-box:hover .overlay-box-two{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}*/

.service-block-two .inner-box .overlay-box-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-two .inner-box .overlay-box-two:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0;
	bottom:0px;
	opacity:0.90;
	background-color:#fff;
}

.service-block-two .inner-box .overlay-box-two .icon-two{
	position:absolute;
	left:0;
	top:0px;
	width:100px;
	height:90px;
	line-height:90px;
	text-align:center;
	font-size:var(--font-44);
	color:#2071d7;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 25px;
}

.service-block-two .inner-box .overlay-box-two .overlay-inner .overlay-content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.service-block-two .inner-box .overlay-box-two h5{
	max-width:190px;
	font-size:18px;
}

.service-block-two .inner-box .overlay-box-two h5 a{
	position:relative;
	color:#000;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.service-block-two .inner-box .overlay-box-two h5 a:hover{
	color:#2071d7;
}

.service-block-two .inner-box .overlay-box-two .text{
	line-height:30px;
	color:var(--color-eight);
	margin-top:var(--margin-top-15);
	margin-bottom:20px;
}

.service-block-two .inner-box .overlay-box-two .read-more{
	position:relative;
	padding:14px 22px;
	border-radius:4px;
	
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	text-transform:uppercase;
background: linear-gradient(to right, #121f53 0%, #121f53 100%);
		
}

.service-block-two .inner-box .overlay-box-two .read-more span{
	position:relative;
	top:1px;
	font-family: "Flaticon";
	font-size:var(--font-12);
	margin-left:var(--margin-left-5);
}


/*
.service-block-two.style-two .inner-box .overlay-box .icon,
.service-block-two.style-two .inner-box .overlay-box-two .read-more,
.service-block-two.style-two .inner-box .overlay-box-two .icon-two{
	background-color:#121f53;
}
*/
.service-block-two.style-two .inner-box .overlay-box-two h5 a:hover{
	color:#121f53;
}
/*
.service-block-two.style-three .inner-box .overlay-box .icon,
.service-block-two.style-three .inner-box .overlay-box-two .read-more,
.service-block-two.style-three .inner-box .overlay-box-two .icon-two{
	background-color:var(--color-thirteen);
}*/

.service-block-two.style-three .inner-box .overlay-box-two h5 a:hover{
	color:var(--color-thirteen);
}



.service-section-two .owl-dots{
	position: relative;
	display: block;
	text-align:center;
	counter-reset:slides-num;
	margin-top:var(--margin-top-15)
}

.service-section-two .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
}

.service-section-two .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 16px;
	
	margin:0px 10px;
	color:#000;
	padding-bottom:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
		
}

.service-section-two .owl-dots .owl-dot span:after{
	position:absolute;
	content:'/';
	right:-14px;
	top:0px;
	opacity:0;
	font-size: var(--font-14);
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.service-section-two .owl-dots .owl-dot:hover span:after,
.service-section-two .owl-dots .owl-dot.active span:after{
	opacity:1;
}

.service-section-two .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.service-section-two .owl-dots .owl-dot:hover span,
.service-section-two .owl-dots .owl-dot.active span{
	color: #121f53;
	opacity:1;
}

.service-section-two .owl-dots .owl-dot:last-child span::after{
	display:none;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.project-section{
	position:relative;
	overflow:hidden;
	padding-bottom:140px;
	padding-top:var(--padding-top-40);
}

.project-section .auto-container{
	position:relative;
}

.project-section .gear-pattern-layer{
	position:absolute;
	right:-160px;
	bottom:-100px;
	width:345px;
	height:344px;
	background-repeat:no-repeat;
}

.project-section .tabs-box{
	position:relative;
	z-index:1;
}

.project-section .btns-outer{
	position:absolute;
	right:0px;
	top:0px;
	width:100%;
	max-width:510px;
	padding-left:170px;
	padding-top:var(--padding-top-80);
	padding-bottom:var(--padding-bottom-40);
}

.project-section .btns-outer .tab-buttons{
	position: relative;
	max-width: 180px;
    z-index: 10;
}

.project-section .btns-outer .title-box{
	position:relative;
	margin-bottom:var(--margin-bottom-55);
}

.project-section .btns-outer .title-box h2{
	color:#fff;
	font-size:var(--font-40);
}

.project-section .btns-outer .btns-pattern-layer{
	position:absolute;
	right:0px;
	top:0px;
	left:0px;
	bottom:0px;
}

.project-section .tab-btns .tab-btn{
	position:relative;
	cursor:pointer;
	
	display:inline-block;
	font-size:18px;
	transition:all 0.3s ease;
	color:#fff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	
	margin-bottom:30px;
}

.project-section .tab-btns .tab-btn:hover,
.project-section .tab-btns .tab-btn.active-btn{
	color:#121f53;
	transform:translateX(50px);
}

.project-section .tab-btns .tab-btn:before{
	position:absolute;
	content:'';
	left:-180px;
	bottom:9px;
	width:165px;
	height:2px;
	opacity:0;
	display:block;
	background-color:#121f53;
	transform:scale(0.2,1);
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .tab-btns .tab-btn:hover::before,
.project-section .tab-btns .tab-btn.active-btn::before{
	opacity:1;
	transform:scale(1,1);
}

.project-section .tab-btns .tab-btn:after{
	position:absolute;
	content:'';
	right:-25px;
	bottom:4px;
	opacity:0;
	display:block;
	transform:scale(0.2,1);
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	border-top: 7px solid transparent;
    border-left: 12px solid #121f53;
    border-bottom: 7px solid transparent;
}

.project-section .tab-btns .tab-btn:hover::after,
.project-section .tab-btns .tab-btn.active-btn::after{
	opacity:1;
	transform:scale(1,1);
}

.project-section .tabs-content{
	position:relative;
	padding-right:410px;
}

.project-section .tabs-content .image{
	position:relative;
	margin-left:-180px;
	padding-top:var(--padding-top-60);
}

.project-section .prod-tabs .tabs-content .tab{
	position:relative;
	display:none;
	z-index:1;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);	
}

.project-section .prod-tabs .tabs-content .tab.active-tab{
	display:block;
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.project-section .content{
	position:absolute;
	right:0px;
	bottom:0px;
	width:100%;
	max-width:420px;
	padding:45px 35px;
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
}

.project-section .content .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	filter: blur(5px);
	-webkit-filter: blur(5px);
	background-repeat:no-repeat;
}

.project-section .content h5{
	position:relative;
	line-height:32px;
	
}

.project-section .content h5 a{
	position:relative;
	color:#fff;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .content h5 a:hover{
	color:#121f53;
}

.project-section .content .category{
	position:relative;
	
	letter-spacing:2px;
	color:#fff;
	text-transform:uppercase;
	font-size:var(--font-14);
	margin-top:20px;
}

.project-section .content .arrow{
	position:absolute;
	right:0px;
	bottom:0px;
	width:65px;
	height:75px;
	line-height:75px;
	text-align:center;
	font-size:18px;
	color:#fff;
	font-family: "Flaticon";
	background-color:#121f53;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.project-section .content .arrow:hover{
	color:#121f53;
	background-color:#fff;
}


.project-section .row [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

/*** 

====================================================================
	Project Section
====================================================================

***/

.products-section{
	position:relative;
	overflow:hidden;
	padding:140px 0px 140px;
	background-color:var(--color-fourteen);
}

.products-section .sec-title{
	margin-bottom:60px;
}

.products-section .pattern-layer{
	position:absolute;
	left:12%;
	top:0%;
	width:404px;
	height:393px;
	background-repeat:no-repeat;
}

.products-section .pattern-layer-two{
	position:absolute;
	right:8%;
	top:8%;
	width:86px;
	height:142px;
	background-repeat:no-repeat;
}

.products-section .pattern-layer-three{
	position:absolute;
	left:1%;
	bottom:10%;
	width:212px;
	height:196px;
	background-repeat:no-repeat;
}

.products-section .pattern-layer-four{
	position:absolute;
	right:-10px;
	top:25%;
	width:320px;
	height:312px;
	background-repeat:no-repeat;
}

.products-section .pattern-layer-five{
	position:absolute;
	right:0px;
	bottom:30px;
	width:359px;
	height:505px;
	background-repeat:no-repeat;
}

.products-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.products-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.products-section .owl-nav{
	position:absolute;
	left:50%;
	bottom:27px;
	width:100%;
	z-index:1;
	max-width:180px;
	transform:translateX(-50%);
}

.products-section .owl-dots{
	position: relative;
	display: block;
	text-align:center;
	counter-reset:slides-num;
	margin-top:var(--margin-top-15)
}

.products-section .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
}

.products-section .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 16px;
	
	margin:0px 10px;
	color:#000;
	padding-bottom:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
		
}

.products-section .owl-dots .owl-dot span:after{
	position:absolute;
	content:'/';
	right:-14px;
	top:0px;
	opacity:0;
	font-size: var(--font-14);
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.products-section .owl-dots .owl-dot:hover span:after,
.products-section .owl-dots .owl-dot.active span:after{
	opacity:1;
}

.products-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.products-section .owl-dots .owl-dot:hover span,
.products-section .owl-dots .owl-dot.active span{
	color: #121f53;
	opacity:1;
}

.products-section .owl-dots .owl-dot:last-child span::after{
	display:none;
}

.products-section .owl-carousel .owl-stage-outer{
	padding:15px 0px 0px;
}

/* Product Block */

.product-block{
	position:relative;
	margin-bottom:30px;
}

.product-block .inner-box{
	position:relative;
	text-align:center;
}

.product-block .inner-box .color-layer{
	position:absolute;
	left:0px;
	top:90px;
	right:0px;
	bottom:25px;
	border-radius:7px;
	background-color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box .color-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:7px;
	transform:scale(0.30,1);
	background-color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover .color-layer:before{
	transform:scale(1,1);
	opacity:1;
}

.product-block .inner-box .image-box{
	position:relative;
	display:inline-block;
}

.product-block .inner-box .image-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0;
	border-radius:50%;
	background-color:#121f53;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover .image-box:before{
	transform:translateY(-15px);
	opacity:1;
}

.product-block .inner-box .image{
	position:relative;
	width:190px;
	height:190px;
	margin:0 auto;
	overflow:hidden;
	border-radius:50%;
	background-color:#fff;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.product-block .inner-box h5{
	
	line-height:34px;
	font-size:22px;
	margin-top:20px;
}

.product-block .inner-box h5 a{
	position:relative;
	color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover h5 a{
	color:#fff;
}

.product-block .inner-box .lower-box{
	position:relative;
	margin:0px 25px;
	padding-top:var(--padding-top-20);
	border-top:1px solid var(--color-fifteen);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box:hover .lower-box{
	border-color:rgba(255,255,255,0.15);
}

.product-block .inner-box .price{
	position:relative;
	
	font-size:16px;
	color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.product-block .inner-box .price span{
	position:relative;
	color:var(--color-seventeen);
	text-decoration:line-through;
	margin-right:var(--margin-right-5);
}

.product-block .inner-box:hover .price{
	color:#fff;
}

.product-block .inner-box .rating{
	position:relative;
	font-size:16px;
	color:var(--color-sixteen);
}

.product-block .inner-box .btn-box{
	margin-top:var(--margin-top-25);
}

.product-block .inner-box .read-more{
	position:relative;
	padding:16px 26px 14px;
	border-radius:4px;
	
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	text-transform:uppercase;
	background-color:#121f53;
		
}

.product-block .inner-box .read-more span{
	position:relative;
	top:-1px;
	font-family: "Flaticon";
	font-size:var(--font-10);
	margin-left:var(--margin-left-5);
}

/*** 

====================================================================
	Team Section
====================================================================

***/

.team-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 90px;
}

.team-section .owl-carousel .owl-stage-outer{
	padding:0px 0px 65px;
}

.team-section .owl-theme .team-block{
	margin:0px 15px;
}

.team-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.team-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.team-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.team-section .owl-nav{
	position:absolute;
	right:0px;
	top:-80px;
	width:100%;
	z-index:10;
	max-width:140px;
	margin-left:-70px;
}

.team-section .owl-dots{
	position: absolute;
	right:30px;
	top:-95px;
	z-index:10;
	display: block;
	text-align:center;
	counter-reset:slides-num;
	margin-top:var(--margin-top-15)
}

.team-section .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
}

.team-section .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 16px;
	
	margin:0px 10px;
	color:#000;
	padding-bottom:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
		
}

.team-section .owl-dots .owl-dot span:after{
	position:absolute;
	content:'/';
	right:-14px;
	top:0px;
	opacity:0;
	font-size: var(--font-14);
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.team-section .owl-dots .owl-dot:hover span:after,
.team-section .owl-dots .owl-dot.active span:after{
	opacity:1;
}

.team-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.team-section .owl-dots .owl-dot:hover span,
.team-section .owl-dots .owl-dot.active span{
	color: #121f53;
	opacity:1;
}

.team-section .owl-dots .owl-dot:last-child span::after{
	display:none;
}

.team-block{
	position:relative;
	margin-bottom:30px;
}

.team-block .inner-box{
	position:relative;
}

.team-block .inner-box .image{
	position:relative;
}

.team-block .inner-box .image::before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:50%;
	z-index:1;
	transition: all 900ms ease;
	-moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	background-image: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,67,24,1) 100%);
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,67,24,1) 100%);
	background-image: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,67,24,1) 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255,255,255,0)), color-stop(100, rgba(250,67,24,1)));
	background-image: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(250,67,24,1) 100%);
	background-image: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(250,67,24,1) 100%);
}

.team-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	filter: grayscale(100%);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	clip-path: polygon(0 0, 85% 0, 100% 15%, 100% 100%, 0 100%, 0% 50%);
}

.team-block .inner-box:hover .image img{
	filter: grayscale(0%);
}

.team-block .inner-box .image .social-box{
	position:absolute;
	left:-15px;
	top:30px;
	width:32px;
}

.team-block .inner-box .image .social-box a{
	position:relative;
	left:0px;
	top:0px;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	display:inline-block;
	color:#fff;
	background-color:#121f53;
	margin-bottom:10px;
}

.team-block .inner-box .image .social-box a:hover{
	color:#121f53;
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.team-block .inner-box .lower-content{
	position:relative;
	text-align:center;
	margin-top:-25px;
	z-index:1;
	padding-top:var(--padding-top-25);
}

.team-block .inner-box .lower-content .gear-icon{
	position:absolute;
	left:0px;
	top:0px;
	opacity:0;
	width:101px;
	height:97px;
	background:url(../images/icons/gear.png);
	background-repeat:no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .lower-content .gear-icon{
	opacity:1;
}

.team-block .inner-box .lower-content:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:25px;
	background-color:#fff;
	border:1px solid var(--color-eightteen);
	clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%, 0% 50%);
	
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .lower-content:before{
	bottom:-35px;
	border-color:#eee;
	background-color:#eee;
}

.team-block .inner-box .lower-content:after{
	position:absolute;
	content:'';
	right:0px;
	top:0px;
	border-bottom: 17px solid #eee;
    border-right: 31px solid transparent;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .lower-content:after{
	border-bottom: 22px solid #eee;
}

.team-block .inner-box h5{
	font-size:22px;
}

.team-block .inner-box h5 a{
	position:relative;
	color:#000;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .list li,
.team-block .inner-box:hover .designation,
.team-block .inner-box:hover h5 a{
	color:#fff;
}

.team-block .inner-box .designation{
	position:relative;
	
	color:#121f53;
	font-size:var(--font-15);
	margin-top:var(--margin-top-5);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .middle-content{
	position:relative;
}

.team-block .inner-box .list{
	position:absolute;
	left:0px;
	right:0px;
	opacity:0;
	margin-top:var(--margin-top-15);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .list li{
	position:relative;
	display:inline-block;
	color:#000;
	font-size:16px;
	padding-left:var(--padding-left-25);
	margin-bottom:5px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .list li .icon{
	position:absolute;
	left:0px;
	color:#121f53;
	font-family: "Flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .btn-box{
	position:relative;
	text-align:center;
	margin-top:var(--margin-top-25);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box:hover .list{
	opacity:1;
}

.team-block .inner-box:hover .btn-box{
	transform:translateY(60px);
}

.team-block .inner-box .btn-box .read-more{
	position:relative;
	padding:16px 26px 14px;
	border-radius:4px;
	
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	text-transform:uppercase;
	background-color:#121f53;
		
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block .inner-box .btn-box .read-more span{
	position:relative;
	top:-1px;
	font-family: "Flaticon";
	font-size:var(--font-10);
	margin-left:var(--margin-left-5);
}

/*** 

====================================================================
	CTA Section
====================================================================

***/

.cta-section{
	position:relative;
	text-align:center;
	z-index:1;
	padding:100px 0px 120px;
}

.cta-section .gradient-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	width:40%;
	bottom:0px;
	opacity:0.80;
	background: #121f53;
	background: -webkit-linear-gradient(to right, #121f53 0%, rgba(255,255,255,0) 100%);
	background: -moz-linear-gradient(to right, #121f53 0%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, #121f53 0%, rgba(255,255,255,0) 100%);
}

.cta-section .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:113px;
	height:215px;
	z-index:1;
}

.cta-section .pattern-layer-two{
	position:absolute;
	right:60px;
	top:80px;
	width:86px;
	height:142px;
}

.cta-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.50;
	background-color:#000;
}

.cta-section .icon{
	position:relative;
}

.cta-section h2{
	line-height:72px;
	font-size:var(--font-60);
	color:#fff;
	margin-top:var(--margin-top-30);
	margin-bottom:40px;
	
}

/*** 

====================================================================
	News Section
====================================================================

***/

.news-section{
	position:relative;
	overflow:hidden;
	padding:130px 0px 100px;
	background-color:var(--color-fourteen);
}

.news-section .pattern-layer{
	position:absolute;
	left:12%;
	top:0%;
	width:404px;
	height:393px;
	background-repeat:no-repeat;
}

.news-section .pattern-layer-two{
	position:absolute;
	right:8%;
	top:8%;
	width:86px;
	height:142px;
	background-repeat:no-repeat;
}

.news-section .pattern-layer-three{
	position:absolute;
	left:1%;
	bottom:10%;
	width:212px;
	height:196px;
	background-repeat:no-repeat;
}

.news-section .pattern-layer-four{
	position:absolute;
	right:-10px;
	top:25%;
	width:320px;
	height:312px;
	background-repeat:no-repeat;
}

.news-section .pattern-layer-five{
	position:absolute;
	right:0px;
	bottom:30px;
	width:359px;
	height:505px;
	background-repeat:no-repeat;
}

.news-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.news-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	font-family: "Flaticon";
	font-size: 20px;
}

.news-section .owl-nav{
	position:absolute;
	right:0px;
	top:-80px;
	width:100%;
	z-index:1;
	max-width:140px;
	margin-left:-70px;
}

.news-section .owl-dots{
	position: absolute;
	right:30px;
	top:-95px;
	display: block;
	text-align:center;
	counter-reset:slides-num;
	margin-top:var(--margin-top-15)
}

.news-section .owl-dots .owl-dot{
	position:relative;
	display: inline-block;
	vertical-align: top;
	counter-increment: slides-num;
}

.news-section .owl-dots .owl-dot span{
	position: relative;
	content:"0" counter(slides-num) "";
	display: block;
	font-size: 16px;
	
	margin:0px 10px;
	color:#000;
	padding-bottom:5px;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
		
}

.news-section .owl-dots .owl-dot span:after{
	position:absolute;
	content:'/';
	right:-14px;
	top:0px;
	opacity:0;
	font-size: var(--font-14);
	color:#000;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.news-section .owl-dots .owl-dot:hover span:after,
.news-section .owl-dots .owl-dot.active span:after{
	opacity:1;
}

.news-section .owl-dots .owl-dot span:before{
	position: relative;
	content:"0" counter(slides-num) "";
}

.news-section .owl-dots .owl-dot:hover span,
.news-section .owl-dots .owl-dot.active span{
	color: #121f53;
	opacity:1;
}

.news-section .owl-dots .owl-dot:last-child span::after{
	display:none;
}

/* News Block */

.news-block{
	position:relative;
	margin-bottom:30px;
}

.news-block .inner-box{
	position:relative;
	border-radius:6px;
	overflow:hidden;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.news-block .inner-box .image{
	position:relative;
}

.news-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block .inner-box .category{
	position:absolute;
	right:30px;
	top:-55px;
	z-index:1;
	padding:6px 12px;
	
	border-radius:3px;
	display:inline-block;
	color:#fff;
	text-transform: capitalize;
	background-color:#121f53;
		
font-size: 12px;
}

.news-block .inner-box .category i {
margin-right:4px;
}

.news-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:0px;
	right:0px;
	z-index:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block .inner-box:hover .overlay-box{
	bottom:-150px;
}

.news-block .inner-box .overlay-box .content{
	position:relative;
	padding:25px 25px 20px;
	background-color:#fff;
}

.news-block .inner-box .overlay-box h5{
	
	line-height:28px;
	margin-top:#000;
	margin-top:10px;
}

.news-block .inner-box .post-meta{
	position:relative;
}

.news-block .inner-box .post-meta li{
	position:relative;
	
	display:inline-block;
	color:#333;
	font-size:16px;
	margin-right:var(--margin-right-10);
	padding-left:var(--padding-left-25);
}

.news-block .inner-box .post-meta li:last-child{
	margin-right:var(--margin-zero);
}

.news-block .inner-box .post-meta li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-size:16px;
	color:#000;
	font-family: "Flaticon";
}

.news-block .inner-box .overlay-box .title{
	position:relative;
	display:block;
	font-size:var(--font-15);
	margin-top:var(--margin-top-5);
}

.news-block .inner-box:hover .overlay-box-two{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.news-block .inner-box .overlay-box-two{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:1;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.news-block .inner-box .overlay-box-two .image-layer{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:30px;
	bottom:0px;
	filter: blur(10px);
	-webkit-filter: blur(10px);
}

.news-block .inner-box .overlay-box-two .post-date{
	position:absolute;
	right:0px;
	top:0px;
	width:73px;
	height:76px;
	line-height:24px;
	text-align:center;
	
	padding-top:var(--padding-top-15);
	font-size:16px;
	color:#fff;
		
	background-color:#121f53;
}

.news-block .inner-box .overlay-box-two .post-date:after{
	position:absolute;
	content:'';
	right:0px;
	bottom:-18px;
	border-top: 18px solid var(--color-twenty);
	border-right: 30px solid transparent;
}

.news-block .inner-box .overlay-box-two .overlay-inner{
	position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: table;
    vertical-align: middle;
    padding: 10px 30px;
}

.news-block .inner-box .overlay-box-two .overlay-inner .overlay-content{
	position: relative;
    display: table-cell;
    vertical-align: middle;
}

.news-block .inner-box .overlay-box-two h5{
	line-height:30px;
	font-size:22px;
}

.news-block .inner-box .overlay-box-two h5 a{
	position:relative;
	color:#fff;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.news-block .inner-box .overlay-box-two h5 a:hover{
	color:#121f53;
}

.news-block .inner-box .overlay-box-two .text{
	line-height:30px;
	max-width:280px;
	color:#fff;
	margin-top:var(--margin-top-15);
	margin-bottom:20px;
}

.news-block .inner-box .overlay-box-two .read-more{
	position:relative;
	padding:14px 22px;
	border-radius:4px;
	
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	text-transform:uppercase;
	background-color:#121f53;
		
}

.news-block .inner-box .overlay-box-two .read-more span{
	position:relative;
	top:1px;
	font-family: "Flaticon";
	font-size:var(--font-12);
	margin-left:var(--margin-left-5);
}

/*** 

====================================================================
	Main Footer
====================================================================

***/
footer {
color: #fff;
font-size: 15px;
}

.main-footer{
	position:relative;
	z-index:10;
	padding:90px 0px 0px;
	background-position:center center;
	background-repeat:no-repeat;
	background-color:var(--color-twentyone);
}

.main-footer .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.main-footer .widgets-section{
	position:relative;
	padding-bottom:50px;
}

.main-footer .logo-widget{
	position:relative;
}

.main-footer .logo-widget .logo{
	position:relative;
	margin-bottom:25px;
}

.main-footer .logo-widget .text{
	line-height:1.8em;
	color:var(--color-twentytwo);
	margin-bottom:30px;
}

.main-footer .logo-widget .about-btn{
	position: relative;
    padding: 11px 27px;
    
	margin-top:0px;
	border-radius:5px;
	display:inline-block;
	font-size:var(--font-14);
	text-transform:uppercase;
	color:#fff;
    background-color: #121f53;
}

.main-footer .footer-widget h4{
	
	margin-top:10px;
	margin-bottom:30px;
	color:#fff;
	text-transform:capitalize;
	padding-bottom:var(--padding-bottom-20);
}

.main-footer .footer-widget h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:50px;
	height:2px;
	background-color:#121f53;
}

.main-footer .newsletter-widget .text{
	line-height:1.8em;
	color:var(--color-twentytwo);
	margin-bottom:30px;
}

/* Email Box */

.main-footer .email-box{
	position:relative;
	margin-bottom:22px;
}

.main-footer .email-box .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.main-footer .email-box .form-group input[type="text"],
.main-footer .email-box .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 25px;
	background-color:rgba(255,255,255,0.20);
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	border-radius:0px;
	box-shadow:inherit;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-footer .email-box .form-group input::placeholder,
.main-footer .email-box .form-group textarea::placeholder{
	color:#ffffff;
}

.main-footer .email-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:50px;
	width:64px;
	display:block;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	color:#fff;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "Flaticon";
	background-color: #121f53;
}

.main-footer .email-box .form-group button:hover{
	color:#ffffff;
}

.newsletter-widget .social-box{
	position:relative;
}

.newsletter-widget .social-box li{
	position:relative;
	margin-right:15px;
	display:inline-block;
}

.newsletter-widget .social-box li a{
	position:relative;
	color:#fff;
	font-size:18px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.newsletter-widget .social-box li a:hover{
	color: #121f53;
}

.main-footer .contact-widget .contact-list{
	position:relative;
}

.main-footer .contact-widget .contact-list li{
	position:relative;
	line-height:1.8em;
	font-size:var(--font-14);
	color:var(--color-twentytwo);
	padding-left:var(--padding-left-30);
	margin-bottom:15px;
}

.main-footer .contact-widget .contact-list li .icon{
	position:absolute;
	left:0px;
	top:-1px;
	color:#fff;
}

.main-footer .contact-widget .contact-list li:last-child{
	margin-bottom:0px;
}

.main-footer .contact-widget .timing{
	position:relative;
	line-height:1.8em;
	font-size:var(--font-15);
	color:var(--color-twentytwo);
	margin-top:20px;
}

.main-footer .contact-widget .timing strong{
	position:relative;
	
	display:block;
	color:#fff;
	text-decoration:underline;
	margin-bottom:10px;
}

.main-footer .instagram-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.main-footer .instagram-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 3px;
	margin-bottom:5px;
}

.main-footer .instagram-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.main-footer .instagram-widget .image-box img:hover{
	opacity:0.70;	
}

.main-footer .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.10);
}

.main-footer .footer-bottom .copyright{
	position:relative;
	font-size:var(--font-15);
	color:var(--color-twentytwo);
}

.main-footer .footer-bottom .copyright a{
	color:#121f53;
}

/* 34. vertical lines */

.vertical-lines-wrapper {
	position: fixed;
	width: 100%;
	height: 100%;
	overflow: hidden;
	left: 0;
	top: 0;
	margin: 0;
	-webkit-pointer-events: none;
	-moz-pointer-events: none;
	pointer-events: none;
	z-index: 1;
}

.vertical-lines {
	position: fixed;
	max-width: 1170px;
	width:100%;
	height: 100%;
	left: 50%;
	top: 0;
	opacity: 1;
	-moz-opacity: 1;
	-webkit-opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	transform: translateX(-50%);
}

.vertical-effect{
	position: relative;
	width: 20%;
	height: 100%;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-left: 1px solid var(--color-twentythree);
}

.vertical-effect:nth-child(6){
	position:absolute;
	right:0px;
	top:0px;
	bottom:0px;
	width:2px;
}

.vertical-effect::before {
	content: "";
	position: absolute;
	display: block;
	width: 3px;
	-webkit-animation-direction: normal;
	-moz-animation-direction: normal;
	-ms-animation-direction: normal;
	-o-animation-direction: normal;
	animation-direction: normal;
}

.vertical-effect:first-child::before,
.vertical-effect:nth-child(6)::before,
.vertical-effect:nth-child(5)::before,
.vertical-effect:nth-child(3)::before,
.vertical-effect:nth-child(4)::before,
.vertical-effect:nth-child(5)::before{
	content: "";
	position: absolute;
	left: -2px;
}

.vertical-effect:first-child::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(2)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

.vertical-effect:nth-child(3)::before {
	top: 0;
	-webkit-animation: raindrop 12s ease-out infinite;
	-moz-animation: raindrop 12s ease-out infinite;
	-ms-animation: raindrop 12s ease-out infinite;
	-o-animation: raindrop 12s ease-out infinite;
	animation: raindrop 12s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(4)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

.vertical-effect:nth-child(5)::before {
	top: 0;
	-webkit-animation: raindrop 6s ease-out infinite;
	-moz-animation: raindrop 6s ease-out infinite;
	-ms-animation: raindrop 6s ease-out infinite;
	-o-animation: raindrop 6s ease-out infinite;
	animation: raindrop 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
	background: linear-gradient(top, rgba(225, 225, 225, 0), rgba(225, 225, 225, 1));
}

.vertical-effect:nth-child(6)::before {
	bottom: 0;
	-webkit-animation: raindrop-reverse 6s ease-out infinite;
	-moz-animation: raindrop-reverse 6s ease-out infinite;
	-ms-animation: raindrop-reverse 6s ease-out infinite;
	-o-animation: raindrop-reverse 6s ease-out infinite;
	animation: raindrop-reverse 6s ease-out infinite;
	background: -webkit-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: -ms-linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
	background: linear-gradient(top, rgba(225, 225, 225, 1), rgba(225, 225, 225, 0));
}

@-webkit-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}
@keyframes raindrop {
  0% {
    top: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    top: 100%;
    height: 35%;
  }
}

@-webkit-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@-ms-keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    bottom: 100%;
    height: 35%;
  }
}
@keyframes raindrop-reverse {
  0% {
    bottom: -10%;
    opacity: 0;
    height: 0;
  }
  50% {
    opacity: 1;
   }
  100% {
    bottom: 100%;
    height: 35%;
  }
}

/*** 

====================================================================
	About Section Two
====================================================================

***/

.about-section-two{
	position:relative;
	padding:130px 0px 70px;
	background-position:right bottom;
	background-repeat:no-repeat;
}

.about-section-two .image-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .image-column .inner-column{
	position:relative;
	padding-right:var(--padding-right-70);
	padding-bottom:var(--padding-bottom-90);
}

.image-column .year-box{
	position:absolute;
	left:0;
	bottom:0;
	z-index:1;


	border-radius:5px;
	text-align:center;
	
	font-size:20px;
	color:#fff;

	background-color:#121f53;background: linear-gradient(to right, #121f53 0%, #121f53 100%);padding: 20px;
}

.image-column .year-box h2{
	position:relative;
	
	font-size:34px;
	color:#fff;
	margin-bottom:5px;
		
}

.about-section-two .image-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.about-section-two .image-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.about-section-two .image-column .image-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:255px;
	border-radius:5px;
	border:15px solid #fff;
}

.about-section-two .content-column{
	position:relative;
	margin-bottom:30px;
}

.about-section-two .content-column .inner-column{
	position:relative;
}

.feature-block-two{
	position:relative;
	margin-bottom:30px;
}

.feature-block-two .inner-box{
	position:relative;
	padding:0px 20px 25px;
}

.feature-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:25px;
	right:0px;
	bottom:0px;
	background-color:#f4f4f4;
}

.feature-block-two .inner-box:hover .icon{
	transform:rotateY(180deg);
}

.feature-block-two .inner-box .icon{
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius:3px;
	text-align:center;
	display:inline-block;
	color:#fff;
	font-family: "Flaticon";
	font-size:var(--font-32);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#121f53;
	box-shadow:0px 0px 15px rgba(var(--color-twentyseven-rgb), 0.5)
}

.feature-block-two .inner-box h6{
	
	margin-top:20px;
	color:var(--color-thirtyone);
}

.feature-block-two .inner-box{
	position:relative;
}

.feature-block-two .inner-box .text{
	position:relative;
	margin-top:10px;
}

.feature-block-two:nth-child(2) .inner-box .icon{
	background-color:#121f53;
	box-shadow:0px 0px 15px rgba(var(--color-twentyeight-rgb), 0.5)
}

/*** 

====================================================================
	CTA Section One
====================================================================

***/

.cta-section-one{
	position:relative;
	z-index:1;
}

.cta-section-one .inner-container{
	position:relative;
	padding:60px 35px;
	border-radius:5px;
	overflow:hidden;
	background-color:#121f53;
}

.cta-section-one h2{
	line-height:50px;
	color:#fff;
}

.cta-section-one .play-box{
	position:relative;
	
	float:left;
	font-size:16px;
	color:#fff;
	margin-top:20px;
	padding-left:90px;
}

.cta-section-one .play-box .play-button{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:16px;
	color:#fff;
	padding-left:var(--padding-left-5);
	background-color:#121f53;
}

.cta-section-one .play-box .play-button:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50px;
	border:2px dashed #fff;
}

.cta-section-one .play-box strong{
	position:relative;
	display:block;
	
	font-size:22px;
	margin-top:10px;
		
}

.cta-section-one .button-box{
	position:relative;
	float:left;
	margin-top:var(--margin-top-15);
	margin-left:var(--margin-left-30);
	padding-left:var(--padding-left-30);
	border-left:2px solid #fff;
}

.cta-section-one .button-box .theme-btn{
	display:block;
}

/*** 

====================================================================
	Services Section Three
====================================================================

***/

.service-section-three{
	position:relative;
	padding:50px 0;
background: #f6f6f6;
}


.service-section-three .btn-box{
	position:relative;
	margin-top:var(--margin-top-30);
}

.service-block-three{
	position:relative;
	margin-bottom:15px;
}

.service-block-three .inner-box{
	position:relative;
	border-radius:30px 0 0 0;
	text-align:center;
	border-radius:3px;
	overflow:hidden;
	background-color:#e2e2e2;
}

.service-block-three .inner-box .img-box img {
height:250px;
width:100%;
}

.service-block-three .inner-box .img-box {
position: relative;
overflow: hidden;
}

.service-block-three .inner-box .img-box:after {

    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}


.service-block-three:hover .inner-box .img-box:after {
	left:150%;
}



.service-block-three .inner-box .icon-box{
	position:relative;
	display:inline-block;
}

.service-block-three .inner-box .icon-box:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50px;
	border:2px dashed #fff;
}

.service-block-three .inner-box:hover .icon-box .icon{
	background-color:var(--color-thirtyfour);
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

.service-block-three .inner-box .icon-box .icon{
	position:relative;
	width:70px;
	height:70px;
	line-height:70px;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	font-size:var(--font-36);
	font-family: "Flaticon";
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:var(--color-thirtyone);
}

.service-block-three .inner-box h5{
padding: 20px 15px;
align-items: center;
text-transform: capitalize;

font-weight: normal;

font-size: 17px;position: relative;
}
.service-block-three .inner-box h5:after {
	position:absolute;
	content:'';
	right:0;
	bottom:0;
width:100%;
height:0;
background-color: #121f53;z-index: -1;transition: all ease-in-out 0.2s;
}


.service-block-three:hover .inner-box h5:after {
height: 100%;
color:#fff;
}

.service-block-three:hover .inner-box h5 a {
color:#fff;
}

.service-block-three .inner-box h5 a{
	color:#000;
}

.service-block-three .inner-box .text{
	color:#fff;
	font-size:16px;
	margin-top:var(--margin-top-15);
	margin-bottom:25px;
}

.service-block-three .inner-box .plus-icon{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#121f53;
}

.service-block-three .inner-box:hover .plus-icon{
	background-color:#fff;
	color:#121f53;
}

.service-block-three .inner-box:hover h5 a {

}

.service-block-three .inner-box .color-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;z-index: -1;
}

.service-block-three .color-one{
	position:absolute;
	left:0px;
	top:0px;
	width:25%;
	height:0%;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#121f53;
}

.service-block-three .inner-box:hover .color-one{
	height:100%;
}

.service-block-three .color-two{
	position:absolute;
	left:25%;
	top:0px;
	width:25%;
	height:0%;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#121f53;
}

.service-block-three .inner-box:hover .color-two{
	height:100%;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;
}

.service-block-three .color-three{
	position:absolute;
	left:50%;
	top:0px;
	width:25%;
	height:0%;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#121f53;
}

.service-block-three .inner-box:hover .color-three{
	height:100%;
	-webkit-transition-delay: 600ms;
	-moz-transition-delay: 600ms;
	-ms-transition-delay: 600ms;
	-o-transition-delay: 600ms;
	transition-delay: 600ms;
}

.service-block-three .color-four{
	position:absolute;
	left:75%;
	top:0px;
	width:25%;
	height:0%;
	transition: all 600ms ease;
    -moz-transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
	background-color:#121f53;
}

.service-block-three .inner-box:hover .color-four{
	height:100%;
	-webkit-transition-delay: 900ms;
	-moz-transition-delay: 900ms;
	-ms-transition-delay: 900ms;
	-o-transition-delay: 900ms;
	transition-delay: 900ms;
}

/*** 

====================================================================
	Team Section Two
====================================================================

***/

.team-section-two{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}

.team-section-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:469px;
	height:699px;
	background-repeat:no-repeat;
}

.team-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:-100px;
	width:419px;
	height:626px;
	background-repeat:no-repeat;
}

.team-section-two .sec-title-two .title:before{
	background: url(../images/background/pattern-17.png);
}

.team-section-two .btn-box{
	position:relative;
	margin-top:20px;
}

.team-block-two{
	position:relative;
	margin-bottom:30px;
}

.team-block-two .inner-box{
	position:relative;
}

.team-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block-two .inner-box .social-box{
	position:absolute;
	right:-120px;
	top:20px;
	z-index:1;
	width:45px;
	text-align:center;
	padding:20px 15px 18px;
	border-radius:15px 0px 0px 15px;
	background-color:#121f53;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .social-box a{
	position:relative;
	display:inline-block;
	color:#fff;
	font-size:18px;
	margin-bottom:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box .social-box a:hover{
	color:#121f53;
}

.team-block-two .inner-box .social-box a:last-child{
	margin-bottom:var(--margin-zero);
}

.team-block-two .inner-box:hover .social-box{
	right:0px;
}

.team-block-two .inner-box .lower-content{
	position:relative;
	padding-top:var(--padding-top-25);
}

.team-block-two .inner-box h4{
	
}

.team-block-two .inner-box h4 a{
	position:relative;
	color:var(--color-thirtyone);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-two .inner-box:hover h4 a{
	color:#121f53;
}

.team-block-two .inner-box .designation{
	position:relative;
	color:var(--color-eight);
	margin-top:10px;
}

.team-block-two .inner-box .plus-icon{
	position:absolute;
	right:0px;
	top:30px;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#121f53;
}

.team-block-two .inner-box:hover .plus-icon{
	background-color:#121f53;
	color:#fff;
}

/*** 

====================================================================
	Project Section Two
====================================================================

***/

.project-section-two{
	position:relative;
	overflow:hidden;
	padding-bottom:var(--padding-bottom-70);
}

.project-section-two:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:520px;
	background-color:var(--color-twentyfour);
}

.project-section-two .title-column{
	position:relative;
	margin-bottom:30px;
}

.project-section-two .title-column .inner-column{
	position:relative;
}

.project-section-two .title-column h3{
	color:#fff;
	margin-top:var(--margin-top-100);
}

.project-section-two .title-column .text{
	color:#fff;
	
	line-height:30px;
	font-size:16px;
	margin-top:var(--margin-top-25);
	margin-bottom:40px;
}

.project-section-two .carousel-column{
	position:relative;
	margin-bottom:30px;
}

.project-section-two .carousel-column .inner-column{
	position:relative;
}

.project-section-two .carousel-column .inner-column:before{
	position:absolute;
	content:'';
	right:-30px;
	bottom:35px;
	width:70px;
	height:70px;
	border-radius:50px;
	background-color:#121f53;
}

.project-section-two .carousel-column .owl-nav{
	display:none;
}

.project-section-two .carousel-column .owl-dots{
	position:relative;
	text-align:center;
	margin-top:var(--margin-top-40);
}

.project-section-two .carousel-column .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 5px;
	border-radius:50px;
	display:inline-block;
	background-color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-section-two .carousel-column .owl-dots .owl-dot:hover,
.project-section-two .carousel-column .owl-dots .owl-dot.active{
	width:40px;
	background-color:#121f53;
}

/*** 

====================================================================
	Faq Section
====================================================================

***/

.faq-section{
	position:relative;
	padding:100px 0px 70px;
}

.faq-section .title-column{
	position:relative;
	margin-bottom:30px;
}

.faq-section .title-column .inner-column{
	position:relative;
}

.faq-section .sec-title-two .title:before{
	background:url(../images/background/pattern-20.png) center center no-repeat;
}

.faq-section .title-column .image{
	position:relative;
	border-radius:8px;
	overflow:hidden;
}

.faq-section .title-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.faq-section .accordion-column{
	position:relative;
	margin-bottom:30px;
}

.faq-section .accordion-column .inner-column{
	position:relative;
}

.faq-section .accordion-column .upper-text{
	position:relative;
	line-height: 28px;
    font-size: 16px;
    color: var(--color-eight);
	margin-top:var(--margin-top-70);
	margin-bottom:50px;
}

/*** 

====================================================================
	Accordion Style
====================================================================

***/

.accordion-box{
	position:relative;
}

.accordion-box .block{
	position:relative;
	border-radius:4px;
	background-color:#fff;
	margin-bottom:20px;
	border:1px solid var(--color-thirtysix);
}

.accordion-box .block .acc-btn{
	font-size:16px;
	padding-right:40px;
	position:relative;
	cursor:pointer;
	line-height:30px;
	
	padding:14px 25px;
	text-transform:capitalize;
	color:var(--color-thirtyone);
	transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
		
}

.accordion-box .block .icon-outer{
	position:absolute;
	right:10px;
	top:5px;
	width:50px;
	height:50px;
	text-align:center;
	font-size:18px;
	color:var(--color-thirtyone);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon{
    position: absolute;
    left: 0px;
    top: 0px;
    width:50px;
	height:50px;
    text-align: center;
    line-height: 50px;
    font-size:18px;
	color:var(--main-color-two);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.accordion-box .block .icon-outer .icon-plus{
	opacity:1;
}

.accordion-box .block .icon-outer .icon-minus{
	opacity:0;
	font-weight:400;
	color:var(--main-color-two);
}

.accordion-box .block .acc-btn.active .icon-outer .icon-minus{
	opacity:1;
	color:#121f53;
}

.accordion-box .block .acc-btn.active .icon-outer .icon-plus{
	opacity:0;
}

.accordion-box .block .acc-btn.active .icon-outer{
	
}

.accordion-box .block .acc-btn.active{
	color:#121f53;
}

.accordion-box .block .acc-content{
	position:relative;
	display:none;
}

.accordion-box .block .acc-content .content-text{
	padding-bottom:6px;
}

.accordion-box .block .acc-content.current{
	display:block;	
}

.accordion-box .block .content{
	position:relative;
	padding:0px 25px 25px 25px;
}

.accordion-box .block .content .text p{
	margin-bottom:0px;
	color:var(--dark-color);
}

.accordion-box .block .content p:last-child{
	margin-bottom:0px;	
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section{
	position:relative;
	padding:110px 0px 70px;
	background-attachment:fixed;
	background-size:cover;
}

.testimonial-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.90;
	background-color:#f4f4f4;
}

.testimonial-section .counter-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section .counter-column .inner-column{
	position:relative;
}

.testimonial-section .counter-column .sec-title-two .title:before{
	background: url(../images/background/pattern-21.png);
}

.testimonial-section .counter-block{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section .counter-block .inner-block{
	position:relative;
	padding:33px 25px;
	border-radius:6px;
	overflow:hidden;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-section .counter-block .icon-box{
	position:absolute;
	right:-20px;
	top:-20px;
	font-size:var(--font-30);
}

.testimonial-section .counter-block .icon-box:before{
	position:absolute;
	content:'';
	left:-15px;
	top:-5px;
	width:100px;
	height:100px;
	opacity:0.10;
	border-radius:50%;
	background-color:#121f53;
}

.testimonial-section .counter-block h3{
	color:var(--color-thirtyone);
	font-size:var(--font-36);
	
}

.testimonial-section .counter-block .counter-text{
	position:relative;
	
	font-size:18px;
	color:var(--color-thirtyseven);
	margin-top:var(--margin-top-5);
}

.testimonial-section .counter-block .icon-box .icon{
	position:relative;
	width:80px;
	height:80px;
	border-radius:50%;
	line-height:92px;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	padding-left:var(--padding-left-20);
	background-color:#121f53;
}

.testimonial-section .carousel-column{
	position:relative;
	margin-bottom:30px;
}

.testimonial-section .carousel-column .inner-column{
	position:relative;
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-arrow{
	display:none !important;
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-dots{
	position:absolute;
    left: -25px;
    top:0px;
}

.testimonial-section .carousel-column .single-verticle-carousel .slick-dots li button{
	position:relative;
	width:8px;
	height:16px;
	font-size:0px;
	margin:5px 0px;
	cursor:pointer;
	border-radius:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color:#121f53;
}

.single-verticle-carousel .slick-dots li.slick-active button{
	height:40px !important;
	background-color:#121f53 !important;
}

.testimonial-block{
	position:relative;
	margin-bottom:20px;
}

.testimonial-block .inner-box{
	position:relative;
	padding:25px 25px;
	border-radius:4px;
	background-color:#fff;
	box-shadow:0px 0px 5px rgba(0,0,0,0.10);
}

.testimonial-block .inner-box .author-image{
	position:absolute;
	right:40px;
	width:86px;
	height:86px;
	border-radius:50px;
}

.testimonial-block .inner-box .author-image:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50%;
	border:2px dashed #121f53;
}

.testimonial-block .inner-box .author-image img{
	position:relative;
	width:86px;
	height:86px;
	overflow:hidden;
	border-radius:50px;
}

.testimonial-block .inner-box .quote{
	position:relative;
	width:44px;
	height:44px;
	line-height:44px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:18px;
	color:#121f53;
	background-color: rgba(var(--color-twentyseven-rgb), 0.20);
}

.testimonial-block .inner-box .text{
	position:relative;
	
	line-height:30px;
	padding-right: 140px;
	color:#333;
	margin-top:20px;
	margin-bottom:15px;
}

.testimonial-block .inner-box h4{
	
	color:var(--color-thirtyone);
}

.testimonial-block .inner-box .rating{
	position:relative;
	
	font-size:16px;
	color:var(--color-thirtyone);
	margin-top:var(--margin-top-5);
		
}

.testimonial-block .inner-box .rating span{
	position:relative;
	margin-left:2px;
	font-size:18px;
	color:var(--color-thirtyeight);
}

/*** 

====================================================================
	News Section Two
====================================================================

***/

.news-section-two{
	position:relative;
	overflow:hidden;
	padding:110px 0px 80px;
}

.news-section-two .owl-dots{
	display:none;
}

.news-section-two .owl-nav{
	position:absolute;
	right:20px;
	top:-70px;
}

.news-section-two .owl-nav .owl-prev,
.news-section-two .owl-nav .owl-next{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	display:inline-block;
	font-size:18px;
	color:#fff;
	font-family: "Flaticon";
	border-radius:5px;
	text-align:center;
	margin-left:var(--margin-left-10);
	background-color:var(--color-thirtyone);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-section-two .owl-nav .owl-prev:hover,
.news-section-two .owl-nav .owl-next:hover{
	background-color:#121f53;
}

.news-section-two .sec-title-two{
	margin-bottom:20px;
}

.news-section-two .sec-title-two .title:before{
	background: url(../images/background/pattern-22.png) no-repeat;
}

.news-section-two .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}

.news-section-two .owl-theme .news-block-two{
	margin:0px 15px;
}

.news-section-two .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.news-block-two{
	position:relative;
	margin-bottom:30px;
}

.news-block-two .inner-box{
	position:relative;
	border-radius:5px;
	padding:15px 15px 30px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.news-block-two .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	background-color:#121f53;
}

.news-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-two .inner-box:hover .image img{
	opacity:0.80;
	transform:scale(1.05,1.05);
}

.news-block-two .inner-box .lower-content{
	position:relative;
	padding-top:var(--padding-top-30);
}

.news-block-two .post-date{
	position:relative;
	
	padding:10px 12px 8px;
	border-radius:3px;
	display:inline-block;
	font-size:18px;
	color:#121f53;
	background-color: rgba(var(--color-twentyseven-rgb), 0.10);
}

.news-block-two .inner-box h4{
	
	margin-top:20px;
}

.news-block-two .inner-box h4 a{
	position:relative;
	color:var(--color-thirtyone);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-two .inner-box h4 a:hover{
	color:#121f53;
}

.news-block-two .inner-box .plus-icon{
	position:relative;
	width:40px;
	height:40px;
	line-height:40px;
	border-radius:4px;
	text-align:center;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	font-size:16px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-top:20px;
	background-color:#121f53;
}

.news-block-two .inner-box:hover .plus-icon{
	background-color:#121f53;
	color:#fff;
}

/*** 

====================================================================
	Info Section
====================================================================

***/

.info-section{
	position:relative;
	z-index:10;
}

.info-section .inner-container{
	position:relative;
	border-radius:4px;
	background-color:#121f53;
}

.info-section .info-block{
	position:relative;
	padding:0px 0px;
	float:left;
}

.info-section .info-block .inner-box{
	position:relative;
	padding:30px 25px;
}

.info-section .info-block:nth-child(2) .inner-box{
	background-color:#121f53;
}

.info-section .info-block:nth-child(2) .inner-box .icon{
	background-color: rgba(var(--white-color-rgb), 0.20);
}

.info-section .info-block .content{
	position:relative;
	padding-left:var(--padding-left-80);
}

.info-section .info-block .inner-box:hover .content .icon{
	transform:rotateY(180deg);
}

.info-section .info-block .content .icon{
	position:absolute;
	left:0px;
	top:5px;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:5px;
	text-align:center;
	color:#fff;
	font-family: "Flaticon";
	font-size:var(--font-30);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(var(--white-color-rgb), 0.10);
}

.info-section .info-block strong{
	position:relative;
	
	font-size:22px;
	color:#fff;
		
}

.info-section .info-block .content .text{
	position:relative;
	line-height:24px;
	margin-right:-15px;
	font-size:var(--font-15);
	color:#fff;
	margin-top:10px;
}

/*** 

====================================================================
	Footer Style Two
====================================================================

***/

.footer-style-two{
	position:relative;
	margin-top:-70px;
	padding:160px 0px 0px;
	background-color:var(--color-thirtyone);
}

.footer-style-two .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:317px;
	height:619px;
	background-repeat:no-repeat;
}

.footer-style-two .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:284px;
	height:613px;
	background-repeat:no-repeat;
}

.footer-style-two .footer-widget{
	position:relative;
	margin-bottom:30px;
}

.footer-style-two .widgets-section{
	position:relative;
	padding-bottom:50px;
}

.footer-style-three .logo-widget{
	position:relative;
}

.footer-style-three .logo-widget .logo{
	position:relative;
	margin:95px 0;width:120px;
}

.footer-style-three .logo-widget .text{
	line-height:1.8em;
	color:#fff;
	margin-bottom:30px;

}

.footer-style-two .footer-widget h5{
	
	margin-top:20px;
	margin-bottom:30px;
	color:#fff;
	text-transform:capitalize;
	padding-bottom:var(--padding-bottom-20);
}

.footer-style-two .newsletter-widget .text{
	line-height:1.8em;
	color:var(--color-twentytwo);
	margin-bottom:30px;
}

.footer-style-two .news-widget .post{
	position:relative;
	padding-left:var(--padding-left-80);
	margin-bottom:15px;
}

.footer-style-two .news-widget .post .thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:63px;
	overflow:hidden;
	border-radius:4px;
}

.footer-style-two .news-widget .post .date{
	position:relative;
	
	font-size:var(--font-14);
	color:#121f53;
	padding-left:var(--padding-left-25);
}

.footer-style-two .news-widget .post .date:before{
	position:absolute;
	content: "\f183";
	left:0px;
	top:1px;
	line-height:1em;
	font-family: "flaticon";
}

.footer-style-two .news-widget .post h6{
	
	line-height:24px;
	font-size:17px;
	margin-top:var(--margin-top-5);
}

.footer-style-two .news-widget .post h6 a{
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.footer-style-two .news-widget .post h6 a:hover{
	color:#121f53;
}

.footer-style-two .newsletter-widget .text{
	line-height:1.8em;
	color:#fff;
	margin-bottom:30px;
}

.footer-style-two .newsletter-widget .lower-text{
	line-height:1.8em;
	color:#fff;
	margin-top:var(--margin-top-30);
}

/* Email Box */

.footer-style-two .email-box-two{
	position:relative;
	margin-bottom:22px;
}

.footer-style-two .email-box-two .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.footer-style-two .email-box-two .form-group input[type="text"],
.footer-style-two .email-box-two .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 20px;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	border-radius:5px;
	box-shadow:inherit;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:none;
	border:1px solid #fff;
}

.footer-style-two .email-box-two .form-group input::placeholder,
.footer-style-two .email-box-two .form-group textarea::placeholder{
	color:#ffffff;
}

.footer-style-two .email-box-two .form-group button{
	position:absolute;
	right:8px;
	top:8px;
	height:35px;
	width:35px;
	display:block;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;
	border-radius:5px;
	color:#fff;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	font-family: "Flaticon";
	background-color: #121f53;
}

.footer-style-two .email-box-two .form-group button:hover{
	color:#ffffff;
}

.footer-style-three .logo-widget .social-box{
	position:relative;
}

.footer-style-three .logo-widget .social-box li{
	position:relative;
	display:inline-block;
	margin-right:var(--margin-right-10);
}

.footer-style-three .logo-widget .social-box li a{
	position:relative;
	width:40px;
	height:40px;
color: #fff;
	font-size:16px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	display:inline-block;
	line-height:40px;
	text-align:center;
	border-radius:50%;
background-color: #ffffff1a;
}

.footer-style-three .logo-widget .social-box li a:hover{
	color: #fff;
	background-color: #121f53;
}

.contact-widget .contact-list{
	position:relative;
}

.contact-widget .contact-list li{
	position:relative;
	line-height:1.8em;
	font-weight:400;
	font-size:16px;
	color:#fff;
	padding-left:var(--padding-left-70);
	margin-bottom:12px;
}

.contact-widget .contact-list li .icon{
	position:absolute;
	left:0px;
	top:4px;
	width:46px;
	height:46px;
color: #fff;
	font-size:20px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	display:inline-block;
	line-height:46px;
	text-align:center;
	border-radius:4px;
	font-family: "Flaticon";
background-color: #ffffff1a;
}

.contact-widget .contact-list li a{
	position:relative;
	
	display:block;
	font-size:15px;
	color:#fff;
}

.contact-widget .contact-list li:last-child{
	margin-bottom:0px;
}

.footer-style-two .footer-bottom{
	position:relative;
	padding:22px 0px;
	text-align:center;
	border-top:1px solid rgba(255,255,255,0.10);
}

.footer-style-two .footer-bottom .copyright{
	position:relative;
	font-size:var(--font-15);
	color:#fff;
}

.footer-style-two .footer-bottom .copyright a{
	color:#121f53;
}

.footer-style-two .footer-bottom .footer-nav{
	position:relative;
}

.footer-style-two .footer-bottom .footer-nav li{
	position:relative;
	display:inline-block;
	line-height:1em;
	margin-right:var(--margin-right-15);
	padding-right:var(--padding-right-15);
	border-right:1px solid #fff;
}

.footer-style-two .footer-bottom .footer-nav li a{
	position:relative;
	font-size:var(--font-15);
	color:#fff;
}

.footer-style-two .footer-bottom .footer-nav li:last-child{
	position:relative;
	border:0px;
	margin-right:var(--margin-zero);
	padding-right:var(--padding-zero);
}

/*** 

====================================================================
	Counter Section
====================================================================

***/

.counter-section{
	position:relative;
	padding:60px 0px 80px;background-size: cover;
background-image: url(../images/1.jpg);z-index: 1;background-attachment: fixed;

}

.counter-section:after {
	position:absolute;
	content:'';
	right:0;
	bottom:0;
width:100%;
height:100%;
background-color: #0c072bcc;z-index: -1;
}


.counter-section .counter-column{
	position:relative;
	margin-bottom:30px;
}

.counter-section .counter-column .inner-column{
	position:relative;
	padding:30px 20px 30px 140px;
	box-shadow:0px 5px 20px rgba(0,0,0,0.10);
}

.counter-section .counter-column .inner-column{
	position:relative;
	overflow:hidden;background: #ffffff1a;
}

.counter-section .counter-column .inner-column .icon-box{
	position:absolute;
	left:-100px;
	top:-37px;
	width:217px;
	height:192px;
	border-radius:50%;
	text-align:right;
	font-size:var(--font-60);
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);background: linear-gradient(to right, #1b0102 0%, #121f53 100%);
}

.counter-section .counter-column .icon-box:before{
	position:absolute;
	content:'';
	left:-15px;
	top:-5px;
	right:-12px;
	bottom:0px;
	opacity:0.20;
	border-radius:50%;
	background: #121f53;
}

.counter-section .counter-column h3{
color: #fff;
	font-size:40px;
}

.counter-section .counter-column .counter-text{
	position:relative;
	 
	font-size:20px;
	color:#fff;
	margin-top:10px;
}

.counter-section .counter-column .inner-column:hover .icon-box .icon{
	
	
}

.counter-section .counter-column .icon-box .icon{
	position:relative;
	line-height:210px;
	display:inline-block;
	font-family: "Flaticon";
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding-right:var(--padding-right-30);
}

.counter-section.style-two{
	padding-top:var(--padding-top-100);
}

.counter-section.style-two .counter-column .inner-column .icon-box{
	background-color:#121f53;
	background-image:none;
}

/*** 

====================================================================
	Welcome Section
====================================================================

***/

.welcome-section{
position: relative;
background-image: url(../images/lefthex.png);
padding: 30px 0;
background-position: right;
background-repeat: no-repeat;
}
.welcome-section .auto-container {
position: relative;    z-index: 2;
}

 
.welcome-section:after {
content: "";
width: 100%;
height: 100%;
left: 0;
top: 0;
background: #fff;
position: absolute;
z-index: 1;
opacity: 0.97;
}


.welcome-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-100px;
	width:484px;
	height:664px;
}

.welcome-section .pattern-layer-two{
	position:absolute;
	left:7%;
	top:0px;
	width:70px;
	height:73px;
	background-repeat:no-repeat;
}

.welcome-section .image-column{
position: relative;
padding: 0 60px 0 0;
}




.welcome-section .image-column:after {

}


.welcome-section .image-column .img-der img {
height: 420px;
width: 100%;
}

.welcome-section .image-column .inner-column{
	position:relative;
}

.welcome-section .image-column .image{
	position:relative;
	width:570px;
	height:570px;
	z-index:1;
	overflow:hidden;
	border-radius:50%;
	border:5px solid #121f53;
}

.welcome-section .image-column .color-layer{
	position:absolute;
	left:50%;
	bottom:-350px;
	width:560px;
	height:560px;
	border-radius:50%;
	transform:translateX(-50%);
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);
}

.welcome-section .image-column .big-text{
	position:absolute;
	left:0px;
	right:0px;
	bottom:-70px;
	opacity:0.10;
	
	text-align:center;
	letter-spacing:5px;
	font-size:var(--font-98);
	text-transform:uppercase;
	color:#fff;
}

.welcome-section .content-column{
	position:relative;
}



.welcome-section .content-column .sec-title-three{
	margin-bottom:0;
}

.welcome-section .content-column .inner-column{
	position:relative;padding-left:50px;
}

.welcome-section .content-column .list{
	position:relative;
}

.welcome-section .content-column .list li{
position: relative;
font-size: 16px;
padding-left: var(--padding-left-25);
margin-bottom: 15px;
color: #000;
text-transform: capitalize;
width: 50%;
float: left;
}

.welcome-section .content-column .list li:before{
	position:absolute;
	left:0px;
	top:-1px;
	content:"\f101";
	font-size:22px;
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
}

.welcome-section .content-column .quality-box{
	position:relative;
	padding:20px 25px;
	margin-top:var(--margin-top-15);
	margin-bottom:35px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
	background-color:#fff;
}

.welcome-section .content-column .quality-box .quality-inner{
	position:relative;
	padding-left:75px;
}

.welcome-section .content-column .quality-box .icon{
	position:absolute;
	left:0px;
	top:18px;
	line-height:1em;
	font-size:var(--font-60);
	font-family: "Flaticon";
	color:#121f53;
}

.welcome-section .content-column .quality-box h4{
	color:var(--color-fourty);
	font-size:18px;
}

.welcome-section .content-column .quality-box .text{
	position:relative;
	line-height:28px;
	font-size:16px;
	margin-top:10px;
	color:var(--color-thirtyseven);
}

.welcome-section.style-two .image-column .image{
	border-color:#121f53;
}

.welcome-section.style-two .content-column .quality-box .icon{
	color:#121f53;
}

.welcome-section.style-two .image-column .color-layer{
	background: var(--color-fourtyfive);
    background: linear-gradient(to right, var(--color-fourtyfive) 0%, #121f53 100%);
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

/*
.service-section-four{
	position:relative;
padding: 50px 0px 190px;
	background-color:#f4f4f4;
}

.service-section-four .sec-title-three .text{
	margin-top:45px;
}

.service-block-four{
	position:relative;
	margin-bottom:30px;
}

.service-block-four .inner-box{
	position:relative;
	padding:30px 22px;
	border-radius:6px;
	overflow:hidden;
	background-color:#fff;
}

.service-block-four .inner-box .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	background-position:center bottom;
	background-repeat:no-repeat;
	transition: -webkit-transform 0.4s ease;
	transition: transform 0.4s ease;
	transition: transform 0.4s ease,-webkit-transform 0.4s ease;
	-webkit-transform: scale(0, 1);
	-ms-transform: scale(0, 1);
	transform: scale(0, 1);
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}

.service-block-four .inner-box .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-color:#121f53;
}

.service-block-four .inner-box:hover .image-layer{
	-webkit-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	transform: scale(1, 1);
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
}

.service-block-four .inner-box .post-number{
	position:absolute;
	right:30px;
	top:35px;
	line-height:1em;
	
	font-size:50px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		
	
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtythree) 0%, #fff 100%);
}

.service-block-four .inner-box:hover .post-number{
	color:#fff;
}

.service-block-four .inner-box:hover .icon-box{
	color:#fff;
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);
}

.service-block-four .inner-box .icon-box{
	position:relative;
	width:60px;
	height:60px;
	line-height:56px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:var(--font-34);
	color: #121f53;
	background-color: rgba(var(--color-fourtytwo-rgb), 0.1);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box:hover .icon-box{
	-webkit-transform: scale(-1) rotate(180deg);
    -moz-transform: scale(-1) rotate(180deg);
    -ms-transform: scale(-1) rotate(180deg);
    -o-transform: scale(-1) rotate(180deg);
    transform: scale(-1) rotate(180deg);
}

.service-block-four .inner-box h5{
	
	margin-top:20px;
}

.service-block-four .inner-box h5 a{
	position:relative;
	color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box:hover h5 a,
.service-block-four .inner-box:hover .text{
	color: #fff;
}

.service-block-four .inner-box .text{
	position:relative;
	color:#333;
	font-size:16px;
	margin-top:var(--margin-top-15);
	margin-bottom:20px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.service-block-four .inner-box .arrow{
	position:relative;
	width:35px;
	height:35px;
	line-height:35px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:18px;
	color: #121f53;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background-color: rgba(var(--color-fourtytwo-rgb), 0.1);
}

.service-block-four .inner-box:hover .arrow{
	color: #121f53;
	background-color: #fff;
}
*/
/*** 

====================================================================
	CTA Section Two
====================================================================

***/

.cta-section-two{
	position:relative;
	z-index:1;
}


.cta-section-two .inner-container{
	position:relative;
	padding:20px 35px 0px;
	border-radius:5px;
	overflow:hidden;
	margin-top:-110px;
	background-size:cover;
	background-color:#171a1e;
}

.cta-section-two .pattern-layer{
	position:absolute;
	left:0px;
	top:0px;
	width:522px;
	height:173px;
	background-repeat:no-repeat;
}

.cta-section-two .pattern-layer-two{
	position:absolute;
	right:0px;
	bottom:0px;
	width:277px;
	height:298px;
	background-repeat:no-repeat;
}

.cta-section-two h2{
	line-height:50px;
	color:#fff;
	padding-top:20px;
	margin-bottom:15px;
font-size: 36px;
}

.cta-section-two .play-box{
	position:relative;
	
	float:left;
	font-size:24px;
	color:#fff;
	margin-top:15px;
	padding-left:90px;
}

.cta-section-two .play-box span {
display: block;font-size: 24px;margin-top: 8px;
}

.cta-section-two .play-box .play-button{
	position:absolute;
	left:0px;
	top:0px;
	width:60px;
	height:60px;
	line-height:60px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	font-family: "Flaticon";
	font-size:16px;
	color:#fff;
	padding-left:var(--padding-left-5);
	background-color:#121f53;
}

.cta-section-two .play-box .play-button span {
font-size: 32px;margin-top: 0;
}

.cta-section-two .play-box .play-button:before{
	position:absolute;
	content:'';
	left:-10px;
	top:-10px;
	right:-10px;
	bottom:-10px;
	border-radius:50px;
	border:2px dashed #fff;
}

.cta-section-two .play-box strong{
	position:relative;
	display:block;
	
	font-size:22px;
	margin-top:10px;
		
}

.cta-section-two .button-box{
	position:relative;
	float:left;
	margin-top:var(--margin-top-15);
	margin-right:var(--margin-right-40);
}

.cta-section-two .button-box .theme-btn{
	display:block;
}

.cta-section-two .side-image{
	text-align:right;
}

.cta-section-two.style-two .inner-container{
	margin-top:var(--margin-zero);
}

.cta-section-two.style-two .play-box .play-button{
	background-color:#121f53;
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.project-section-three{
	position:relative;
	overflow:hidden;
	padding:50px 0px;
}

.project-section-three .lower-box{
	position:relative;
	margin-top:-55px;
	z-index:10;
}

.project-section-three .lower-box a{
	position:relative;
	
	padding-left:50px;
	font-size:16px;
	color:var(--color-fourty);
	padding-top:var(--padding-top-10);
		
}

.project-section-three .lower-box a:before{
	position:absolute;
	content:'';
	left:-60px;
	top:-25px;
	width:48px;
	height:53px;
	background:url(../images/icons/arrow.png) no-repeat;
}

.project-section-three .lower-box a .plus{
	position:absolute;
	left:0px;
	top:0px;
	width:36px;
	height:36px;
	line-height:36px;
	text-align:center;
	border-radius:50px;
	font-family: "Flaticon";
	color:#fff;
	background-color:var(--color-fourty);
	box-shadow:0px 0px 15px rgba(243,0,48,0.20);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-section-three .lower-box a:hover{
	color:#121f53;
}

.project-section-three .lower-box a:hover .plus{
	background-color:#121f53;
}

.project-section-three .auto-container{
	position:relative;
}

.project-section-three .inner-container{
	position:relative;
	padding-left:400px;
}

.project-section-three .project-tab .tab-btns-box{
	position:absolute;
	left:0px;
	top:0px;
	width:370px;
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn{
	position:relative;
	cursor:pointer;
	
	display:block;
	border-radius:3px;
	color:#333;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	padding:17px 20px 17px 70px;
	background-color:#fff;
	margin-bottom:20px;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
		
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn .icon{
	position:absolute;
	left:15px;
	top:8px;
	width:40px;
	height:40px;
	color:#f30030;
	line-height:40px;
	border-radius:50px;
	text-align:center;
	font-weight:normal;
	font-family: "Flaticon";
	background-color: rgba(var(--color-fourtytwo-rgb), 0.06);
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn{
	color:#fff;
	background-color:#121f53;
	box-shadow:0px 10px 15px rgba(0,153,255,0.10);
}

.project-section-three .project-tab .tab-btns-box .p-tab-btn:hover .icon,
.project-section-three .project-tab .tab-btns-box .p-tab-btn.active-btn .icon{
	color:#121f53;
	background-color:#fff;
}

.project-section-three .project-tab .p-tabs-content{
	position:relative;
	display:block;	
}

.project-section-three .project-tab .p-tab{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:auto;
	visibility:hidden;	
}

.project-section-three .project-tab .p-tab.active-tab{
	position:relative;
	visibility:visible;
	z-index:5;
}

.project-section-three .p-tab.active-tab .project-block{
	-webkit-transform:scaleY(1);
	-ms-transform:scaleY(1);
	-o-transform:scaleY(1);
	-moz-transform:scaleY(1);
	transform:scaleY(1);
}

.project-section-three .p-tab .project-block{
	transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-webkit-transition:all 0.7s ease;
	-ms-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	-webkit-transform:scaleY(0);
	-ms-transform:scaleY(0);
	-o-transform:scaleY(0);
	-moz-transform:scaleY(0);
	transform:scaleY(0);
}

.project-section-three .owl-nav{
	display: none;
}

.project-section-three .owl-dots{
	position:absolute;
	left:0px;
	bottom:35px;
	width:12px;
}

.project-section-three .owl-dots .owl-dot{
	position:relative;
	width:6px;
	height:6px;
	margin:15px 0px;
	border-radius:50px;
	background-color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.project-section-three .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:-5px;
	top:-5px;
	right:-5px;
	bottom:-5px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	border:1px solid #121f53;
}

.project-section-three .owl-dots .owl-dot.active,
.project-section-three .owl-dots .owl-dot:hover{
	background-color:#121f53;
}

.project-section-three .owl-dots .owl-dot.active::before,
.project-section-three .owl-dots .owl-dot:hover::before{
	opacity:1;
}


/*** 

====================================================================
	Skill Section
====================================================================

***/

.skill-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 80px;
}

.skill-section .image-layer{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	height:600px;
	background-size:cover;
}

.skill-section .image-layer:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.85;
	background-color:var(--color-fourty);
}

.skill-section .video-column{
	position:relative;
	margin-bottom:30px;
}

.skill-section .video-column .inner-column{
	position:relative;
}

.skill-section .video-column .inner-column:before{
	position:absolute;
	content:'';
	left:-50px;
	top:-50px;
	width:110px;
	height:110px;
	opacity:0.50;
	border-radius:50%;
	border:30px solid #121f53;
}

/* Video Box */

.video-box{
	position:relative;
	overflow:hidden;
	border-radius:12px;
}

.video-box .video-image{
	position:relative;
	margin:0px;
	background-color:#121f53;
}

.video-box .video-image img{
	position:relative;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.video-box:hover .video-image img{
	opacity:0.70;
	transform:scale(1.05,1.05);
}

.video-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
}

.video-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	opacity:0.10;
	background-color:#000;
}

.video-box .overlay-box span{
	position: absolute;
	width:85px;
	height: 85px;
	left:50%;
    top: 50%;
	z-index:10;
	
	text-align: center;
	display: inline-block;
	margin-top: -42px;
	margin-left:-42px;
	line-height:85px;
	border-radius:50%;
	font-family: "flaticon";
	font-size:var(--font-26);
	color: #fff;
	padding-left:var(--padding-left-5);
	background-color:#121f53;
}

.video-box .overlay-box span:hover{
	color:#fff;
	background-color:#121f53;
}

.video-box .ripple,
.video-box .ripple:before,
.video-box .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:85px;
	height: 85px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.skill-section .skill-column{
	position:relative;
	margin-bottom:30px;
}

.skill-section .skill-column .inner-column{
	position:relative;
}

/* Skills Section */

.skills .skill-item{
	position:relative;
	margin-bottom:15px;
}

.skills .skill-item:last-child{
	margin-bottom:var(--margin-zero);
}

.skills .skill-item .skill-bar{
	position:relative;
	width:100%;
}

.skills .skill-item .skill-bar .bar-inner{
	position:relative;
	width:100%;
	height:6px;
	background-color:#fff;
}

.skills .skill-item .skill-bar .bar-inner .bar{
	position:absolute;
	left:0px;
	top:0px;
	width:0px;
	height:6px;
	border-radius:0px;
	-webkit-transition:all 2000ms ease;
	-ms-transition:all 2000ms ease;
	-o-transition:all 2000ms ease;
	-moz-transition:all 2000ms ease;
	transition:all 2000ms ease;
	background-color:#121f53;
}

.skills .skill-item .skill-bar .bar-inner .bar:before{
	position:absolute;
	content:'';
	right:0px;
	top:-7px;
	width:18px;
	height:18px;
	border-radius:50px;
	background-color:#121f53;
}

.skills .skill-item .skill-header{
	position:relative;
	margin-bottom:10px;
}

.skills .skill-item .skill-title{
	float:left;
	
	line-height:1.4em;
	font-size:16px;
	color:#fff;
	text-transform:capitalize;
}

.skills .skill-item .skill-percentage{
	position:absolute;
	right:-5px;
	top:-35px;
	
	line-height:1.4em;
	padding:3px 8px;
	border-radius:5px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
}

.skills.style-two{
	max-width:500px;
}

.skills.style-two .skill-item{
	margin-bottom:25px;
}

.skills.style-two .skill-item .skill-title{
	color:var(--color-fiftythree);
	font-size: 18px;
}

.skills.style-two .skill-item .skill-percentage{
	color:var(--color-fiftythree);
}

.skills.style-two .skill-item .skill-bar .bar-inner{
	background-color:var(--color-fiftyone);
}

.skills.style-two .skill-item .skill-bar .bar-inner .bar,
.skills.style-two .skill-item .skill-bar .bar-inner .bar:before{
	background-color:#121f53;
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.team-section-three{
	position:relative;
	padding:0px 0px 100px;
	background-position:center center;
	background-repeat:no-repeat;
}

.team-section-three .btn-box{
	position:relative;
	margin-top:var(--margin-top-30);
}

.team-section-three .sec-title-three .text{
	margin-top:45px;
}

.team-block-three{
	position:relative;
	margin-bottom:30px;
}

.team-block-three .inner-box{
	position:relative;
}

.team-block-three .inner-box .image{
	position:relative;
	overflow:hidden;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.team-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-block-three .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-300px;
	right:0px;
	z-index:1;
	padding:50px 25px 22px;
	background:url(../images/background/pattern-28.png) left top no-repeat;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.team-block-three .inner-box:hover .overlay-box{
	bottom:0px;
}

.team-block-three .inner-box h5{
	
}

.team-block-three .inner-box h5 a{
	position:relative;
	color:#fff;
}

.team-block-three .inner-box .designation{
	position:relative;
	font-weight:400;
	font-size:16px;
	color:#fff;
	margin-top:var(--margin-top-5);
}

.team-block-three .inner-box .arrow{
	position:absolute;
	right:20px;
	top:55px;
	width:40px;
	height:40px;
	z-index:1;
	line-height:38px;
	text-align:center;
	border-radius:50px; 
	display:inline-block;
	font-size:22px;
	color:#fff;
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	background-color:#121f53;
	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:translateX(60px);
}

.team-block-three .inner-box:hover .arrow{
	transform:translateX(0px);
	-webkit-transition-delay: 500ms;
	-moz-transition-delay: 500ms;
	-ms-transition-delay: 500ms;
	-o-transition-delay: 500ms;
	transition-delay: 500ms;
}

/*** 

====================================================================
	Testimonial Section
====================================================================

***/

.testimonial-section-three{
	position:relative;
	padding:110px 0px 110px;
	background-position:center center;
}

.testimonial-section-three .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}

.testimonial-section-three .owl-theme .testimonial-block-two{
	margin:0px 15px;
}

.testimonial-section-three .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.testimonial-section-three .owl-nav{
	display:none;
}

.testimonial-section-three .owl-dots{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.testimonial-section-three .owl-dots .owl-dot{
	position:relative;
	width:10px;
	height:10px;
	margin:0px 12px;
	border-radius:50%;
	display:inline-block;
	background-color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section-three .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:-7px;
	top:-7px;
	right:-7px;
	bottom:-7px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	border:1px solid #121f53;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-section-three .owl-dots .owl-dot.active,
.testimonial-section-three .owl-dots .owl-dot:hover{
	background-color:#121f53;
}

.testimonial-section-three .owl-dots .owl-dot.active::before,
.testimonial-section-three .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.testimonial-block-two{
	position:relative;
	margin-bottom:30px;
}

.testimonial-block-two .inner-box{
	position:relative;
	padding:0px 30px 30px;
}

.testimonial-block-two .inner-box:before{
	position:absolute;
	content:'';
	left:0px;
	right:0px;
	top:44px;
	bottom:0px;
	border-radius:4px;
	background-color:#f4f4f4;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.testimonial-block-two .inner-box:hover::before{
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.testimonial-block-two .author-box{
	position:relative;
	border-radius:4px;
	padding:17px 20px 15px;
	
	background-color:var(--color-fourty);
}

.testimonial-block-two .author-box .author-inner{
	position:relative;
	padding-top:var(--padding-top-5);
	padding-left:75px;
}

.testimonial-block-two .author-box .author-image{
	position:absolute;
	left:0px;
	top:2px;
	width:52px;
	height:52px;
	overflow:hidden;
	border-radius:50%;
}

.testimonial-block-two .author-box strong{
	position:relative;
	line-height:1em;
	color:#fff;
	font-size:18px;
		
}

.testimonial-block-two .author-box .designation{
	position:relative;
	
	color:#fff;
	font-size:16px;
	margin-top:var(--margin-top-5);
}

.testimonial-block-two .inner-box .text{
	line-height:30px;
	color:#333;
	margin-top:var(--margin-top-25);
}

.testimonial-block-two .inner-box .rating{
	position:relative;
	margin-top:var(--margin-top-15);
}

.testimonial-block-two .inner-box .rating .fa{
	position:relative;
	font-size: 20px;
    color: var(--color-thirtyeight);
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.news-section-three{
	position:relative;
	overflow:hidden;
	padding:0px 0px 100px;
	background-position:center center;
	background-repeat:no-repeat;
}

.news-section-three .pattern-layer{
	position:absolute;
	right:0px;
	bottom:-100px;
	width:484px;
	height:664px;
}

.news-section-three .sec-title-three .text{
	margin-top:45px;
}

/* News Block Three */

.news-block-three{
	position:relative;
	margin-bottom:30px;
}

.news-block-three .inner-box{
	position:relative;
	border-radius:5px;
	padding:10px 10px 35px;
	background-color:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,0.10);
}

.news-block-three .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.news-block-three .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-block-three .inner-box .image::before{
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1;
	display: block;
	content: '';
	width: 0;
	height: 0;
	background: rgba(255, 255, 255,.2);
	border-radius: 0%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	opacity: 0;
}

.news-block-three .inner-box:hover .image::before {
	-webkit-animation: circle .95s;
	animation: circle .95s;
}

@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.news-block-three .inner-box .lower-content{
	position:relative;
}

.news-block-three .inner-box .post-info{
	position:relative;
	top:-25px;
	border-radius:5px;
	padding:14px 15px 12px;
	margin-left:var(--margin-left-15);
	margin-right:var(--margin-right-15);
	background-color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-three .inner-box .post-info li{
	position:relative;
	display:inline-block;
	font-size:var(--font-15);
	color:#fff;
	margin-right:var(--margin-right-15);
	padding-left:var(--padding-left-25);
}

.news-block-three .inner-box .post-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-family: "Flaticon";
	font-size: 16px;
}

.news-block-three .inner-box .post-info li:last-child{
	margin-right:var(--margin-zero);
}

.news-block-three .inner-box:hover .post-info{
	background-color:#121f53;
}

.news-block-three .inner-box h4{
	padding:0px 10px;
	margin-bottom:20px;
}

.news-block-three .inner-box h4 a{
	position:relative;
	color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-three .inner-box h4 a:hover{
	color:#121f53;
}

.news-block-three .inner-box .explore{
	position:relative;
	padding:10px 20px;
	
	border-radius:50px;
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	margin-left:var(--margin-left-10);
	background-color:var(--color-fourty);
		
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-three .inner-box .explore span{
	position:relative;
	font-size:var(--font-10);
	font-family: "Flaticon";
	margin-left:var(--margin-left-5);
}

.news-block-three .inner-box .explore:hover{
	background-color:#121f53;
}

/*** 

====================================================================
	Footer Style Three
====================================================================

***/

.footer-style-three{
position:relative;
z-index: 1;
background: linear-gradient( to right , #02406a , #015c9a);
background: linear-gradient( to right , #012644 , #104e97);
}


.footer-style-three:before {
  position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 100%;
background-image: url(../images/pattern3.png);
z-index: -1;
}



.footer-style-three .auto-container {
position: relative;
}

.footer-style-three .side-title{
position: absolute;
right: 10px;
bottom: 0;
opacity: 0.10;
font-size: 110px;
color: #fff;

writing-mode: vertical-rl;
transform: rotate(180deg);
}

.footer-style-three .side-title span{
	position:relative;
	color: #121f53;
}

.footer-style-three .pattern-layer{
	position:absolute;
	left:0px;
	bottom:0px;
	width:420px;
	height:437px;
	background-repeat:no-repeat;
}

.footer-style-three .pattern-layer-two{
	position:absolute;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	background-position:center center;
	background-repeat:no-repeat;
}


.upper-box{
padding: 0 35px;
background: linear-gradient(to right, #041428 0%, #0d316f 100%);
position: absolute;
margin-top: -50px;
z-index: 7;
right: 0;

width: 100%;
}


.footer-style-three > .container {
position: relative;
}

.upper-box .info-box{
	position:relative;

}


.upper-box .info-box:nth-child(3) .box-inner {


}

.upper-box .info-box .box-inner{
	position:relative;
	padding:20px 10px;
	border-radius:5px;padding-right: 0;

}

.upper-box .info-box .content{
	position:relative;
	padding-left:65px;
}


.upper-box .info-box .content h2 {
color: #fff;
font-size: 21px;
text-transform: uppercase;
}

.upper-box .info-box .content img {
width: 40px;
position: absolute;
left: 0;
}


.upper-box .info-box .icon{
	position:absolute;
	left:0px;
	top:0px;
	line-height:1em;
	font-size:50px;
	font-family: "Flaticon";
	color: #fff;
}

.upper-box .info-box span {
color: #fff;
text-transform: capitalize;
font-size: 17px;
}

.upper-box .info-box strong{
	position:relative;
	display:block;
	
	font-size:18px;
	color: #fff;
	margin-bottom:10px;
		
}

.upper-box .info-box .text{
	position:relative;
	font-size:15px;
	color: #fff;
height: 56px;
}

.upper-box .info-box .text a {
	color: #fff;
}

.footer-style-three .footer-widget{
	position:relative;
}

.footer-style-three .widgets-section{
	position:relative;
padding: 30px 0 0;
}

/*

.footer-style-three .widgets-section:after {
content: "";

width: 258px;

height: 258px;

right: -150px;

top: 50%;

position: absolute;

z-index: 1;

background: url(../images/wlogo.png);

    background-repeat: repeat;
    background-size: auto;

transform: translatey(-50%);

z-index: 0;

opacity: 0.04;

background-size: 100% 100% !important;

background-repeat: no-repeat;
}*/

.footer-style-three .about-widget .text{
	line-height:1.8em;
	color:#fff;
	margin-bottom:0;
}

.footer-style-three .about-widget .read-more{
	position:relative;
	padding:14px 28px;
	
	border-radius:50px;
	display:inline-block;
	font-size:16px;
	color:#fff;
		
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background: #121f53;
	background: linear-gradient(to right, #121f53 0%, #121f53 100%);
}

.footer-style-three .about-widget .read-more span{
	position:relative;
	font-size:var(--font-10);
	font-family: "Flaticon";
	margin-left:var(--margin-left-5);
}

.footer-style-three .about-widget .read-more:hover{
	background-color:#121f53;
}

.footer-style-three .footer-widget h4{
	
	color:#fff;
	text-transform:capitalize;
	margin-top:20px;
	margin-bottom:25px;
position: relative;

}


.footer-style-three .footer-widget h4:after {
 content: "//";
font-family: "Roboto", sans-serif;
color: #121f53;
font-weight: 900;
transform: scale(0.93) translateY(-3%);
display: inline-block;
margin-left: 5px;
}



.footer-style-three .newsletter-widget .text{
	line-height:1.8em;
	color:#fff;
	margin-bottom:15px;
}

.footer-style-three .links-widget{
	position:relative;
}

.footer-style-three .links-widget .list{
	position:relative;
}

.footer-style-three .links-widget .list li{
	position:relative;
	margin-bottom: 20px;float: left;
width: 50%;
padding-left: 15px;
}


.footer-style-three .links-widget .list li:before {
    content: "-";
position: absolute;
    font-weight: 300;
    left: 0;
    top: 0;
    color: #fff;
    font-size: 14px;
}



.footer-style-three .links-widget .list li a{
	position:relative;
	font-size:15px;
	color:#fff;

	text-transform: capitalize;
}

.footer-style-three .links-widget .list li a:hover{
	color: #121f53;
}

/* Email Box */

.footer-style-three .email-box-three{
	position:relative;
	margin-bottom:22px;
}

.footer-style-three .email-box-three .form-group{
	position:relative;
	margin:0px;
	width:100%;
	max-width:100%;
}

.footer-style-three .email-box-three .form-group input[type="text"],
.footer-style-three .email-box-three .form-group input[type="email"]{
	position:relative;
	line-height:43px;
	padding:10px 55px 10px 20px;
	display:block;
	font-size:14px;
	height:50px;
	width:100%;
	border-radius:0;
	box-shadow:inherit;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:none;
	border:1px solid #fff3;
}

.footer-style-three .email-box-three .form-group input::placeholder,
.footer-style-three .email-box-three .form-group textarea::placeholder{
	color:#ffffff;
}

.footer-style-three .email-box-three .form-group button{
	position:absolute;
	right:0px;
	top:-1px;
	height:52px;
	width:50px;
	display:block;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	text-align:center;

	color:#fff;
	font-size:18px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;


background: none;

border-left: 1px solid #fff3;

border-radius: 0;
}

.footer-style-three .email-box-three .form-group button:hover{
	color:#ffffff;
}

.footer-style-three .footer-bottom{
	position:relative;
	padding:8px 0px;
	text-align:center;
background: #0003;
}

.footer-style-three .footer-bottom .copyright{
	position:relative;
	font-size:14px;
	color:#fff;
}

.footer-style-three .footer-bottom .copyright a{
	color:#121f53;
}

/***

====================================================================
	Page Title
====================================================================

***/

.page-title{
	position:relative;
	overflow:hidden;
	padding:120px 0px 130px;
	background-size:cover;
}

.page-title:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.70;
	background: var(--color-fourty);
}

.page-title h2{
	color:#fff;
	padding-top:var(--padding-top-25);
}

.page-title .bread-crumb{
	position: relative;
}

.page-title .bread-crumb li{
	position: relative;
	font-weight: 500;
	display:inline-block;
	text-transform: capitalize;
	font-size: 18px;
	color: #fff;
	margin-right: var(--margin-right-15);
	padding-right: var(--padding-right-15);
}

.page-title .bread-crumb li:before{
	position: absolute;
	right: -5px;
	top:0px;
	color: #ffffff;
    content: "\f101";
	font-weight:400;
	font-size: 16px;
	color: #fff;
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
}

.page-title .bread-crumb li:last-child{
	padding-right: 0;
	margin-right: 0;
}

.page-title .bread-crumb li:last-child:before{
	display: none;
}

.page-title .bread-crumb li a{
	font-weight: 500;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;	
}

.page-title .bread-crumb li a:hover{
	color: #121f53;
}

/***

====================================================================
	Approach Section
====================================================================

***/

.approach-section{
	position:relative;
	padding:100px 0px 40px;
}

.approach-section:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	height:555px;
	background-color:#f4f4f4;
}

.approach-block{
	position:relative;
	margin-bottom:30px;
}

.approach-block .inner-box{
	position:relative;
	border-radius:3px;
	padding:20px 20px 28px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.approach-block .inner-box .image{
	position:relative;
}

.approach-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.approach-block .inner-box .lower-content{
	position:relative;
	padding-top:var(--padding-top-25);
}

.approach-block .inner-box h4{
	position:relative;
	
}

.approach-block .inner-box h4 a{
	position:relative;
	color:var(--color-fourty);
}

.approach-block .inner-box .text{
	position:relative;
	line-height:1.7em;
	color:#333;
	margin-top:10px;
	margin-bottom:15px;
}

.approach-block .inner-box .explore{
	position:relative;
	
	font-size:var(--font-15);
	color:var(--color-fourty);
}

.approach-block .inner-box h4 a:hover,
.approach-block .inner-box .explore:hover{
	color:#121f53;
}

/***

====================================================================
	Clients Section
====================================================================

***/

.clients-section{
	position:relative;
	padding:0px 0px 110px;
}

.clients-section .owl-carousel .owl-stage-outer{
	position:relative;
}

.clients-section .owl-theme .image-box{
	margin:0px 15px;
}

.clients-section .owl-carousel{
	margin:0px -15px;
	width:auto;
}

.clients-section .image-box{
	position:relative;
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.clients-section .image-box img{
	position:relative;
	filter: grayscale(0%);
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.clients-section .image-box:hover img{
	filter: grayscale(100%);
}

.clients-section .owl-dots{
	display:none;
}

/*
.clients-section .owl-nav{
	position:absolute;
	left:-5px;
	right:-5px;
	top:50%;
	margin-top:-22px;
}

.clients-section .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-family: "Flaticon";
	background-color:var(--color-fourty);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	border-radius:50px;
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-family: "Flaticon";
	background-color:var(--color-fourty);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.clients-section .owl-nav .owl-prev:hover,
.clients-section .owl-nav .owl-next:hover{
	background-color:#121f53;
}
*/
/*** 

====================================================================
	Service Section Five
====================================================================

***/

.service-section-five{
	position:relative;
	padding:100px 0px 100px;
}

.service-section-five .btn-box{
	position:relative;
	margin-top:20px;
}

.service-block-four.style-two .inner-box{
	box-shadow:0px 10px 15px rgba(0,0,0,0.10);
}

.service-block-four.style-two .inner-box .icon-box{
	color: #121f53;
	background-color: rgba(var(--main-color-rgb), 0.1);
}

.service-block-four.style-two .inner-box .arrow{
	color: #121f53;
	background-color: rgba(var(--main-color-rgb), 0.1);
}

.service-block-four.style-two .inner-box:hover .arrow{
	color: #121f53;
	background-color: #fff;
}

.service-block-four.style-two .inner-box:hover .icon-box{
	color: #fff;
	background-color: #121f53;
	background-image:none;
}

.service-block-four.style-two .inner-box .image-layer:before{
	background: var(--color-fourtyfive);
    background: linear-gradient(to right, var(--color-fourtyfive) 0%, #121f53 100%);
}

/*** 

====================================================================
	Project Section Three
====================================================================

***/

.process-section{
	position:relative;
	padding:100px 0px 70px;
}

.process-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.process-section .content-column .inner-column{
	position:relative;
}

.process-block{
	position:relative;
	margin-bottom:30px;
}

.process-block .inner-box{
	position:relative;
	font-size:16px;
	color:#333;
	line-height:1.7em;
	padding-left:var(--padding-left-120);
}

.process-block .inner-box .number{
	position:absolute;
	left:0px;
	top:12px;
	opacity:0.30;
	
	line-height:1em;
	font-size:var(--font-72);
	
	 -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
		
	
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: linear-gradient(to bottom, var(--color-fourtysix) 0%, var(--color-fourtysix) 100%);
}

.process-block .inner-box:hover .number{
	opacity:1;
}

.process-block .inner-box strong{
	position:relative;
	display:block;
	
	font-size:18px;
	color:var(--color-fourty);
	margin-bottom:15px;
		
}

.process-section .images-column{
	position:relative;
	margin-bottom:30px;
}

.process-section .images-column .inner-column{
	position:relative;
}

.process-section .images-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	padding:10px 10px;
	display:inline-block;
	background-color:#fff;
	margin-bottom:90px;
	box-shadow:0px 10px 25px rgba(0,0,0,0.10);
}

.process-section .images-column .image img{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.process-section .images-column .image-two{
	position:absolute;
	right:0px;
	top:150px;
	overflow:hidden;
	padding:10px 10px;
	display:inline-block;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.process-section .images-column .image:first-child{
	position:relative;
	z-index:1;
}

.process-section .images-column .image:nth-child(2){
	margin-bottom:var(--margin-zero);
}

/*** 

====================================================================
	Sidebar Page Container
====================================================================

***/

.sidebar-page-container{
	position:relative;
	padding:110px 0px 80px;
}

.sidebar-page-container .content-side,
.sidebar-page-container .sidebar-side{
	margin-bottom:40px;
}

.sidebar-page-container .sidebar-side .padding-left{
	padding-left:var(--padding-left-20);
}

.sidebar-page-container .pattern-layer{
	position:absolute;
	right:0px;
	bottom:20%;
	width:484px;
	height:664px;
}

.sticky-top{
	z-index:1;
	top:100px;
}

.sidebar-widget{
	position:relative;
	margin-bottom:40px;
}

.sidebar-widget .widget-content{
	position:relative;
	padding:30px 30px 40px;
	border-radius:6px;
	background-color:#f4f4f4;
}

/* Sidebar Title */

.sidebar-title{
	position:relative;
	margin-bottom:20px;
}

.sidebar-title h4{
	
	color:var(--color-fourty);
}

/* Sidebar Title Two */

.sidebar-title-two{
	position:relative;
	margin-bottom:25px;
}

.sidebar-title-two h4{
	
	color:#000;
	padding-bottom:var(--padding-bottom-15);
}

.sidebar-title-two h4:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	width:46px;
	height:3px;
	background-color:#121f53;
}

/* Service List */

.service-list{
	position:relative;
}

.service-list li{
	position:relative;
	margin-bottom:15px;
}

.service-list li:last-child{
	margin-bottom:var(--margin-zero);
}

.service-list li a{
	position:relative;
	
	display:block;
	padding:15px 20px;
	border-radius:3px;
	font-size:18px;
	color:#333;
	border:1px solid var(--color-fourtyseven);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-list li a:before{
	position:absolute;
	content: "\f112";
	right:20px;
	font-family: "Flaticon";
}

.service-list li.current a,
.service-list li a:hover{
	color:#fff;
	border-color:#121f53;
	background-color:#121f53;
}

/* Service List */

.service-list-two{
	position:relative;
}

.service-list-two li{
	position:relative;
	margin-bottom:20px;
}

.service-list-two li:last-child{
	margin-bottom:var(--margin-zero);
}

.service-list-two li a{
	position:relative;
	
	display:block;
	border-radius:3px;
	font-size:var(--font-15);
	color:#333;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	padding-left:var(--padding-left-25);
}

.service-list-two li a:before{
	position:absolute;
	content: "\f18d";
	left:0px;
	font-size:var(--font-10);
	font-family: "Flaticon";
}

.service-list-two li span{
	position:absolute;
	right:0px;
	width:27px;
	height:27px;
	
	text-align:center;
	line-height:27px;
	font-size:var(--font-12);
	color:#fff;
	background-color:#000;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.service-list-two li a:hover{
	color:#121f53;
}

.service-list-two li:hover span{
	background-color:#121f53;
}

/* Download List */

.download-list{
	position:relative;
}

.download-list li{
	position:relative;
	margin-bottom:15px;
}

.download-list li a{
	position:relative;
	
	display:block;
	line-height:35px;
	border-radius:4px;
	font-size:18px;
	color:var(--color-fourty);
	padding:10px 10px 10px 25px;
	background-color:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.download-list li a .icon{
	position:absolute;
	right:10px;
	top:8px;
	width:38px;
	height:38px;
	border-radius:3px;
	line-height:38px;
	text-align:center;
	font-family: "Flaticon";
	color:#121f53;
	background-color: rgba(var(--main-color-rgb), 0.1);
}

.download-list li a:hover{
	color:#fff;
	background-color:#121f53;
}

.download-list li a:hover .icon{
	color:#121f53;
	background-color:#fff;
}

.download-list li:last-child{
	margin-bottom:var(--margin-zero);
}

/* Support Widget */

.support-widget .support-content{
	position:relative;
	border-radius:5px;
	padding:35px 25px 45px;
	background-color:var(--color-fourty);
}

.support-widget .title-box{
	position:relative;
	margin-bottom:30px;
}

.support-widget .title-box h4{
	
	color:#fff;
	text-transform:uppercase;
}

.support-widget .title-box .text{
	position:relative;
	color:#fff;
	margin-top:10px;
}

/*** 

====================================================================
	Support Form
====================================================================

***/

.support-form .form-group{
	margin-bottom:25px;
}

.support-form .form-group:last-child{
	margin-bottom:var(--margin-zero);
}

.support-form .form-group input[type="text"],
.support-form .form-group input[type="password"],
.support-form .form-group input[type="tel"],
.support-form .form-group input[type="email"],
.support-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#fff;
	height:54px;
	font-size:16px;
	border-radius:3px;
	background:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(255,255,255,0.15);
}

.support-form .form-group input[type="text"]:focus,
.support-form .form-group input[type="password"]:focus,
.support-form .form-group input[type="tel"]:focus,
.support-form .form-group input[type="email"]:focus,
.support-form .form-group select:focus,
.support-form .form-group textarea:focus{
	border-color:#121f53;
}

.support-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:#fff;
	height:140px;
	font-size:var(--font-15);
	border-radius:3px;
	background:none;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(255,255,255,0.15);
}

.support-form .form-group button{
	margin-top:var(--margin-top-15);
}

.service-detail{
	position:relative;
}

.service-detail .inner-box{
	position:relative;
}

.service-detail .inner-box .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.service-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.service-detail .lower-content{
	position:relative;
	padding-top:var(--padding-top-30);
}

.service-detail .lower-content h3{
	
	color:var(--color-fourty);
	margin-bottom:15px;
}

.service-detail .lower-content p{
	color:#333;
	line-height:1.7em;
	margin-bottom:15px;
}

.service-detail .lower-content .options-outer{
	position:relative;
	margin-top:var(--margin-top-30);
	margin-bottom:20px;
}

.service-detail .lower-content .list{
	position:relative;
}

.service-detail .lower-content .list li{
	position:relative;
	 
	font-size:16px;
	color:var(--color-fourty);
	margin-bottom:15px;
	padding-left:var(--padding-left-25);
}

.service-detail .lower-content .list li:before{
	position:absolute;
	content: "\f197";
	left:0px;
	top:0px;
	font-family: "flaticon";
}

.service-detail .lower-content h4{
	
	color:var(--color-fourty);
	margin-bottom:20px;
}

.service-detail .lower-content .gallery-images{
	position:relative;
	margin-top:var(--margin-top-30);
}

.service-detail .accordion-outer{
	position:relative;
	margin-top:45px;
	padding-top:var(--padding-top-30);
	border-top:1px solid rgba(var(--color-five-rgb), 0.1);
}

.service-detail .accordion-outer .title-box{
	position:relative;
	margin-bottom:30px;
}

.service-detail .accordion-outer .title-box .text{
	position:relative;
	color:#333;
	line-height:1.7em;
}

/*** 

====================================================================
	Faq Page Section
====================================================================

***/

.faq-page-section{
	position:relative;
	padding:110px 0px 80px;
}

.faq-form-section{
	position:relative;
	padding-bottom:var(--padding-bottom-120);
}

.faq-form-section .inner-container{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.faq-form-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:10%;
	width:484px;
	height:664px;
}

/*** 

====================================================================
	Faq Form
====================================================================

***/

.faq-form .form-group{
	margin-bottom:20px;
}

.faq-form .form-group:last-child{
	margin-bottom:var(--margin-zero);
}

.faq-form .form-group input[type="text"],
.faq-form .form-group input[type="password"],
.faq-form .form-group input[type="tel"],
.faq-form .form-group input[type="email"],
.faq-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:var(--color-thirtyseven);
	height:54px;
	font-size:16px;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(0,0,0,0.10);
	
	background-color:var(--color-fourtyeight);
}

.faq-form .form-group input[type="text"]:focus,
.faq-form .form-group input[type="password"]:focus,
.faq-form .form-group input[type="tel"]:focus,
.faq-form .form-group input[type="email"]:focus,
.faq-form .form-group select:focus,
.faq-form .form-group textarea:focus{
	border-color:#121f53;
}

.faq-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:var(--color-thirtyseven);
	height:220px;
	font-size:16px;
	border-radius:3px;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(0,0,0,0.10);
	
	background-color:var(--color-fourtyeight);
}

.faq-form .form-group button{
	margin-top:var(--margin-top-15);
}

/*** 

====================================================================
	Error Section
====================================================================

***/

.error-section{
	position:relative;
	text-align:center;
	padding:100px 0px 100px;
}

.error-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:10%;
	width:484px;
	height:664px;
}

.error-section h2{
	
	text-align:center;
	color:var(--color-fourty);
}

.error-section .text{
	text-align:center;
	color:var(--color-fourtynine);
	margin-top:var(--margin-top-25);
	margin-bottom:35px;
}

/* Search Box Widget */

.error-section .search-box{
	position:relative;
	max-width:470px;
	width:100%;
	margin:0 auto;
}

.error-section .search-box .form-group{
	position:relative;
	margin:var(--margin-zero);
}

.error-section .search-box .form-group input[type="text"],
.error-section .search-box .form-group input[type="search"]{
	position:relative;
	line-height:28px;
	font-size:16px;
	padding:10px 50px 10px 25px;
	background:#f4f4f4;
	display:block;
	width:100%;
	height:60px;
	border-radius:4px;
	font-weight:400;
	color:var(--color-thirtyseven);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.error-section .search-box .form-group button{
	position:absolute;
	right:10px;
	top:10px;
	height:40px;
	width:40px;
	display:block;
	cursor:pointer;
	line-height:100%;
	font-weight:normal;
	border-radius:0px;
	background:none;
	font-size:18px;
	color:#fff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	background:#121f53;
}

.error-section .search-box .form-group button:hover{
	background:var(--color-two);
}

.error-section .btn-box:before{
	position:absolute;
	content:'';
	left:-80px;
	top:-10px;
	width:48px;
	height:53px;
	background:url(../images/icons/arrow.png) no-repeat;
}

.error-section .btn-box{
	position:relative;
	display:inline-block;
	margin-top:20px;
}

.error-section .btn-box a{
	position:relative;
	border-radius:50px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Service Section Four
====================================================================

***/

.team-page-section{
	position:relative;
	padding:100px 0px 100px;
}

.team-page-section .button-box{
	position:relative;
	margin-top:20px;
}

.team-page-section .button-box a{
	text-transform:capitalize;
}

.team-page-section .sec-title-three .text{
	margin-top:45px;
}

/*** 

====================================================================
	Team Detail Section
====================================================================

***/

.team-detail-section{
	position:relative;
	padding:100px 0px 70px;
}

.team-detail-section .pattern-layer{
	position: absolute;
    right: 0px;
    bottom: 10%;
    width: 484px;
    height: 664px;
}

.team-detail-section .info-column{
	position:relative;
	margin-bottom:30px;
}

.team-detail-section .info-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
	margin-bottom:30px;
}

.team-detail-section .info-column .image img{
	position:relative;
	width:100%;
	display:block;
}

.team-detail-section .info-column h3{
	
	color:var(--color-fourty);
}

.team-detail-section .info-column .designation{
	position:relative;
	font-size:16px;
	color:var(--color-fifty);
	margin-top:10px;
	margin-bottom:25px;
}

.team-detail-section .info-column .list{
	position:relative;
}

.team-detail-section .info-column .list li{
	position:relative;
	
	line-height:40px;
	font-size:16px;
	padding-left:var(--padding-left-60);
	margin-bottom:20px;
		
}

.team-detail-section .info-column .list li .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:40px;
	height:40px;
	border-radius:3px;
	text-align:center;
	line-height:40px;
	font-weight:normal;
	color:#121f53;
	font-size:20px; 
	font-family: "Flaticon";
	background-color:var(--color-fiftyone);
}

.team-detail-section .info-column .list li:last-child{
	margin-bottom:var(--margin-zero);
}

.team-detail-section .info-column .social-box{
	position:relative;
	margin-top:var(--margin-top-40);
}

.team-detail-section .info-column .social-box .contact-btn{
	position:relative;
	line-height:30px;
	
	float:left;
	padding:7px 7px 7px 20px;
	color:#fff;
	font-size:var(--font-14); 
	margin-bottom:5px;
	margin-right:var(--margin-right-5);
	background-color:#121f53;
		
}

.team-detail-section .info-column .social-box .contact-btn span{
	position:relative;
	width:27px;
	height:27px;
	line-height:27px;
	text-align:center;
	display:inline-block;
	font-family: "Flaticon";
	color:#000;
	font-size:var(--font-10); 
	margin-left:var(--margin-left-10);
	background-color:#fff;
}

.team-detail-section .info-column .facebook{
	position:relative;
	width:44px;
	height:44px;
	float:left;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background-color:#3b5999;
	margin-bottom:5px;
	margin-right:var(--margin-right-5);
}

.team-detail-section .info-column .twitter{
	position:relative;
	width:44px;
	height:44px;
	float:left;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background-color:#55acee;
	margin-bottom:5px;
	margin-right:var(--margin-right-5);
}

.team-detail-section .info-column .youtube{
	position:relative;
	width:44px;
	height:44px;
	float:left;
	line-height:44px;
	text-align:center;
	color:#fff;
	font-size:18px;
	background-color:#cd201f;
	margin-bottom:5px;
	margin-right:var(--margin-right-5);
}

.team-detail-section .content-column{
	position:relative;
	margin-bottom:30px;
}

.team-detail-section .content-column h3{
	color:var(--color-fiftytwo);
	margin-bottom:15px;
}

/*** 

====================================================================
	Project Page Section
====================================================================

***/

.project-page-section{
	position:relative;
	overflow:hidden;
	padding:100px 0px 100px;
}

.project-page-section .pattern-layer{
	position:absolute;
	right:-100px;
	bottom:-35%;
	width:484px;
	height:664px;
}

.project-page-section .btn-box{
	position:relative;
	margin-top:20px;
}

.project-page-section .btn-box .load-btn{
	position:relative;
	
	border-radius:50px;
	padding:15px 36px 13px;
	color:#fff;
	background-color:#121f53;
}

.project-page-section .btn-box .load-btn:hover{
	color:#fff;
	background-color:var(--color-two);
}

.project-page-section .filters{
	position:relative;
	text-align:center;
	margin-bottom:40px;
}

.project-page-section .filters .filter-tabs{
	position:relative;
}

.project-page-section .filters li{
	position: relative;
    cursor: pointer;
	
	padding:11px 28px;
	margin:0px 7px 10px;
	border-radius:50px;
	display: inline-block;
	color: var(--color-fourty);
    font-size: var(--font-15);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
	background-color:var(--color-fiftyfour);
		
}

.project-page-section .filters .filter.active,
.project-page-section .filters .filter:hover{
	color: #fff;
	background-color: #121f53;
}

.project-block-two{
	position:relative;
	margin-bottom:30px;
}

.project-block-two .inner-box{
	position:relative;
}

.project-block-two .inner-box .image{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}

.project-block-two .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-block-two .inner-box .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
    -webkit-transform-origin: 50% -50%;
    -ms-transform-origin: 50% -50%;
    transform-origin: 50% -50%;
    z-index: 1;
    opacity: 0;
	
	-webkit-transition: all 600ms ease;
	-moz-transition: all 600ms ease;
	-ms-transition: all 600ms ease;
	-o-transition: all 600ms ease;
	transition: all 600ms ease;
}

.project-block-two .inner-box:hover .overlay-box{
	-webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.project-block-two .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	opacity:0.70;
	background-color:var(--color-fourty);
}

.project-block-two .inner-box .overlay-box .plus{
	position:absolute;
	right:20px;
	top:20px;
	width:44px;
	height:44px;
	border-radius:3px;
	text-align:center;
	line-height:44px;
	font-size: 18px;
	color:#fff;
	font-family: "Flaticon";
	background-color:#121f53;
}

.project-block-two .inner-box .overlay-box .plus:hover{
	color:#121f53;
	background-color:#fff;
}

.project-block-two .inner-box .content{
	position:absolute;
	left:35px;
	bottom:30px;
}

.project-block-two .inner-box .content .title{
	position:relative;
	
	color:#121f53;
	font-size: 16px;
}

.project-block-two .inner-box .content h4{
	line-height:36px;
	margin-top:10px;
}

.project-block-two .inner-box .content h4 a{
	position:relative;
	color:#fff;
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-block-two .inner-box .content h4 a:hover{
	color:#121f53;
}

.project-block-two.mix{
	display:none;
}

/*** 

====================================================================
	Project Detail Section
====================================================================

***/

.project-detail-section{
	position:relative;
	overflow:hidden;
	padding:110px 0px 110px;
}

.project-detail-section  .pattern-layer{
	position:absolute;
	right:-80px;
	top:42%;
	width:484px;
	height:664px;
	background-repeat:no-repeat;
}

.project-detail-section  .pattern-layer-two{
	position:absolute;
	left:0px;
	bottom:-300px;
	width:337px;
	height:652px;
	background-repeat:no-repeat;
}

.project-detail-section .upper-box{
	position:relative;
	padding-right:300px;
}

.project-detail-section .upper-box .image{
	position:relative;
	overflow:hidden;
}

.project-detail-section .upper-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.project-detail-section .upper-box .info-box{
	position:absolute;
	right:0px;
	top:70px;
	z-index:1;
	width:100%;
	border-radius:6px;
	overflow:hidden;
	max-width:370px;
	background-color:#fff;
	box-shadow:0px 0px 35px rgba(0,0,0,0.10);
}

.project-detail-section .upper-box .info-box .title{
	position:relative;
	 
	padding:18px 15px;
	text-align:center;
	font-size:22px;
	color:#fff;
		
	background: #121f53;
    background: linear-gradient(to right, #121f53 0%, #121f53 100%);
}

.project-detail-section .upper-box .info-list{
	position:relative;
	padding:30px 40px;
}

.project-detail-section .upper-box .info-list li{
	position:relative;
	
	color:#333;
	font-size:17px;
	margin-bottom:15px;
	
}

.project-detail-section .upper-box .info-list li span{
	position:absolute;
	right:0px;
	font-weight:400;
}

.project-detail-section .upper-box .info-list li:last-child{
	margin-bottom:var(--margin-zero);
}

.project-detail-section .value-box{
	position:relative;
	padding:20px 40px;
	border-top:1px solid var(--color-twentythree);
}

.project-detail-section .value-box .price{
	position:relative;
	 
	line-height:1em;
	font-size:var(--font-26);
	color:var(--color-fiftyfive);
		
}

.project-detail-section .value-box .rating{
	position:relative;
	margin-top:var(--margin-top-15);
}

.project-detail-section .value-box .rating .fa{
	position:relative;
	font-size:18px;
	color:var(--color-sixteen);
}

.project-detail-section .middle-box{
	position:relative;
	padding-top:var(--padding-top-35);
}

.project-detail-section .middle-box h3{
	
	font-size:var(--font-36);
	color:var(--color-fourty);
	margin-bottom:15px;
}

.project-detail-section .middle-box p{
	position:relative;
	line-height:30px;
	color:#333;
	font-size:17px;
}

.project-detail-section .gallery-box{
	position:relative;
	margin-top:var(--margin-top-30);
	margin-bottom:30px;
}

.project-detail-section .middle-box h4{
	
	color:var(--color-fourty);
	margin-bottom:15px;
}

.project-detail-section .blocks-outer{
	position:relative;
	margin-top:var(--margin-top-40);
	margin-bottom:10px;
}

/* Feature Block Three */

.feature-block-three{
	position:relative;
	margin-bottom:30px;
}

.feature-block-three .block-inner{
	position:relative;
	padding:25px 25px;
	border-radius:3px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.05);
}
 
.feature-block-three .block-content{
	position:relative;
	padding-left:var(--padding-left-85);
}

.feature-block-three .block-content .icon{
	position:absolute;
	left:0px;
	top:12px;
	width:60px;
	height:60px;
	line-height:60px;
	border-radius:3px;
	text-align:center;
	font-size:var(--font-30);
	font-family: "Flaticon";
	color:#121f53;
	background-color: rgba(var(--main-color-rgb), 0.05);
}

.feature-block-three .block-inner .block-text{
	position:relative;
	line-height:28px;
	color:#333;
	font-size:16px;
	margin-top:var(--margin-top-5);
}

.project-detail-section .option-list{
	position:relative;
	margin-top:var(--margin-top-15);
}

.project-detail-section .option-list li{
	position:relative;
	line-height:30px;
	color:#333;
	font-size:16px;
	padding-left:var(--padding-left-35);
	margin-bottom:15px;
}

.project-detail-section .option-list li:before{
    position: absolute;
    left: 0px;
    top: -1px;
    content: "\f1b8";
    font-size: 18px;
	color:var(--color-fiftysix);
    font-family: "Flaticon";
}

.project-detail-section .more-posts{
	position:relative;
	margin-top:20px;
	padding-top:var(--padding-top-50);
	border-top:1px solid var(--color-twentythree);
}

.project-detail-section .more-posts .prev-post{
	position:relative;
	padding-left:130px;
	min-height:100px;
	font-size:16px;
	color:var(--color-fourty);
	padding-top:var(--padding-top-20);
}

.project-detail-section .more-posts .prev-post .thumb-image{
	position:absolute;
	left:0px;
	top:0px;
	overflow:hidden;
	border-radius:6px;
	background-color:#000;
}

.project-detail-section .more-posts .prev-post .thumb-image img{
	opacity:0.80;
}

.project-detail-section .more-posts .prev-post .arrow{
	position:absolute;
	left:50%;
	top:50%;
	width:38px;
	height:38px;
	text-align:center;
	line-height:38px;
	border-radius:50px;
	display:inline-block; 
	font-family: "Flaticon";
	color:#fff;
	background-color:var(--color-fourty);
	transform:translateX(-50%) translateY(-50%);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-detail-section .more-posts .prev-post h6{
	margin-top:var(--margin-top-5);
}

.project-detail-section .more-posts .prev-post h6 a{
	position:relative;
	color:var(--color-fourty);
}




.project-detail-section .more-posts .next-post{
	position:relative;
	padding-right:130px; 
	text-align:right;
	min-height:100px;
	font-size:16px;
	color:var(--color-fourty);
	padding-top:var(--padding-top-20);
}

.project-detail-section .more-posts .next-post .thumb-image{
	position:absolute;
	right:0px;
	top:0px;
	overflow:hidden;
	border-radius:6px;
	background-color:#000;
}

.project-detail-section .more-posts .next-post .thumb-image img{
	opacity:0.80;
}

.project-detail-section .more-posts .next-post .arrow{
	position:absolute;
	left:50%;
	top:50%;
	width:38px;
	height:38px;
	text-align:center;
	line-height:38px;
	border-radius:50px;
	display:inline-block; 
	font-family: "Flaticon";
	color:#fff;
	background-color:var(--color-fourty);
	transform:translateX(-50%) translateY(-50%);
	transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.project-detail-section .more-posts .next-post h6{
	margin-top:var(--margin-top-5);
}

.project-detail-section .more-posts .next-post h6 a{
	position:relative;
	color:var(--color-fourty);
}

.project-detail-section .more-posts .prev-post:hover .arrow,
.project-detail-section .more-posts .next-post:hover .arrow{
	background-color:#121f53;
	color:#fff;
}

/* Search Box Widget */

.sidebar .search-box .form-group{
	position:relative;
	margin:0px;
}

.sidebar .search-box .form-group input[type="text"],
.sidebar .search-box .form-group input[type="search"]{
	position:relative;
	line-height:43px;
	padding:10px 50px 10px 25px;
	background:var(--color-eightteen);
	display:block;
	font-size:16px;
	width:100%;
	height:60px;
	color:var(--dark-color);
	border-radius:3px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.sidebar .search-box .form-group button{
	position:absolute;
	right:0px;
	top:0px;
	height:56px;
	width:60px;
	display:block;
	font-size:16px;
	color:#041428;
	cursor:pointer;
	border-radius:0px 0px 0px 0px;
	line-height:100%;
	font-weight:normal;
	background:none;
}

.sidebar .search-box .form-group input[type="text"]:focus,
.sidebar .search-box .form-group input[type="search"]:focus{
	border-color:#121f53;
}


/* Post Widget */

.sidebar .popular-posts .post{
	position:relative;
	padding:0px 0px;
	min-height:90px;
	color:var(--dark-color);
	font-size:var(--font-14);
	margin-bottom:5px;
	padding-left:75px;
}

.sidebar .popular-posts .post:last-child{
	margin-bottom:var(--margin-zero);
	border-bottom:0px;
	min-height:auto;
}

.sidebar .popular-posts .post .post-thumb{
	 position:absolute;
	 left:0px;
	 top:0px;
	 width:58px;
	 border-radius:0px;
	overflow:hidden;
}

.sidebar .popular-posts .post .post-thumb .overlay-box{
	position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    color: #fff;
    font-size: 18px;
    opacity: 0;
    text-align: center;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	background-color: rgba(var(--main-color-rgb), 0.3);
}

.sidebar .popular-posts .post .post-thumb .overlay-box .fa{
	top: 50%;
    position: relative;
    margin-top: -12px;
    display: block;
}

.sidebar .popular-posts .post:hover .post-thumb .overlay-box{
	opacity:1;
}

.sidebar .popular-posts .post .post-thumb img{
	display:block;
	width:100%;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post .text{
	position:relative;
	top:0px;
	font-size:16px;
	margin:0px 0px 0px;
	
	color:#000;
	line-height:1.5em;
	text-transform:capitalize;
}

.sidebar .popular-posts .post .text a{
	color:var(--dark-color-two);
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.sidebar .popular-posts .post a:hover{
	color:#121f53;
}

.sidebar .popular-posts .post-info{
	position:relative;
	font-weight:400;
	font-size:var(--font-14);
	color:var(--color-fiftyseven);
	margin-top:var(--margin-top-5);
	padding-left:var(--padding-left-25);
}

.sidebar .popular-posts .post-info:before{
	position:absolute;
	content: "\f183";
	left:0px;
	font-size:var(--font-14);
	color:#121f53;
	font-family: "flaticon";
}

.sidebar .gallery-widget .images-outer{
	position:relative;
	margin:0px -3px;
}

.sidebar .gallery-widget .image-box{
	position:relative;
	float:left;
	width:33.333%;
	padding:0px 6px;
	margin-bottom:15px;
}

.sidebar .gallery-widget .image-box img{
	position:relative;
	display:block;
	width:100%;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar .gallery-widget .image-box img:hover{
	opacity:0.70;	
}

/* Popular Tags */

.sidebar .popular-tags a{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:8px 20px 8px;
	margin:0px 6px 10px 0px;
	color:#fff;
	text-align:center;
	font-size:var(--font-14);
	background:#000;
	
	border-radius:0px;
	text-transform:capitalize;
	transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
}

.sidebar .popular-tags a:hover{
	border-color:#121f53;
	background-color:#121f53;
	color:#ffffff;
}

/* News Block Four */

.news-block-four{
	position:relative;
	margin-bottom:40px;
}

.news-block-four .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:5px 5px 0px 0px;
	background-color:#fff;
}

.news-block-four .inner-box .image{
	position:relative;
	overflow:hidden;
	background-color:#121f53;
}

.news-block-four .inner-box:hover .image img{
	opacity:0.70;
	transform:scale(1.05,1.05);
}

.news-block-four .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four .inner-box .lower-content{
	position:relative;
	padding:60px 25px 40px;
	border:1px solid rgba(var(--color-five-rgb), 0.1);
	border-top:0px;
	border-radius:0px 0px 5px 5px;
}

.news-block-four .inner-box .post-info{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-bottom:25px;
	padding-bottom:var(--padding-bottom-20);
	border-bottom:1px solid rgba(var(--color-five-rgb), 0.2);
}

.news-block-four .inner-box .post-info li{
	position:relative;
	
	display:inline-block;
	font-size:var(--font-15);
	color:var(--color-fourty);
	margin-right:var(--margin-right-30);
	padding-left:var(--padding-left-25);
}

.news-block-four .inner-box .post-info li:first-child{
	position:relative;
	padding:5px 24px;
	border-radius:4px;
	color:#fff;
	background-color:#121f53;
}

.news-block-four .inner-box .post-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-family: "Flaticon";
	font-size: 16px;
}

.news-block-four .inner-box .post-info li:last-child{
	margin-right:var(--margin-zero);
}

.news-block-four .inner-box h3{
	margin-bottom:15px;
}

.news-block-four .inner-box h3 a{
	position:relative;
	color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four .inner-box h3 a:hover{
	color:#121f53;
}

.news-block-four .inner-box .text{
	position:relative;
	color:var(--color-thirtyseven);
	margin-bottom:25px;
}

.news-block-four .inner-box .explore{
	position:relative;
	padding:15px 32px;
	
	border-radius:50px;
	display:inline-block;
	font-size:var(--font-14);
	color:#fff;
	background-color:var(--color-fourty);
		
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.news-block-four .inner-box .explore span{
	position:relative;
	font-size:var(--font-10);
	font-family: "Flaticon";
	margin-left:var(--margin-left-5);
}

.news-block-four .inner-box .explore:hover{
	background-color:#121f53;
}

/*** 

====================================================================
	Styled Pagination
====================================================================

***/

.blog-classic .styled-pagination{
	margin:10px 0 0;
}

.styled-pagination{
	position:relative;
}

.styled-pagination li{
	position:relative;
display: inline-block;
margin: 15px 0;
}

.styled-pagination li a{
	position:relative;
	display:inline-block;
	line-height:44px;
	height:44px;
	width:44px;
	min-width:44px;
	font-size:18px;
	background-color:var(--color-ten);
	
	border-radius:50px; 
	text-align:center;
	color:var(--color-fourty);
	text-transform:capitalize;
	transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
}

.styled-pagination li.prev a,
.styled-pagination li.next a{
	font-size:18px;
}

.styled-pagination li a:hover,
.styled-pagination li a.active{
	color:#fff;
	background-color:#121f53;
}

/* News Detail */

.news-detail{
	position:relative;
	margin-bottom:40px;
}

.news-detail .inner-box{
	position:relative;
	overflow:hidden;
	border-radius:5px 5px 0px 0px;
	background-color:#fff;
}

.news-detail .inner-box .image{
	position:relative;
	overflow:hidden;
}

.news-detail .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
}

.news-detail .inner-box .lower-content{
	position:relative;
	padding:60px 25px 40px;
	border:1px solid rgba(var(--color-five-rgb), 0.1);
	border-top:0px;
	border-radius:0px 0px 5px 5px;
}

.news-detail .inner-box .post-info{
	position:relative;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-bottom:25px;
	padding-bottom:var(--padding-bottom-20);
	border-bottom:1px solid rgba(var(--color-five-rgb), 0.2);
}

.news-detail .inner-box .post-info li{
	position:relative;
	
	display:inline-block;
	font-size:var(--font-15);
	color:var(--color-fourty);
	margin-right:var(--margin-right-30);
	padding-left:var(--padding-left-25);
}

.news-detail .inner-box .post-info li:first-child{
	position:relative;
	padding:5px 24px;
	border-radius:4px;
	color:#fff;
	background-color:#121f53;
}

.news-detail .inner-box .post-info li .icon{
	position:absolute;
	left:0px;
	top:0px;
	font-family: "Flaticon";
	font-size: 16px;
}

.news-detail .inner-box .post-info li:last-child{
	margin-right:var(--margin-zero);
}

.news-detail .inner-box h3{
	color:var(--color-fourty);
	margin-bottom:15px;
}

.news-detail .inner-box h4{
	color:var(--color-fourty);
	margin-bottom:20px;
}

.news-detail .inner-box p{
	color:#333;
	margin-bottom:15px;
}

.news-detail .inner-box blockquote{
	position:relative;
	padding:25px 30px;
	border-radius:3px;
	line-height:28px;
	color:#333;
	font-size: 16px;
	margin-top:var(--margin-top-25);
	margin-bottom:25px;
	background-color:#f4f4f4;
}

.news-detail .inner-box blockquote .quote-icon{
	position:relative;
	font-family: "Flaticon";
	margin-right:var(--margin-right-15);
}

.news-detail .inner-box blockquote .designation{
	position:relative;
	
	font-style:italic;
	color:var(--color-fiftyeight);
	padding-left:var(--padding-left-60);
}

.news-detail .inner-box blockquote .designation:before{
	position:absolute;
	content:'';
	left:10px;
	top:6px;
	width:40px;
	height:2px;
	background-color:var(--color-fiftyeight);
}

.news-detail .inner-box .gallery-box{
	position:relative;
	margin-top:var(--margin-top-25);
}

.news-detail .inner-box .gallery-box .carousel-column{
	position:relative;
}

.news-detail .inner-box .gallery-box .carousel-column .image{
	position:relative;
	border-radius:5px;
	overflow:hidden;
}

.news-detail .gallery-box{
	margin-bottom:40px;
}

.news-detail .gallery-box .owl-dots{
	display:none;
}

.news-detail .gallery-box .owl-nav{
	position:absolute;
	left:15px;
	right:15px;
	top:50%;
	margin-top:-22px;
}

.news-detail .gallery-box .owl-nav .owl-prev{
	position:absolute;
	left:0px;
	width:40px;
	height:40px;
	line-height:34px;
	text-align:center;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-family: "Flaticon";
	background-color:var(--color-fourty);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-detail .gallery-box .owl-nav .owl-next{
	position:absolute;
	right:0px;
	width:40px;
	height:40px;
	line-height:34px;
	text-align:center;
	border-radius:5px;
	display:inline-block;
	color:#fff;
	font-size:20px;
	font-family: "Flaticon";
	background-color:var(--color-fourty);
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.news-detail .gallery-box .owl-nav .owl-prev:hover,
.news-detail .gallery-box .owl-nav .owl-next:hover{
	background-color:#121f53;
}

/* Video Box */

.video-box-two{
	position:relative;
	overflow:hidden;
	border-radius:5px;
}

.video-box-two .video-image{
	position:relative;
	margin:0px;
	background-color:#121f53;
}

.video-box-two .video-image img{
	position:relative;
	width:100%;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.video-box-two:hover .video-image img{
	opacity:0.70;
	transform:scale(1.05,1.05);
}

.video-box-two .overlay-box{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	text-align:center;
	overflow:hidden;
	line-height: 45px;
	overflow:hidden;
}

.video-box-two .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:10;
	opacity:0.50;
	background-color:var(--color-fiftynine);
}

.video-box-two .overlay-box span{
	position: absolute;
	width:42px;
	height: 42px;
	left:50%;
    top: 50%;
	z-index:10;
	
	text-align: center;
	display: inline-block;
	margin-top: -21px;
	margin-left:-21px;
	line-height:42px;
	border-radius:50%;
	font-family: "flaticon";
	font-size:var(--font-14);
	color: #fff;
	padding-left:var(--padding-left-5);
	background-color:#121f53;
}

.video-box-two .overlay-box span:hover{
	color:#fff;
	background-color:#121f53;
}

.video-box-two .ripple,
.video-box-two .ripple:before,
.video-box-two .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width:42px;
	height: 42px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .6);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
}

.video-box-two .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
}

.video-box-two .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
}

.news-detail .inner-box p span{
	position:relative;
	
	text-decoration:underline;
}

.news-detail .inner-box .bold-text{
	position:relative;
	
	line-height:1.7em;
	font-size:16px;
	color:#000;
}

/* Post Share Options */

.news-detail .post-share-options{
	position:relative;
	margin-top: var(--margin-top-30);
	border-bottom:2px dashed rgba(var(--color-five-rgb), 0.10);
}

.news-detail .post-share-options .post-share-inner{
	position:relative;
	padding-bottom:var(--padding-bottom-20);
}

.news-detail .post-share-options .tags{
	position:relative;
	float:left;
}

.news-detail .post-share-options .tags span{
	
	font-size:16px;
	color:var(--color-fourty);
	text-transform: capitalize;
	margin-top:var(--margin-top-5);
	margin-right:var(--margin-right-10);
}

.news-detail .post-share-options .tags a{
	position:relative;
	
	line-height: 1em;
	padding:10px 16px;
	border-radius:2px;
	border-radius:4px;
	display: inline-block;
	color:var(--color-fourty);
	font-size:var(--font-15);
	text-transform:capitalize;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	margin-right: var(--margin-right-5);
	margin-bottom:5px;
	border:1px solid rgba(var(--color-five-rgb), 0.10);
}

.news-detail .post-share-options .tags a:last-child{
	margin-right: 0px;
}

.news-detail .post-share-options .tags a:hover{
	color:#fff;
	border-color:#121f53;
	background-color:#121f53;
}

.news-detail .post-share-options .social-box{
	position:relative;
	float:right;
	margin-top:6px;
}

.news-detail .post-share-options .social-box .share{
	position:relative;
	display:inline-block;
	font-size:16px;
	color:var(--dark-color);
	
	margin-right:10px;
	text-transform: capitalize;
}

.news-detail .post-share-options .social-box li{
	position:relative;
	display:inline-block;
	margin-left:var(--margin-left-5);
}

.news-detail .post-share-options .social-box li a{
	position:relative;
	width:30px;
	height:30px;
	line-height:30px;
	border-radius:50px;
	font-size:var(--font-14);
	color:#fff;
	display:inline-block;
	text-align:center;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	background-color:var(--color-fourty);
}

.news-detail .post-share-options .social-box li a:hover{
	background-color:#121f53;
}

.related-posts{
	position:relative;
}

.related-posts .owl-nav{
	display:none;
}

.related-posts .owl-dots{
	position:relative;
	text-align:center;
	margin-top:20px;
}

.related-posts .owl-dots .owl-dot{
	position:relative;
	width:7px;
	height:7px;
	margin:0px 12px;
	border-radius:50%;
	display:inline-block;
	background-color:var(--color-fourty);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.related-posts .owl-dots .owl-dot:before{
	position:absolute;
	content:'';
	left:-7px;
	top:-7px;
	right:-7px;
	bottom:-7px;
	opacity:0;
	border-radius:50px;
	display:inline-block;
	border:1px solid #121f53;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.related-posts .owl-dots .owl-dot.active,
.related-posts .owl-dots .owl-dot:hover{
	background-color:#121f53;
}

.related-posts .owl-dots .owl-dot.active::before,
.related-posts .owl-dots .owl-dot:hover::before{
	opacity:1;
}

.related-posts > h4{
	margin-top:var(--margin-top-25);
	margin-bottom:10px;
}

.related-posts .owl-carousel .owl-stage-outer{
	padding:20px 0px 20px;
}

.related-posts .owl-theme .news-block-three{
	margin:0px 15px;
}

.related-posts .owl-carousel{
	margin:0px -15px;
	width:auto;
}


/*** 

====================================================================
	Comments Area
====================================================================

 ***/

.sidebar-page-container .comments-area{
	position:relative;
	margin-top:var(--margin-top-50);
	margin-bottom:50px;
}

.sidebar-page-container .group-title{
	position:relative;
}

.sidebar-page-container .group-title h4{
	
	margin-bottom:var(--margin-bottom-45);
}

.sidebar-page-container .comments-area .comment-box{
	position:relative;
	padding:30px 35px 30px;
	box-shadow:0px 0px 25px rgba(0,0,0,0.07);
	margin-bottom:30px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}

.sidebar-page-container .comments-area .comment-box:last-child{
	margin-bottom:var(--margin-zero);
}

.sidebar-page-container .comments-area .comment{
	position:relative;
	min-height:120px;
	font-size:var(--font-14);
	padding:0px 0px 0px 100px;
}

.sidebar-page-container .comments-area .reply-comment{
	margin-left:var(--margin-left-40);	
}

.sidebar-page-container .comments-area .comment-box .author-thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;
	border-radius:50%;
	margin-bottom:20px;
	overflow:hidden;
}

.sidebar-page-container .comments-area .comment-box .author-thumb img{
	width:100%;
	display:block;
}

.sidebar-page-container .comments-area .comment-info{
	margin-bottom:10px;
}

.sidebar-page-container .comments-area .comment-box strong{
	position:relative;
	
	line-height:1.3em;
	display:inline-block;
	text-transform:capitalize;
	font-size:18px;
	color:var(--color-fourty);
	padding-left:var(--padding-left-30);
		
}

.sidebar-page-container .comments-area .comment-box strong:before{
	position:absolute;
	content: "\f19b";
	left:0px;
	top:0px;
	font-family: "Flaticon";
}

.sidebar-page-container .comments-area .comment-box .text{
	color:#333;
	margin-bottom:15px;
}

.sidebar-page-container .comments-area .comment-info .comment-time{
	position:relative;
	display:inline-block;
	color:#333;
	font-size:16px;
	margin-left:var(--margin-left-20);
	padding-left:var(--padding-left-25);
}

.sidebar-page-container .comments-area .comment-info .comment-time:before{
	position:absolute;
	content: "\f133";
	left:0px;
	top:-1px;
	color:var(--dark-color);
	font-family: "Font Awesome 5 Pro";  font-weight: 300;
}

.sidebar-page-container .comments-area .comment-box .theme-btn{
	position:relative;
	
	padding:8px 20px;
	border-radius:50px;
	display:inline-block;
	color:#121f53;
	font-size:16px;
	text-transform:capitalize;
	background-color:rgba(var(--main-color-rgb), 0.10);
}

.sidebar-page-container .comments-area .comment-box .theme-btn:hover{
	color:#fff;
	background-color:var(--color-two);
}

/*** 

====================================================================
	Comment Form
====================================================================

***/

.comment-form{
	position:relative;
	padding:35px 35px;
	border-radius:5px;
	background-color:#fff;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
}

.comment-form .form-group{
	margin-bottom:25px;
}

.comment-form .form-group input[type="text"],
.comment-form .form-group input[type="password"],
.comment-form .form-group input[type="tel"],
.comment-form .form-group input[type="email"],
.comment-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:#333;
	height:54px;
	font-size:16px;
	border-radius:3px;
	background:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group input[type="text"]:focus,
.comment-form .form-group input[type="password"]:focus,
.comment-form .form-group input[type="tel"]:focus,
.comment-form .form-group input[type="email"]:focus,
.comment-form .form-group select:focus,
.comment-form .form-group textarea:focus{
	border-color:var(--color-two);
	background-color:#fff;
}

.comment-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	height:200px;
	resize:none;
	line-height:24px;
	border-radius:3px;
	padding:15px 20px 25px;
	color:var(--dark-color);
	font-size:var(--font-15);
	background:#fff;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	border:1px solid rgba(var(--black-color-rgb), 0.10);
}

.comment-form .form-group button{
	border-radius:50px;
	text-transform:capitalize;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-page-section{
	position:relative;
	padding:90px 0px 70px;
}

.location-block{
	position:relative;
	margin-bottom:30px;
}

.location-block .inner-box{
	position:relative;
	padding:30px 30px;
	border-radius:5px;
	line-height:1.8em;
	font-size:16px;
	color:var(--color-sixty);
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.location-block .inner-box .content{
	position:relative;
	min-height:70px;
	padding-top:var(--padding-top-10);
	padding-left:90px;
	margin-bottom:20px;
}

.location-block .inner-box .content .icon{
	position:absolute;
	left:0px;
	top:0px;
	width:70px;
	height:70px;
	text-align:center;
	border-radius:50px;
	line-height:70px;
	color:#121f53;
	font-size:var(--font-34);
	font-family: "Flaticon";
	background-color:rgba(var(--main-color-rgb), 0.10);
}

.location-block .inner-box strong{
	position:relative;
	
	display:block;
	font-size:18px;
		
}

/*** 

====================================================================
	Map Section
====================================================================

***/

.map-section{
	position:relative;
	z-index:1;
}

.map-section .inner-container{
	position:relative;
	padding:20px 20px;
	border-radius:5px;
	background-color:#fff;
	box-shadow:0px 0px 15px rgba(0,0,0,0.10);
}

.map-section iframe{
	position:relative;
	width:100%;
	height:500px;
}

/*** 

====================================================================
	Contact Page Section
====================================================================

***/

.contact-form-section{
	position:relative;
	padding:100px 0px 100px;
}

.contact-form-section .inner-container{
	position:relative;
	max-width:970px;
	margin:0 auto;
}

.contact-form-section .pattern-layer{
	position:absolute;
	right:0px;
	bottom:90%;
	width:484px;
	height:664px;
}

/*** 

====================================================================
	Contact Form
====================================================================

***/

.contact-form .form-group{
	margin-bottom:20px;
}

.contact-form .form-group:last-child{
	margin-bottom:var(--margin-zero);
}

.contact-form .form-group input[type="text"],
.contact-form .form-group input[type="password"],
.contact-form .form-group input[type="tel"],
.contact-form .form-group input[type="email"],
.contact-form .form-group select{
	position:relative;
	display:block;
	width:100%;
	line-height:28px;
	padding:10px 20px;
	color:var(--color-thirtyseven);
	height:54px;
	font-size:16px;
	border-radius:3px;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
	background-color:var(--color-fourtyeight);
}

.contact-form .form-group input[type="text"]:focus,
.contact-form .form-group input[type="password"]:focus,
.contact-form .form-group input[type="tel"]:focus,
.contact-form .form-group input[type="email"]:focus,
.contact-form .form-group select:focus,
.contact-form .form-group textarea:focus{
	border-color:#121f53;
}

.contact-form .form-group textarea{
	position:relative;
	display:block;
	width:100%;
	line-height:24px;
	padding:15px 20px 25px;
	color:var(--color-thirtyseven);
	height:220px;
	font-size:16px;
	border-radius:3px;
	resize:none;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
	
	background-color:var(--color-fourtyeight);
}

.contact-form .form-group button{
	margin-top:var(--margin-top-15);
}

.contact-form input.error,
.contact-form select.error,
.contact-form textarea.error{
	border-color:#fea232a00 !important;	
}

.contact-form label.error{
	display:block;
	line-height:24px;
	padding:5px 0px 0px;
	margin:0px;
	text-transform:uppercase;
	font-size:12px;
	color:#fea232a00;
		
}


.lang-bs {
font-size: 14px;
margin-right: 5px;
color: #fff;
width: 45px;
height: 45px;
border-radius: 50%;
display: block;
line-height: 45px;
text-align: center;
}

.lang-bs:hover,
.main-header .outer-box .nav-btn:hover,
.main-header .outer-box .search-box-btn:hover{
	color:#121f53;
background: #fff;
}



/* #1.7    blog-section
--------------------------------------------------------------*/

.industry-blog-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.industry-blog-grid {
    position: relative;
    width: 100%;
border-radius: 10px;
overflow: hidden;
}

/*
.industry-blog-grid:not(:nth-child(3n))::before {
    position: absolute;
    content: '';
    height: 100%;
    width: 1px;
    border-right: 1px dashed #c9c9c9;
    right: -25px;
    top: 0;
}*/

.industry-blog-grid .industry-blog-upper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 0;
    position: absolute;
    width: 85%;z-index: 555555;
    padding: 15px 20px;
}

.industry-blog-grid .industry-blog-upper .category,
.industry-blog-grid .industry-blog-upper .icon {
    color: #fff;
    background: #121f53;
    text-align: center;
}

.industry-blog-grid .industry-blog-upper .category {
    width: 110px;
    height: 30px;
    line-height: 30px;
    text-transform: capitalize;
    font-size: 14px;
    
    
    border-radius: 3px;
}

.industry-blog-grid .industry-blog-upper .icon {
    height: 50px;
    width: 50px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 22px;
}

.industry-blog-grid .industry-blog-upper .icon i {
    line-height: unset;
}

.industry-blog-grid .industry-blog-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    object-position: top;
    display: block;

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

.industry-blog-img {
overflow: hidden;
}

.industry-blog-grid:hover .industry-blog-img img {
transform: scale(1.1);
}


.industry-blog-content {
padding: 20px 20px 30px;
padding: 25px 30px 30px;
background: #efefef;
}

.industry-blog-post-date {
color: #121f53;

font-size: 15px;

text-transform: capitalize;

display: block;


}



.industry-blog-post-date i {
    margin-right: 8px;
}


.industry-blog-title {
    margin: 15px 0;
}

.industry-blog-title a {
font-size: 16px;
color: #000;
}

.industry-read-more-btn {

    text-align: center;
    text-transform: capitalize;
    font-size: 14px;
    color: #282828;
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.industry-read-more-btn img {
    width: 14px;
    height: 9px;
    display: inline-block;
    margin-left: 10px;
}

.industry-read-more-btn,
.industry-read-more-btn:hover {
    color: #282828;
}

.industry-read-more-btn:hover {


}


.industry-read-more-btn:hover::before {
    animation: blogbtnanim 0.60s forwards;
}

@-webkit-keyframes blogbtnanim {

    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}


.industry-read-more-btn:hover img.arrow-white {
    display: inline-block;
}

.industry-read-more-btn:hover .arrow-black,
.industry-read-more-btn .arrow-white {
    display: none;
}

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

    .industry-blog-grid {
        width: 50%;
        margin-bottom: 10px;
    }

    .industry-blog-grid:nth-child(2n)::before {
        border-right: none;
    }
}

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


    .industry-blog-row {
        margin-left: 0;
        margin-right: 0;
    }

    .industry-blog-grid {
        width: 100%;
    }
}


.industry-blog {
    padding: 50px 0 0;overflow: hidden;
}


.pull-left {
float: left;
}

.pull-right {
float: right;
}


/* 6. project */
.project-area {
padding:50px 0;
position: relative;
position: relative;
}
/*
.project-area .container {
	position: relative;	z-index: 2;
}


.project-area:before {
	position: absolute;
	bottom: 0px;
background: #001a42;
width: 100%;
height: 100%;
opacity: .85;
	content: "";
	right: 0;
	z-index: 1;

}
*/

.project-area .section-title .border-title h1 {
	-webkit-text-stroke: 2px #f9f9f9;
}
.single-project {
	position: relative;
}

.single-project .project-thumb {
background: #fff;
border: 5px solid #ebecf266;
position: relative;
overflow: hidden;
}


.single-project .project-thumb:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}

.single-project .project-thumb:hover:after{
	left:150%;
}


.single-project .project-thumb img {
height: 250px;
width: auto;
margin: 0 auto;
display: block;
max-width: 100%;
transition: all ease-in-out 0.4s;
}

.single-project:hover .project-thumb img {
transform: scale(1.1);
}


.project-text-box {
background: linear-gradient( to top , #fbfbfb , #ebecf266);
}

.project-text-box .tex {
font-size: 18px;

text-transform: capitalize;

margin: 0;

text-align: center;

}

.project-text-box .tex a { padding: 15px;
display: block;
}

.project-text-box:hover {
background: linear-gradient( to top , #e52d33 , #b11b20);
}

.project-text-box:hover a {
color:#fff;
}

.project-text-box p {
	margin-bottom: 0;
}

.project-2 {
	background: #00235a;
	z-index: 1;
}
.project-2 .section-title .border-title h1 {
	-webkit-text-stroke: 2px #042964;
}
.project-2 .section-title h2 {
	color: #fff;
}
.basic-pagination ul li {
	display: inline-block;
	margin: 0 5px;
}
.basic-pagination ul li a {
	height: 50px;
	width: 50px;
	background: transparent;
	color: #254385;
	border: 1px solid #ededed;
	font-size: 15px;
	font-weight: 600;
	border-radius: 3px;
	line-height: 49px;
	margin: 0px;
	display: inline-block;
	text-align: center;
}
.basic-pagination ul li a:hover, .basic-pagination ul li.active a {
	background: #e52d33;
	color: #fff;
	border-color: #e52d33;
	box-shadow: 0px 8px 16px 0px hsla(19, 100%, 54%, 0.329);
}


.text-white h2 {
color:#fff;
}



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


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




.wa_agent_header, .wa_agent_header_tab { background-color:#121f53;color:#fff;} .wa_agent_header,.wa_agent_header_tab {background-image: url('../images/emotionheader.png');}






.btn_type_1,
.btn_type_2,
.btn_type_3 {
 margin:0!important;
 padding:0!important
}
@-webkit-keyframes glow {
 from {
  background-color:#749a02
 }
 50% {
  background-color:#91bd09;
  -webkit-transform:scale(.96)
 }
 to {
  background-color:#749a02
 }
}
@keyframes glow {
 from {
  background-color:#749a02
 }
 50% {
  background-color:#91bd09;
  transform:scale(.96)
 }
 to {
  background-color:#749a02
 }
}
.btn_type_1 {
 list-style:none!important;
 display:inline-block!important;
 cursor:pointer;
 background-color:#121f53;
 background:url(../images/whatsapp.svg) no-repeat center #121f53!important;
 background-size:36px 36px!important;
 height:60px!important;
 width:60px!important;
 padding:0!important;
 position:fixed;
 border-radius:50%;
 line-height:60px!important;
 bottom:15px!important;
 box-shadow:0 0 30px rgba(0,0,0,.3)!important
}
.btn_type_1 span {
 display:none
}
.btn_type_1:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btn_type_2 {
 list-style:none!important;
 cursor:pointer;
 font-size:14px!important;
 background-color:#121f53;
 background:url(../images/whatsapp.svg) no-repeat 12px center #121f53!important;
 background-size:26px 26px!important;
 background-repeat:no-repeat;
 height:46px!important;
 width:auto!important;
 padding:0!important;
 position:fixed;
 border-radius:50px;
 line-height:46px!important;
 bottom:15px!important;
 border:1px solid rgba(0,0,0,.1);
 box-shadow:0 0 30px rgba(0,0,0,.3)
}
.btn_type_2 span {
 color:#fff!important;
 margin:0 20px 0 50px!important
}
.btn_type_2:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btn_type_3 {
 list-style:none!important;
 cursor:pointer;
 font-size:14px!important;
 background-color:#121f53;
 width:auto!important;
 padding:0 20px 0 0!important;
 position:fixed;
 border-top-left-radius:8px;
 border-top-right-radius:8px;
 line-height:46px!important;
 bottom:0!important;
 box-shadow:0 0 30px rgba(0,0,0,.3)
}
.btn_type_3 span {
 display:block!important;
 color:#fff!important;
 padding:0 40px 0 20px!important;
 height:46px!important;
 background:url(../images/whatsapp.svg) no-repeat 100% center!important;
 background-size:26px 26px!important;
 background-repeat:no-repeat!important
}
.btn_type_3:hover {
 -webkit-animation-name:glow;
 animation-name:glow;
 -webkit-animation-duration:.8s;
 animation-duration:.8s;
 -webkit-animation-iteration-count:infinite;
 animation-iteration-count:infinite;
 -webkit-animation-timing-function:linear;
 animation-timing-function:linear
}
.btnright li {
 right:15px!important
}




.wa_agent_btn {
 z-index:99999
}
.wa_agent_btn .online_agent_count {
 display:block;
 width:20px;
 height:20px;
 border-radius:50%;
 background:#007acc;
 position:absolute;
 right:0;
 top:0;
 font-size:11px;
 line-height:20px;
 margin:0;
 padding:0;
 text-align:center;
 color:#fff;

}
.wa_agent_btn .btn_type_2 .online_agent_count {
 left:-5px!important;
 top:-5px!important
}
.wa_agent_btn .btn_type_3 .online_agent_count {
 right:-5px!important;
 top:-5px!important
}
.wa_agent {
 position:fixed;
 display:block!important;
 width:350px!important;
 height:auto!important;
 z-index:9999999!important;
 bottom:90px!important;
 background:#fff!important;
 box-shadow:rgba(0,0,0,.3) 0 0 30px;
;
 box-sizing:content-box!important;
 border-radius:10px;
 font-size:14px
}
.wa_agent h1,
.wa_agent h2,
.wa_agent p,
.wa_agent span {

}
.wa_agent h1,
.wa_agent h2 {
 font-size:20px;
text-transform: capitalize;
 margin:0 0 5px!important
}
.wa_agent p,
.wa_agent span {
 font-size:14px;
 line-height:130%;
color: #fff;
}
.boxleft {
 left:15px
}
.boxright {
 right:15px
}
@media(max-width:360px) {
 .wa_agent {
  width:100%;
  bottom:0;
  max-width:100%;
  left:0;
  right:0
 }
}
.is_hide {
 display:none!important
}
.is_show {
 display:block!important
}
.close_chat,
.back_to_list {
 display:block;
 width:40px!important;
 height:40px;
 position:absolute;
 padding:10px 0 5px;
 box-sizing:border-box;
 top:10px;
 right:10px;
 cursor:pointer;
 text-align:center;
 border-radius:8px;
 background:url(../images/arrow-down.svg) no-repeat center;
 background-size:20px 20px!important
}
.close_chat:hover,
.back_to_list:hover {
 background-color:rgba(0,0,0,.15)
}
.close_chat img,
.back_to_list img {
 width:20px
}
.ccdark {
 top:-10px!important;
 background-color:rgba(0,0,0,.33)
}
.back_to_list {
 background:url(../images/arrow-left.svg) no-repeat center rgba(0,0,0,.33)
}
.wa_agent_header {
 background-size:cover;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 padding:20px;
 display:block;
 text-align:left
}
.wa_agent_header h1,
.wa_agent_header h2 {
 color:#fff;

}
.wa_agent_body .wa_agent_body_list {
 padding:0;
 margin:0
}
.wa_agent_body .wa_agent_body_list li {
 list-style:none;
 margin:0;
 padding:0;
 text-align:left
}
.wa_agent_body .wa_agent_body_list li.tab-link {
 display:block;
 border-bottom:1px solid #e0e0e0;
 clear:both;
 cursor:pointer;
 padding:15px
}
.wa_agent_body .wa_agent_body_list li.tab-link:last-child {
 border-bottom:none;
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px
}
.wa_agent_body .wa_agent_body_list li.tab-link:hover {
 background:#f0f0f0
}
.wa_agent_body .wa_agent_body_list li.tab-link .wavatar_list {
 display:block;
 background-size:cover;
 background-repeat:no-repeat;
 width:60px;
 height:60px;
 border-radius:50%;
float: left;border: 1px solid #eee;
margin-right: 10px;
background-size: 60px 60px;background-size: 30px 30px;
background-position: center;
}
.wa_agent_body .wa_agent_body_list li.tab-link span {
 display:block
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_role {
color: #121f53;
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_name {
 font-size:110%;
 color:#000
}
.wa_agent_body .wa_agent_body_list li.tab-link .wa_agent_status {
 font-size:14px;
 position:relative;
 text-transform:uppercase;padding-left: 15px;color: #2a4284;
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_online:before {
 content:'';
 display:block;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#0bd10c;left: 0;top: 0;
 position:absolute
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_offline {
 color:#999
}
.wa_agent_body .wa_agent_body_list li.tab-link .agent_is_offline:before {
 content:'';
 display:block;
 width:12px;
 height:12px;
 border-radius:50%;
 background:#ccc;
 position:absolute
}
.wa_agent_body .tab_content {
 display:none;
 padding:0
}
.wa_agent_body .tab_content .wa_agent_header_tab {
 display:block;
 background-size:cover;
 border-top-left-radius:10px;
 border-top-right-radius:10px;
 padding:20px;
 display:block
}
.wa_agent_body .tab_content .wa_agent_header_tab h1,
.wa_agent_body .tab_content .wa_agent_header_tab h2 {
 color:#fff
}
.wa_agent_body .tab_content .wa_agent_body_tab {
 background:url(../images/lifts.png) #ddd;
 background-size:50%;
 mix-blend-mode:multiply;
 padding:0 0 20px
}
.wa_agent_body .tab_content .wa_agent_body_tab .wavatar {
 width:40px;
 height:40px;
 border-radius:50%;
float: left;
margin: 15px 0 15px 15px;
 display:block;
 background-size:cover;
 background-repeat:no-repeat;
 border-radius:50%
}
.wa_agent_body .tab_content .wa_agent_body_tab .talk-bubble {
 margin:20px 20px 0 10px;
 display:inline-block;
 position:relative;
 width:230px;
 height:auto;
 background-color:#ffffe0;
 border-radius:5px;
 box-shadow:1px 1px 0 rgba(0,0,0,.1)
}
.wa_agent_body .tab_content .wa_agent_body_tab .tri-right.border.left-top:before {
 content:' ';
 position:absolute;
 width:0;
 height:0;
 left:-30px;
 right:auto;
 top:-8px;
 bottom:auto;
 border:22px solid;
 border-color:#666 transparent transparent transparent
}
.wa_agent_body .tab_content .wa_agent_body_tab .tri-right.left-top:after {
 content:' ';
 position:absolute;
 width:0;
 height:0;
left: -10px;
right: auto;
 top:0;
 bottom:auto;
 border:12px solid;
 border-color:#ffffe0 transparent transparent transparent
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext {
 padding:10px;
 text-align:left
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext .wa_agent_name {
 display:block;
 font-size:85%;
 line-height:normal;
 margin:0 0 5px;

 color:#333
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext .wa_msg_time {
 display:block;
 position:absolute;
 right:8px;
 bottom:5px;
 font-size:85%;
 color:#999
}
.wa_agent_body .tab_content .wa_agent_body_tab .talktext p {
 -webkit-margin-before:0;
 -webkit-margin-after:0;
 color:#333;
 display:block;
 margin:0 0 15px
}
.wa_agent_body .tab_content .is_offline {
 border-bottom-left-radius:10px;
 border-bottom-right-radius:10px
}
.wa_agent_body .tab_content .wa_agent_msg_input {
 display:block;
 margin:0;
 position:relative
}
.wa_agent_body .tab_content .wa_agent_msg_input form {
 margin:0!important
}
.wa_agent_body .tab_content .wa_agent_msg_input input {
 display:block;
 width:calc(100% - 40px);
 box-sizing:border-box;
 margin:0!important;
 height:50px;
 padding:15px!important;
 outline:none!important;
 border:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important;
 word-break:break-word!important;
 background:0 0!important;
 font-size:13px;
 -webkit-appearance:none;
 -moz-appearance:none
}
.wa_agent_body .tab_content .wa_agent_msg_input input:focus {
 color:#333
}
.wa_agent_body .tab_content .wa_agent_msg_input .send_msg {
 padding:0!important;
 margin:0!important;
 border:none!important;
 display:block!important;
 width:40px!important;
 height:40px!important;
 position:absolute!important;
 box-sizing:border-box!important;
 top:5px!important;
 right:10px!important;
 background:url(../images/paper-plane.svg) no-repeat center!important;
 background-size:20px 20px!important;
 opacity:.5;
 outline:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important
}
.wa_agent_body .tab_content .wa_agent_msg_input .send_msg:hover {
 opacity:1
}
.wa_agent_body .tab_content.current {
 display:inherit
}
.offline-contact-form {
 display:block;
 padding:20px
}
.offline-contact-form form {
 display:block;
 width:100%;
 margin:0
}
.offline-contact-form form input,
.offline-contact-form form textarea {
 display:block!important;
 width:100%;
 border:2px solid rgba(0,0,0,.2);
 box-sizing:border-box;
 padding:15px 10px!important;
 outline:none!important;
 -webkit-box-shadow:none!important;
 -moz-box-shadow:none!important;
 box-shadow:none!important;
 border-radius:4px;
 font-size:13px;
 margin-bottom:10px;
 -webkit-appearance:none;
 -moz-appearance:none
}
.offline-contact-form form input:focus,
.offline-contact-form form textarea:focus {
 border-color:rgba(0,0,0,.5);
 color:#333
}
.offline-contact-form form input[type=text] {
 height:20px
}
.offline-contact-form form textarea {
 height:90px;
 padding:10px!important
}
.offline-contact-form form .field_email {
 width:calc(50% - 5px)!important;
 float:left
}
.offline-contact-form form .field_phone_number {
 width:calc(50% - 5px)!important;
 float:right
}
.offline-contact-form form .btn-submit {
 -webkit-appearance:button;
 background:#007acc!important;
 border:none!important;
 border-radius:4px;
 box-shadow:none!important;
 box-sizing:border-box;
 color:#fff;
 cursor:pointer;
 display:block;

 font-size:16px;

 line-height:18px;
 margin:0;
 outline:none;
 padding:15px 10px;
 text-align:center;
 text-shadow:rgba(0,0,0,.25) 0 -1px 0;
 vertical-align:middle;
 width:100%;
 letter-spacing:0;
 -webkit-transition:ease-in 1s;
 transition:ease-in 1s;
 text-transform:capitalize
}
.offline-contact-form form .btn-submit:hover {
 background:#062f4a!important
}
.waiting_box {
 padding:20px;
 display:block
}
.waiting_box span {
 display:block;
 margin-top:20px;
 font-size:85%;
 color:#999
}
.wa_alert {
 border-radius:0!important;
 display:block;
 padding:20px;
 margin:0;
 background:#c00;
 color:#fff
}
.wavatar_img {
 width:50px!important;
 height:50px!important;
 border-radius:50%;
 margin:0 0 10px -10px;
 border:2px solid rgba(255,255,255,.5)
}
.wavatar_img:first-child {
 margin-left:0
}







.n-all {
display:none;
font-size: 13px;
}



.module_round_box_outer {
position: fixed;
z-index: 999999;
}



.as-txt {

width: 100%;
padding: 8px 15px;
display: block;
color: #b1b1b1;}




.toe-sect {
position: relative;
background: url(../images/bg1.jpg);
background-size: cover;
z-index:1;padding: 90px 0 50px;
}

.toe-sect:before {
content: "";
position: absolute;
left: 0;
bottom: 0;
height: 100%;
width: 100%;
background-color: #0000008c;
z-index:0;
}




.contact-1 {

position: relative;}



.contact-1 .left-bottom,
.contact-1 .right-bottom {
opacity: 0.5;
}

.sw-al {
display: none;
align-items: center;

width: 100%;

justify-content: center;

margin-top: 60px;

gap: 8px;
}


.main-navigation .copyright-txt,
.sie-logo {
display: none;
}







.main-header .outer-box .nav-btn{
	position:relative;
	float:left;
	cursor:pointer;
	line-height:1em;
	font-size: 25px;
	color: #fff;

	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;

width: 45px;

height: 45px;

text-align: center;

border-radius: 50%;


line-height: 45px;
}

/*
.main-header .outer-box .nav-btn:hover,
.main-header .outer-box .search-box-btn:hover{
	color:#121f53;
}
*/





/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.sidebar-info-contents{
	position:relative;
}

.sidebar-info-contents .content-inner{
	position:relative;
}

.sidebar-info-contents .content-inner .logo {
	padding-bottom:20px;
}

.sidebar-info-contents .content-inner .logo img{
	display:inline-block;
	max-width:100px;
margin: 0 auto;
display: block;	
}

.sidebar-info-contents .content-inner .content-box{
	position:relative;
}

.sidebar-info-contents .content-inner h5{
	color:#000;
	margin-bottom:15px;
}

.sidebar-info-contents .content-inner .content-box .text{
	color:#333;
	margin-bottom:15px;
}
.sidebar-info-contents .content-inner .content-box .text p{
	color:#333;
}
.sidebar-info-contents .content-inner .contact-info{
	position:relative;
	margin-top:20px;
}

.sidebar-info-contents .content-inner .social-box{
	position:relative;
margin-top: 40px;
margin-bottom: 0;
text-align: center;
}

.sidebar-info-contents .content-inner .social-box li{
	position:relative;
	display:inline-block;
	margin-right:5px;
	transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.sidebar-info-contents .content-inner .social-box li a{
	position:relative;
	width:36px;
	height:36px;
	color:#fff;
	z-index:1;
	font-size:14px;
	line-height:36px;
	text-align:center;
	border-radius:50%;
	display:inline-block;
	background-color:#ffffff1a;
	-webkit-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	transition:all 500ms ease;
}

.sidebar-info-contents .content-inner .social-box li a:hover{
	color:#fff;
	background-color:#121f53;
}

.close-side-widget,
.close-side-widget:hover{
	color:#fff !important;
	font-size:24px;
}



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

.custom-nav .owl-nav{
	position:absolute;
	left:0;
	top:-50px;
	z-index:1;
}


.custom-nav .owl-nav > div {
font-family: "Flaticon";
font-size: 18px;
width: 40px;
height: 40px;
align-items: center;
text-align: center;
line-height: 38px;
border: 1px solid #ababab;
color: #ababab;
border-radius: 46% 54% 50% 50%/35% 61% 39% 65%;
}

.custom-nav .owl-nav .owl-prev{
	position:absolute;
	left:0;
}

.custom-nav .owl-nav .owl-next{
	position:absolute;
	left:44px;
}










/** clients-section **/

.clients-section{
  position: relative;
padding: 50px 0px 70px;background: #f9f9f9;
}

.clients-section .clients-logo-box img{
  display: block;
  max-width: 100%;
  width: auto;
  margin: 0 auto;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
height: 110px;
width: auto;
}

.clients-section .clients-logo-box img:hover{
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
}

.clients-section .clients-logo-box{
  position: relative;
  display: block;
background: #fff;
display: grid;
align-items: center;
height: 135px;
}


.clients-section .owl-theme .owl-dots .owl-dot span{
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #d9d9e1;
  border-radius: 50%;
  margin: 0px 7px;
  cursor: pointer;
  transition: all 500ms ease;
}

.clients-section .owl-theme .owl-dots .owl-dot.active span,
.clients-section .owl-theme .owl-dots .owl-dot span:hover{

}




.downloadfile {
	color: #044a96;
	font-size: 100%;
	font-weight: lighter;
	text-align: center;
	width: 200px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 5px;
	background: #E9E9E9;
	margin-right: 0px;
line-height: 25px;
margin-top: 15px;
}
.downloadfile:hover {
	background: #044a96;
	color: #fff;
	transition: all 0.9s ease 0s;
}



.comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.comments-area h2 {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 15px;
}
.comments-area ol.comment-list {
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 25px;
    margin-bottom: 30px;
}
.comment-list li {
    position: relative;
    margin-top: 30px;
}
.comment-list .children {
    margin-left: 35px;
}
.comment-list,
.comment-list .children {
    list-style-type: none;
    padding: 0;
}
.single-post .comments-area {
    margin-top: 50px;
    margin-bottom: 0;
}
.single-post .comments-area .comments-title {
    font-size: 33px;
    font-weight: 600;
}
.comment-body {
    margin-left: 105px;
    margin-top: 35px;
    margin-bottom: 30px;
    padding: 22px 20px;
    position: relative;
    background-color: #f0f4f9;
    border: 1px solid #f0f4f9;
}
.comment-author {
    float: left;
    text-align: center;
    width: 87px;
    height: 87px;
    display: block;
    margin-right: 25px;
    overflow: hidden;
    margin-left: -125px;
    margin-top: -20px;
}
.comment-author img {
    max-width: 100%;
    height: auto;
}
.comment-reply-title {
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 33px;
    margin-bottom: 20px;
}
.comment-meta {
    font-size: 14px;
    padding: 0;
    position: relative;
}
.comment-meta,
.comment-meta a {
    color: #6e6e6e;
    font-size: 13px;
}
.comment-meta .ttm-comment-owner h5,
.ttm-comment-owner {
    display: block;
    font-size: 18px;
    line-height: 18px;
    font-weight: 600;
    color: #182333;
    font-style: normal;
}
.single article.post .comment-body p {
    margin-top: 10px;
}
.comment-list a.comment-reply-link {
    border: none;
    color: #fff;
    font-size: 13px;
    padding: 2px 30px 3px 17px;
    position: relative;
    margin-top: 5px;
    display: inline-block;
}
.comment-list a.comment-reply-link:after {
    position: absolute;
    top: 6px;
    font-family: themify;
    content: "\e649";
    font-weight: 400;
    display: inline-block;
    margin-right: 0.2em;
    text-align: center;
    opacity: 1;
    line-height: 22px;
    font-size: 10px;
    margin-left: 8px;
}
.comments-area .comment-respond {
    padding-top: 10px;
}
#respond .comment-reply-title {
    margin: 0 0 20px !important;
}
.comment-form {
    margin-bottom: 20px;
}
.comment-form .comment-notes {
    margin-bottom: 25px;
    font-style: italic;
}
.comment-form p:not(.comment-notes) {
    margin-bottom: 20px;
}
.comment-form textarea {
    height: 125px;
}
.comment-form input[type="email"],
.comment-form input[type="text"],
.comment-form input[type="url"],
.comment-form textarea {
    background-color: transparent;
    border: 1px solid #efefef;
    border-radius: 0;
}
.ttm-quote-form label {
width: 100%;
margin-bottom: 15px;
}


.ttm-quote-form input[type="text"], .ttm-quote-form select, .ttm-quote-form textarea {
    border: 1px solid #f0f4f9;
    background-color: #f0f4f9;
    width: 100%;
    font-size: 13px;
    padding: 15px;
    color: #000;
    font-size: 18px;
}



.ttm-quote-form input[type="submit"] {

    padding: 10px 40px;
    margin-top: 5px;
    width: 100%;
    background-color: #031d54;
    color: #fff;
    max-width: 200px;
    margin: auto;
        margin-bottom: auto;
    text-align: center;
    margin-bottom: 21px;
    font-size: 18px;
    padding: 17px;

}

#site-header-menu #site-navigation .menu ul li a span, #site-navigation .menu ul.dropdown > li > a::before, #totop.top-visible, .accordion .toggle.toggle-title.ttm-style-classic.active .toggle-title, .accordion .ttm-style-classic.ttm-toggle-title-border.active .toggle-title, .color-trigger, .comment-list a.comment-reply-link, .coupon button:hover, .featured-icon-box.style10 .ttm-icon::before, .featured-icon-box.style13:hover .footer-bottom::before, .featured-imagebox-portfolio.ttm-box-view-top-image .featured-iconbox.ttm-media-link a, .featured-imagebox-portfolio.ttm-box-view-top-image:hover .ttm-box-bottom-content, .featured-imagebox-team.style2:hover .ttm-team-box-view-overlay, .featured-imagebox.ttm-box-view-left-image .featured-content .category > a:hover, .mailchimp-inputbox button[type="submit"], .nav-style1.owl-theme .owl-dots .owl-dot.active span, .newsletter-form input[type="submit"], .place-order button:hover, .section-title .title-header::after, .section-title.border-bottom-left .title-header::after, .section-title.title-style-center_text .title-header::after, .sidebar .widget .tagcloud a:hover, .sidebar .widget-Categories li span, .sidebar .widget_product_categories li span, .simple-text-box, .single .ttm-team-member-view-default .ttm-social-links-wrapper ul li a:hover, .skin-flat-button, .social-icons.circle li > a:hover, .testimonials .testimonial-content blockquote::after, .title-box .page-title-heading .title::before, .top-contact.ttm-highlight-left::after, .top-contact.ttm-highlight-right::after, .tp-caption.skin-flat-button, .tp-caption.skin-flatborder-button:hover, .tp-shapewrapper, .tribe-events-back a, .tribe-events-cal-links a, .tribe-events-nav-next a, .ttm-bg-highlight-skin, .ttm-bgcolor-darkgrey .section-title .title-header::after, .ttm-bgcolor-grey .ttm-pagination .page-numbers.current, .ttm-bgcolor-grey .ttm-pagination .page-numbers:hover, .ttm-bgcolor-skincolor, .ttm-bgcolor-skincolor > .ttm-bg-layer, .ttm-box-post-date, .ttm-box-view-left-image .featured-content .category > a:hover, .ttm-btn-bgcolor-black:hover, .ttm-btn-bgcolor-skincolor, .ttm-btn-play::after, .ttm-btn-play::before, .ttm-btn.ttm-btn-color-skincolor.ttm-btn-style-border:hover, .ttm-cart-form button:hover, .ttm-header-icons .ttm-header-cart-link span.number-cart, .ttm-header-icons .ttm-header-search-link a:hover, .ttm-header-style-infostack #site-header-menu #site-navigation .menu > ul > li > a::before, .ttm-icon_element-background-color-skincolor, .ttm-nextprev-bottom-nav .nav-next a, .ttm-nextprev-bottom-nav .nav-previous a, .ttm-pagination .page-numbers.current, .ttm-pagination .page-numbers:hover, .ttm-portfolio-box-view-overlay .featured-content h2.featured-title::after, .ttm-processbox-wrapper .ttm-processbox:hover .process-num, .ttm-processbox-wrapper.style1::after, .ttm-processbox-wrapper.style1::before, .ttm-processbox.style1 .process-num, .ttm-processbox.style1:hover .featured-icon .ttm-icon::before, .ttm-progress-bar .progress .progress-bar.progress-bar-color-bar_skincolor, .ttm-quote-form input[type="submit"], .ttm-search-overlay .ttm-site-searchform button, .ttm-tabs ul.tabs li.active a, .ttm-tabs.tabs-for-single-products ul.tabs li:hover a, .ttm-tabs.ttm-tab-style-classic ul.tabs li.active::after, .ttm-tabs.ttm-tab-style-horizontal ul.tabs li.active a, .ttm-video-btn .ttm-btn-play, .ttm-video-btn .ttm-video-btn-play, .ttm-video-btn .ttm-video-btn-play::after, .ttm-video-btn .ttm-video-btn-play::before, .ttm-video-play-btn, .widget .widget-title::after, .widget.widget-nav-menu ul li a::after, a.checkout-button:hover {
    background-color: #091333;
}



.widget .ft-content {

  padding: 15px 15px 15px 80px;
  position: relative; }
  .widget .ft-content i {
    background: #121f53;
    height: 50px;
    width: 50px;
    color: #fff;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    border-radius: 50px;
    position: absolute;
    left: 15px; }
    .widget .ft-content i:after {
      content: "";
      position: absolute;
      right: -9px;
      top: 50%;
      transform: rotate(45deg) translateX(-50%);
      height: 15px;
      width: 15px;
      background: #121f53; }
  .widget .ft-content span {
    font-size: 14px;
    display: block;
    margin-bottom: 5px; color: #fff;}
  .widget .ft-content h3, .widget .ft-content .h3 {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    line-height: 24px; margin-top: 0;}


.logo-sa img {
width: 200px;
}


/*
.industry-blog-row . {
padding: 30px 0;
}
*/


.industry-blog-row .owl-stage-outer {
    padding-bottom: 20px;
}

p.industry-blog-title a {
font-size: 16px;color: #444;
}

p.industry-blog-title {
height: 90px;
overflow: hidden;
}




/*=======================================================================
[11] Brand Area Style
=========================================================================*/



.brand-wrap-layout2 {
padding: 30px 0;
background: #f6f6f6;
}


.brand-box-layout1 {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout1 {
    padding: 9rem 0 10rem 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }
}
.brand-box-layout1 .item-title {
  margin-bottom: 0;
  color: #ffffff;
  text-transform: capitalize;
  font-weight: 400;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout1 .item-title {
    margin-bottom: 50px;
  }
}
.brand-box-layout2 {
  position: relative;
}
.brand-box-layout2 img {
  margin: 0 auto;
}
.brand-box-layout2 ul {
  position: absolute;
  top: 50%;
  left: 0;
  right: 15px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  text-align: right;
}
@media only screen and (max-width: 991px) {
  .brand-box-layout2 ul {
    text-align: center;
    position: inherit;
    top: 0;
  }
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul {
    top: 35%;
  }
}
.brand-box-layout2 ul li {
  display: inline-block;
  margin-right: 10px;
}
@media only screen and (max-width: 575px) {
  .brand-box-layout2 ul li {
    display: block;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .brand-box-layout2 ul li:last-child {
    margin-bottom: 0;
  }
}
.brand-box-layout2 ul li:last-child {
  margin-right: 0;
}
.brand-box-layout3 {
cursor: all-scroll;
align-items: center;
display: grid;
padding: 3px;
height: 120px;
background: #fff;

}


.brand-box-layout3:hover {
border-color: #333;
}


.brand-box-layout3 img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;

margin: 0 auto;

width: auto !important;

max-height: 100px;padding: 0 14px;

}
.brand-box-layout3:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}







/*================================================
Appointment Area CSS
=================================================*/
.appointment-area {

  background: #e2e2e2;
  position: relative;
  z-index: 1;
}


.appointment-area.bg-black::after {
  display: none;
}

.appointment-area.bg-black .appointment-form-wrap {
  margin-top: 0;
  position: relative;
  top: -90px;
}

.appointment-form-wrap {
padding: 30px 0 10px;
  text-align: center;
}

.appointment-form-wrap.with-border {
  border: 1px solid #e1e1e1;
  border-radius: 5px;
  margin-top: 0;
}

.appointment-form-wrap.with-border .appointment-form .default-btn::before {
  width: 1550px;
  height: 1550px;
}

.appointment-form-wrap .content {
  margin-bottom: 35px;
}

.appointment-form-wrap .content h3 {
  font-size: 30px;
  margin-bottom: 0;color: #fff;
}

.appointment-form-wrap .appointment-form .form-group {
  margin-bottom: 18px;
}

.appointment-form-wrap .appointment-form .form-group .form-control {
  height: unset;
  display: inline-block;
  padding: 14px 18px;
  width: 100%;
border: none;
  background: #fff;
  border-radius: 0;
  color: #6c7177;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;resize: none;
}

.appointment-form-wrap .appointment-form .form-group .form-control::-webkit-input-placeholder {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #6c7177;
}

.appointment-form-wrap .appointment-form .form-group .form-control:-ms-input-placeholder {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #6c7177;
}

.appointment-form-wrap .appointment-form .form-group .form-control::-ms-input-placeholder {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #6c7177;
}

.appointment-form-wrap .appointment-form .form-group .form-control::placeholder {
  -webkit-transition: all ease-in-out 0.4s;
  transition: all ease-in-out 0.4s;
  color: #6c7177;
}

.appointment-form-wrap .appointment-form .form-group .form-control:focus::-webkit-input-placeholder {
  color: transparent;
}

.appointment-form-wrap .appointment-form .form-group .form-control:focus:-ms-input-placeholder {
  color: transparent;
}

.appointment-form-wrap .appointment-form .form-group .form-control:focus::-ms-input-placeholder {
  color: transparent;
}

.appointment-form-wrap .appointment-form .form-group .form-control:focus::placeholder {
  color: transparent;
}

.appointment-form-wrap .appointment-form .form-group textarea.form-control {
  height: 100px !important;
  display: inherit;
}

.appointment-form-wrap .appointment-form .form-group .selectize-input {
  display: block;
  padding: 14px 18px 14px 18px;
  width: 100%;
  border: 1px solid #ffffff1a;
  background: #ffffff1a;
  border-radius: 0;
  color: #6c7177;
  font-size: 16px;
  font-weight: 400;
  overflow: inherit;
  text-align: start;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.appointment-form-wrap .appointment-form .form-group .selectize-input:after {
  content: "\ea4e";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
  margin-top: 0;
  font-size: 20px;
  width: unset;
  height: unset;
  border-style: unset;
  border-width: unset;
  color: #6c7177;
  font-family: "remixicon";
}

.appointment-form-wrap .appointment-form .form-group .selectize-input > * {
  line-height: 1.5;
  text-align: start;
}

.appointment-form-wrap .appointment-form .form-group .selectize-input input {
  font-size: 16px;
  line-height: 1.5;
  text-align: start;
}

.appointment-form-wrap .appointment-form .form-group .selectize-dropdown {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  -webkit-box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
          box-shadow: 0 0 1.25rem rgba(108, 118, 134, 0.1);
  border-radius: 0;
  text-align: start;
}

.appointment-form-wrap .appointment-form .form-group .selectize-dropdown [data-selectable] {
  font-size: 15px;
  border-radius: 0;
  padding: 12px 20px;
  border-radius: 0;
  text-align: start;
}

.appointment-form-wrap .appointment-form .default-btn {
  border: none;
  width: 100%;
  padding: 15px;cursor: pointer;
}

.appointment-form-wrap .appointment-form .default-btn::before {
  width: 950px;
  height: 950px;
}


.text-white > * {
color:#fff;
}



.form-head h6,
.form-head h6 span,
.form-head .title {
color:#000;
}

.form-head h6 span {
color:#333;
}

.sp5 [class*="col"] {
    padding-left: 5px;
    padding-right: 5px;
}

.appointment-form-wrap .default-btn {
color: #fff;

background-color: #121f53;

border-color: #ffdf50;

}

.selectize-filter {
width: 100%;
height: 54px;
background: #fff;
padding-left: 15px;
color: #717171;
color: #6c7177;
font-size: 16px;
}

.footer-style-three p {
font-size:15px;
}

.footer-style-three p {
color: #fff;
}


.sidebar-info-contents small {

    text-align: center;
    padding-top:20px;
    display: block;color: #333;
font-size: 13px;

}



.form-head a {
color: #333;
font-size: 20px;
letter-spacing: 1px;
margin-left: 8px;
}





/****************** New animation for contacts fixed icons *************/


.all-ioc {
position: fixed;
z-index: 9;
left: -7px;
bottom: -20px;
width: 60px;
height: 60px;
display: block;
}

.show-icons {
position: absolute;
bottom: 45px;
left: 30px;
width: 60px;
height: 60px;
color: #ffffff;
font-size: 33px;
text-transform: uppercase;
line-height: 60px;
text-align: center;
z-index: 999;
cursor: pointer;
border-radius: 3px;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;/*
background: -webkit-linear-gradient(#0e2f35, #063f4a, #0e2f35);*/
background: #491f00;



	
}


.show-icons .ico-img {
display: block;
width: 100% !important;
height: 100% !important;
z-index: 6;
background-size: 80%;
background-image: url("../images/button.png");
background-repeat: no-repeat;
background-position: 50%;
background-color: #491f00;
border-radius: 50%;
}

.show-icons:hover {
	color:#0e2f35;
background: -webkit-linear-gradient(#fbfbfb, #fff);

}


.sonar-wave {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #aaa;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}


.sonar-wave {
  animation: amo-button-wave infinite 2.6s 0s linear;

}


@keyframes amo-button-wave {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}








.sonar-wave2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 9999px;
  background-color: #fff;
  opacity: 0;
  z-index: -1;
  pointer-events: none;
}



.sonar-wave2 {
  animation: amo-button-wave2 infinite 2.6s 0s linear;
}




.sonar-wave2 {
animation-delay: 0.8s;
}




@keyframes amo-button-wave2 {
  0% {
      transform: scale(1, 1);
      opacity: 0.45
  }
  40% {
      opacity: 0.45
  }
  100% {
      transform: scale(1.35, 1.35);
      opacity: 0
  }
}





.whats-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #4dc247;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.whats-icon a { 
color: #fff;
}


.whats-icon:hover a {
	color:#4dc247;

}


.whats-icon:hover{
	color:#4dc247;
	background:#333;
}






.phone-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #123377;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.phone-icon a { 
color: #fff;
}


.phone-icon:hover a {
	color:#006AFF;

}


.phone-icon:hover{
	color:#006AFF;
	background:#fff;
}
















.messenger-icon{
position: absolute;
bottom: 50px;
left: 34px;
width: 50px;
height: 50px;
color: #ffffff;
font-size: 29px;
text-transform: uppercase;
line-height: 50px;
text-align: center;
z-index: 99;
cursor: pointer;
border-radius: 3px;
background: #006AFF;
-webkit-transition: all 300ms ease-in-out;
-ms-transition: all 300ms ease-in-out;
-o-transition: all 300ms ease-in-out;
-moz-transition: all 300ms ease-in-out;
transition: all 300ms ease-in-out;
border-radius: 50%;opacity: 0;	
}


.messenger-icon a { 
color: #fff;
}


.messenger-icon:hover a {
	color:#006AFF;

}


.messenger-icon:hover{
	color:#006AFF;
	background:#999;
}



.all-ioc.active .phone-icon {
left: 210px;opacity: 1;
}


.all-ioc.active .whats-icon {
left: 100px;opacity: 1;
}

.all-ioc.active .messenger-icon {
left: 155px;opacity: 1;
}




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



.hot-call {
padding-left:58px;
}

.hot-call i {
font-size: 24px;

color: #ffffff;

background: linear-gradient(to left, #121f53 0%, #121f53 100%);

width: 46px;

height: 46px;
line-height: 45px;

text-align: center;

margin-right: 5px;

border-radius: 50px 0 50px 50px;

display: inline-block;

position: absolute;

left: 0;
}


.ptext {
margin: 0;

line-height: 24px;

font-size: 17px;

text-transform: capitalize;
}

.hot-call .itext {
font-size: 20px;

color: #111;

line-height: 25px;
}

.hot-call > span {
display: block;text-align: left;
}


.copy {
text-align: center;
width: 90%;
margin: 0 auto;
display: block;
}



.mobile-menu .social-links{
	position:relative;
	text-align:center;
	padding:30px 25px;
}

.mobile-menu .social-links li{
	position:relative;
	display:inline-block;
	margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
	position:relative;
	line-height:32px;
	font-size:16px;
	color:#111;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;	
}

.lang-box {
padding: 8px 20px;
border-bottom: 1px solid rgba(0,0,0,0.10);
}
.lang-box img {
margin-right:10px;width: 22px;
}


.img-der {
margin-top: 40px;
margin-bottom: 50px;
margin-left: 40px;
position: relative;
overflow: hidden;
}

.img-der:before {
    position: absolute;
    top: 0;
    left: -80%;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    -ms-transform: skewX(-25deg);
    transform: skewX(-25deg);
}


.image-column:hover .img-der:before{
  -webkit-animation: shine 1s;
  animation: shine 1s;
}



@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.image-column:after {
content: "";
position: absolute;
top: -40px;
left: -10px;
width: 90%;
height: auto;
background-color: transparent;
border: 20px solid #eff3f6;
z-index: -1;
bottom: -40px;
}


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









/*** 

====================================================================
		Banner Section
====================================================================

***/

.banner-section{
	position: relative;
}

.banner-carousel{
	position: relative;
}

.banner-carousel .slide-item{
	position: relative;
	display: block;
	overflow:hidden;
height: calc(100vh - 130px);
height: 550px;
display: grid;
align-items: center;text-align: left;
background-size: 100% 100% !important;
}


.banner-carousel .slide-item img {
width: 100%;
}
 
.banner-carousel .slide-item .curved-layer{
	position:absolute;
	right:0;
	top:0;
	width:45%;
	height:100%;	
}

.banner-carousel .slide-item .curved-layer:before{
	content:'';
	position:absolute;
	left:0;
	top:-80%;
	width:150%;
	height:200%;
	opacity:0.85;
	-webkit-transform-origin:right ;
	-ms-transform-origin:right;
	transform-origin:right;
	-webkit-transform:rotate(20deg) scaleX(0);	
	-ms-transform:rotate(20deg) scaleX(0);
	transform:rotate(20deg) scaleX(0);	
}

.banner-carousel .active .slide-item .curved-layer:before{
	-webkit-transform:rotate(20deg) scaleX(1);	
	-ms-transform:rotate(20deg) scaleX(1);
	transform:rotate(20deg) scaleX(1);	
	-webkit-transition: all 700ms linear;
	-moz-transition: all 700ms linear;
	-ms-transition: all 700ms linear;
	-o-transition: all 700ms linear;
	transition: all 700ms linear;
}
/*
.banner-carousel .slide-item .image-layer{
	position:absolute;
	right:0;
	top:0;
	width:100%;
	height:100%;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100% 100%;
	-webkit-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}



.banner-carousel .active .slide-item .image-layer{
	-webkit-transform:scale(1.15);
	-ms-transform:scale(1.15);
	transform:scale(1.15);
	-webkit-transition: all 7000ms linear;
	-moz-transition: all 7000ms linear;
	-ms-transition: all 7000ms linear;
	-o-transition: all 7000ms linear;
	transition: all 7000ms linear;
}
*/


.banner-carousel .slide-item:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 100%;
	width: 100%;
background: #0006;
	content: "";
	z-index:1;
background: linear-gradient(to right , #0003 , #000c);
background: linear-gradient(to left , #0307116e , #000c);
background: linear-gradient(to left , #030711c2 , #000c);
background-image: linear-gradient(0deg, #0f0d1d 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);


}

.banner-carousel .content-box{
	position: relative;
	text-align: left;
	z-index:5;
}

.style-three .banner-carousel .content-box{
	text-align:right;
	max-width:1000px;
	margin:0 0;	
}

.banner-carousel .content-box h2{
	display: block;
	font-size: 22px;
	line-height: 1.15em;
	color: #ffffff;
	opacity: 0;
	margin-bottom: 20px;
	-webkit-transform: translateY(-100px);
	-moz-transform: translateY(-100px);
	-ms-transform: translateY(-100px);
	-o-transform: translateY(-100px);
	transform: translateY(-100px);
	text-transform:capitalize;
position: relative;
padding-left: 60px;

}


.banner-carousel .content-box h2:after {
    width: 40px;
    height: 1px;
    content: "";
    position: absolute;
    left: 0;
    top: 50%;background: #121f53;

}


.banner-carousel .active .content-box h2{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 300ms;
	-moz-transition-delay: 300ms;
	-ms-transition-delay: 300ms;
	-o-transition-delay: 300ms;
	transition-delay: 300ms;

}

.banner-carousel .content-box .text{
	display: block;
	color: #121f53;
	font-weight: 800;
	opacity: 0;
	max-width: 670px;
	margin: 0;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
font-size: 44px;
line-height: 45px;
width:50%;	
text-transform:capitalize;
margin-bottom: 15px;
}


.banner-carousel .content-box .text2 {
	display: block;
	color: #ffffff;
	font-weight: 800;
	opacity: 0;
	max-width: 670px;
	margin-bottom: 45px;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
font-size: 34px;
line-height: 45px;
margin-bottom: 35px;width:50%;	text-transform:capitalize;
}




/*
.banner-carousel .content-box .text span {
display: block;
}*/


.style-three .banner-carousel .content-box .text{
	text-align:right;
	max-width:600px;
	margin:0 0 40px;	
}


.banner-carousel .active .content-box .text2,
.banner-carousel .active .content-box .text{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 700ms;
	-moz-transition-delay: 700ms;
	-ms-transition-delay: 700ms;
	-o-transition-delay: 700ms;
	transition-delay: 700ms;
}

.banner-carousel .content-box .btn-box{
	position: relative;
	opacity: 0;
	z-index: 5;
	-webkit-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-o-transform: translateY(80px);
	transform: translateY(80px);
}

.banner-carousel .active .content-box .btn-box{
	opacity: 1;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	transition: all 700ms ease;
	-webkit-transition-delay: 1400ms;
	-moz-transition-delay: 1400ms;
	-ms-transition-delay: 1400ms;
	-o-transition-delay: 1400ms;
	transition-delay: 1400ms;
}

.banner-carousel .content-box .btn-box .theme-btn .btn-title{
	padding-right:52px;
	padding-left:52px;	
}

.banner-section .owl-nav{
	position: absolute;
	top: 50%;
    transform: translatey(-50%);
	margin: 0 auto;
	transition: all 300ms ease;
width:100%;
margin-top:-80px;
}

.banner-section:hover .owl-nav {
opacity:1;
}

.banner-section .owl-nav > div{
position: absolute;
left:0;
border:none;
text-align: center;
color: #fff;
opacity: 1;

-webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;

border-radius: 0;
background: #0009;
width: 45px;
height: 65px;
line-height: 65px;
font-size: 22px;


}

.banner-section .owl-nav > div.owl-next {
left: auto;
right: 0;
}


.banner-section .owl-nav .owl-prev:hover, 
.banner-section .owl-nav .owl-next:hover{
	opacity: 1;
}/*

.banner-section .owl-dots{
	position: absolute;
	right: 0;
	margin: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

.banner-section .owl-dots .owl-dot{
	position: relative;
	display: inline-block;
	width: 12px;
	height: 12px;
	margin: 0px 4px;
}

.banner-section .owl-dots .owl-dot span{
	position: relative;
	display: block;
	width: 12px;
	height: 12px;
	background: #ffffff;
	border-radius: 50%;
}
*/


.owl-carousel .btn-custom:hover {

}


.btn-custom.btn-icon {
    position: relative;
}

.btn-custom.btn-icon .fa {
    position: absolute;
    top: 9px;
    left: 30px;
    width: 32px;
    height: 32px;
    font-size: 16px;
    line-height: 29px;
    text-align: center;
    border: 2px solid #FFF;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}




.video-relative {
    position: relative;
    display: inline-block;
}

.video-btn i {
    color: #fff;
    font-size: 23px;
    line-height: 50px;
    margin-left: 4px;
}


.slide-item .video-btn {
    height: 47px;
    width: 47px;
    text-align: center;
    background: transparent;
    position: absolute;
    top: 1px;
    left: 65px;
    text-align: center;
    margin: -30px 0 0 -30px;
    z-index: 1
}

.orangebg {
    border: 3px solid #fff;
}

/*
.video-btn .ripple {
    position: absolute;
    width: 110px;
    height: 110px;
    z-index: -1;
    left: 50%;
    top: 50%;
    opacity: 0;
    margin: -55px 0 0 -55px;
    border-radius: 100%;
    -webkit-animation: ripple 2.8s infinite;
    animation: ripple 2.8s infinite
}

@-webkit-keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes ripple {
    0% {
        opacity: 1;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.video-btn .ripple:nth-child(2) {
    animation-delay: .4s;
    -webkit-animation-delay: .4s
}

.video-btn .ripple:nth-child(3) {
    animation-delay: .7s;
    -webkit-animation-delay: .7s
}

*/
.btn-custom {
padding: 10px 25px;
border-radius: 25px;
}


/*
.underline-large::after {

    content: "";
    position: absolute;
    width: 100%;
    height: 10px;
    bottom: 9px;
    left: 0;
    display: block;
    z-index: -1;
    background: #121f53;

}*/
.underline-large {
    position: relative;
}


.owl-nav > button {
background: none;
}



.type-wrap {
  font-size: 50px;
  padding: 20px;
}

/* the above is for styling puposes only */

.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}

@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}







.banner-section .owl-dots {
    counter-reset: slides-num;
    position: absolute;
    bottom: 18px;
    left: 50px;
    font-size: 12px;
    font-weight: 700;
    z-index: 1;
display: flex;
gap: 20px;
}

.banner-section.pagination-right .owl-dots {
    left: auto;
    right: 25px
}

.banner-section.pagination-right-outside .owl-dots {
    left: auto;
    right: -45px
}

.banner-section.pagination-bottom .owl-dots {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: auto;
    left: 50%;
    bottom: 15px
}

.banner-section.pagination-right-bottom .owl-dots {
    left: auto;
    right: 0;
    bottom: 12px;
    top: auto
}

.external-indent .banner-section.pagination-right-bottom .owl-dots {
    bottom: -55px;
    right: -18px !important
}

.banner-section.arrows-right-bottom.pagination-right-bottom .owl-dots {
    right: 70px
}

.banner-section.pagination-left-bottom .owl-dots {
    right: auto;
    left: 0;
    bottom: 12px;
    top: auto
}

.external-indent .banner-section.pagination-left-bottom .owl-dots {
    bottom: -55px;
    left: 0 !important
}

.banner-section.arrows-left.pagination-left-bottom .owl-dots {
    left: 90px
}

.banner-section .owl-dot {
    display: block;
    color: #fff;
    counter-increment: slides-num;
    font-size: 14px;
    letter-spacing: 1px;
position: relative;
}

.banner-section.pagination-bottom .owl-dot,
.banner-section.pagination-left-bottom .owl-dot,
.banner-section.pagination-right-bottom .owl-dot {
    display: inline-block
}

.banner-section .owl-dot.active {
    padding-right: 18px;
    color: #121f53
}

.banner-section.pagination-bottom .owl-dot.active,
.banner-section.pagination-left-bottom .owl-dot.active,
.banner-section.pagination-right-bottom .owl-dot.active {
    padding: 0 18px 0 0
}

.banner-section .owl-dot span {
    display: none
}

.banner-section .owl-dot:before {
    content: "0" counter(slides-num);
    display: block;
    margin-right: 18px
}

.banner-section .owl-dot.active::after {
    width: 40px
}

.banner-section .owl-dot:nth-child(n+10):before {
    content: counter(slides-num)
}

.banner-section.pagination-bottom .owl-dot:before,
.banner-section.pagination-left-bottom .owl-dot:before,
.banner-section.pagination-right-bottom .owl-dot:before {
    margin-bottom: 0;
    margin-right: 18px;
    display: inline-block;
    vertical-align: middle
}

.banner-section .owl-dot:after {
    content: "";
    display: block;
    width: 0;
    margin: 0 auto;
    height: 2px;
    -webkit-box-shadow: inset 0 0 0 1px;
    box-shadow: inset 0 0 0 1px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #fff;
position: absolute;
left: 24px;
top: 12px;

}

.banner-section .owl-dot.active:after {
    width: 40px;
    background: #fff
}

.banner-section.pagination-bottom .owl-dot:after,
.banner-section.pagination-left-bottom .owl-dot:after,
.banner-section.pagination-right-bottom .owl-dot:after {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0;
    width: 1px;
    height: 0
}

.banner-section.pagination-bottom .owl-dot.active:after,
.banner-section.pagination-left-bottom .owl-dot.active:after,
.banner-section.pagination-right-bottom .owl-dot.active:after {
    height: 30px;
    width: 1px
}




/*


    .bubble-dotted {
      left: 0;
      top: 0;
      right: 0;
      width: 100%;
      z-index: 2;
      height: 100%;
      overflow: hidden;
      position: absolute;
      pointer-events: none;opacity: 0.3;
    }

    .bubble-dotted .dotted {
      position: absolute;
      border-radius: 50%;
    }

    .bubble-dotted .dotted-1 {
      width: 11px;
      height: 11px;
      left: 100px;
      top: 50%;
      animation: animateBubble 15s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-2 {
      width: 7px;
      height: 7px;
      left: 240px;
      top: 40%;
      animation: animateBubble 10s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-3 {
      width: 11px;
      height: 11px;
      left: 460px;
      top: 30%;
      animation: animateBubble 18s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-4 {
      width: 16px;
      height: 16px;
      left: 430px;
      top: 90%;
      animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-5 {
      width: 6px;
      height: 6px;
      left: 50%;
      top: 50%;
      animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-6 {
      width: 9px;
      height: 9px;
      left: 70%;
      top: 230px;
      animation: animateBubble 11s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-7 {
      width: 6px;
      height: 6px;
      left: 65%;
      top: 30%;
      animation: animateBubble 10s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-8 {
      width: 6px;
      height: 6px;
      left: 85%;
      top: 35%;
      animation: animateBubble 12s linear infinite, sideWays 3s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-9 {
      width: 13px;
      height: 13px;
      left: 90%;
      top: 40%;
      animation: animateBubble 19s linear infinite, sideWays 4s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted-10 {
      width: 12px;
      height: 12px;
      left: 80%;
      top: 70%;
      animation: animateBubble 16s linear infinite, sideWays 2s ease-in-out infinite alternate;
    }

    .bubble-dotted .dotted {
      position: absolute;
      background: #fff;
      border-radius: 50%;
      z-index: 1;
    }

    .bubble-dotted .dotted-1 {
      width: 6px;
      height: 6px;
      left: 270px;
      top: 100px;
      background: #fff;
    }

    .bubble-dotted .dotted-2 {
      width: 6px;
      height: 6px;
      left: 190px;
      top: 210px;
    }

    .bubble-dotted .dotted-3 {
      width: 11px;
      height: 11px;
      left: 150px;
      top: 90%;
      background: #fff;
    }

    .bubble-dotted .dotted-4 {
      width: 11px;
      height: 11px;
      left: 25%;
      top: 100px;
    }

    .bubble-dotted .dotted-5 {
      width: 11px;
      height: 11px;
      left: 45%;
      top: 60px;
      background: #fff;
    }

    .bubble-dotted .dotted-6 {
      width: 6px;
      height: 6px;
      left: 50%;
      top: 370px;
    }

    .bubble-dotted .dotted-7 {
      width: 9px;
      height: 9px;
      left: 75%;
      top: 25px;
      background: #fff;
    }

    .bubble-dotted .dotted-8 {
      width: 8px;
      height: 8px;
      left: 77%;
      top: 170px;
    }

    .bubble-dotted .dotted-9 {
      width: 6px;
      height: 6px;
      left: 85%;
      top: 50%;
      background: #fff;
    }

    .bubble-dotted .dotted-10 {
      width: 6px;
      height: 6px;
      left: 90%;
      top: 80%;
    }





    @keyframes animateBubble {
      0% {
        margin-top: 20%;
      }
      100% {
        margin-top: -30%;
      }
    }
    @keyframes sideWays {
      0% {
        margin-left: 0;
      }
      100% {
        margin-left: 25px;
      }
    }

*/



.thsn-medical-icon-brand {
position: absolute;
z-index: 9;
right: -50px;
top: 50%;
transform: translate(-50%,-50%);
align-items: center;
z-index: 1;
}

.thsn-medical-icon-brand:before {


    background: url(../images/brand-pattarn.png) repeat 0 0;
    content: "";
    position: absolute;
    width: 100px;
    height: 210px;
    right: -50px;
    top: -53px;transform: rotate(180deg)
}


.thsn-medical-icon-brand {
color: #cb2d3e;
box-shadow: 0 9px 35px 0 rgba(26,47,106,.07);
ext-align: center;
display: inline-block;
border: 2px solid transparent;
width: 7em;
height: 7em;
box-sizing: content-box;
border-radius: 50%;
background-color: #fff;
max-width: 100% !important;
display: grid;align-items: center;
align-items: center;

}


.thsn-medical-icon-brand img {
display: block;
margin: 0 auto;
height: auto !important;
}

.thsn-medical-icon-brand:before { 
font-size: 53px;
}



.widget2>form {
            position: relative;
        }

        .widget2 {


            overflow: hidden
        }

        .widget2 ul li span.rate {
            color: var(--color3);
        }

        .blog-mini-post {
            display: flex;
            align-items: center;gap: 15px;
        }

.blog-mini-post-info > h4 a {
            display: block;color: #333;
}

        .blog-mini-post>a {
            flex: 0 0 3.75rem;
            text-align: center;
            background-color: #eef3f6;
        }

        .blog-mini-post>a img {

min-width: 80px;
width: 80px;
 }

        .blog-mini-post>a+.blog-mini-post-info {
            padding-left: 10px;
        }

        .blog-mini-post-info>h4 {
font-size: 14px;
height: 40px;
overflow: hidden;
line-height: 20px;
        }

        .blog-mini-post-info>span {
            font-size: 13px;
            margin-top: 2px;
        }

        .twitter-clr,
        .twitter:hover,
        .twitter:focus {
            color: #55acee;
        }

        .detail-share>a {
            display: inline-block;
            font-size: 1.125rem;
            vertical-align: middle;
            margin-left: 0.9375rem;
        }

        .detail-share>span {
            display: inline-block;

            color: var(--color1);
        }



        .blog-mini-post-info>span.mini-post-date {
color: #ed8d12;
        }

        .blog-mini-post-info>span.mini-post-comments {
            color: #777;
        }

        .blog-mini-post-info>span i {
            margin-right: 5px;
        }

        .blog-mini-post:not(:first-child) {
            margin-top: 1.125rem;
        }

        .widget-video-box>a {
            color: #fff;
            position: absolute;
            left: 50%;
            top: 50%;
            text-align: center;
            height: 6.25rem;
            line-height: 6.25rem;
            width: 6.25rem;
            font-size: 2.5rem;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            -o-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
        }

        .widget-video-box>a:hover,
        .widget-video-box>a:focus {
            background-color: var(--color1);
        }

        .widget2>form button {
            position: absolute;
            right: 0;
            width: 2.5rem;
            bottom: 0;
            top: 0;
            background-color: transparent;
            outline: 0 !important;
            border: 0;
        }

.widget2 .sec-title {
margin-bottom: 0;
}


.widget2 .widget-content .icon {
position: absolute;width: 30px;
}

.widget2 .widget-content h4 {
padding-left: 50px;

font-size: 18px;

}

        .widget2>form input {
            background-color: #fff;
            width: 100%;
            border: 1px solid #e2e2e4;
            -webkit-border-radius: 5px;
            border-radius: 5px;
            font-size: 14px;
            height: 3.4375rem;
            padding: 1rem 2.5rem 1rem 1.875rem;
        }

        .widget2>form button {
            position: absolute;
            right: 0;
            width: 2.5rem;
            bottom: 0;
            top: 0;
            background-color: transparent;
        }

.widget2 h2 {
    margin: 10px 0;
}


        .widget2 ul li {
            width: 100%;
            font-size: 14px;
            position: relative;
        }

        .widget2 ul li a {
            display: inline-block;
        }

        .widget2.category_widget ul li {
            text-align: left;
        }

        .widget2.category_widget ul li a {
            float: left;
        }

        .widget2 ul li a::before,
        .widget2 ul li a::after {
            content: "";
            position: absolute;
            left: 0;
            top: 4px;
            height: .9375rem;
            width: .9375rem;
            -webkit-border-radius: 2px;
            border-radius: 2px;
        }

        .widget2 ul li a:after {
            opacity: 0;
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            -o-transform: scale(0);
            transform: scale(0);
        }

        .widget2 ul li:hover>a::after,
        .widget2 ul li a:focus::after {
            opacity: 1;
            -webkit-transform: scale(.5);
            -ms-transform: scale(.5);
            -o-transform: scale(.5);
            transform: scale(.5);
        }

        .widget2 ul li:not(:first-child) {
            margin-top: .75rem;
        }


.blog-mini-post-info > span.mini-post-date {
    color: #063277;
}




/*------------------------------------------*/
/*   7.6 Icon Box Style
/*------------------------------------------*/
/* Box Style One */
.icon-box-1{
	display: flex;  
}
.welcome-home-first .icon-box-1{ 
    max-width: 220px;
    margin: 0 auto;
}
.icon-box-1 i{
	font-size: 4.5rem;
	margin-right: 1.5rem;
	color: #477763;
}
.icon-box-1 h3{
	color: #27304b;
    font-size: 1.25rem;
    font-weight: 300;
}
/* Box Style Two */

/* Box Style Two */
.icon-box-2{
	border-radius: 6px;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
	padding: 1.8rem;
}
.icon-box-2 .icon-font{
	font-size: 6.5rem;
	margin-right: 2rem;
    line-height: 1.4;
    color: #477763;
}

.icon-box-2 h3{
	font-size: 1.25rem;
	color: #D59B2D;
	font-weight: 300;
}

/* Icon Box 3 */
.icon-box-3{
	text-align: center;
}
.icon-box-3 i{
	font-size: 6rem;
	color: #cdced4;
	display: block;
	margin-bottom: 1.5rem;
}
.icon-box-3 h3{
	font-size: 1.5rem;

	color: #D59B2D;
	font-weight: bold;
	position: relative;
	margin-top: 3rem;
}
.icon-box-3 h3:after {
    position: absolute;
    content: "";
    top: -20px;
    left: 50%;
    height: 1px;
    width: 40px;
    background: #27304b;
    transform: translateX(-50%);
}
/* Icon Box 3 */

/* Icon Box 4 */
.icon-box-4{
	text-align: left;
padding: 20px 25px 25px 90px;
	position: relative;
	border-radius: 7px;
	overflow: hidden;
margin-bottom: 30px;
	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;border-radius:12px;
overflow: hidden;
font-family: "ApertoCom" !important;
    background: #FFF;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}
.icon-box-4 svg {
    color: #000;
    display: block;
    stroke-width: 1px;
    position: absolute;
    width: 60px;
    height: 60px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}
.icon-box-4 h3 {
font-size: 16px;
    color: #27304b;
margin-bottom: 5px;
    position: relative;
}

.icon-box-4 p {
margin:0;
line-height:22px;
font-family: "ApertoCom" !important;
height: 44px;
}



.icon-box-4 a[href^="mailto:"]{
color: #111;
}
.icon-box-4 a[href^="mailto:"]:hover{
	color: #27304b;
	text-decoration: none;
}

/*
.icon-box-4.bg-orange{
	background: #fceaea;
}
.icon-box-4.bg-green{
	background: #ebf3f9;
}
.icon-box-4.bg-gray{
	background: rgb(162 162 162 / 7%)
}*/
/* Icon Box 4 */

/* Icon Box With Image */
.icon-box-with-img{
	position: relative;
    background: #FFF;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 0px 43px 0px rgba(0, 0, 0, 0.08);

  	-webkit-transition: all 0.15s linear;
	-moz-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}
.icon-box-with-img .text{
    padding: 1.8rem;
}
.icon-box-with-img .img {
    overflow: hidden;
}
.icon-box-with-img  h3 {
    font-size: 1.25rem;
    color: #477763;
    font-weight: 300;
}
.icon-box-with-img .read-more-line{
    color: #D59B2D;
}
.icon-box-with-img .read-more-line:hover {
    color: #477763;
}



/*------------------------------------------*/
/*   8.10 Contact
/*------------------------------------------*/
.contact-details {
    position: absolute;
    top: 50%;
    left: 7%;
    z-index: 99;
    background: #FFF;
    padding: 2.5rem 1.15rem;
    color: #333;
    border-radius: 3px;
    transform: translateY(-50%);
}
.contact-details h4{
    font-size: 16px;
    
    color: rgb(6, 22, 58);
    line-height: 1.714;
}
.contact-details p {
    color: #9b9b9b;
}
.contact-details a {
    font-size: 14px;
    color: rgb(6, 22, 58);
}
.contact-details i{
    color: #D59B2D;
    font-size: 24px;
    top: 4px;
    padding-right: 10px;
    display: inline-block;
    position: relative;
}
.contact-details.standard{
    position: relative;
    left: auto;
    top: auto;
    padding: 0;
    transform: none;
}
.contact-full-shadow{
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 250px;
}
.contact-map-bg{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.contact-map-bg.option{
    left: auto;
    top: 50%;
    transform: translate(0%,-50%);
}
.contact-detail-shadow{
    border-radius: 8px;
    background-color: #FFF;
    box-shadow: 0px 18px 76px 0px rgba(0, 0, 0, 0.14);
    padding: 3rem;
}
.contact-detail-shadow .items{
    margin-bottom: 20px;
}
.contact-detail-shadow h4 {
    font-size: 0.875rem;
    color: #adb1d3;
    margin-bottom: 15px;
    font-weight: 700;
}
.contact-detail-shadow i {
    color: #D59B2D;
    font-size: 1.25rem;
    margin-right: 15px;
}
.contact-detail-shadow a{
    text-decoration: underline;
}
.free-quote-form.contact-page{
    margin-bottom: 0;
    margin-top: -140px;
}
.free-quote-form.contact-page .rounded-field input[type="text"], 
.free-quote-form.contact-page .rounded-field input[type="email"], 
.free-quote-form.contact-page .rounded-field select,
.free-quote-form.contact-page .rounded-field textarea,
.contact-page-option.free-quote-form .rounded-field input[type="text"], 
.contact-page-option.free-quote-form .rounded-field input[type="email"], 
.contact-page-option.free-quote-form .rounded-field select,
.contact-page-option.free-quote-form .rounded-field textarea {
    background-color: #fafafa;
}
.contact-detail-shadow.no-shadow{
    padding: 0;
    background: transparent;
    box-shadow: none;
}
.free-quote-form.contact-page-option{
    margin-bottom: 0;
    background: transparent;
    box-shadow: none;
    padding: 0;
}

.contact-wrap{
padding: 30px 30px 30px;
    background: #FFF;
    position: relative;

border-radius: 16px;
overflow: hidden;
box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);

}
.contact-wrap .contact-icon-xl {
    font-size: 18rem;
    position: absolute;
    top: -300px;
    right: 40px;
    color: #477763;
    opacity: 0.2;
    z-index: -1;
}

.contact-wrap textarea,
.contact-wrap .form-control {
    border: 2px solid #f0f4f9;
    background-color: #f0f4f9;
box-shadow: none !important;
}

.contact-wrap textarea.form-control {
height: auto !important;
}

.contact-wrap .form-control:focus {
    border: 2px solid #ebebeb;

}
.contact-wrap .form-group{
    margin-bottom: 20px;
}

.contact-wrap .row {

}


/*
.map-frame iframe{
    width: 100%;
    border: none;
    height: 475px;
}*/
.top-broken-grid {
    margin-top: -80px;
    margin-bottom: 70px;
}


.form-control {
    border: none;
    box-shadow: none;
    font-size: 14px;
    border: 1px solid #FFF;
    outline: none;
    color: #5b5b5b;
    background-color: #FFF;
height: 55px !important;
    padding: 12px 25px;
    border-radius: 5px;
    box-shadow: 0px 0px 147px 0px rgba(0, 0, 0, 0.07);
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    -ms-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
}
/* 8.10 Contact Style End */


textarea {
    height: auto;
}


select {
color: #6c757d !important;
opacity: 1;
}


.contact-sec {
padding:0px 0 10px;
}




.contact-wrap .btn-style-one .btn-title:before {
background-color: #eee;
}



.widget-post .contact-wrap .btn-style-one .btn-title:before {
background-color: #fff;
}

.events__btn .btn-style-one .btn-title,
.contact-wrap .btn-style-one .btn-title {
background-color: #e1434b;
}

.contact-wrap .btn-style-one .btn-title:hover {
color: #111;
}


.head-form {
margin-bottom: 25px;
font-size: 24px;
font-weight: normal;
position: relative;
color: #090b49;
text-transform: capitalize;
text-align: center;
}

.char-form {
color: #090b49;
margin-bottom: 20px;
text-align: center;
width: 60%;
margin: 0 auto 20px;
}


.contact-wrap {
    padding: 30px 30px 30px;
    position: relative;
    overflow: hidden;
}

.events {
padding: 15px 12px 15px 32px;
    z-index: 1;
    margin-bottom: 25px;
}

  .events__content {
    margin-bottom: 20px;
  }
}
.events__content span {
  font-size: 14px;
  text-transform: uppercase;
  display: inline-block;
}
.events__content span i {
  color: #121f53;
  font-size: 15px;
}
.events__content h3 {
  font-size: 22px;margin: 12px 0 18px;
}

.events__content p { 
line-height: 22px;
margin-top: 10px;
color: #666;
font-size: 14px;margin-bottom: 0;
}

.events__content h3 a {
color:#111;
}


/*
.events__back {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events__back::before {
  content: '';
  position: absolute;
  background: #061738;
  opacity: 0.75;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.events:hover {
  background: transparent;
}
.events:hover .events__back {
  opacity: 1;
}
.events:hover .events__content span {
  color: white;
}
.events:hover .events__content span i {
  color: white;
}
.events:hover .events__content h3 a {
  color: white;
}
.events:hover .events__content p {
  color: white;
}

*/

.btn-style-one{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 30px;
	color: #ffffff;
	text-transform:capitalize;

border-radius: 0 30px 30px;
	overflow:hidden;
}

.btn-style-one:hover{
	color: #ffffff;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	z-index:1;
border-radius: 0 30px 30px;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;color: #111;font-weight: normal;
}
.events__btn .btn-style-one .btn-title, .contact-wrap .btn-style-one .btn-title {
    background-color: #e1434b00;
}


.events__back {
  position: absolute;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
  background-position: center;
  right: 0;
  left: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}
.events__back::before {
  content: '';
  position: absolute;
  background: #061738;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.events:hover {
  background: transparent;
}
.events:hover .events__back {
  opacity: 1 !important;
}
.events__btn {
    margin-top: 50px;
}

.events {

    z-index: 1;
    margin-bottom: 25px;
    background: #fff;
border-radius: 0 0 0 40px;
overflow: hidden;
position: relative
}


.events:hover .events__content span i,
.events:hover .events__content p,
.events:hover .events__content span,
.events:hover .events__content h3 a {
color: #fff;
}

.pad-block {
width: 100%;
position: relative;

}

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




/* upcoming-event */
.upcoming-area {
background: #f3f3f3;
padding: 40px 0 20px;
}
.upcoming-2-area {
	background-position: center center;
	background-repeat: no-repeat;
}
.area-title > span {
	height: 5px;
	width: 80px;
	background: #25c97a;
	left: 0;
	display: inline-block;
}
.area-title h1 {
	font-size: 65px;
	margin-bottom: 18px;
	margin-top: 22px;
	letter-spacing: -.3px;
}
.area-title p {
	font-size: 16px;
	margin-bottom: 0;
}
.white-area-title h1{color: #d4d4d4;}
.white-area-title p{color: #d4d4d4;}
.black-area-title span{background: #252525;}
.black-area-title p{color:#111111;}
.area-title-light h1 {
	color: #d4d4d4;
	font-size: 65px;
	font-weight: 300;
	letter-spacing: -.3px;
	margin-bottom: 25px;
}
.area-title-light h1 span {
	color: #d10459;
	font-weight: 500;
	font-style: italic;
}
.area-title-light p {
	color: #d4d4d4;
	font-size: 16px;
	line-height: 1;
	margin-bottom: 0;
}
.upcoming-event-wrapper {
	background: #eee;
margin-bottom: 30px;position: relative;
	border-radius: 10px;overflow: hidden;background-color: #EFF0F4;

}



.upcoming-2-event {
	margin-left: 70px;
	box-shadow: none;
}
.upcoming-event-img{position: relative;background: #fff;overflow: hidden;}
.upcoming-event-img > a img{
width: 100%;
transition: all ease-in-out 0.4s;
height: 330px;
margin: 0 auto;
display: block;}

.upcoming-event-wrapper:hover img {
transform: scale(1.05);
}


.up-tag {
	position: absolute;
	top: 20px;
	background: #25c97a;
	right: 20px;
	padding: 4px 15px;
	border-radius: 4px;
}
.up-tag span {

	font-size: 14px;
	color: #d4d4d4;
	font-weight: 600;
}


.upcoming-text {
padding:20px 14px;transition: all ease-in-out 0.4s;
position: relative;
overflow:hidden;
position: absolute;
bottom: 0;
left: 0;
right: 0;
}

.upcoming-text > * {
position: relative;
z-index:2;
}



.upcoming-event-wrapper:after { 
content: "";
position: absolute;
bottom: 0;
z-index: 0;
transition: all ease-in-out 0.6s;
right: 0;
left: 0;
top: 0;
background: -webkit-linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ADA996);  /* Chrome 10-25, Safari 5.1-6 */
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #dfdccd); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
background: linear-gradient(to top, #000000f5, #0009, #0006, #0003);

}

/*
.upcoming-event-wrapper:hover .upcoming-text:after {
width: 1000px;
height: 1000px;
}
*/
.upcoming-text h3 {
font-size: 20px;
font-weight: normal;
margin-bottom: 0;
text-align: center;
text-transform: capitalize;
}
.upcoming-text h3 > a{color: #fff;transition:.3s;transition: all ease-in-out 0.4s; text-transform: capitalize;}

.upcoming-text p {color: #d4d4d4;
	margin-bottom: 30px;
}
/**
.btn-border {

    height: 2px;
    width: 40px;
    background: #111111;
    display: inline-block;
    position: relative;
    top: -3px;
    left: 7px;
    transition: .3s;

}*/

.upcoming-event-wrapper:hover .upcoming-text {

background: #121f53;
}

.upcoming-event-wrapper:hover .upcoming-text h3 > a {
color: #ffffff;
} 

.up-event-meta {
	margin-bottom: 12px;
}
.up-event-meta span {
	font-size: 14px;
	color: #d4d4d4;
	font-weight: 400;
	margin-right: 10px;
	line-height: 2.1;font-size: 13px;
text-transform: uppercase;
letter-spacing: .5px;
}
.up-event-meta span:last-child{margin-right:0;}
.up-event-meta span i {
	color: #202aae;
	margin-right: 5px;
}

.btn-text {
    color: #d4d4d4;
    position: relative;
    z-index: 9999;
    transition: .3s;
}


.upcoming-text > a.btn {
background: #eef4fd;

padding: 12px 18px;

position: relative;

font-size: 18px;
}
.upcoming-text > a.btn:hover .btn-text{color: #d4d4d4;}
.upcoming-text > a.btn:hover .btn-border{background:#111111;}

.upcoming-text > a.btn::before {
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	bottom: 0;
	left: 100%;
	background: #121f53;
	-webkit-transition: all 0.3s ease;
	transition: all 0.4s ease;
}
.upcoming-text > a.btn:hover::before{
	width: 100%;
	left: 0;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
}














.pro-content {
padding: 40px 0 20px;
background: #f9f9f9;
}





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



/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/


#page-title {


}

#page-title .container { position: relative; }

#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #fff;
font-size: 26px;
text-transform: capitalize;
}

#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #f0f0f0;
	font-size: 22px;
}

.breadcrumb {
	position: absolute;
	width: auto;
	top: 50%;
	left: auto;
	right: 15px;
	margin: -10px 0 0 0;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
display: none;
}

body.stretched .container-fullwidth .breadcrumb { right: 60px !important; }

#header.transparent-header + #page-title.page-title-parallax .breadcrumb { margin-top: 35px !important; }

.breadcrumb a { color: #555; text-transform: capitalize;}

.breadcrumb a:hover { color: #121f53; }

.breadcrumb i { width: auto !important; }



.breadcrumb > li {
    display: inline-block;
}


.breadcrumb > li + li::before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}







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


.colfive {
width: 20%;
padding:0 5px;
margin-bottom:10px;
}

.part-box h5 {
align-items: center;
text-transform: capitalize;
font-weight: normal;
font-size: 17px;
position: relative;
padding: 15px;transition: all ease-in-out 0.4s;
background: linear-gradient(to right, #EAEAEA, #DBDBDB, #F2F2F2, #ebebeb);
}



.part-box:hover h5 {

background: linear-gradient(to left, #df0c17, #eb5058);
}



.part-box h5 a {
width: 100%;

display: block;

text-align: center;
}

.part-box:hover h5 a,
.part-box h5 a:hover {
color:#fff;
}

.part-box {
position: relative;
overflow: hidden;
}

.part-box .img-box {
display: grid;height: 140px;
width: 100%;
align-items: center;
background: #fff;
text-align: center;}


.part-box .img-box img {
width: auto;

max-height: 80px;

padding: 0 15px;
}





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

/*
.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input::before {
  content: 'Select some files';
  display: inline-block;
  background: linear-gradient(top, #f9f9f9, #e3e3e3);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input:hover::before {
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}



*/


/*
 * File
 */

.file {
  position: relative;
  display: inline-block;
  cursor: pointer;
  height: 60px;margin-bottom: 25px !important;
}
.file input {
  min-width: 14rem;
  margin: 0;
  filter: alpha(opacity=0);
  opacity: 0;
}
.file-custom {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5;
  height: 2.5rem;
  padding: .5rem 1rem;
  line-height: 1.5;
  color: #777;

  border-radius: .25rem;

  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;


border: 1px solid #f0f4f9;
background-color: #f0f4f9;
height: 55px;
line-height: 43px;

}
.file-custom:after {
  content: "Choose file...";
}
.file-custom:before {
position: absolute;
top: 0;
right: 0;
bottom: 0;
z-index: 6;
display: block;
content: "Browse";
height: 55px;
padding: 0 16px;
line-height: 55px;
color: #fff;
background-color: #091333;
border: .075rem solid #091333;
border-radius: 0 .25rem .25rem 0;
}

/* Focus */
.file input:focus ~ .file-custom {
  box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #0074d9;
}








.colfive .part-box:after {

    content: "";
    background-color: rgba(255, 255, 255, 0.2);
    position: absolute;
    width: 35%;
    height: 200%;
    right: -100%;
    top: -50%;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -ms-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
}


.colfive:hover .part-box:after {
	right:150%;
}



.cert .part-box {
    margin-bottom: 25px;
}

/*
.cert .part-box .img-box img {
width: 100%;
height: 380px;
}
*/

.gal-ser .image img {
background: #fff;
width: 100%;
cursor: pointer;
}


.gallery-area {
background: #f0e8e8;
}




.about-page {
padding: 40px 0 20px;
background: #f9f9f9;
}



.about-page:after {
display:none;
}


.rooms {
background: #f9f9f9;
padding: 40px 0;
}


.room {
padding: 25px;
position: relative;
border-radius: 0 0 0 40px;
overflow: hidden;
background: #FFF;box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.1);
}


.room h2 {
text-transform: uppercase;
font-size: 22px;
color: #b6151b;}


.room ul li {
padding-left:20px;
position: relative;
margin-bottom: 8px;
color: #000;
}


.room ul li:after {
font-family: "Font Awesome 5 Pro";
font-weight: 300;
content: "\f00c";
position: absolute;
left: 0px;
font-size: 12px;
top: 3px;
color: #df0c17;
}



.bred-bag {
width: 100%;
height: 179px;
background-size: cover;
overflow: hidden;
background-position: center;
position: relative;
}



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


.prod-section .image-column img {
width: 100%;
height: 287px;
margin-bottom: 20px;

}


.gallery-section-two,
.prod-section {
padding:30px 0; 
position: relative;
z-index: 2;
}

.gallery-section-two {
background: #efeff2;
}

#page-title .auto-container {
position: relative;
}

.dol-img {
margin-bottom: 20px;
	cursor:pointer;
}


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




.testimonial2{

    padding: 0px 0 25px 0;
    margin: 10px;
    text-align: center;
    position: relative;

}
/*
.testimonial2:before{
    content: "\f10d";
    font-family: "Font Awesome 5 Free";
    width: 100px;
    height: 100px;
    line-height: 100px;
    background: #fff;
    margin: 0 auto;
    font-size: 70px;
    font-weight: 900;
    color: #325be8;
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
}*/

.testimonial2 .title{
    padding: 15px 0;
    margin: 0 -7px 20px;

    background: #121f53;
    font-size:16px;
    font-weight: 700;
    color: #fff;

    text-transform: capitalize;
    position: relative;
}
.testimonial2 .title:before{
content: "";
border-top: 16px solid #c2c2c2;
border-right: 9px solid transparent;
border-bottom: 15px solid transparent;
position: absolute;
bottom: -31px;
right: 0;
}
.testimonial2 .title:after{
content: "";
border-top: 16px solid #c2c2c2;
border-left: 9px solid transparent;
border-bottom: 15px solid transparent;
position: absolute;
bottom: -31px;
left: 0;
}
.testimonial2 .post{
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
color: #CB3939;
    text-transform: capitalize;
margin-bottom: 7px;
}
.testimonial2 .description{
    padding: 0 20px;
    margin: 0;
    font-size: 15px;
    color: #6f6f6f;
    line-height: 30px;
}

.testimonial2 .description p {
text-align: center;
height: 160px;
overflow: hidden;
}



.testimonial2 img {
width: 100%;
height: 350px;
/*
border-radius: 50%;*/

}

.testimonial2 .testimonial-profile {
box-shadow: -1px 3px 10px #cbcbcb;
position: relative;
background:#fff
}

.testimonial2 .testimonial-profile a{

margin: 10px 0;
display: inline-block;
position: absolute;
bottom: -2px;
left: 15px;
padding: 7px 20px;
line-height: 24px;
background: none;
color: #121f53;
font-size: 18px;

border: 1px solid #121f53;
text-transform: capitalize;
margin-top: 0px;
}


.teste-section {
padding: 50px 0;
}


.testimo {
position: relative;
}


.mcom {

}

.testimo img {

}



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



/* Service */


.ts-service-bg {
  padding: 80px 0 180px;
  background: url("../images/service/service_bg1.jpg");
  background-size: cover;
  background-position: bottom right;
  background-attachment: fixed;
}

.ts-service-bg.bg-overlay:after {
  background: rgba(6, 22, 58, 0.7);
}

.ts-service {
  margin-top: -270px;
}

.ts-service.ts-service-2 {
  padding-bottom: 70px;
}
.ts-service.ts-service-2 .ts-service-wrapper {
  margin-bottom: 30px;
}

.service-content {
  position: relative;
  background: #f9f9f9;
  padding: 20px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.service-content h3 {
  margin-bottom: 15px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  font-weight: 500;text-transform: capitalize;
line-height: 25px;
height: 66px;
margin-bottom: 8px;
display: inline-block;
width: 100%;
}

.service-content h3 > a {
  font-size: 17px;
  color: #101010;
}


.service-content .service-icon {
  position: absolute;
  left: 30px;
  top: -30px;
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  background: #f36f21;
  border-radius: 3px;
  font-size: 28px;
  color: #fff;
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.15);
          -webkit-transition: all 0.4s;
  transition: all 0.4s;
}



.service-content p {

height: 145px;
overflow: hidden;
}
.service-content .service-img img {
  width: 100%;
}
.service-content .readmore {
margin-top: 15px;
display: inline-block;
color: #121f53;
}
.service-content .readmore i {
  color: #121f53;
}

.readmore {
  font-size: 14px;
  color: #d20023;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.readmore i {
  width: 18px;
  height: 18px;
  text-align: center;
  border-radius: 50%;
  line-height: 16px;
  margin-right: 6px;
  font-size: 12px;
}

.ts-service-wrapper {
  background: #f7f7f7;
}


.ts-service-wrapper .service-img {
display: block;
overflow: hidden;
position: relative;

}
/*
.ts-service-wrapper .service-img:after {
 content: ""; display: block; width: 200%; height: 200%; position: absolute; border-radius: 50%;

}

*/


.ts-service-wrapper .service-img img {
  width: 100%;height: 300px;
}
/*
.ts-service-wrapper:hover .service-content {
  background: #fff;
  -webkit-box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 10px 15px 0px rgba(0, 0, 0, 0.06);
}*/

/*
.ts-service-wrapper:hover .service-content h3,
.ts-service-wrapper:hover .service-content h3 > a {
  color: #f36f21;
}*/
.ts-service-wrapper:hover .readmore {
  color: #f36f21;
}
.ts-service-wrapper:hover .readmore i {
  border-color: #f36f21;
}

.service-carousel .owl-stage-outer {
  padding-bottom: 25px;
}
.service-carousel .owl-nav {
  position: absolute;
  top: -100px;
  right: 0px;
}

.ts-head {
padding:80px 0 220px;     position: relative;
background: url(../images/backser.jpg);
}


.ts-head .section-title .h2 {
color:#fff;
}


.ts-head:before {
content:"";
background-color: rgba(0, 0, 0, 0.7);
transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;

}




.ts-erser {
padding: 50px 0;

}



.rhe-btn {
position: relative;

height: 45px;

width: 150px;

background: #f36f21;

color: #fff;float: left;
text-align: center;
line-height: 45px;
}


.about-section .rhe-btn {
float: right;
}


.rhe-btn:hover {
background: #222;color:#fff;
}
/*

.rhe-btn:after {
position: absolute;
content: "";
top: 0;
left: 0;
height: 100%;
width: 100%;
background: url('data:image/svg+xml;utf8,<svg version="1.1" id="Layer_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 180 50" preserveAspectRatio="none"><g><polygon fill-rule="evenodd" clip-rule="evenodd" fill="#f36f21" points="0,0 0,50 166,50 180,37 180,0"/></g></svg>') no-repeat;
z-index: -1;
-webkit-transition: all ease 500ms;
transition: all ease 500ms;}*/

.rhe-btn:before {
position: absolute;
content: "";
bottom: 0;
left: 0;
 width: 0; height: 0;  border-bottom: 20px solid #fff; border-right: 20px solid transparent;


}


.readmore {
    color: #666;
}


.readmore i {
    color: #666;
    border-color: #666;
}




/********/




/* slick */
.projects-enw .item {
cursor: pointer;
margin: 0;
position: relative;
height: 100%;
outline: none;
overflow: hidden;
}
.projects-enw .item .bg{
position: relative;
overflow: hidden;
margin-right: 0;
}
.projects-enw .item .bg::before {
position: absolute;
content: "";
width: 100%;
height: 100%;
bottom: 0;
left: 0;
background: linear-gradient(0deg,#2e343b,rgba(46,52,59,.6));
opacity: .2;
transition: all .1s cubic-bezier(.215,.61,.355,1);
}
.projects-enw .item:hover .bg::before {
opacity: 1;
height: 100%;
background: linear-gradient(0deg,#2e343b,rgba(46,52,59,.1));
transition: all .3s cubic-bezier(.215,.61,.355,1);
}
.projects-enw .item .bg img{
width: 100%;
height: 100%;
min-height: 500px;
object-fit: cover;
}
.projects-enw .item .desc {
position: absolute;
bottom: 0px;
left: 25px;
text-align: left;
color: #fff;
}
.projects-enw .item .desc .name {
font-weight: 700;
font-size: 1.6rem;
letter-spacing: .6px;
line-height: 1.2;
padding-bottom: 60px;
}
.projects-enw .item .desc .content {
position: relative;
bottom: -100%;
color: #ddd;
margin-bottom: -40%;
opacity: 0;
transition: all .6s ease;
}
.projects-enw .item:hover .content {
opacity: 1;
margin-bottom: 30px;
transition: all .9s ease;
}


/* slick projects */
.projects-enw .item .desc {
position: absolute;
bottom: 15px;
left: 25px;
text-align: left;
color: #fff;
transition: all .3s ease;
}
.projects-enw .item:hover .desc {
bottom: 45px;
transition: all .3s ease;
}
.projects-enw .item .desc .tag {
position: relative;
font-size: .9rem;
padding-bottom: 10px;
}
.projects-enw .item .desc .name {
position: relative;

font-size: 21px;
padding-bottom: 4px;
transition: all .3s ease;
padding-right: 20px;font-weight: normal;text-transform: capitalize;
}
.projects-enw .item .icon {
opacity: 0;
width: 100%;
position: absolute;
text-align: right;
left: 25px;
bottom: 10px;
text-align: left;
transition: all .3s ease;
}
.projects-enw .item:hover .icon {
opacity: 1;
bottom: 15px;
transition: all .3s ease;
}
.projects-enw .item .icon span {

text-decoration: none;
display: inline-block;
white-space: nowrap;
width: 40px;
padding: 0 0 5px;
color: #fefefe;
border-bottom: 2px solid #116060;
transition: all .3s ease;
}
.projects-enw .item .icon span:hover {
color: #fff;
width: 60px;
transition: all .3s ease;
}




.projects-enw {
position: relative;
padding: 80px 0;
background-image: url(../images/pattern-14.jpg);
background-repeat: no-repeat;
background-position: center top;
}





.projects-enw .owl-carousel {
    margin-left: 0;
    margin-right: -400px;
}


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




/***

====================================================================
    Project Section
====================================================================

***/
.project-section {
  position: relative;
  padding: 60px 0 120px;
}
.project-section.alternate:before {
  bottom: auto;
  top: 0;
  height: 520px;
}


.project-section:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background-color: #000c;
z-index:-1;
}


.project-section.style-two {
  position: relative;
  background-color: var(--bg-theme-color1);
  background-image: url(../images/bn5.jpg);
  background-repeat: no-repeat;
  background-position: center top;
z-index: 1;
}



.project-section.style-two {
background-color: #f7f9fa;


/*
  background-color: var(--bg-theme-color1);
  background-image: url(../images/bg-7.jpg);
  background-repeat: no-repeat;
  background-position: center top;
*/
background-position: bottom;
background-size: cover;
background-attachment: fixed;
}



/*
.project-section.style-two:before {
  display: none;
}*/
.project-section.style-two .carousel-outer {
/*
  margin-left: 100px;
  margin-right: -300px;
*/
}
.project-section.style-two .project-block {
margin-bottom: 10px;
position: relative;
background-color: #fff;
border: 10px solid #fff;
}
.project-section.style-two .owl-dots {
  position: absolute;
  left: -60px;
  bottom: 15px;
  display: block !important;
}
.project-section.style-two .owl-dots .owl-dot {
  display: block;
  height: 35px;
  width: 3px;
  background-color: #ffffff;
  opacity: 0.2;
  margin-bottom: 10px;
}
.project-section.style-two .owl-dots .owl-dot.active {
  opacity: 1;
}

.project-block {
  position: relative;
}
.project-block .inner-box {
  position: relative;
}
.project-block .inner-box:hover .image-box .image:after {
  height: 100%;
}
.project-block .inner-box:hover .image-box .icon {

}
.project-block .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.project-block .inner-box:hover .content-box .title a,
.project-block .inner-box:hover .content-box .cat {

}
.project-block .image-box {
  position: relative;
  overflow: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .image-box .image {
  position: relative;
  margin-bottom: 0px;
}
.project-block .image-box .image a {
  display: block;
  width: 100%;
}
.project-block .image-box .image::before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(#222429));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #222429 100%);
  pointer-events: none;
  z-index: 2;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.project-block .image-box .image:after {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #0003;
  height: 0;
  opacity: 0.8;
  z-index: 2;
  content: "";
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .image-box .image img {
  width: 100%;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
height: 300px;
}



.project-block .image-box .icon {
height: 70px;
width: 70px;
font-size: 30px;
line-height: 60px;
border-top: 70px solid #fff;
    border-top-color: rgb(255, 255, 255);
border-left: 70px solid transparent;
text-align: center;
color: #fff;
position: absolute;
right: 0;
top: 0;
z-index: 99;
border-top-color: #041428;
-webkit-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
-o-transition: all 0.5s cubic-bezier(.645,.045,.355,1);
transition: all 0.5s cubic-bezier(.645,.045,.355,1);
}


.project-block .image-box .icon i {
position: absolute;
top: -60px;
color: #fff;
right: 10px;
font-size: 18px;
transform: rotate(-45deg);
}



.project-block .image-box .icon:hover {
  background-color: var(--bg-theme-color1);
  color: #ddd;
}
.project-block .content-box {
/*
position: absolute;
left: 0;
bottom: 0;
padding: 40px 20px;
z-index: 9;
right: 0;
*/


padding: 15px 0 0;



}
.project-block .content-box .cat {
  position: relative;
  padding-top: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #ddd;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.project-block .content-box .title {
  display: block;
  margin-bottom: 2px;
  color: #ffffff;
position: relative;
}

/*
.project-block .content-box .title:after {
position: absolute;

content: '';

left: 50%;

bottom: 0;

width: 60px;

height: 3px;

background: #121f53;

margin-left: -30px;
}
*/

.project-block .content-box .title a {

position: relative;
font-size: 17px;
line-height: 25px;
font-weight: 500;
text-transform: capitalize;
color: #000;
-webkit-transition: all 300ms ease;
transition: all 300ms ease;display: block;
text-align:center;
}

.project-block .content-box .title:hover {
  color: var(--theme-color3);
}



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



/*** 

====================================================================
		About Section Five
====================================================================

***/
.about-section-five {
  position: relative;
  padding: 50px 0;
}
.about-section-five:before {
  position: absolute;
  left: -210px;
  top: -390px;
  height: 100%;
  width: 100%;
  background-image: url(../images/slider-bg1.png);
  background-repeat: no-repeat;
  background-position: center left;
  content: "";
}
.about-section-five .content-column {
  position: relative;
  z-index: 1;
}
.about-section-five .content-column .inner-column {
  position: relative;
}
.about-section-five .content-column .inner-column .list-style-three {
  margin-bottom: 50px;
  border-bottom: 1px solid #e6e8ed;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.about-section-five .content-column .inner-column .list-style-three li {
  width: 50%;
  padding-right: 20px;
}
.about-section-five .content-column .btn-box {
  position: relative;
}
.about-section-five .content-column .btn-box .theme-btn {
  margin-right: 20px;
}
.about-section-five .content-column .btn-box .info-btn {
  position: relative;
  display: block;
  font-size: 14px;
  padding: 8px 0;
  padding-left: 60px;
  color: #fff;
  text-align: left;
  font-weight: 600;
  line-height: 20px;
}
.about-section-five .content-column .btn-box .info-btn small {
  font-size: 12px;
  font-weight: 400;
  color: #808287;
}
.about-section-five .content-column .btn-box .info-btn i {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  text-align: center;
  border-radius: 50%;
  color: #121f53;
  background-color: var(--bg-theme-color3);
  font-size: 18px;
}
.about-section-five .content-column .btn-box .info-btn:hover {
  color: #121f53;
}
.about-section-five .image-column {
  position: relative;
  margin-bottom: 50px;
  z-index: 1;
}

.about-section-five .image-column img {
height: 420px;
}

.about-section-five .image-column .inner-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.about-section-five .image-column .inner-column:before {
  position: absolute;
  top: 80px;
  left: -150px;
  height: 380px;
  width: 380px;
  border-radius: 50%;
  border: 50px solid #121f53;
  -webkit-animation: zoom-one 5s infinite linear;
          animation: zoom-one 5s infinite linear;
  content: "";
}
.about-section-five .image-column .image-1 {
  position: relative;
  margin-bottom: 0;
}
.about-section-five .image-column .image-2 {
  position: absolute;
  right: 88px;
  top: 60px;
  border: 10px solid #ffffff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.08);
  max-width: 300px;
}
.about-section-five .image-box {
  position: relative;
  display: inline-block;
}
.about-section-five .image-box:after {
  position: absolute;
  left: -70px;
  top: 75px;
  width: 203px;
  height: 200px;
  background-image: url(../images/icon-dots-2.png);
  content: "";
}
.about-section-five .image-box .image {
  position: relative;
  padding-top: 30px;
  padding-right: 30px;
  z-index: 1;
  margin-bottom: 0;
}
.about-section-five .image-box .image:before {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 180px;
  height: 166px;
  border: 4px solid #121f53;
  content: "";
}
.about-section-five .image-box .image img {
  position: relative;
  max-width: 100%;
  z-index: 3;
}
.about-section-five .image-box .experience {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 205px;
  padding: 85px 18px 20px;
  overflow: hidden;
  z-index: 2;
}
.about-section-five .image-box .experience:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #121f53;
  border-top: 15px solid #ffffff;
  content: "";
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.about-section-five .image-box .experience strong {
  position: relative;
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;
color: #fff;
}
.about-section-five .image-box .experience .text {
  position: relative;
  top: -2px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
color: #fff;
}
.about-section-five.style-two::before {
  position: absolute;
  left: auto;
  right: -240px;
  top: -40px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  content: "";
}
.about-section-five.style-two .sec-title {
  margin-bottom: 30px;
}
.about-section-five.style-two .content-column .inner-column {

}
.about-section-five.style-two .content-column .inner-column .list-style-three li {
  font-size: 18px;
}
.about-section-five.style-two .content-column .inner-column .list-style-three li:before {
  font-size: 13px;
}
.about-section-five.style-two .image-column .inner-column:before {
  display: none;
}



.sec-title .sub-title {
  position: relative;
  top: -8px;
  font-size: var(--sec-title-subtitle-font-size);
  color: #121f53;
  line-height: var(--sec-title-subtitle-line-height);
  font-weight: var(--sec-title-subtitle-font-weight);

  display: inline-block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.sec-title .sub-title:before {
  position: absolute;
  left: 100%;
  top: 50%;
  height: 2px;
  width: 40px;
  margin-left: 10px;
  margin-top: -1px;
  background: #121f53;
  content: "";
}



.about-section-six .experience {
  position: absolute;
  right: 25px;
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 240px;
  padding: 25px 40px;
  background: #ffffff;
  color: #fff;
  -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
          box-shadow: 0 10px 60px rgba(0, 0, 0, 0.1);
  min-height: 105px;
  z-index: 3;
}
.about-section-six .experience strong {
  position: relative;
  font-size: 60px;
  color: #fff;
  font-weight: 700;
  display: block;
  margin-right: 20px;

}
.about-section-six .experience .text {
  font-size: 14px;
  line-height: normal;
  color: #808287;
}



.about-section-five .image-box .experience {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 170px;
  width: 205px;
  padding: 85px 18px 20px;
  overflow: hidden;
  z-index: 2;
}
.about-section-five .image-box .experience:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #121f53;
  border-top: 15px solid #ffffff;
  content: "";
  -webkit-transform: rotate(42deg);
          transform: rotate(42deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
.about-section-five .image-box .experience strong {
  position: relative;
  font-size: 26px;
  line-height: 1em;
  font-weight: 700;

}
.about-section-five .image-box .experience .text {
  position: relative;
  top: -2px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.02em;
  font-weight: 500;
  color: #fff;
}

.inner-column ul li {
padding-left: 30px;
  position: relative;
margin-bottom: 4px;
}


.inner-column ul {
margin-bottom: 15px;
}

.inner-column ul li:after {
font-family: "Font Awesome 5 Pro";

font-weight: 300;

content: "\f00c";

position: absolute;

left: 0;

font-size: 12px;

top: 5px;

background: #121f53;

width: 20px;

height: 20px;

color: #fff;

text-align: center;

line-height: 20px;

border-radius: 50%;}





/*** 

====================================================================
    Services Section Four
====================================================================

***/
.services-section-four {
position: relative;
padding: 50px 0;
z-index: 1;
background: #041428;
}

.service-block-four {
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.service-block-four .inner-box {
  position: relative;
  overflow: hidden;
  height: 100%;
  padding: 40px 40px 35px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../images/shape-1.jpg);
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.service-block-four .inner-box:before {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/icon-lines-3.png);
  background-color: #ffffff;
  content: "";
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
}
.service-block-four .inner-box:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-box-shadow: none;
          box-shadow: none;
}
.service-block-four .inner-box:hover:before {
  height: 0;
}
.service-block-four .inner-box:hover .icon {
  color: #121f53;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}



.service-block-four .inner-box:hover .title,
.service-block-four .inner-box:hover .title a {
  color: #ffffff;
}

.service-block-four .inner-box:hover p {
  color: #ffffff;
}

.service-block-four .inner-box:hover .text {
  color: #8c8f94;
}
.service-block-four .icon-box {
  position: relative;
  margin-bottom: 25px;
  display: inline-block;
}
.service-block-four .icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100px;
  width: 100px;
  background-color: #121f53;
  color: #fff;
  font-size: 58px;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service-block-four .title {
  margin-bottom: 10px;
}
.service-block-four .title:hover {
  color: #fff;
}
.service-block-four .text {
  position: relative;
  font-size: 15px;
  line-height: 24px;

height: 120px;
overflow: hidden;
}




.reo {

color: #121f53;
padding: 15px;
background: #fff;
display: inline-block;

}

/*

.curved-corner-bottomleft,
.curved-corner-bottomright,
.curved-corner-topleft,
.curved-corner-topright {
    width: 100px;
    height: 100px;
    overflow: hidden;
    position: relative;

position: absolute;
bottom: 0;
z-index: 99999;
left: 0;
right: 0;

}


.curved-corner-bottomleft:before,
.curved-corner-bottomright:before,
.curved-corner-topleft:before,
.curved-corner-topright:before {
    content: "";
    display: block;
    width: 200%;
    height: 200%;
    position: absolute;
    border-radius: 50%;
}
.curved-corner-bottomleft:before {
    bottom: 0;
    left: 0;
    box-shadow: -50px 50px 0 0 #f9f9f9;
}
.curved-corner-bottomright:before {
    bottom: 0;
    right: 0;
    box-shadow: 50px 50px 0 0 #f9f9f9;
}
.curved-corner-topleft:before {
    top: 0;
    left: 0;
    box-shadow: -50px -50px 0 0 #f9f9f9;
}
.curved-corner-topright:before {
    top: 0;
    right: 0;
    box-shadow: 50px -50px 0 0 #f9f9f9;
}

*/




.theme-btn-black, .theme-btn-border {
    font-size: 14px;
    display: inline-flex;
    justify-content: center;
    border: none;
    outline: none;
    box-shadow: none;
    height: 60px;
    line-height: 60px;
    border-radius: 10px;
    padding: 0 38px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    text-transform: uppercase;letter-spacing: 0.5px;
}



.theme-btn-border {
    color: #121f53;
    border: 1px solid #121f53;
    background-color: transparent;
    text-align: center;
}



.theme-btn-border:hover {
    background-color: #121f53;
color:#fff;
}



.bd-portfolio-btn {
margin-top:30px;
}




/************************** 
* 15. features styles 
***************************/


.feature-style-one {
padding: 80px 0 50px;
position: relative;
z-index: 5;
}


.feature-style-one [class*=col-md]:nth-child(1) .single-feature-style-one {
 margin-top: -80px;

}


.feature-style-one [class*=col-md]:nth-child(2) .single-feature-style-one {
  margin-top: -40px;

}


.feature-style-one [class*=col-md]:nth-child(3) .single-feature-style-one {
 

}

.feature-style-one.overlapped-top {
  margin-top: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one.overlapped-bottom {
  margin-bottom: -85.5px;
  position: relative;
  z-index: 20;
}
.feature-style-one .single-feature-style-one {
  padding: 30px;
position: relative;
background: #f3f3f3 !important;
}


.feature-style-one .single-feature-style-one:before {
position: absolute;
left: 8px;
top: 10px;
width: 100%;
height: 100%;
border: 2px solid #ececec;
content: "";
 }

/*
.feature-style-one .single-feature-style-one .icon-box, .feature-style-one .single-feature-style-one .text-box {
  display: table-cell;
  vertical-align: middle;
}*/


.feature-style-one .single-feature-style-one .icon-box {
font-size: 45px;
color: #121f53;
line-height: 1;
position: absolute;
right: 0;
top: 0;
z-index: 1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
overflow: hidden;
width: 150px;
height: 150px;
text-align: center;
padding: 30px 20px 0 75px;
}


.feature-style-one .single-feature-style-one .icon-box:before {
position: absolute;
content: "";
right: -50px;
top: -40px;
width: 155px;
height: 155px;
border-radius: 50%;
background-image: -webkit-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -moz-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -ms-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: -o-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: linear-gradient(0deg, #121f53 0%, #121f53 57%, #f1f1f1 100%);
background: #c6c6c633;
z-index: -1;
-webkit-transition: 0.3s;
-moz-transition: 0.3s;
-ms-transition: 0.3s;
-o-transition: 0.3s;
transition: 0.3s;
}



.feature-style-one .single-feature-style-one .icon-box i {
  color: #0261aa;
  font-size: 50px;
}

.feature-style-one .single-feature-style-one .text-box .tex, .feature-style-one .single-feature-style-one .text-box p {
  margin: 0;
line-height: 24px;
}
.feature-style-one .single-feature-style-one .text-box .tex {
  font-size: 22px;
  font-weight: 800;
  color: #043357;text-transform: uppercase;
margin-bottom: 15px;line-height: 28px;
}
.feature-style-one .single-feature-style-one .text-box .tetx {
  font-size: 16px;
  line-height: 24px;
  color: #555555;
  margin-top: 15px;
height:120px;
overflow:hidden;
}/*
.feature-style-one .single-feature-style-one.light .icon-box i {
  color: #fff;
}
.feature-style-one .single-feature-style-one.light .text-box .tex, .feature-style-one .single-feature-style-one.light .text-box p {
  color: #fff;
}*/

.features-style-two {
  padding-bottom: 120px;
}

.single-features-style-two {
  border: 1px solid #E8E8E8;
  text-align: center;
  min-height: 306px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}



.feature-style-one .single-feature-style-one:hover .icon-box i {
 
color: #121f53;
}


.feature-style-one .single-feature-style-one:hover .icon-box::before { 
background: #fff;
}



.single-features-style-two .inner {
  width: 100%;
}
.single-features-style-two i {
  font-size: 53px;
  color: #262626;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3, .single-features-style-two p {
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.single-features-style-two h3 {
  font-size: 22px;
  line-height: 27px;
  color: #252525;
  
  font-weight: 600;
  letter-spacing: -0.025em;
  margin-top: 18px;
  margin-bottom: 10px;
}
.single-features-style-two p {
  font-size: 15px;
  line-height: 27px;
  color: #545454;
  width: 73%;
  margin-left: auto;
  margin-right: auto;
}
.single-features-style-two:before {
  background: #FD5912;
}
.single-features-style-two:hover h3, .single-features-style-two:hover p, .single-features-style-two:hover i {
  color: #fff;
}















/*-----Project 1-----*/
.project-1-outer-section {margin-bottom:30px;padding-top: 40px;}

.project-1-outer{position:relative;}

.project-1-left{position: absolute; z-index: 3; bottom: -40px;}
.crane-image-section{position:relative;}
.crane-image-section img{max-width:555px;}

@media only screen and (max-width:1199px){
.crane-image-section img {
    max-width: 400px;
}
}
@media only screen and (max-width:991px){
.crane-image-section img {
    display:none;
}
.project-1-outer-section{margin-bottom:0px;}
}

.project-1-right{max-width:700px; float:right; margin-bottom:-30px; z-index: 2; position:relative}


.project-1-right .project-1-slider.owl-carousel .owl-stage-outer{
	padding-bottom:30px;
	padding-top: 0px;
}


.project-1-inner-media{
	max-width:300px;
	float:left;
	position:relative;
	z-index:1;
	margin-right: 30px;
}
.project-1-inner-pic:after{
	position:absolute;
	content:'';
	border:6px solid #204a94;
	right:-30px;
	bottom:-30px;
	left:30px;
	top:30px;
	width:100%;
	z-index:-1;
}

.project-1-inner-info{
	overflow:hidden;
	padding:100px 0px 20px 30px;
}

.project-1-inner-info h4 {
font-size: 17px;
color: #121f53;
text-transform: capitalize;
}

.project-1-inner-info h3 {
font-size: 20px;
margin: 10px 0;
}


.project-1-inner-info .text {
height:200px;margin-bottom:15px;
overflow:hidden;
}


@media only screen and (max-width:991px){
.project-1-inner-media {
    margin: 80px 30px 110px 0px;
}
}
@media only screen and (max-width:767px){
	.project-1-right{float:none; max-width:inherit; margin-bottom:30px;}
	.project-1-inner-media {
		max-width: 100%;
		float: none;
		position: relative;
		z-index: 1;
		margin:0px auto;
		margin-right:30px;
		margin-top:0;
	}	
	
.project-1-slider.long-arrow-next-prev.owl-btn-top-right .owl-nav{top:15px;}
.project-1-inner-info{padding:60px 0px 0px 0px; }

.project-1-right .project-1-slider.owl-carousel .owl-stage-outer {
    padding-bottom: 0px;
    padding-top: 0px;
}


}

.long-arrow-next-prev.owl-btn-top-right .owl-nav{

position:absolute;
right: 0;

top: 0;

}

.long-arrow-next-prev .owl-prev,
.long-arrow-next-prev .owl-next {
	color:#00173c;
	padding: 0px;
	width: auto;
	height: auto;
	text-align: center;
	font-size: 38px;
	display: inline-block;
	background-color:transparent;
	line-height: inherit;
}

.long-arrow-next-prev .owl-prev:hover,
.long-arrow-next-prev .owl-prev:active,
.long-arrow-next-prev .owl-prev:focus,
.long-arrow-next-prev .owl-next:hover,
.long-arrow-next-prev .owl-next:active,
.long-arrow-next-prev .owl-next:focus{
	background-color:transparent;
	border-color: inherit;
	color:#204a94;
	opacity: 1;
}


.project-1-inner-pic img {
object-fit: cover;

height: 400px;
}



.project-1-outer-main {
background-color: #eff3f6;}


.image-pro {
padding:15px;
background:#fff;
margin-bottom:25px;
}


.image-pro img { 
width:100%;
}










.main-header .header-top{
	position: relative;
background: #041428;
background: #012d5a;
}

.main-header .header-top .inner{
	position:relative;
}

/* Top Left*/

.main-header .header-top .top-left{
	position: relative;

}


.top-contact-info {
	float: right;
line-height: 40px;/*
border-left: 1px solid #fff3;
border-right: 1px solid #fff3;*/
padding: 0 15px;
}

.top-contact-info a {
color: #fff;
}

.main-header .header-top .info{
	position: relative;
	float: right;
}

.main-header .header-top .info li{
	position: relative;
	float: left;
	font-size: 14px;
	line-height: 24px;
	color: #111;
	font-weight: 400;
	padding: 0px 0px;
	margin-left:39px;
}
/*
.main-header .header-top .info li:before{
	content:'';
	position:absolute;
	top:2px;
	left:-20px;
	height:20px;
	border-left:1px solid rgba(255,255,255,0.30);	
}

.main-header .header-top .info li:first-child:before{
	display:none;	
}*/

.main-header .header-top .info li a{
	position:relative;
	display: inline-block;
	color: #fff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-header .header-top .info li a .icon{
	position:relative;
	padding-right:5px;
}

.main-header .header-top .info .search-btn{
	position:relative;	
}

.main-header .header-top .info .search-toggler{
	position:relative;
	padding:0;
	background:none;
	margin:0;
	line-height:24px;
	color: #fff;	
	font-size:14px;
	cursor:pointer;
}

.main-header .header-top .top-right{

	float:right;

/*
border-left: 1px solid #fff3;
border-right: 1px solid #fff3;
*/
line-height: 40px;
}

.header-top .top-right .select-box a i {
position: absolute;
right: 5px;
}

.header-top .top-right .select-box a {
color: #111;display: block;padding: 0 25px 0 10px;	position:relative;
}

.main-header .header-top .social-links{
	position: relative;
	float: left;
}

.main-header .header-top .social-links li{
	position:relative;
	float:left;
	color:#fff;
	line-height:24px;
width: 40px;
text-align: center;
height:40px;
overflow:hidden;
}

.main-header .header-top .social-links li a > div {
width: 40px;
height: 40px;
position: relative;
line-height: 40px;
transition: all ease-in-out 0.4s;
top: 0;

}


.main-header .header-top .social-links li:hover a > div {
top:-40px;
}



.main-ico {
border-left: 1px solid #fff3;
}
.main-header .header-top .social-links li:last-child .main-ico {
border-right: 1px solid #fff3;
}


.hover-ico span {
display: block;
line-height: 40px;
color: #fff;
}



.hover-ico .facebook {
background:#3b5998
}

.hover-ico .twitter {
background:#55acee
}


.hover-ico .youtube {
background:#ff0000
}


.hover-ico .linkedin {
background:#007bb5
}


.hover-ico .instagram {
background:#e95950
}



.main-header .header-top .social-links li a{
	position:relative;
	display:block;
color: #fff;
font-size: 15px;
	line-height:24px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}






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



/*----------------------------------------*/
/*  7.12 Feature css
/*----------------------------------------*/



.feature-area {
position: relative;
z-index: 1;
margin-top: -100px;
}


.w-img img {
  width: 100%;
}

.tp-feature-item {
  background-color: #fff;
  position: relative;
  padding: 25px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  box-shadow: 0px 2px 20px 0px rgba(23, 19, 4, 0.04);
position: relative;
overflow: hidden;
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-feature-item {
    padding: 35px 40px 32px 25px;
  }
}
.tp-feature-item:hover {
  background-color: #0f0d1d;
  transform: translateY(-20px);
}
.tp-feature-item:hover .tp-feature-content-title p {
  color: #fff;
}

.tp-feature-item:hover .tp-feature-content .text,
.tp-feature-item:hover .tp-feature-content .text p {
  color: rgba(255, 255, 255, 0.75);
}
.tp-feature-item:hover .tp-feature-icon {
  color: #fff;
}
.tp-feature-item:hover .tp-feature-icon::before {
  opacity: 1;
}
.tp-feature-item:hover .tp-feature-shape-two {
  opacity: 1;
  visibility: visible;
}
.tp-feature-icon {
  font-size: 45px;
  color: #121f53;
  line-height: 1;
  position: absolute;
  right: 30px;
  top: 22px;
  z-index: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-feature-icon::before {
  position: absolute;
  content: "";
  right: -160%;
  top: -160%;
  width: 155px;
  height: 155px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
  background-image: -moz-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
  background-image: -o-linear-gradient(0deg, rgb(60, 114, 252) 0%, rgb(38, 64, 141) 57%, rgb(15, 13, 29) 100%);
background-image: linear-gradient(0deg, #121f53 0%, #121f53 57%, #f1f1f1 100%);
  opacity: 0.06;
  z-index: -1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.tp-feature-content-title p {
  font-size: 20px;
  font-weight: 700;
  color: #0f0d1d;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  margin-bottom: 0;
}

.tp-feature-content .text,
.tp-feature-content .text p {
  font-size: 16px;
  color: #0f0d1d;
  margin-bottom: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 24px;
display: none;
}
.tp-feature-shape-one {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.tp-feature-shape-two {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-feature-shape-two img {
  width: 100%;
}

.tp-step-item-even {
  margin-top: 60px;
}
.tp-step-wrapper {
  position: relative;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .tp-step-wrapper {
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  .tp-step-wrapper {
    flex-wrap: wrap;
    justify-content: center !important;
  }
}
.tp-step-line-shape {
  position: absolute;
  left: 0;
  top: 65px;
  z-index: -1;
}
.tp-step-item {
  position: relative;
}
.tp-step-item:hover .tp-step-item-thumb::before {
  opacity: 1;
}
.tp-step-item:hover .tp-step-item-thumb-icon i {
  opacity: 1;
  visibility: visible;
}
.tp-step-item-count {
  position: absolute;
  top: -2px;
  left: 25px;
  z-index: 1;
}
.tp-step-item-count span {
  display: inline-block;
  height: 34px;
  width: 34px;
  line-height: 29px;
  background-color: #0f0d1d;
  font-size: 18px;
  font-weight: 700;
  color: #0f0d1d;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(16, 23, 40, 0.2);
  border: #0f0d1d;
}
.tp-step-item-overlay {
  position: relative;
  display: inline-block;
}
.tp-step-item-thumb {
  display: inline-block;
  border: 1px solid #e2e2e2;
  border-radius: 50%;
  position: relative;
}
.tp-step-item-thumb::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(16, 23, 40, 0.851);
  border-radius: 50%;
  border: #0f0d1d;
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-step-item-thumb img {
  border-radius: 50%;
  border: #0f0d1d;
}
.tp-step-item-thumb-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
}
.tp-step-item-thumb-icon i {
  font-size: 36px;
  color: #0f0d1d;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-step-item-title {
  font-size: 20px;
  margin-bottom: 12px;
}





.tp-project-3-bg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tp-project-3-width {
  max-width: 1600px;
  margin: 0 auto;
}
.tp-project-3-item {
  position: relative;
  z-index: 1;
}

.tp-project-3-item a {
display: block;
 }



.tp-project-3-item:hover .tp-project-3-thumb::after {
  height: 100%;
  opacity: 1;
  visibility: visible;
}
.tp-project-3-item:hover .tp-project-3-icon {
  transform: translateY(0);
  visibility: visible;
  opacity: 1;
}
.tp-project-3-thumb {
  position: relative;
  z-index: 1;
}
.tp-project-3-thumb::before {
  position: absolute;
  content: "";
  background-image: linear-gradient(0deg, #0f0d1d 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -webkit-transition: 0.3s 0.3s 0s ease-out;
  -moz-transition: 0.3s 0.3s 0s ease-out;
  -ms-transition: 0.3s 0.3s 0s ease-out;
  -o-transition: 0.3s 0.3s 0s ease-out;
  transition: 0.3s 0.3s 0s ease-out;
z-index: 1;
}
.tp-project-3-thumb::after {
  position: absolute;
  content: "";
  background-image: linear-gradient(20deg, #3c72fc 0%, rgba(60, 114, 252, 0.0509803922) 65%, rgba(60, 114, 252, 0) 100%);
  bottom: 0;
  left: 0;
  height: 0%;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.tp-project-3-thumb img {
  width: 100%;
height: 300px;
}
.tp-project-3-content span {
  color: #c3d4ff;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 3px;
}
.tp-project-3-title {
  font-size: 20px;
  margin-bottom: 0;
  color: #ffffff;
}
.tp-project-3-info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 38px;
  padding-bottom: 35px;
  z-index: 5;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .tp-project-3-info {
    padding: 20px;
    padding-bottom: 25px;
  }
}
.tp-project-3-icon {
  height: 50px;
  width: 50px;
  line-height: 48px;
  display: inline-block;
  text-align: center;
  background-color: #ffffff;
  border-radius: 50%;
  transition-delay: 0.2s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  font-size: 20px;
  color: #111013;
}


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

.serviceSection {
  padding: 50px 0;
  background-color: #eff3f6;
  background-image: url(../images/pattern3.png);
  position: relative;
}


.case-block{
	position:relative;
	margin-bottom:30px;
}
.case-block .inner-box{
	position:relative;
z-index: 1;
}
.case-block .inner-box .image{
	position:relative;
}
.case-block .inner-box .image img{
	position:relative;
	width:100%;
	display:block;
	border-radius:5px;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;height: 380px;z-index: -1;
}
.case-block .inner-box:hover .image img{
	opacity:0.80;
}
.case-block .inner-box .overlay-box{
	position:absolute;
	left:0px;
	bottom:-15px;
	left:40px;
	right: 0;
	padding:15px;
	overflow:hidden;
	background-color:#ffffff;
	border-radius:5px 0 0 5px;
	box-shadow:0px 0px 20px rgba(0,0,0,0.10);
z-index: 2;
}


.case-block .inner-box .image:before {
position: absolute;
content: "";
  background-image: linear-gradient(0deg, #0f0d1d 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);
top: 0;
left: 0;
height: 100%;
width: 100%;
-webkit-transition: 0.3s 0.3s 0s ease-out;
-moz-transition: 0.3s 0.3s 0s ease-out;
-ms-transition: 0.3s 0.3s 0s ease-out;
-o-transition: 0.3s 0.3s 0s ease-out;
transition: 0.3s 0.3s 0s ease-out;

}


.case-block .inner-box .overlay-box:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:0px;
	right:0px;
	height:0%;
	background-color:#121f53;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	transition:all 500ms ease;

background: linear-gradient( to right , #121f53 , #015c9a);
box-shadow: 0px 10px 20px rgba(212,169,109,0.15);

}


.case-block .inner-box:hover .overlay-box:before{
	height:100%;
}
.case-block .inner-box .overlay-box .tie{
	position:relative;
	color:#121f53;

	font-size:14px;
	text-transform:capitalize;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;padding: 0;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box .overlay-box h4{
	margin-top:4px;
font-size: 17px;
text-transform: capitalize;
position: relative;
z-index: 2;
}




.case-block .inner-box .overlay-box h4 {
	color:#00062c;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box .arrow{
	position:absolute;
	left:15px;
	top:35px;
	width:46px;
	height:34px;
	color:#ffffff;
	text-align:center;
	line-height:34px;
	border-radius:50px;
	display:inline-block;
	background-color:#00062c;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	transition:all 300ms ease;
}
.case-block .inner-box:hover .arrow{
	color:#121f53;
	background-color:#ffffff;
}



.case-block a:hover,
.case-block:hover a,
.case-block .inner-box:hover .overlay-box .tie,
.case-block .inner-box:hover .overlay-box h4 {
	color:#ffffff !important;
}







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






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


.video-section-full-v2 {
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: 50px;
    margin-left: 40px
}

.video-section-full-v2:after {
    content: "";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 100%;
    height: auto;
    background-color: transparent;
    border: 20px solid #eee;
    z-index: 0;
    bottom: -40px
}

.video-section-full {
    padding: 60px 40px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: -120px;
    margin-top: -100px
}

.video-section-full-v2 .video-section-full {
    position: relative;
    z-index: 1;
    overflow: hidden;
    bottom: 0;
    margin-top: 0;
    margin-left: 0;
    height: 400px;
background-color: #212121;
background-size: cover;
}

.video-section-full .overlay-main {
    z-index: -1;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #000c, #0006);
    background: linear-gradient(to right, #000000b3, #0006);
    background: linear-gradient(to right, #00000080, #0006);
background-image: linear-gradient(0deg, #0f0d1d 0%, rgba(135, 134, 142, 0.1019607843) 90%, rgba(255, 255, 255, 0) 100%);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0
}

.video-section-full:after,
.video-section-full:before,
.video-section-inner:after,
.video-section-inner:before {
    content: "";
    position: absolute;
    background-color: #fff;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    overflow: hidden
}

.video-section-full:after {
    width: 30px;
    height: 2px;
    left: 20px;
    top: 20px
}

.video-section-full:before {
    width: 2px;
    height: 30px;
    left: 20px;
    top: 20px
}

.video-section-inner:after {
    width: 30px;
    height: 2px;
    right: 20px;
    bottom: 20px
}

.video-section-inner:before {
    width: 2px;
    height: 30px;
    right: 20px;
    bottom: 20px
}

.video-section {
    position: relative;
    z-index: 1;
    margin-right: 31px
}

.video-section-content {
    width: 100%
}

.video-section-content .mfp-video {
    width: 60px;
    height: 60px;
    background: #121f53;
    display: block;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    color: #fff;
    position: absolute;
    bottom: 140px;
    left: 70px
}

.video-section-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px
}

.video-section-bottom .sx-title {
    margin-bottom: 0;
    font-size: 19px;
    text-transform: capitalize
}

@media only screen and (max-width:991px) {
    .video-section-full {
        padding: 60px 40px;
        bottom: 0;
        margin-top: 0;
        margin-bottom: 30px
    }
}

@media only screen and (max-width:767px) {
    .video-section-full-v2 {
        margin-bottom: 40px
    }
}

@media only screen and (max-width:480px) {
    .video-section-full {
        width: 100%;
        margin-bottom: 15px
    }

    .video-section-full-v2 .video-section-full {
        margin-left: 0
    }
}

@media only screen and (max-width:420px) {
    .video-section-full-v2 .video-section-full {
        padding: 150px 40px
    }
}




/*
.ripple,
.ripple:after,
.ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 50% 50% 50% 50%;
    -moz-border-radius: 50% 50% 50% 50%;
    -ms-border-radius: 50% 50% 50% 50%;
    -o-border-radius: 50% 50% 50% 50%;
    border-radius: 50% 50% 50% 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -moz-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -o-box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, .16);
    -webkit-animation: ripple 3s infinite;
    -moz-animation: ripple 3s infinite;
    -ms-animation: ripple 3s infinite;
    -o-animation: ripple 3s infinite;
    animation: ripple 3s infinite
}

.ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute
}

.ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute
}






@-webkit-keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}

@keyframes ripple {
    70% {
        box-shadow: 0 0 0 70px rgba(253, 167, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(253, 167, 0, 0)
    }
}
*/



.svg-shape {
  position: absolute;
  left: 0;
  bottom: -240px;
  width: 100%;
  bottom: -185px;
z-index: 2;
}


.svg-shape svg {
  fill: #f9f9f9;
}



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




.news-block {
    position: relative;
    margin-bottom: 10px;
border-radius: 10px;
overflow: hidden;
}

.news-block .inner-box {
    position: relative
}

.news-block .inner-box .image {
    position: relative;
    overflow: hidden;
    background-color: #c58f2d
}

.news-block .inner-box .image:after {
    content: "";
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    width: 35%;
    height: 200%;
    left: -100%;
    top: -50%;
    -webkit-transition: all .5s linear;
    -moz-transition: all .5s linear;
    -ms-transition: all .5s linear;
    -o-transition: all .5s linear;
    transition: all .5s linear;
    -moz-transform: rotate(40deg);
    -webkit-transform: rotate(40deg);
    -o-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg)
}

.news-block:hover .inner-box .image:after {
    left: 150%
}

.news-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    -webkit-transition: all .6s ease;
    -ms-transition: all .6s ease;
    -o-transition: all .6s ease;
    -moz-transition: all .6s ease;
    transition: all .6s ease;
    height: 250px
}

.news-block .lower-content {
    position: relative;
    padding: 25px;
    box-shadow: 0 5px 20px 0 rgba(23, 44, 82, .1)
}

.news-block .lower-content p {
    height: 108px;
}

.news-block .post-meta {

transition: all .3s ease;

position: absolute;

top: 15px;

left: 25px;

background: #fff;

padding: 7px 0 0 0;

border-radius: 8px;

text-align: center;

width: 80px;
}

.news-block .post-meta li {
    position: relative;
    color: #222;
    font-weight: 400;
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease
}

.news-block .post-meta li span {
display: block;
background: #c58f2d;
color: #fff;
font-size: 19px;
font-weight: bold;
padding: 5px 10px;
border-radius: 0 0 8px 8px;margin-top: 7px;width: 80px;
}


.news-block .post-meta li .icon {
    position: absolute;
    left: 0;
    top: 1px;
    color: #c58f2d;
    font-size: 15px;
    margin-right: 5px
}

.news-block .post-meta li:last-child {
    margin-right: 0
}

.news-block .inner-box h5 {
    font-size: 17px;
    font-weight: 400;
    line-height: 30px
}

.news-block .inner-box h5 a {
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #000
}

.news-block .inner-box h5 a:hover {
    color: #c58f2d
}

.news-block .inner-box .theme-btn {
    font-size: 15px;
    padding: 10px 35px 10px
}




/** news-section **/

.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box:before{
  position: absolute;
  content: '';
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  z-index: 2;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.news-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;margin:0;
  box-shadow: 0px 10px 10px 0px rgb(0 0 0 / 8%);
}

.news-block-one .inner-box .image-box .image:before{
  position: absolute;
  content: '';
  background: #252638;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.15;
  z-index: 1;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image:before{
  opacity: 0.9;
}

.news-block-one .inner-box .image-box .image a{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 0px;
  color: #ffffff;
  z-index: 2;
}

.news-block-one .inner-box .image-box .image img{
  width: 100%;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box .image img{
  transform: scale(1.05);
}

.news-block-one .inner-box .image-box .post-date{
  position: absolute;
  top: 10px;
  right: 10px;
}

.news-block-one .inner-box .image-box .post-date h3{
  position: relative;
  display: inline-block;
  width: 64px;
  font-size: 24px;
  font-weight: 700;
  background: #ffffff;
  padding: 11px 0px 5px 0px;
  text-align: center;
  border-radius: 0px 5px 0px 5px;
  line-height: 24px;
  z-index: 2;
}

.news-block-one .inner-box .image-box .post-date h3 span{
  display: block;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
}

.news-block-one .inner-box .lower-content{
  position: relative;
  display: block;
  background: #f9f9f9;
  padding: 20px 30px 30px;

}



.news-block-one .inner-box .lower-content .category a{
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  color: #ffffff;
  border-radius: 4px;
  text-align: center;
  padding: 3px 12.5px;background: #c58f2d;text-transform: capitalize;
}

.news-block-one .inner-box .lower-content .category a i{
  margin-right: 7px;
}

.news-block-one .inner-box .lower-content .category a:hover{
  background: #252638;
}

.news-block-one .inner-box .lower-content h4{
  position: relative;
  display: block;
  font-size: 17px;
  line-height: 26px;

  padding-bottom: 17px;
  margin-bottom: 14px;
  border-bottom: 1px solid #fff3;
height: 78px;
overflow: hidden;
}

.news-block-one .inner-box .lower-content h4 a{
  display: inline-block;
  color: #c0c0c0;
}

.news-block-one .inner-box .lower-content h4 a:hover{

}

.news-block-one .inner-box .lower-content .post-info li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 25px;
  padding-left: 22px;
  font-size: 13px;
  color: #777;
}

.news-block-one .inner-box .lower-content .post-info li a{
  display: inline-block;
  color: #777;
}

.news-block-one .inner-box .lower-content .post-info li a:hover{

}

.news-block-one .inner-box .lower-content .post-info li i{
  position: absolute;
  left: 0px;
  top: 6px;
  font-size: 12px;
}

.news-block-one .inner-box .lower-content .post-info li:before{
  position: absolute;
  content: '';
  background: #cbcbcb;
  width: 1px;
  height: 14px;
  top: 6px;
  right: -13px;
}

.news-block-one .inner-box .lower-content .post-info li:last-child:before{
  display: none;
}



.clients-de .sec-title h2:after,
.about-welcome .sec-title h2:after {
left: 0;
margin-left: 0;
}




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

.service-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  padding: 15px;
background: #fff;
box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1);
 }


.service-menu li + li {
border-top: 1px solid #eee;
}
  .service-menu li a {
    display: block;
    padding: 12px 48px 12px 30px;
    text-transform: capitalize;
    font-weight: 600;
    position: relative;
    z-index: 1;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    color: #333;
    font-weight: 500;
    font-size: 14px; }


.service-menu li a:before {

	font-family: "Font Awesome 5 Pro";  font-weight: 300;
	content: "\f105";
	position:absolute;
	left:10px;
	top:12px;
	display:block;
	color:#333;
	font-size:13px;
	font-weight:normal;
	text-align:center;
	z-index:5;}



  .service-menu li:last-child a {
    border-bottom: 0; }
  .service-menu li a i {
    color: #333;
    font-size: 18px;
    line-height: 16px;
    text-align: center;
    border-radius: 35px;
    position: absolute;
    right: 20px;
    top: 20px;
    padding-left: 2px; }

  .service-menu li.active a, .service-menu li:hover a {
    background: #f9f9f9;
    color: #000; }

    .service-menu li.active a i, .service-menu li:hover a i {
      color: #000; }
  .service-menu.style-1 li a i {
    font-size: 24px; }
  @media only screen and (max-width: 1199px) {
    .service-menu {
      padding: 15px; } }


.help-bx {background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1); }
  .help-bx .info {
    padding: 15px 25px 35px 25px;
    text-align: center;
    position: relative;
    z-index: 1; }


.help-bx .media img {
height: 280px;
width: 100%;
}

    .help-bx .info img {
      max-width: 60px;
      margin-bottom: 20px; }
    .help-bx .info:before, .help-bx .info:after {
      content: "";
      background: #fff;
      position: absolute;
      top: -25px;
      width: 100%;
      height: 80px;
      left: 0;
      transform: skewY(-8deg);
      z-index: -1; }
    .help-bx .info:before {
      background: #fff;
      top: -32px;
      transform: skewY(-5deg);
      height: 40px; }
  .help-bx p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px; }


.widget {
  margin-bottom: 10px;
}



.brochure-bx {
  padding: 30px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0 20px 60px 0 rgba(0, 0, 0, 0.1); }
  .brochure-bx .title-head {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
    padding-bottom: 8px;
    position: relative;
    margin-bottom: 30px; }
    .brochure-bx .title-head:after {
      background: var(--primary);
      content: "";
      width: 30px;
      height: 3px;
      position: absolute;
      bottom: -2px;
      left: 0; }

.download-link {
  position: relative;
  display: block;
  padding-left: 45px;
  margin-top: 20px; }
  .download-link .title {
    font-size: 16px;
    margin-top: 0;
    margin-bottom: 0px;
    line-height: 22px; }
  .download-link span {
    color: #888;
    font-size: 14px;
    line-height: 18px; }
  .download-link img {
    width: 45px;
    position: absolute;
    left: -5px;
    top: 0; }










.tp-cta-4-area {
  overflow: hidden;
margin-top: -80px;
}
.tp-cta-4-shape {
  position: absolute;
top: 0;
left: 0;
  z-index: 1;
}
.tp-cta-4-wrapper-left {
  position: relative;
  padding: 30px;
background: #121f53;
border-radius: 10px;
z-index: 1;
overflow: hidden;
}


.tp-cta-4-wrapper-left:before {
content: '';
position: absolute;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background-image: url(../images/cta-bg-imgae-07.png);
background-size: cover;
background-repeat: no-repeat;
}








.tp-cta-4-wrapper-right {
  background: #041428;
}

.tp-cta-4-wrapper-left:hover {
background: #041428;
}


.tp-cta-4-wrapper-right:hover {
background: #121f53;
}


.tp-cta-4-mail img {
position: absolute;
left: 0;
width: 68px;
}

.tp-cta-4-mail {
padding-left: 90px;
position: relative;

}


.sape .text p {
color: #fff;
font-size: 24px;
width: 80%;
font-weight: 800;
text-transform: capitalize;
line-height: 34px;
}


.tp-cta-4-mail .more-s {
  font-size: 16px;
  color: #ffffff;
display: block;
margin-top: 10px;
text-transform: capitalize;
text-align: left;
}





.soel {

	display: inline-block;
}


.soel li {


line-height: 40px;
	display: inline-block;
}



.soel li a {
color:#fff;
padding:0 15px;
display: block;
background: #121f53 !important;
}






.tp-slider-3__icon {
  position: absolute;
  bottom: 30px;
  right: 50%;
  transform: translateX(50%);
  z-index: 22;
  height: 90px;
  line-height: 97px;
  width: 90px;
  background-color: #ffffff;
  border-radius: 50%;
  text-align: center;
}
@media (max-width: 767px) {
  .tp-slider-3__icon {
    bottom: -40px;
    height: 80px;
    line-height: 80px;
    width: 80px;
  }
}
.tp-slider-3__icon .arrow-scroll-btn {
  color: #ffffff;
  font-size: 23px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
background: linear-gradient(to right , #55d4d3 , #27aead);
  display: inline-block;
  text-align: center;
  position: relative;
}
.tp-slider-3__icon .arrow-scroll-btn i {
  line-height: 0;
  transform: translateY(3px);
  display: inline-block;
  animation: scroll 1s infinite ease-in-out alternate;
}

@media (max-width: 767px) {
  .tp-slider-3__icon .arrow-scroll-btn {
    font-size: 19px;
    height: 40px;
    width: 40px;
    line-height: 40px;
  }
}

.tp-slider-3__icon .arrow-scroll-btn::after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
  width: 80%;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #d5d9d9;
  animation: borderanimate2 2s linear infinite;
  z-index: -1;
}
.tp-slider-3__icon .arrow-scroll-btn::before {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 75%;
  width: 75%;
  position: absolute;
  border-radius: 50%;
  background-color: rgba(213, 217, 217, 0.8);
  animation: borderanimate2 3s linear infinite;
  z-index: -1;
}




@keyframes borderanimate2 {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
  }
  60% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2.5);
    opacity: 0;
  }
}



@keyframes scroll {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}



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



/* ------ Hassan------------------------------------------------------------ */
.nader {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
z-index: 8; 
padding: 60px 0 0 0; 
transition: all 300ms linear;
text-align: center;
height: 60px;
z-index: 3;
}
.logo-holder {
	float: left;
	position: relative;
	width: 40px;
	height: 90px;
	line-height: 90px;
	z-index: 5;
 	border-bottom: 1px solid rgba(255,255,255,0.05);
}
.logo-holder img {
	width: auto;
	height: 25px;
}
.top-header {
	position: fixed;
	top: 0;
	left: 70px;
	width: calc(100% - 440px  );
	height: 90px;
	border-bottom: 1px solid rgba(255,255,255,0.05);
	background: #222;
	z-index: 19;
}
.progress-bar-wrap {
position: absolute;
left: 50px;
width: 30%;
height: 1px;
bottom: 290px;
background: rgba(255,255,255,0.2);
overflow: hidden;
top: 29px;
}
.slide-progress {
    position:absolute;
    height:1px;
    width: 0%;
	z-index:2;
	left:0;
	top: 0;background: #5ccec6;
}

/*
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 4px;
  background: #7fc242;
    position:absolute;
	left:0;
	top: 0;
}
*/
.single-page-fixed-row-link {
	float: right;
	margin-right: 120px;
	text-align: left;
	top: 32px;
}
.single-page-fixed-row-link i {
	padding-right: 20px;
}
.single-page-fixed-row-link span {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 10px;
	letter-spacing: 2px;
	color: #8B8B8B;
	position: relative;
}
.single-page-fixed-row-link span:before {
	content: '';
	position: absolute;
	left: 70%;
	right: -80px;
	top: -12px;
	bottom: -12px;
	background: rgba(255, 255, 255, 0.081);
	transition: all 0.2s ease-in-out;
}
.single-page-fixed-row-link:hover span:before {
	left: 20%;
} 
.page-subtitle {
	float: left;
	line-height: 90px;
	margin-left: 120px;
	color: #8B8B8B;
	font-size: 10px;
	font-weight: 600;
	text-transform: capitalize;
	letter-spacing: 4px;
	position: relative;
}
.page-subtitle:before {
	content: '';
	position: absolute;
	left: -70px;
	top: 50%;
	width: 30px;
	height: 1px;
}
.header_social {
	position:absolute;
	bottom:15px;
	right:50px;
	width:35%;
}
.header_social li {
	float: right;
	margin-left: 10px;
}
.header_social li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	border: 1px solid #fff;
	-webkit-transition: all 300ms linear;
	transition: all 300ms linear;
}
.header_social li a:hover {
	color:#fff;
	text-transform: capitalize;
} 




/*------share------------------------------------------------*/
.folio-btn{
	position:absolute;
	left:0;
	width:70px;
	bottom:0;
	height:55px;
	z-index: 20;
	cursor: pointer;
}
.folio-btn-tooltip {
	position:absolute;
	font-size:10px;
	text-transform:capitalize;
	letter-spacing:2px;
	font-weight:600;
	top:0;
	left:0;
	width:100%;
	color: rgba(255,255,255,0.7);
	visibility:hidden;
	opacity:0;
	transition: all 300ms linear;
}
.folio-btn:hover .folio-btn-tooltip{
	opacity:1;
	visibility:visible;
	top:-10px;
} 
.folio-btn-item {
	position:absolute;
	left:50%;
	width:40px;
	height:40px;
	top:50%;
	margin: -20px 0 0 -20px;
	transition: all 0.5s ease;
	transform: rotate(45deg);
} 
.folio-btn-dot {
	float:left;
	width:50%;
	height:50%;
	position:relative;
}
.folio-btn-dot:before {
	content:'';
	position:absolute;
	left:50%;
	top:50%;
	width:4px;
	height:4px;
	margin:-2px 0 0 -2px;
	border-radius:50%;
	background: #fff;background: #5ccec6;
}
.folio-btn-item:after {
	content:'';
	position:absolute;
 	transition: all 0.5s ease;
	border-radius: 100%;
	left: 15px;
	right: 15px;
	bottom: 15px;
	top: 15px;
	border: 1px solid rgba(255,255,255,0.5);
	transform: scale(1.0)
}
.folio-btn:hover .folio-btn-item {
	transform: rotate(0);
}
.folio-btn:hover .folio-btn-item:after{
	transform: scale(0);
}
.share-button span {
	position: relative;
	z-index: 2;
}
.share-icon {
    width:100%;
	float:left;
    padding:9px 0 ;
	position:relative;
	font-size:10px;
	text-align:left;
	letter-spacing:3px;
	color: rgba(255, 255, 255, 0.41);
	text-transform:capitalize;
	opacity:0;
	font-weight: 600;
}
.share-icon:after {
	content:'';
	position:absolute;
	left:-30px;
	width:0;
	height:1px;
	top:50%;
	background: rgba(255, 255, 255, 0.3);
}
.share-icon:hover:after {
	width:20px;
}
.share-icon-facebook:before  {
   content: "facebook";
}
.share-icon-twitter:before {
   content: "twitter";
}
.share-icon-tumblr:before {
   content: "tumblr";
}
.share-icon-linkedin:before {
   content: "linkedin";
}
.share-icon-pinterest:before {
    content: "pinterest";
}
.share-wrapper {
	position:absolute;
	bottom:0;
	left:70px;
	width:0;
    background: #262627;
	z-index:100;
	overflow:hidden;
	height:300px;
    -webkit-transform: translate3d(0,0,0);
}
.share-wrapper:before {
	content: '';
	position: absolute;
	left: 50px;
	right: 80px;
	top: 30px;
	height: 1px;
	background:  rgba(255,255,255,0.1);
	z-index: 1;
}
.share-container {
	padding:10px;
	overflow:hidden;
	z-index: 2;
}
.close-share-btn {text-align: center;
    position: absolute;
    right: 0px;
    top: -60px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    z-index: 10;
    cursor: pointer;
    color: rgb(255, 255, 255);
    opacity: 0;
    background: rgb(51, 51, 51);
}
.share-icon , .share-icon:after , .close-share-btn i {
    transition: all 100ms linear;
}
.menu-button-text {

}





/*

.banner-carousel .owl-dots {
position: absolute;
bottom: 30px;
left: 50px;
z-index: 100;
width: 20px;
right: auto;
}

.banner-carousel .owl-dots .owl-dot {
display: block;
margin-bottom: 20px;
}

.banner-carousel .owl-dots .owl-dot span {
width: 7px;
height: 7px;
margin: 0 10px;
background: #5ccec6;
-webkit-transition: all ease .5s;
transition: all ease .5s;
border-radius: 50%;position: relative;
}


.banner-carousel .owl-dots .owl-dot span:after {
content: '';
position: absolute;
left: 50%;
top: 50%;
width: 22px;
height: 22px;
margin: -11px 0 0 -11px;
box-sizing: border-box;
border: 1px solid rgba(255,255,255,0.4);
border-radius: 100%;
transition: all 0.3s ease;
transform: scale(0.0);
}



.banner-carousel .owl-dots .owl-dot.active span:after {
transform: scale(1.0);
}

.banner-carousel .owl-dots .owl-dot.active span {
    background-color: #fff
}

*/



/*
.colorize {
color: #dfa202;
margin-bottom: 15px;
text-transform: capitalize;
background: -webkit-linear-gradient(#0f8bf2, #72afe4, #a47afe);
  background-clip: border-box;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
font-weight: bold;
}*/



.main-banner-content {
margin: 0 auto;
text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;

}


.maitent {

display: grid;
height: 550px;
width: 100%;
align-items: center;
text-align: center;}


.main-banner-content .text {
font-size: 22px;
color: #fff;
text-transform: capitalize;
}

.main-banner-content h1 {
font-size: 48px;
margin-bottom: 10px;
position: relative;
z-index: 1;
color: #fff;
text-transform: capitalize;
line-height: 55px;
font-weight: bold;
letter-spacing: 1px;
}


.main-banner-content h1 div {
font-size: 26px;
font-weight: normal;
}






.scroll-down {
    position: absolute;
    bottom: -24px;
    left: calc(50% - 340px);
    height: 88px;
    width: 680px;
    text-align: center;
    background-color: #fff;
    -webkit-clip-path: path("M646.782 65H33.2179C103.636 65 173.285 50.3548 237.739 21.9947C302.899 -6.67547 377.101 -6.67547 442.261 21.9947C506.715 50.3548 576.364 65 646.782 65Z");
    clip-path: path("M646.782 65H33.2179C103.636 65 173.285 50.3548 237.739 21.9947C302.899 -6.67547 377.101 -6.67547 442.261 21.9947C506.715 50.3548 576.364 65 646.782 65Z");
z-index: 3;
}

.hero-5-scroll-wrap {
    height: 32px;
    width: 20px;
    border: 2px solid #5196c3;
    display: inline-block;
    border-radius: 30px;
    margin-top: 20px;
    position: relative;
}

.hero-5-scroll-wrap:before {
    content: "";
    height: 6px;
    width: 2px;
    border-radius: 50px;
    background-color: #5196c3;
    position: absolute;
    top: 5px;
    left: 7px;
    -webkit-animation: scrollMove 1.5s infinite;
    animation: scrollMove 1.5s infinite;
}



@-webkit-keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}
@keyframes scrollMove {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
    }
}




/*--------------------------------------------------------------
# Why Choose
--------------------------------------------------------------*/

.why-choose {
    position: relative;
    display: block;background: url(../images/sky.jpg);
background-position: left;
background-size: contain;
background-repeat: no-repeat;
z-index: 1;
}


.why-choose:before {
z-index: -1;
  content: "";
width: 53%;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
background: linear-gradient( to bottom , #082740 , #104e97);
}





.why-choose:after {
content:"";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
background: #00000080;
min-height: 100%;
width: 47%;
z-index: -1;
}

.why-choose__container {
    position: relative;
    display: block;
    width: 100%;
    overflow: hidden;
}

.why-choose__left {
left: 0;
width: 47%;
display: grid;
align-items: center;
position: relative;
}






.why-choose__toggle {
    position: absolute;
    top: 100px;
    right: 100px;
    height: 171px;
    width: 171px;
    background-color: #2591d0;
    box-shadow: 0px 20px 20px 0px rgb(21, 29, 42, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    animation: fa-spin 5s ease infinite;
    z-index: 1;
}

.why-choose__toggle:before {
    position: absolute;
    height: 11px;
    width: 25px;
    right: 32px;
    bottom: 0;
    content: "";
    background-image: url(../images/shapes/why-choo-toggle-shape.png);
    background-repeat: no-repeat;
    transform: rotate(-27deg);
    z-index: -1;
}

.why-choose__toggle p {
    font-size: 24px;
    color: #fec654;
    margin: 0;
    line-height: 39px;
    text-align: center;

    position: relative;
    top: 8px;
}

.why-choose__right {
    position: relative;
    display: block;
    float: right;
    width: 53%;
    padding: 40px 0;
    padding-left: 70px;
}

.why-choose__right-map {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 500px;
    width: 434px;
    opacity: .10;
}
/*
.why-choose__left:before {
    position: absolute;
    top: 120px;
    bottom: 120px;
    background-color: #2591d0;
    width: 12px;
    right: 0;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
    content: "";
}*/

.why-choose__right-content {
    position: relative;
    display: block;
    max-width: 520px;
    width: 100%;
}

.why-choose__right .section-title__title {
    color: #fff;font-size: 28px;
}

.section-title__tagline {
color: #2591d0;
}

.why-choose__right-text {
    color: #a9a8b6;
    margin: 0;
}

.why-choose__list {
    position: relative;
    display: block;
    margin-top: 41px;
}

.why-choose__list li {
    position: relative;
    display: flex;
}

.why-choose__list li+li {
    margin-top: 40px;
}

.why-choose__list li .icon {
    position: relative;
    top: 8px;
    display: inline-block;
    transition: all 500ms ease;
}

.why-choose__list li:hover .icon {
    transform: rotateY(180deg);
}

.why-choose__list li .icon span {
    font-size: 63px;
    color: #2591d0;
}

.why-choose__list li .text {
    margin-left: 40px;
}

.why-choose__list li .text h4 {
    font-size: 20px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 11px;
    color: #fec654;
}

.why-choose__list li .text p {
    font-size: 16px;
    color: #a9a8b6;
    font-weight: 500;
    margin: 0;
}




/*--------------------------------------------------------------
# Video One
--------------------------------------------------------------*/

.video-one {
    position: relative;
    display: block;
}

.video-one-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    z-index: -1;
}

.video-one-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    content: "";
    background-color: rgba(41, 40, 55, .80);
    z-index: -1;
}

.video-one-bg.jarallax div div {
    filter: grayscale(100%);
}

.video-one__left {
    position: relative;
    display: block;
}

.video-one__video-link {
    position: relative;
    display: block;
}

.video-one__video-icon {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 90px;
    line-height: 90px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    background-color: #2591d0;
    border-radius: 50%;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
margin: 0 auto 30px;
background: linear-gradient( to bottom , #2591d0 , #104e97);
}

/*
.video-one__video-icon:before {
    position: absolute;
    top: -15px;
    left: -15px;
    right: -15px;
    bottom: -15px;
    content: "";
    border: 1px solid #73737d;
    border-radius: var(--thm-border-radius);
}
*/
.video-one__video-link .ripple {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
.video-one__video-icon .ripple:before {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}
.video-one__video-icon .ripple:after {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    -ms-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -o-box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    box-shadow: 0 0 0 0 rgba(64, 185, 235, 0.6);
    -webkit-animation: ripple 3s infinite;
    animation: ripple 3s infinite;
    border-radius: 50%;
}

.video-one__video-icon .ripple:before {
    -webkit-animation-delay: 0.9s;
    animation-delay: 0.9s;
    content: "";
    position: absolute;
}

.video-one__video-icon .ripple:after {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
    content: "";
    position: absolute;
}

.video-one__tagline {
    font-size: 30px;
    color: #fec654;

    margin: 0;
text-transform: capitalize;
text-align: center;
}

.video-one__title {
font-size: 50px;
color: #fff;
text-align: center;
letter-spacing: 1px;
}

.video-one__right {
    position: relative;
    display: block;

padding:30px 0;
}



.video-one__right .section-title__title {
color: #fff;
}



.video-one__four-icon-boxes {
    position: relative;
    display: block;
    overflow: hidden;margin-top: 25px;
}

.video-one__four-icon-boxes li {
position: relative;
width: 32.333%;
text-align: center;
border: 1px solid #fff6;
padding-top: 38px;
padding-bottom: 35px;
border-radius: 8px;
float: left;
margin-right: 1%;
margin-bottom: 10px;
}


/*
.video-one__four-icon-boxes li:nth-child(1) {
    margin-left: 0;
}

.video-one__four-icon-boxes li:nth-child(3) {
    margin-right: 0;
}

.video-one__four-icon-boxes li:nth-child(4) {
    margin-bottom: 0;
}
*/
.video-one__icon-box {
    margin-bottom: 15px;
}

.video-one__icon-box span {
    font-size: 63px;
    color: #fff;
    display: inline-block;
    transition: all 500ms ease;
}

.video-one__four-icon-boxes li:hover .video-one__icon-box span {
    transform: rotateY(180deg);
}

.video-one__icon-box-title {
    font-size: 16px;
    color: #fec654;text-transform: capitalize;
}

.video-one__icon-box-title a {
    color: #fff;
    transition: all 500ms ease;
}

.video-one__four-icon-boxes li:hover .video-one__icon-box-title a {
    color: #fec654;
}





.single-counter-box {
    border-bottom: 1px solid #fff3;
    border-right: 1px solid #fff3;
    padding-bottom: 20px;
    border-left: 1px solid #fff3;
    border-top: 1px solid #fff3;
    padding: 20px 15px;text-align: center;
}

.single-counter-box.one {
    border-top: none;
    border-left: none;
}

.single-counter-box.two {
    border-top: none;
    border-right: none;
    border-left: none;
}

.single-counter-box.three {
    border-top: none;
    border-left: none;
    border-bottom: none;
}

.single-counter-box.four {
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.fact-icon i:before {
    font-size: 40px;
    line-height: 40px;
    margin: 10px 0;
}

.counter-number span {
    font-size: 40px;
    font-weight: 600;
}



.fact-icon i:before {
  font-size: 40px;
  line-height: 40px;
  margin: 10px 0;
}
.fact-icon i:before {
  font-size: 50px;
  line-height: 35px;
  color: #e2a753;
  margin: 25px 0;
  display: inline-block;
}

.single-counter-box p.counter-number {
  font-size: 40px;
  color: #fff;margin-bottom: 8px;
}


.single-counter-box h6 {
  color: #fff;
text-transform: capitalize;
  font-weight: 500;
}


.skill-content {
margin-top: 30px;
}





@media (max-width: 767px) { 

.contact-sec .order-lg-last {
padding: 0;
}


.contact-wrap {
padding: 20px;
}

.icon-box-4 { 
margin-bottom: 10px;
}
 


.why-choose:after {
height: 250px;
top: 0;
bottom: auto;
width: 100%;
min-height: 250px;
}

.why-choose {
background-position: top;
background-size: 100% 250px;
}

.video-one__title {
  font-size: 28px;}


.why-choose__right {
width: 100%;
padding: 20px;
}

.why-choose__left {
padding: 40px;
height: 250px;
width: 100%;

}


.why-choose:before {
width: 100%;
top: 250px;
}


.main-header .header-lower::after {
  position: absolute;
  content: '';
  left: 52%;}
.main-banner-content h1 {
  font-size: 30px;}


.main-banner-content h1 div {
  font-size: 20px;
  font-weight: normal;
  line-height: 1;
}

.maitent {
  height: 300px;}

.nader {
display: none;
}


.feature-style-one .single-feature-style-one {
margin: 0 0 15px !important;
}

}



button, input, select, textarea {
font-family: "ApertoCom" !important;
}




.ttm-box-bottom-content h5 {
text-align: center;
padding: 14px;
background: #fff;
margin: 0;
color: #000;
}

.boxxtext {
text-align: center;
max-width: 100px;
}


