/*==============================================================================

==============================================================================
    
    [Table of contents]
    ===================
	
    01. GOOGLE FONTS
    02. COMMON CSS
    03. HOME MAIN LANDING
        landing slider styles
    04. ABOUT WRAPPER
        ABOUT WRAPPER 02 STYLE
    05. SERVICE WRAPPER
        SERVICE WRAPPER 02 STYLE
    06. WORKS WRAPPER
    07. TEAM WRAPPER
    08. HIRE US WRAPPER
    09. PRICING WRAPPER
    10. FAQ WRAPPER
    11. TESTIMONIAL WRAPPER
        TESTIMONIAL WRAPPER 02 STYLE
    12. BLOG WRAPPER
    13. BRAND WRAPPER
    14. FOOTER WRAPPER
    15. BLOG SINGLE WRAPPER
    16. WORK SINGLE WRAPPER
    17. CONTACT WRAPPER
    18. 404/error page WRAPPER

==============================================================================*/

/* =======================================
    01. GOOGLE FONTS
======================================= */

@import url('plugin-style.css');

/*@font-face {font-family: 'Noto Sans', sans-serif ; font-weight: 300;src: url(fonts/NotoSans-Light.ttf);}
@font-face {font-family: 'Noto Sans', sans-serif ; font-weight: 400;src: url(fonts/'Noto Sans', sans-serif ; font-weight: 400;ttf);}
@font-face {font-family: 'Noto Sans', sans-serif ; font-weight: 700;src: url(fonts/NotoSans-Bold.ttf);}
@font-face {font-family: NotoSans-BoldItalic;src: url(fonts/NotoSans-BoldItalic.ttf);}
@font-face {font-family: 'Noto Sans', sans-serif ; font-weight: 800;src: url(fonts/NotoSans-Black.ttf);}
@font-face {font-family: NotoSans-BlackItalic;src: url(fonts/NotoSans-BlackItalic.ttf);}
@font-face {font-family: NotoSans-CondensedLight;src: url(fonts/NotoSans-CondensedLight.ttf);}

<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans:wght@400;700&display=swap" rel="stylesheet">*/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200&display=swap');

.NotoSansLight{font-family: 'Poppins', sans-serif ; font-weight: 400;}
.NotoSansRegular{font-family: 'Poppins', sans-serif ;  font-weight: 400;}
.NotoSansBold{font-family: 'Poppins', sans-serif ;  font-weight: 700;}
.NotoSansBoldItalic{font-family: 'Poppins', sans-serif ;  font-weight: 700; font-style: italic;}
.NotoSansBlack{font-family: 'Poppins', sans-serif ; font-weight: 700;}
.NotoSansBlackItalic{font-family: 'Poppins', sans-serif ; font-weight: 700; font-style: italic;}
.NotoSansCondensedLight{font-family: 'Poppins', sans-serif ; font-weight: 400;}

/* =======================================
    02. COMMON CSS
======================================= */

html,
body {
    height: 100%;
    font-family: 'Poppins', sans-serif ;
    
    
}

body {
    font-family: 'Poppins', sans-serif, Source Sans Pro;
    font-size: 16px;
    
    cursor: url('https://res.cloudinary.com/diqtwfmzo/image/upload/v1704095982/cursorr_sjd5f1.png'), auto;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
}

a {
    outline: 0;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
	color:#00000;
	
}

a:hover {
    text-decoration: none;
    color:#00000;
}
a:active {
 
    color:#00000;
    font-weight: 900;
}
.primary_text {
    color: #1c4d72;
    display: inline-block;
}

.secondary_text {
    color: #4e7272;
}

.pera_text {
	color: #363636;
	font-size: 17px;
	line-height: 170%;
}

.display_table {
    display: table;
    width: 100%;
}

.display_table_cell {
    display: table-cell;
    vertical-align: middle;
}
.page_breadcamb{
    color: #000;
}
.onio_btn {
	background-color: #1ABBEF;
	color: #2f4f4f;
    display: inline-block;
    font-size: 15px;
	height: 45px;
	line-height: 42px;
	padding: 0 30px;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 1px;
    border: 2px solid transparent;
}
.onio_btn1 {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    display: inline-block;
    font-size: 15px;
	height: 45px;
	line-height: 42px;
	padding: 0 30px;

	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	border-radius: 50px;
	text-transform: uppercase;
	font-weight: 600;
    letter-spacing: 1px;
   
}

            
            
.onio_btn:hover {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
}

.onio_btn1:hover {
    background-color: #1ABBEF;
    border: 2px solid transparent;
	color: #2f4f4f;
    
}
.onio_btn_alt{
	background-color: #1ABBEF;
	color: #fff;
}

.onio_btn_alt:hover {
    border: 2px solid #1ABBEF;
    background-color: transparent;
    color: #2f4f4f;
}

.wrapper {
	padding-top: 30px 0;
    /* position: relative; */
    /* z-index: -1; */
}

.wrapper_heading_text .pera_text {
    font-size: 16px;
    margin-bottom: 20px;
}

.pt100 {
    padding-top: 50px;
}

.pb70 {
    padding-bottom: 70px;
}

.mb50 {
    margin-bottom: 50px !important;
}

.mb100 {
    margin-bottom: 100px;
}

.divider {
    margin: 0 10px;
}

.h-overflow {
    overflow: hidden;
}

/* =======================================
    03. HOME MAIN LANDING
======================================= */
.flat_wrapper {
    /*height: 100%;*/
    height: 90%;
    width: 100%;
    position: absolute;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
}

.flat_wrapper.pages_main_wrapper {
    height: 300px;
}

.flat_wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: rgb(11, 27, 245);*/
    background-color: #4a4a4a;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .4;
}

.flat_wrapper.main_wrapper_bgc_2::before {
    background-color: #C5143F;
}

.flat_wrapper.main_wrapper_bgc_3::before {
    background-color: #7312AE;
}

.flat_wrapper.main_wrapper_bgc_4::before {
    background-color: #3a4e6f;
}

.flat_wrapper.overlay_animated::before,
.flat_wrapper.overlay_animated::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.flat_wrapper.overlay_animated::before {
    animation: color_changer 15s infinite linear alternate;
    -o-animation: color_changer 15s infinite linear alternate;
    -moz-animation: color_changer 15s infinite linear alternate;
    -webkit-animation: color_changer 15s infinite linear alternate;
}





.main_wrapper {
    height: 100%;
    width: 100%;
    position: relative;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
   
}


/* Small devices such as large phones (640px and up) */
@media only screen and (max-width: 640px) {
    .main_wrapper {
        
        height:50%;
        width:100%;
  
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    /* z-index: -1; */
   
}
}

/* Medium devices such as tablets (768px and up) */
@media only screen and (min-width: 48em) {

    
}





.main_wrapper.pages_main_wrapper {
    height: 300px;
}

.main_wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    /*background-color: rgb(11, 27, 245);*/
    /*background-color: #4a4a4a; */
    top: 0;
    left: 0;
    z-index: 1;
    opacity: .4;
}

.main_wrapper.main_wrapper_bgc_2::before {
    background-color: #C5143F;
}

.main_wrapper.main_wrapper_bgc_3::before {
    background-color: #7312AE;
}

.main_wrapper.main_wrapper_bgc_4::before {
    background-color: #3a4e6f;
}

.main_wrapper.overlay_animated::before,
.main_wrapper.overlay_animated::after {
    height: calc(100% - 30px);
    width: calc(100% - 30px);
    top: 15px;
    left: 15px;
    transition: 1s;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    -ms-transition: 1s;
    -o-transition: 1s;
}

.main_wrapper.overlay_animated::before {
    animation: color_changer 15s infinite linear alternate;
    -o-animation: color_changer 15s infinite linear alternate;
    -moz-animation: color_changer 15s infinite linear alternate;
    -webkit-animation: color_changer 15s infinite linear alternate;
}

@-webkit-keyframes color_changer {
    25%   { background-color: #C5143F; }
    50%   { background-color: #7312AE; }
    100% { background-color: #0BA443; }
}

@-moz-keyframes color_changer {
    25%   { background-color: #C5143F; }
    50%   { background-color: #7312AE; }
    100% { background-color: #0BA443; }
}

@-o-keyframes color_changer {
    25%   { background-color: #C5143F; }
    50%   { background-color: #7312AE; }
    100% { background-color: #0BA443; }
}

@keyframes color_changer {
    25%   { background-color: #C5143F; }
    50%   { background-color: #7312AE; }
    100% { background-color: #0BA443; }
}

.header_angle {
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 100%;
	height: 80px;
	z-index: 99;
	transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
}

.header_angle.header_angle_02 {
	width: 50%;
	height: 200px;
	left: auto;
	right: 0;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

.header_angle_03{
	height: auto !important;
	transform: rotate(0);
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-o-transform: rotate(0);
}

nav {
    height: 80px;
    line-height: 80px;
    position: absolute;
    width: 100%;
    z-index: 9999;
    background: rgba(255,255,255,1);
}

.pages_main_wrapper nav {
    background-color: #373737;
}

nav.nav_fixed {
    position: fixed;
    background-color: rgba(255,255,255,1);
    
    -webkit-box-shadow: 0 0 65px rgba(0, 0, 0);
    box-shadow: 0 0 65px rgba(0, 0, 0);
    -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
}

.pages_main_wrapper nav .logo,
nav.nav_fixed .logo,
.pages_main_wrapper nav ul li,
nav.nav_fixed ul li,
.pages_main_wrapper nav ul li::before,
nav.nav_fixed ul li::before,
.pages_main_wrapper nav ul li a:hover,
nav.nav_fixed ul li a:hover,
.pages_main_wrapper nav ul li a,
nav.nav_fixed ul li a {
    color: #000;
}

.pages_main_wrapper .landing_content .page_breadcamb {
	font-weight: 600;
	display: inline-block;
	background-color: #fff;
	color: #00000;
	padding: 12px 35px;
	text-transform: uppercase;
	letter-spacing: 1px;
	position: relative;
	margin-top: 80px;
	z-index: 1;
	margin-bottom:11px;
}

.pages_main_wrapper .landing_content .page_breadcamb::after {
	position: absolute;
	content: "";
	height: calc(100% + 10px);
	width: calc(100% + 10px);
	border: 1px solid #fff;
	top: -5px;
	left: -5px;
    z-index: -1;
}

.logo {
    color: #fff;
    font-size: 35px;
    font-weight: 800;
    margin: 0;
    z-index: 9999;
    position: relative;
}

/* .logo img{
    width: 140%;
} */

.logo:hover {
    color: #fff;
}

ul {
    list-style: outside none none;
    margin: 0;
}

nav ul li span {
    font-size: 13px;
    margin-left: 5px;
}

nav ul li {
    display: inline-block;
    color: #fff;
    padding: 0 17px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

nav ul li,
nav ul li a {
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
}

nav ul li {
    cursor: pointer;
    position: relative;
}

nav ul li a {
    color: #000;
    display: block;
}

nav ul li::before {
    content: "";
    color: #fff;
    height: 20px;
    left: 15px;
    position: absolute;
    top: 39%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 0;
    z-index: -1;
    background-color: RGBA(26,187,239,0.226);
}

nav ul li.active::before,
nav ul li:hover::before {
    width: 80%;
}

nav ul li ul li::before {
    display: none;
}

nav ul li a:focus {
    outline: 0;
}

nav ul li a:hover {
    color: #fff;
}

nav ul li ul li {
    display: block;
    line-height: 25px;
    padding: 0;
}

nav ul li ul {
    background-color: RGBA(26,187,239,1);
    box-shadow: 0 3px 20px -5px #d5d5d5;
    cursor: default;
    opacity: 0;
    padding: 17px 26px 17px 26px;
    position: absolute;
    left: 0;
    text-align: left;
    -webkit-transform: translateX(-25px);
    -ms-transform: translateX(-25px);
    transform: translateX(-25px);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    min-width: inherit;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

nav ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

nav ul li:last-child a,
nav ul li:last-child {
    padding-right: 0;
}

nav ul li ul li a {
	color: #f5f5f5;
	padding: 1px 0;
	margin-bottom: 5px;
}

nav ul li ul li:last-child a {
	margin-bottom: 0;
}

nav ul li ul li a:hover {
    padding-left: 5px;
}

nav ul li ul li a:hover {
    color: #c6e0f7;
}

nav ul li ul li:hover {
    cursor: default;
}

nav ul li i {
    font-size: 11px;
}

/* menu btn start */

.menu_btn {
    height: 26px;
    width: 30px;
    position: absolute;
    right: 05px;
    top: 45px;
    cursor: pointer;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 9999;
}

.menu_btn span {
    display: block;
    height: 3px;
    width: 100%;
    background-color: #000;
    border-radius: 50px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.menu_btn_index span {
    background-color: #fff;
}

.submenu_active {
	color: #888 !important;
	padding-left: 5px;
	position: relative;
}

.submenu_active::after {
	position: absolute;
	content: "";
	height: 4px;
	width: 4px;
	left: -5px;
	background-color: #ff4800;
	top: 12px;
}

nav.nav_fixed .menu_btn_index span,
.white_bg span {
    background-color: #fff;
}

.menu_btn span:nth-child(1) {
    width: 50%;
    margin-left: 50%;
}

.menu_btn:hover span:nth-child(1) {
    margin-left: 0;
}

.menu_btn span:nth-child(2) {
    margin: 6px 0;
}

.menu_btn span:nth-child(3) {
    width: 80%;
    margin-left: 20%;
}

.menu_btn:hover span:nth-child(3) {
    margin-left: 0;
}

/* menu_btn_close start */

.menu_btn span:nth-child(1).menu_btn_close_1 {
    width: 50%;
    margin-left: 50%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    height: 4px;
    top: 2px;
    position: absolute;
    left: -13px;
}

.menu_btn span:nth-child(2).menu_btn_close_2 {
    margin: 7px 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    height: 4px;
}

.menu_btn span:nth-child(3).menu_btn_close_3 {
    width: 50%;
    margin-left: 20%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    bottom: 10px;
    height: 4px;
    right: 2px;
}

/* menu_btn_close end */

.submenu_toggle li ul {position:absolute;margin-top:-1em; margin-left:.5em;display:none;}
.submenu_toggle ul li ul {
	margin-top:-3em;
	margin-left:17em;
}

nav ul li ul  li:hover ul, nav li.over ul {
	display:block;
}














/* menu btn end */

.landing_content,
.landing_content .display_table {
    height: 100%;
  
}

.landing_content {
    text-transform: capitalize;
    position: relative;
    z-index: 500;
    color: #fff;
   
}

.landing_content h2 {
	color: #f8f8f8;
	font-size: 40px;
	font-weight: 500;
	margin: 20px 0;
}

.landing_content h3 {
    font-weight: 400;
    letter-spacing: 4px;
    font-size: 20px;
    text-transform: uppercase;
    padding-left: 60px;
    position: relative;
    margin-top: 70px;
}

.landing_content h3::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 45px;
    left: 0;
    top: 50%;
    background-color: #eaeaea;
}

.landing_content p {
    font-size: 20px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}

/* === landing slider styles === */

div.arrow-left,
div.arrow-right {
	position: absolute;
	bottom: 15px;
	z-index: 999;
	right: 15px;
	background-color: #fff;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 1px;
	height: 40px;
    line-height: 40px;
	width: 90px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	text-align: center;
    cursor: pointer;
    outline: 1px solid #000;
    outline-offset: -4px;
}

div.arrow-left {
    right: 120px;
}

div.arrow-left:hover,
div.arrow-right:hover {
    outline: 1px solid transparent;
    outline-offset: 0;
}

/* =======================================
    04. ABOUT WRAPPER
======================================= */



.about_content .secondary_text {
	margin-bottom: 20px;
}

.about_header_text h3 {
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 10px;
}

.about-title {
	font-size: 30px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 10px;
}

.header-title1 {

    font-weight: 500;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 30px;
    padding-right: 30px;
}
.header-title3 {
    font-weight: 600;
    text-align: left;
    font-size: 17px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 90px;
    margin-right: 90px;
}
.header-title3 h2{
     text-align: left;
}
.features-cards{
    margin-top: 76px;
}
.header-title2 {
    font-weight: 500;
    font-size: 34px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 90px;
    margin-right: 90px;
}
.about_header_text .secondary_text {
    display: block;
}

.about_header_text span {
    display: inline-block;
    font-size: 23px;
    margin-bottom: 15px;
}

.about_header_text p {
    font-size: 17px;
}

.about_header_text p>span {
    color: #3d46c4;
    font-size: 15px;
    font-weight: 600;
    margin: 0;
}

.about_tiles {
	margin-top: 30px;
}

.about_tiles span {
	display: inline-block;
	font-size: 30px;
	margin: 15px 0;
	color: #3d46c4;
}

.about_tiles .tiles_middle {
	padding: 0 25px;
	border: 1px solid #ddd;
	border-top: 0;
	border-bottom: 0;
}

.about_tiles .pera_text {
	margin: 0;
}

.about_tiles .primary_text {
    display: block;
}

.about_tiles .primary_text::after {
    background-color: transparent;
    display: none;
}

.about_content .onio_btn {
	margin: 10px 0 5px 0;
}

.about_content {
	margin-top: 50px;
	width: 100%;
}

.about_content .primary_text {
    font-weight: 600;
    margin-bottom: 5px;
}

.about_content_img {
    position: relative;
}

.about_content_img img {
    position: relative;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.about_content_img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/about_content_overlay.png);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 0;
}

.play_btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    z-index: 1;
}

.play_btn img {
    height: 45px;
    margin-right: 6px;
}

.play_btn span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 4px;
    color: #fff;
}

.about_content_two .about_content_img::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background-color: rgb(0, 17, 255);
    background-image: none;
    opacity: .7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}

.about_content_four .about_content_img::after {
    text-align: center;
    content: "";
    height: 100%;
    width: 80%;
    top: 0;
    left: 0;
    background-color: rgb(0, 17, 255);
    background-image: none;
    opacity: .7;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}



.popup-youtube{
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.popup-youtube:hover{
    filter: brightness(.8);
    -webkit-filter: brightness(.8);
}


/* ========== ABOUT WRAPPER 02 STYLE ============ */

.about_tiles_two {
    position: relative;
    padding-left: 65px;
	margin-bottom: 20px;
}

.about_tiles_two:last-child {
	margin-bottom: 0;
}

.about_tiles_two h4 {
	margin-bottom: 7px;
}

.about_tiles_two p {
	margin-bottom: 0;
}

.about_wrapper_two .about_header_text .pera_text {
	margin-bottom: 0;

}

.about_tiles_two span {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    background-color: #3d46c4;
    padding: 15px;
    color: #fff;
    outline: 1px solid;
    outline-offset: -5px;
}

/* =======================================
    05. SERVICE WRAPPER
======================================= */



.wrapper_heading_text .primary_text {
	font-weight: 700;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 5px;
	margin-top: -10px;
}

.service_wrapper .service_item {
    margin-top: 30px;
    position: relative;
}

.service_item .row, .service_item .col {
	padding: 0 !important;
}

.service_wrapper .service_img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 180px;
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.service_item:hover .service_img {
    background-position: right;
}

.service_wrapper .service_img::after {
   background-color: rgb(175, 175, 175);
    content: "";
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.service_item:hover .service_img::after {
    opacity: 0;
}

.service_item h2 {
	color: #2f4f4f;
	display: inline-block;
	font-weight: 600;
	font-size: 22px;
	margin-left: 15px;
	margin-top: 10px;
}

.service_item p {
	background-color: #fff;
	line-height: 170%;
	font-size: 25px;
	margin-top: 38px;
	padding: 15px;
	border-radius: 2px;
	box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}

/* === SERVICE WRAPPER 02 STYLE === */

.service_item .row {
    margin: 0;
}

.service_item_02 {
	padding: 20px;
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.1);
    margin-top: 30px;
}

.service_item_02 i {
	font-size: 32px;
	position: absolute;
	right: 35px;
	color: #e9e9e9;
}

.service_item_02:hover i {
    font-size: 35px;
    color: rgb(11, 27, 245);
    transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.service_item_02 h4 {
    margin-bottom: 30px;
    position: relative;
}

.service_item_02 h4::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 20px;
	bottom: -19px;
	left: 0;
	background-color: rgb(11, 27, 245);
	box-shadow: 17px 0 0 rgb(11, 155, 245), 34px 0 0 rgb(11, 245, 195);
	border-radius: 10px;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
}

.service_item_02:hover h4::after {
	width: 25px;
}

.service_item_02 p {
	margin: 0;
	
}

/* =======================================
    06. WORKS WRAPPER
======================================= */

.works .single_work {
	margin-top: 30px;
	margin-bottom: -7px;
}

.filters {
	margin-top: 30px;
}

.filters p {
	font-weight: 600;
	margin-bottom: 0;
}

.filter_buttons .btn {
    background-color: transparent;
    border: 0 none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0 10px;
    outline: 0 none;
    padding: 0 2px;
    position: relative;
    font-weight: 600;
}

.filter_buttons .btn::after {
    content: "";
    color: #fff;
    height: 20px;
    left: 0;
    position: absolute;
    top: 2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: 0;
    z-index: -1;
    background-color: #C5C5C5;
}

.filter_buttons .btn:hover::after,
.filter_buttons .btn.btn_active::after {
    width: 40%;
}

.work_info {
	height: calc(100% - 40px);
	width: calc(100% - 100px);
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-o-transform: translateX(-50%) translateY(-50%);
}

.work_info>p,
.work_info>a {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.work_info>p {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-left: 50px;
}

.single_work a {
    outline: 0;
}

.work_info>a {
    bottom: 51px;
    color: #0c0d23;
    float: right;
    font-size: 15px;
    position: absolute;
    right: 0;
    background-color: #fff;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 38px;
    border-radius: 50%;
    margin-right: 50px;
}

.single_work:hover .work_info>p,
.single_work:hover .work_info>a {
    -webkit-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s;
    opacity: 1;
    visibility: visible;
}

.single_work:hover .work_info>p {
    margin-left: 0;
}

.single_work:hover .work_info>a {
    margin-right: 0;
}

.work_info>a:hover {
    margin-right: 0;
}

.zoom_image span {
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    left: 50%;
    opacity: 0;
    position: absolute;
    text-shadow: 0 0 5px;
    top: 30%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    z-index: 555;
}

.single_work:hover .zoom_image span {
    top: 50%;
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s;
    opacity: 1;
    visibility: visible;
}

.zoom_image {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: default;
}

.zoom_image::after {
    background-color: rgba(0,0,0,0.5);
    opacity: 1;
    content: "";
    cursor: default;
    height: calc(100% - 16px);
    left: 8px;
    position: absolute;
    top: 8px;
    -webkit-transform: scaleX(0.5) scaleY(0);
    -ms-transform: scaleX(0.5) scaleY(0);
    transform: scaleX(0.5) scaleY(0);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    width: calc(100% - 16px);
    visibility: hidden;
}

.single_work:hover .zoom_image::after {
    -webkit-transform: scaleX(1) scaleY(1);
    -ms-transform: scaleX(1) scaleY(1);
    transform: scaleX(1) scaleY(1);
    visibility: visible;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

/* =======================================
    07. TEAM WRAPPER
======================================= */

.wrapper.team_wrapper {
	background: #f8f8f8;
}

.team_single {
	position: relative;
	margin-top: 30px;
}

.team_preview_info {
	background: #fff none repeat scroll 0 0;
	color: #2f4f4f;
	padding: 15px 0;
	text-align: center;
	border: 1px solid #ddd;
}

.team_preview_info .mbr_name {
	margin-bottom: 8px;
	position: relative;
	background-color: #fff;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 600;
}

.team_preview_info p {
    margin-bottom: 0px;
    color: #999
}

.team_socials {
	margin-top: 10px;
}

.team_preview_info a,
.footer_socials a {
    color: #2f4f4f;
    display: inline-block;
    font-size: 15px;
    padding: 5px 9px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    position: relative;
    z-index: 0;
}

.team_preview_info a:hover,
.footer_socials a:hover {
    color: #fff;
}

.team_preview_info a::after,
.footer_socials a::after,
.footer_socials a::before {
    background-color: #3d46c4;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: -2px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    width: 100%;
    z-index: -1;
    opacity: .4;
}

.team_preview_info a:hover::after,
.footer_socials a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.footer_socials {
	display: inline-block;
	margin-top: 10px;
}

.footer_socials a {
	color: #fdfdfd;
	margin-right: 5px;
}

.footer_socials a::before {
    background-color: #606060;
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.footer_socials a::after {
    background-color: #3d46c4;
    opacity: 1;
}

.footer_socials a:hover::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* =======================================
    08. HIRE US WRAPPER
======================================= */

.wrapper.hire_us_wrapper {
    background-image: url('../img/map-bg.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height:auto;
    color: #fff;
    position: relative;
    z-index: 0;
}

.wrapper.hire_us_wrapper::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='https://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3E%3Cpath fill='%23000000' fill-opacity='1' d='M1 3h1v1H1V3zm2-2h1v1H3V1z'%3E%3C/path%3E%3C/svg%3E");
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
}

.wrapper.hire_us_wrapper::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgba(0, 146, 255, 0.8);
    top: 0;
    left: 0;
    z-index: -1;
    opacity: .8;
}

.wrapper.hire_us_wrapper h2 {
	font-size: 40px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 10px;
}

.wrapper.hire_us_wrapper h3 {
	font-size: 30px;
	text-transform: capitalize;
	font-weight: 200;
}

.wrapper.hire_us_wrapper .onio_btn {
	
}

/* =======================================
    09. PRICING WRAPPER
======================================= */

.wrapper.pricing_wrapper {
	background-color: #f8f8f8;
}

.single_pricing {
	padding: 30px 30px 35px 25px;
	-webkit-box-shadow: 0 5px 20px #eee;
	box-shadow: 0 5px 20px #eee;
	position: relative;
	overflow: hidden;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	margin-top: 30px;
}

.single_pricing::after {
    position: absolute;
    content: "";
    height: 60px;
    width: 20px;
    top: -60px;
    right: 20px;
    border-radius: 20px;
    background-color: #646FFF;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.single_pricing::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 30px;
    top: 0;
    right: 0;
    background-color: #2F4F4F;
}

.single_pricing:hover::after,
.single_pricing.active::after {
    top: -10px;
}

.single_pricing.active:hover::after {
    top: -15px;
}

.single_pricing h5 {
	color: #2f4f4f;
	font-weight: 900;
	font-size: 28px;
	margin-bottom: 15px;
	letter-spacing: 2px;
}

.single_pricing h2 {
	font-weight: 700;
	color: #3D46C4;
	display: inline-block;
	margin-bottom: 20px;
}

.single_pricing .pricing_details {
	margin-bottom: 30px;
	font-size: 16px;
}

.pricing_details li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 2px;
}

.pricing_details li::before {
	position: absolute;
	content: "\e068";
	left: 0;
	top: 0;
	font-family: 'simple-line-icons';
	font-size: 11px;
	color: #3d46c3;
}

.single_pricing a.onio_btn {
	line-height: 40px;
	letter-spacing: 1px;
	height: 42px;
}

/* =======================================
    10. FAQ WRAPPER
======================================= */

.faq_wrapper {
    background-color: #fff;
}

.faq_wrapper .accordion {
	margin-top: 30px;
}

.faq_wrapper .card {
	background-color: #fff;
	color: #000;
	margin-bottom: 13px;
	border-radius: 0;
}

.faq_wrapper .card .card-body {
	line-height: 25px;
	padding: 15px 15px 15px 20px;
}

.faq_wrapper .card .card-header {
	background-color: #fff;
	padding: 0;
}

.accordion .card:last-of-type {
	border-bottom: 0;
}

.card .collapse.show {
	border-bottom: 1px solid #ddd;
}

.faq_wrapper .card .card-header button {
	width: 100%;
	text-align: left;
	color: #000;
	text-decoration: none;
	padding: 11px 20px;
	display: block;
	height: 100%;
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	font-weight: 600;
	font-size: 17px;
    white-space: normal;
}

.faq_wrapper .card .card-header button span {
    right: 20px;
    font-size: 15px;
    position: absolute;
    top: 15px;
}

.faq_wrapper .faq_video {
    display: block;
    min-height: 351px;
    line-height: 351px;
    text-align: center;
    background-image: url(../img/faq_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 0;
    color: #fff;
    cursor: pointer;
    border-radius: 3px;
    margin-top: 30px;
}

.faq_wrapper .faq_video::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: rgb(0, 17, 255);
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 3px;
    opacity: .7;
}

.faq_wrapper .faq_video img {
    height: 45px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.faq_wrapper .faq_video:hover img {
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}

.faq_wrapper .faq_video span {
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    position: relative;
    top: 4px;
    display: none;
}

/* =======================================
    11. TESTIMONIAL WRAPPER
======================================= */

.testimonial_wrapper {
	background-color: #F8F8F8;
	color: #2f4f4f;
}

.testimonial_wrapper .wrapper_heading_text .pera_text {
	margin-bottom: 50px;
}

.testimorial_img {
    margin-bottom: 20px;
}

.testimorial_img img {
	height: 100px;
	width: 100px;
	border-radius: 50%;
	border: 2px dashed #2f4f4f;
	padding: 4px;
	border-bottom: 2px solid #2f4f4f;
	border-left: 2px solid #2f4f4f;
	border-bottom-left-radius: 0;
}

.testimorial_details h3 {
	font-size: 26px;
	margin-bottom: 3px;
}

.testimorial_details p {
    color: #666;
    margin-bottom: 45px;
    font-size: 20px;
}

.testimorial_details span {
	display: inline-block;
    font-style: italic;
    margin-bottom: 20px;
}

.swiper-container {
    z-index: 0;
}

.testimonial .swiper-pagination {
    bottom: -5px;
    text-align: center;
    left: 0;
}

.swiper-pagination-bullet {
	border: 3px solid #2f4f4f;
	background: transparent;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 4px;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
	background: #2f4f4f;
}

/* === TESTIMONIAL WRAPPER 02 STYLE === */

.testimonial_wrapper_two .testimorial_details p {
	margin-bottom: 20px;
    line-height: 150%;
    padding-left: 0;
}

.testimonial_wrapper_two .testimorial_details span {
	margin-bottom: 35px;
}

.testimonial_wrapper_two .swiper-pagination {
	text-align: left;
    left: 15px;
}

/* =======================================
    12. BLOG WRAPPER
======================================= */

.blog_single_item {
    color: #2f4f4f;
    margin-top: 20px;
}

.blog_preview_info .pera_text {
	margin-bottom: 10px;
}

.blog_title {
	margin-bottom: 15px;
	color: #000;
}

.blog_preview {
    overflow: hidden;
    text-align: center;
}

.blog_single_item a {
    color: #3d46c4;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.blog_preview_info a:hover {
    padding-left: 5px;
}

.blog_preview_info a span {
    font-size: 12px;
}

.blog_preview_info .para_text {
    color: #2f4f4f;
}

.blog_preview_info {
    background-color: rgba(255, 255, 255, 0.95);
    -webkit-box-shadow: 0 0 42px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 42px rgba(0, 0, 0, 0.09);
    border-radius: 5px;
    padding: 20px;
    margin-top: -50px;
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.blog_sm_details {
	font-size: 16px;
	line-height: 170%;
}

/* =======================================
    13. BRAND WRAPPER
======================================= */

.wrapper.brand_wrapper {
    padding: 50px 0;
    background-color: #fff;
    margin-bottom: 100px;
    -webkit-box-shadow: 0 0 20px #eee;
    box-shadow: 0 0 20px #eee;
}

.brand_wrapper_two .col-6 img {
	width: 100%;
	height: auto;
	transition: .3s;
	-webkit-transition: .3s;
	-moz-transition: .3s;
	-ms-transition: .3s;
	-o-transition: .3s;
	cursor: pointer;
	padding: 1px;
	box-shadow: 1px 1px #ccc,1px 1px #ccc inset;
}

.brand_wrapper_two .col-6 img:hover {
    opacity: .5;
}
/* =======================================
    14. FOOTER WRAPPER
======================================= */

.wrapper.footer_wrapper {
    background: #dcdcdc;
    margin-top: 50px;
    /* background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 40%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(40%, rgba(246, 246, 246, 1)), to(rgba(232, 232, 232, 1)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(246, 246, 246, 1) 40%, rgba(232, 232, 232, 1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(#fff0), color-stop(40%, #f6f6f6), to(#e8e8e8));
    background: -webkit-linear-gradient(top, #fff0 0%, #f6f6f6 40%, #e8e8e8 100%);
    background: -o-linear-gradient(top, #fff0 0%, #f6f6f6 40%, #e8e8e8 100%);
    background: linear-gradient(to bottom, #fff0 0%, #f6f6f6 40%, #e8e8e8 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e8e8e8', GradientType=0);
    /* padding-bottom: 100px; */
    padding-top: 50px;
}

.footer_wrapper h1.primary_text {
	font-weight: 700;
	margin-bottom: 10px;
}

.footer_wrapper h4 {
    color: #2F4F4F;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
}

.footer_wrapper .col-lg-3:last-child p {
	font-size: 15px;
	position: relative;
	padding-left: 25px;	
}

.footer_wrapper .col-lg-3:last-child p span {
	margin-right: 5px;
	position: absolute;
    margin-top: 5px;
    left: 0;
}

.footer_links a {
    color: #2F4F4F;
    display: inline-block;
}

.footer_links a span {
    font-size: 11px;
    margin-right: 2px;
    position: relative;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.footer_links li {
    margin-bottom: 10px;
    margin-right: 0;
    display: inline-block;
    width: 49%;
    float: left;
}

.footer_links a:hover span {
    text-shadow: 0 4px;
    top: -2px;
}

.footer_blog a {
    display: block;
}

.footer_blog a:last-child {
	margin-top: 1px;
}

.footer_blog span {
    color: #777;
    position: relative;
}

.footer_blog p {
	color: #2F4F4F;
    line-height: 170%;
    margin-bottom: 0;
}

.footer_blog span::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 30px;
    background-color: #333;
    top: 50%;
    left: 110%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.footer_blog a:hover span::after {
    left: 80%;
}

.footer_bottom {
    background-color: grey;
    padding: 20px 0;
    border-top: 1px solid #ddd;
    margin-top: 50px;
}

.footer_bottom a {
	color: #2f4f4f;
	font-weight: 600;
}

.footer_bottom a:hover {
	color: #0039ff;
}

/* =======================================
    15. BLOG SINGLE WRAPPER
======================================= */

.blog_single_meta {
    margin-top: 27px;
}

.blog_single_meta a {
    color: #000;
    font-weight: 600;
}

.blog_single_title a {
    color: #333;
    font-weight: 600;
    margin: 10px 0 15px;
    display: inline-block;
}

.blog_single_content p {
	color: #818181;
	line-height: 180%;
}

.blog_single_content .blockquote {
    font-size: 17px;
    border-left: 4px solid #0039ff;
    color: #00173f;
    background-color: #f0f0f0;
    padding: 15px;
}

.blog_single_content {
	margin-bottom: 90px;
}

.leave_comment_header {
    font-weight: 700;
    font-size: 23px;
}

.comment_thumbnail img {
    height: 80px;
    border-radius: 50%;
    display: inline;
    float: left;
}

.comment_content h5 {
	font-weight: 700;
	margin-bottom: 5px;
	color: #000;
}

.comment_title span {
	color: #989898;
	margin-bottom: 5px;
	display: inline-block;
}

.comment_content p {
	line-height: 180%;
}

.comment_title,
.comment_content p,
.comment_content a {
    margin-left: 100px;
    color: #777;
}

.comment_content p{
	color: #555;
	margin-top: 10px;
}

.comment_content a {
	color: #fff;
	background-color: #2f4f4f;
	padding: 3px 15px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
	border-radius: 25px;
}

.comment_content a:hover {
	color: #fff;
	background-color: #3d46c4;
}

.comment_single_reply {
    margin-left: 100px;
}

.comment_single {
	margin-bottom: 50px;
}

input,
textarea {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.leave_form input,
.text_leave textarea {
    height: 40px;
    width: 100%;
    margin-bottom: 20px;
    padding: 0 10px;
    border: 1px solid #afafaf;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.leave_form input:focus,
.text_leave textarea:focus {
    border: 1px solid #3d46c4;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

.text_leave textarea {
	height: 125px;
	padding: 10px;
	margin-top: 10px;
	resize: none;
}

.text_leave .onio_btn {
	cursor: pointer;
	outline: 0;
}

.search-form input {
    height: 40px;
    padding: 0 10px;
    border: 2px solid #3d46c4;
    border-right: 0;
    width: 80%;
    float: left;
}

.search-form button {
    height: 40px;
    background-color: #3d46c4;
    border: 0;
    width: 20%;
    color: #fff;
    cursor: pointer;
}

.search-form button:hover {
    opacity: .9;
}

.blog_widget_title {
	margin: 40px 0 50px;
	font-weight: 600;
	position: relative;
}

.blog_widget_title::after {
	position: absolute;
	content: "";
	height: 5px;
	width: 20px;
    background-color: rgb(11, 27, 245);
    box-shadow: 17px 0 0 rgb(11, 155, 245), 34px 0 0 rgb(11, 245, 195);
	left: 0;
	bottom: -17px;
}

.blog_categories {
    padding: 0;
}

.blog_categories li {
	display: block;
}

.blog_categories li a {
	color: #333;
	display: inline-block;
	margin-bottom: 15px;
}

.blog_categories li:last-child a {
	margin-bottom: 0;
}

.blog_categories li a:hover,
.blog_categories li a:hover span {
    color: #0039FF;
}

.blog_categories li a span {
    font-weight: bold;
    color: #222;
}

.blog_categories li a i {
    font-size: 12px;
    margin-right: 7px;
}

.recent_blog_thumbnail img {
    height: 80px;
    float: left;
}

.recent_blogs {
	min-height: 80px;
	margin-bottom: 25px;
}

.recent_blogs:last-child {
	margin-bottom: 0;
}

.recent_blog_content p {
    margin: 0;
    color: #000;
}

.tags {
    padding: 0;
    margin-top: 15px;
    font-size: 15px;
}

.tags li {
    display: inline-block;
    border: 1px solid #9f9fa2;
    margin: 0 2px 12px 0
}

.tags li a {
    color: #2b2b2b;
    display: block;
    padding: 4px 10px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.tags li a:hover {
    color: #fff;
    background-color: #525253;
}

/* =======================================
    16. WORK SINGLE WRAPPER
======================================= */

.work_single_content {
    padding-top: 50px;
}

.work_content h3 {
    font-weight: 700;
    margin-bottom: 25px;
}

.work_content p {
	color: #818181;
	line-height: 180%;
}

.work_details_content h5 {
    margin-bottom: 20px;
    font-weight: 700;
}

.work_details_content ul li {
    color: #777;
    margin-bottom: 5px;
}

.work_details_content ul li span {
    color: #000;
}

.work_details_content .tags {
    color: #fff;
   /* padding: 4px 10px;*/
  padding: 12px 6px;
	background-color: #fff;
    border: 1px solid;
    margin-left: 5px;
    margin-bottom: 5px;
    margin-top: 0;
    display: inline-block;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
	border: 1px solid #012f60;
	
   
}

/*.work_details_content a.tags:hover {
    background-color: #fff;
    color: #fff;
}*/
.work_details_content .tags span{background: #7d8185; padding: 10px 33px;}

.work_details_content .tags span:hover{background:#fff; color:#012f60; cursor: pointer;}


.work_details_content ul li i {
    font-size: 14px;
    margin-right: 10px;
}

.work_links {
    margin-top: 100px;
    display: inline-block;
}

.work_links p {
    margin: 0;
}

.work_links span {
    font-size: 11px;
}

.work_links span.icon-arrow-left {
    margin-right: 5px;
}

.work_links span.icon-arrow-right {
    margin-left: 5px;
}

.work_links a {
    color: #777;
    font-weight: bold;
    display: block;
    padding: 10px 20px;
    border: 1px solid;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.work_links a:hover {
    background-color: #3d46c4;
    color: #fff;
}

/* =======================================
    17. CONTACT WRAPPER
======================================= */

/* .contact_info_wrapper,
.contact_form {
	margin-top: 30px;
} */

.contact_info {
	margin-bottom: 25px;
	position: relative;
	z-index: 0;
}

.contact_info h5 {
	text-transform: uppercase;
	font-size: 17px;
	letter-spacing: 2px;
	margin-bottom: 5px;
	color: #999;
	font-weight: 600;
}

.contact_info span {
	color: #2a2d32;
	font-size: 50px;
	position: absolute;
	top: 8px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	z-index: -1;
}

.contact_info_wrapper .contact_info span {
	color: #f0f0f0;
	font-size: 50px;
	left: 0;
	transform: translateX(0);
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
}

.contact_info_wrapper_alt {
	background-color: #191A1C;
	padding: 70px 0 40px 0;
	margin-bottom: 65px;
	margin-top: 30px;
}

.contact_info_wrapper_alt .contact_info h5 {
    margin-bottom: 10px;
}

.contact_info_wrapper_alt .contact_info p {
	color: #eee;
}

.contact_info p {
	line-height: 1.3;
	font-size: 17px;
}

.contact_form label {
    display: block;
    margin-bottom: 5px;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
}

.contact-input {
	height: 45px;
	width: 100%;
	margin-bottom: 20px;
	padding: 0 15px;
	border: 1px solid #afafaf;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.contact-input:focus {
    border: 1px solid #3d46c4;
    -webkit-box-shadow: 0 0 10px #ccc;
    box-shadow: 0 0 10px #ccc;
}

textarea.contact-input {
	height: 130px;
	padding: 10px 15px;
	resize: none;
}

.contact_form .contact_btn {
    border: 0;
    outline: 0;
    cursor: pointer;
    padding: 9px 25px;
    width: 50%;
    background-color: #5b5c60;
    color: #fff;
    font-weight: 600;
    letter-spacing: 2px;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
}

.contact_form .contact_btn i {
    font-size: 12px;
}

.contact_form .contact_btn:hover {
	background-color: #182bb9;
}

#map {
	height: 300px;
	margin-bottom: 100px;
}

/* =======================================
    18. 404/error page WRAPPER
======================================= */

.error_page_main_wrapper.main_wrapper::before {
	background-color: transparent;
}

.error_page_main_wrapper.main_wrapper::after {
	background-image: url(../img/404_bg.jpg);
	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
    opacity: 1;
}

.error_404_wrapper {
    position: relative;
    z-index: 999;
    color: #fff;
}

.error_404_wrapper span {
	font-size: 80px;
	font-weight: 700;
	letter-spacing: 10px;
	color: #fff;
	text-shadow: 3px 3px 0 #000cff;
	margin-top: -25px;
	display: inline-block;
}

.error_404_wrapper h4 {
	font-size: 50px;
	font-weight: 100;
	text-transform: capitalize;
	margin-bottom: 10px;
}

.error_404_wrapper p {
	letter-spacing: 2px;
	text-transform: uppercase;
}

.error_404_wrapper a {
	color: #fff;
	background-color: #000;
	padding: 10px 25px;
	display: inline-block;
	margin-top: 25px;
	text-transform: uppercase;
	font-size: 15px;
	letter-spacing: 2px;
}

.error_404_wrapper a:hover {
	background-color: rgba(0, 0, 0, 0.281);
}

.go_top {
    position: fixed;
    right: 35px;
    background-color: #2f4f4f;
    color: #fff;
    bottom: -10px;
    height: 40px;
    line-height: 40px;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    z-index: 1;
}

.go_top:hover {
	background-color: rgb(62, 63, 64);
    color: #fff;
    box-shadow: 0 7px 30px #444;
    bottom: 60px;
}

.GT_arrow{
    bottom: 70px;
    opacity: 1;
    visibility: visible;
}
.entry{background:#dcdcdc;}

.accordion .card-header:after {
   /* font-family: 'simple-line-icons';  
    content: "\e615";*/
    float: right; 
}
.accordion .card-header.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e095"; 
}


.MultiCarousel { float: left; overflow: hidden; padding: 15px; width: 100%; position:relative; }
    .MultiCarousel .MultiCarousel-inner { transition: 1s ease all; float: left; }
        .MultiCarousel .MultiCarousel-inner .item { float: left;}
        .MultiCarousel .MultiCarousel-inner .item > div { text-align: center; padding:1px; margin:15px; background:#f1f1f1; color:#666;}
    .MultiCarousel .leftLst, .MultiCarousel .rightLst { position:absolute; border-radius:50%;top:calc(50% - 20px); }
    .MultiCarousel .leftLst { left:0; }
    .MultiCarousel .rightLst { right:0; }
    
        .MultiCarousel .leftLst.over, .MultiCarousel .rightLst.over { pointer-events: none; border:1px solid #fff; }
.pad15 p{padding:10px 0px 0px 0px;font-weight:600; }
.pad15 p a{font-size:15px;}

.engservices{background:#002e5f;}

/*.lead{border:1px solid #002d5f;}*/


 .MultiCarousel .btn-primary{color: #fff;border:1px solid #fff;background:transparent;}
 
 .engservices h2{color:#fff;}
 
 .engservices1{background:#f3f3f3;}

.filter-col{
    padding-left:10px;
    padding-right:10px;
}


/*.popup-trigger {
  display: block;
  /*width: 170px;
  right: 2rem;
  margin: 3em auto;
  text-align: center;*/
 /* color: #284f77;
  font-size: 18px;
  /*padding:1rem 2rem;*/
 /* text-decoration:none;
  /*font-weight: bold;
  text-transform: uppercase;*/
 /* border-radius: 50em;
  /*background: #35a785;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.07);*/
/*  transition:300ms all;
}

.popup-trigger:hover {
    opacity:.8;
}

.popup {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: rgba(94, 110, 141, 0.9);
  opacity: 0;
  visibility: hidden;
  transition:500ms all;

}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
 transition:1s all;
}

.popup-container {
  transform:translateY(-50%);
  transition:500ms all;
  position: relative;
  width: 79%;
  height:500px;
  margin: 2em auto;
  top: 5%;
 padding:0px 0px 0px 0px;
  background: #FFF;
  border-radius: .25em .25em .4em .4em;
 /* text-align: center;*/
/*  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.is-visible .popup-container {
  transform:translateY(0);
  transition:500ms all;
}

.popup-container .popup-close {
  position: absolute;
  top: 8px;
  font-size:0;
  right: 8px;
  width: 30px;
  height: 30px;
  background:
}


.popup-container .popup-close::before,
.popup-container .popup-close::after {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #8f9cb5;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 8px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 8px;
}


.popup-container .popup-close:hover:before,
.popup-container .popup-close:hover:after {
  background-color:#35a785;
  transition:300ms all;
}*/
/*.area-one {
  width: 40%;
  float: left;
  height: 100%;
  margin-right: 1em;
  padding: 30px;
  background-image: url(../img/services/Laboratory-planning.jpg);

	background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
  color: white;
}

.area-two {
  width: calc(60% - 1em);
  float: right;
  height: 100%;
  padding: 30px;
  color: #002e5f;
  background: #fff;
}


 
 /*.popup-container  .img {
    width: calc(100% / 3);
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
 overflow: hidden;}*/
 /*.popup .table{right: 195px;width: calc(100% - 643px); max-width: 100%;margin-bottom: 1rem;background-color: transparent;
    z-index: 999;position: absolute;}*/
	
/*	.popup .table td, .table th{padding:4px 6px 6px 14px; }
 
/*.popimg img{ position: absolute;width: calc(100% - 100px); }*/

.success-popup  {
    transition: .3s ease all;
    font-family: 'Roboto', sans-serif;
}


.lib-panel {
    margin-bottom: 20Px;
}
.lib-panel img {
    width: 100%;
    background-color: transparent;
}

.lib-panel .row,
.lib-panel .col-md-6 {
    padding: 0;
    background-color: #FFFFFF;
}


.lib-panel .lib-row {
    padding: 0 20px 0 20px;
}

.lib-panel .lib-row.lib-header {
    background-color: #FFFFFF;
    font-size: 20px;
    padding: 10px 20px 0 20px;
}

.lib-panel .lib-row.lib-header .lib-header-seperator {
    height: 2px;
    width: 26px;
    background-color: #d9d9d9;
    margin: 7px 0 7px 0;
}

.lib-panel .lib-row.lib-desc {
    position: relative;
    height: 100%;
    display: block;
    font-size: 13px;
}
.lib-panel .lib-row.lib-desc a{
    position: absolute;
    width: 100%;
    bottom: 10px;
    left: 20px;
}

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}


@media (min-width: 992px){
.modal-lg {
    max-width: 1026px;
}
}





/*  bhoechie tab */
div.bhoechie-tab-container{
 /* z-index: 10;*/
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  border:1px solid #ddd;
  margin-top: 20px;
  margin-left: 50px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
 
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #fff;
  background-image: #5A55A3;
  color: #000;
  
}
div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #062c53;
}

div.bhoechie-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  padding-left: 20px;
  padding-top: 10px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{border-color:#0d3258!important;}

.bhoechie-tab-content h2{margin-top: 20px;color:#052a51;}

.bhoechie-tab-content h3{margin-top: 20px;color:#2F4F4F;line-height:42px;}

.bhoechie-tab-content ul{margin:0 auto;list-style-type:none;display: block;}

.bhoechie-tab-content li{line-height:30px;font-family: 'Source Sans Pro', sans-serif; font-size: 16px;}
.bhoechie-tab-content p{line-height:30px;font-family: 'Source Sans Pro', sans-serif; font-size: 16px;}

.bhoechie-tab-menu .list-group{height:500px; }
.bhoechie-tab-menu .list-group{overflow:hidden; overflow-y:scroll;}
.about_content h3{color:#0e3a66;font-weight:600;}




.panel-default>.panel-heading {
  color: #fff;
  background-color: #23567e;
  border-color: #e4e5e7;
  padding: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin:13px 0px 0px 0px;
}

.panel-default>.panel-heading a {
  display: block;
  padding: 10px 15px;
}

.panel-default>.panel-heading a:after {
  content: "";
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  float: right;
  transition: transform .25s linear;
  -webkit-transition: -webkit-transform .25s linear;
}

.panel-default>.panel-heading a[aria-expanded="true"] {
  background-color: #23567e;
}

.panel-default>.panel-heading a[aria-expanded="true"]:after {
  content: "\2212";
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.panel-default>.panel-heading a[aria-expanded="false"]:after {
  content: "\002b";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.panel-heading a{color:#fff;}

.panel-body{ box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);padding:20px 20px 20px 20px;}


.service-carousel .carousel {
  background:#444;
  
}

/*
Forces image to be 100% width and not max width of 100%
*/
.service-carousel .carousel-item .img-fluid {
  width:100%;
  height:auto;
}

/* 
anchors are inline so you need ot make them block to go full width
*/
.service-carousel .carousel-item a {
  display: block;
  width:100%;
}


.floatingcntr {
    position: fixed;
}

.mainopShadow {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    position: fixed;
    right: 32px;
    bottom: 70px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

.floatbtn {
    background-color: transparent;
    height: 64px;
    width: 64px;
    transition: height 300ms;
    transition-timing-function: ease;
    position: fixed;
    right: 18px;
    bottom: 70px;
    text-align: center;
    overflow: hidden;
}

.floatbtn:hover {
    height: 260px;
    width: 250px;
}

.downbtnlink{
    display: none;
    z-index: 9999;
}

.floatbtn:hover .downbtnlink {
    display: block;
}

.floatbtn:hover .mainop {
    transform: rotate(180deg);
}

.mainop {
    margin: auto;
    width: 45px;
    height: 45px;
    position: absolute;
    bottom: 0;
    right: 0;
    transition: transform 300ms;
    background-color: #0577bd;
    border-radius: 50%;
    z-index: 6;
    margin: 0 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.mainop i {
    font-size: 26px;
    line-height: 1.2;
    color: #fff;
}

.minifab {
    position: relative;
    height: 70px;
    z-index: 5;
    right: 10px;
}

.minifab a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
}

.minifab img{
    width: 60px;
    border-radius: 50%;
    transition: box-shadow 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    box-shadow: 0 1px 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
    order: 2;
}

.minifab p {
    background: #c3c3c3;
    margin-right: 20px;
    padding: 10px 10px;
    width: 160px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
}

.minifab a:hover p{
    background: #0577bd;
    color: #fff;
}

#BookLivedemo{
    position: relative;
    top: -200px;
}

.floatingcntr {
    bottom: 70px;
}

.floatingcntr ul li img{
    width: 50px;
    height: 50px;
}

.floatingcntr ul li a {
    margin-bottom: 10px;
}

.div-1 {
    background: #1ABBEF;
	padding-top: 5px;
	padding-bottom: 8px;
    
}


#Buildtable {border-collapse: collapse;width: 100%;}
#Buildtable td, 
#Buildtable th {padding: 10px 15px;font-size: 17px;line-height: 1.4;font-family: 'Noto Sans', sans-serif ; font-weight: 300;}
#Buildtable tr:nth-child(odd){background-color: #d4d4d4;}
#Buildtable tr td:first-child{min-width: 200px;}


#Buildtable {border: 1px solid #9e9e9e;}
#Buildtable tr{display: grid;}
#Buildtable tr td:first-child {min-width: 10%;font-weight: 900;padding-bottom: 0px;}
#Buildtable td, #Buildtable th {width: 100%;}


.detailcntr img{width: 80px;}
.productdetails.overviewcntr .detailcntr {margin-bottom: 30px !important;margin-top: 0px;}
.productdetails.overviewcntr .detailcntr img{width: 90px;height: 74px;}
.productdetails .detailcntr p {font-size: 20px;margin-left: 20px;}

.justify-content {display: block;}
.justify-content {display: flex;}





svg:not(:root) {
    overflow: hidden !important;
    display: none !important;
  }
  
  .sharemenu {
    position: absolute;
    top: 50px;
    left: 80px;
    filter: url("#shadowed-goo") !important;
    box-sizing: border-box !important;
    font-size: 20px !important;
    text-align: right !important;
    float: right !important;
  }

  .sharemenucntr{
    position: relative;
  }

  .share-area{
    height: 150px;
    /* background-color: red; */
    /* position: relative; */
  }
  
  .menu-item,
  .menu-open-button {
    background: #0577bd !important;
    border-radius: 100% !important;
    width: 50px !important;
    height: 50px !important;
    position: absolute !important;
    color: white !important;
    text-align: center !important;
    line-height: 50px !important;
    right: 0px !important;
    transform: translate3d(0, 0, 0) !important;
    transition: transform ease-out 200ms !important;
  }
  
  .menu-open {
    display: none !important;
  }
  
  .hamburger {
    width: 25px !important;
    height: 3px !important;
    background: white !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    margin-left: -12.5px !important;
    margin-top: -1.5px !important;
    transition: transform 200ms !important;
  }
  
  .hamburger-1 {
    transform: translate3d(0, -8px, 0) !important;
  }
  
  .hamburger-2 {
    transform: translate3d(0, 0, 0) !important;
  }
  
  .hamburger-3 {
    transform: translate3d(0, 8px, 0) !important;
  }
  
  .hamburgermenu {
    display: none !important;
  }
  
  .menu-open:checked+.menu-open-button .fa-share-alt {
    display: none !important;
  }
  
  .menu-open:checked+.menu-open-button .hamburgermenu {
    display: block !important;
  }
  
  .menu-open:checked+.menu-open-button .hamburger-1 {
    transform: translate3d(0, 0, 0) rotate(45deg) !important;
  }
  
  .menu-open:checked+.menu-open-button .hamburger-2 {
    transform: translate3d(0, 0, 0) scale(0.1, 1) !important;
  }
  
  .menu-open:checked+.menu-open-button .hamburger-3 {
    transform: translate3d(0, 0, 0) rotate(-45deg) !important;
  }
  
  .menu-item:hover {
    background: white !important;
    color: #0577bd !important;
  }
  
  .menu-item:nth-child(3) {
    transition-duration: 180ms !important;
  }
  
  .menu-item:nth-child(4) {
    transition-duration: 180ms !important;
  }
  
  .menu-item:nth-child(5) {
    transition-duration: 180ms !important;
  }
  
  .menu-item:nth-child(6) {
    transition-duration: 180ms !important;
  }
  
  .menu-open-button {
    z-index: 2;
    transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    transition-duration: 400ms !important;
    transform: scale(1.1, 1.1) translate3d(0, 0, 0) !important;
    cursor: pointer !important;
  }
  
  .menu-open-button:hover {
    transform: scale(1.2, 1.2) translate3d(0, 0, 0) !important;
  }
  
  .menu-open:checked+.menu-open-button {
    transition-timing-function: linear !important;
    transition-duration: 200ms !important;
    transform: scale(0.8, 0.8) translate3d(0, 0, 0) !important;
  }
  
  .menu-open:checked~.menu-item {
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1) !important;
  }
  
  .menu-open:checked~.menu-item:nth-child(3) {
    transition-duration: 190ms !important;
    transform: translate3d(70px, 0, 0) !important;
  }
  
  .menu-open:checked~.menu-item:nth-child(4) {
    transition-duration: 290ms !important;
    transform: translate3d(140px, 0, 0) !important;
  }
  
  .menu-open:checked~.menu-item:nth-child(5) {
    transition-duration: 390ms !important;
    transform: translate3d(210px, 0, 0) !important;
  }
  
  .menu-open:checked~.menu-item:nth-child(6) {
    transition-duration: 490ms !important;
    transform: translate3d(-280px, 0, 0) !important;
  }
  
  .menu-open:checked~.menu-item:nth-child(7) {
    transition-duration: 490ms !important;
    transform: translate3d(-350px, 0, 0) !important;
  }

  .download-links{
    padding: 10px 5px;
    width: 100%;
    background-color: #d6d6d6;
    position: fixed;
    bottom: 0;
  }

  .download-links p{
    margin-bottom: 0;
    font-size: 13px;
  }
  
  .download-icons{
    height: 40px;
    width: 40px;
    display: flex;
    margin: auto;
  }

  .col-lg-4, .col-md-4, .col-sm-4, .col-4{
    padding-bottom: 0 !important;
  }

  .download-links{
    display: none;
}

.modal-header-bg{
    background-color: #0577bd;
    color: white;
}

.general-btn{
    background-color: #0577bd;
    padding: 10px 20px;
    color: white;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9{
    padding-bottom: 0;
}

::placeholder{
    color: rgb(168, 168, 168) !important;
    font-size: 13px;
}


 .dropbtn {
            background-color: #4CAF50;
            color: white;
            padding: 10px;
            font-size: 16px;
            border: none;
            cursor: pointer;
        }
  
        .dropdown {
            position: relative;
            display: inline-block;
        }
  
        .dropdown-content {
            display: none;
            text-align: center;
            position: absolute;
            background-color: #f9f9f9;
            min-width: 14px;
            box-shadow: 0px 8px 16px 
                0px rgba(0, 0, 0, 0.2);
            z-index: 1;
        }
  
        .dropdown-content a {
            color: black;
            text-align: center;
            text-decoration: none;
            display: block;
        }
  
        .dropdown-content a:hover {
            background-color: #f1f1f1
        }
  
        .dropdown:hover .dropdown-content {
            display: block;
        }
  
        .dropdown:hover .dropbtn {
            background-color: #3e8e41;
        }
        
        
        
        
        .typing-effect {
        font-family: gotham;
        font-weight:300;
         text-align: left;
         color:#fff;
         font-size: 25px;
         margin-top:-20px;
         text-decoration: none;
                         }







.button-wrap {
  height: 100%;
  display: flex;

}

.button-wrap >.button {
  min-width: 180px;
  min-height: 45px;
  font-size: 17px;
  text-transform: uppercase;
  letter-spacing: 1.3px;
  font-weight: 700;
  color: #313133;

  background: #4FD1C5;
background: linear-gradient(90deg, rgba(26,187,239,1) 0%, rgba(26,187,248,1) 100%);
  border: none;
  border-radius: 1000px;
  box-shadow: 12px 12px 24px rgba(26,187,248,.64);
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  outline: none;
  position: relative;
  padding: 10px;
  }

.button-wrap>a::before {
content: '';

  border-radius: 1000px;
  min-width: calc(180px + 12px);
  min-height: calc(45px + 12px);
  border: 1px solid #1ABBEF;
  box-shadow: 0 0 60px rgba(26,187,239,.64);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease-in-out 0s;
}

.button-wrap>.button:hover, .button:focus {
  color: #fff;
  transform: translateY(-6px);
}

.button-wrap>a:hover::before, a:focus::before {
  opacity: 1;
}

.button-wrap>a::after {
  content: '';
  width: 30px; height: 30px;
  border-radius: 100%;
  border: 6px solid #1ABBEF;
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  animation: ring 1.5s infinite;
}

.button-wrap>a:hover::after, a:focus::after {
  animation: none;
  display: none;
}

@keyframes ring {
  0% {
    width: 30px;
    height: 30px;
    opacity: 1;
  }
  100% {
    width: 300px;
    height: 300px;
    opacity: 0;
  }
}


.works_wrapper{
    margin-top:60px;
        margin-bottom:60px;
}



.waviy {
  position: relative;
}
.waviy span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  font-weight:600;
  color: #fff;
  text-transform: uppercase;
  animation: flip 2s infinite;
  animation-delay: calc(.2s * var(--i))
}
@keyframes flip {
  0%,80% {
    transform: rotateY(360deg) 
  }
}











.effect-shine {
  color: #074083;
  
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 6px;
  display: inline-block;
  position: relative;
font-family: 'Merriweather', serif;
  -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,.2) 30%, #000 50%, rgba(0,0,0,.6) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s linear infinite;
}

@keyframes shine {
  from { -webkit-mask-position: 150%; }
  to { -webkit-mask-position: -50%; }
}


.operation-div{
    margin-top: 80px;
}