@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&display=swap');
html {
    max-width: 100%;
/*     overflow-x: hidden; */
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.big-banner {
    margin-top: 48px;
}
.our-service{
	margin-top:50px;
}
.card-icon img {
    width: 50px;
}

body {
   font-family: 'Montserrat', sans-serif;
/*     overflow-x: hidden !important;
    width: 100%; */
}

html {
    scroll-behavior: smooth;
}
h3.mb-50-t{
	margin-bottom:30px;
}
.close {
    display: none
}
.paragraph{
	color:#fff;
}
.humberger {
    float: right;
    display: none;
    position: relative;
}
.thumb-image img {
    position: relative;
	margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
}
p span.text-bold{
	font-weight:700;
}
.thumb-image {
    position: relative;
}
.tab-banner {
    position: relative;
}
.tab-banner h1 {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left:20px;
	color: #fff;
    font-weight: 600;
	font-size:50px
}
.thumb-image h1 {
    position: absolute;
    top: 50%;
	transform: translateY(-50%);
	left:20px;
	color: #fff;
    font-weight: 600;
	font-size:50px
}.big-heading h2{
	letter-spacing: 0px;
    font-weight: 600;
    font-size: 32px;
    color: #676262;
    font-family: sans-serif;
	text-align:center;
}
.big-heading h5{
	font-weight: 700;
    margin-bottom: 0px;
	color:#636363;
	text-align:center;
}
.big-heading {
    margin-bottom: 40px;
    margin-top: 50px;
}
.small-heading{
	font-size:18px;
	color:#676262;
}
/*default-margin*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.row.amtrino-content {
    overflow-x: hidden;
    width: 100%;
}
.card-border-right:first-child{
	border-right:3px solid #fff;
}
/*default-padding*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

/*Menu Style*/
.product-area {
    width: 100%;
    overflow-x: hidden;
}
ul li.other-dropdown{
	
}
.other-dropdown:after {
   
/*     content:'\25BC'; */
	content:' ';
	top:45%;
	margin-left:8px;
	background-image: url(../images/down.svg);
	font-size:13px;
	font-family:auto;
	position: absolute;
    background-size: 28px 28px;
    height: 8px;
    width: 8px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 25px;
    
}
.main-menu-with {
    width: 100%;
    height: auto;
}

.Main_menu {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 80px;
}

.left_area {
    float: left;
}

.right_area {
    width: 100%;
}

.menu {
    float: right;
}
.contentent-page-box h2{
	letter-spacing: 0px;
    font-weight: 600;
    font-size: 32px;
    color: #676262;
    font-family: sans-serif;
}
.contentent-page-box p{
	color: #636363;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 20px;
}
.contentent-page-box {
	text-align:left;
	margin-top:30px;
}
/*link style Now*/
.menu>.menu-main-menu-container>ul {
    list-style: none;
    position: relative;
    transition: 1s;
}

.menu>.menu-main-menu-container>ul>li {
    display: inline-block;
    padding-right: 17px;
    padding-left: 17px;
    transition: 1s;
}

.menu>.menu-main-menu-container>ul>li>a {
    text-decoration: none;
    color: #333333;
    line-height: 80px;
    transition: 0.5s;
}

/*Drop down menu*/
.menu>.menu-main-menu-container>ul>li>.sub-menu {
    position: relative;
	list-style:none;
	display:none;
}
/* .menu>.menu-main-menu-container>ul>li:hover .sub-menu {
	display:none;
} */
.menu>.menu-main-menu-container>ul>li>.sub-menu>li>a {
    color: #424040;
    text-decoration: none;
    background: #fff;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.menu.menu-main-menu-container>ul li ul.drop_down {
    position: absolute;
    display: none;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    top: 100%;
}

/*logo*/
.logo {
    width: 100%;
    line-height: 80px;
}

/*Link style End*/
/*banner-style*/
.banner-content-body {
    position: relative;
    content: "";
    border-radius: 25px;
    background: #0e0e0e6b;
    padding: 20px;
	text-align:center;
	max-width:560px;
}
.banner-area {
    width: 100%;
}

.big-banner {
    position: relative;
}

.banner-area .all-content {
    position: absolute;
    top: 50%;
    left: 10%;
	z-index:999;
    transform: translate(0%,-50%);
}


.banner-heading {
    font-size: 40px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    line-height: 48px;
}
.banner-content-body p{
	color:#fff;
	font-size: 14px;
}
.amtrino-content{
	margin-top:40px;
}
.outer-card {
    box-shadow: 1px 4px 5px 0 rgb(0 0 0 / 8%);
    margin: 20px;
    padding: 20px 15px;
    border-radius: 10px;
}
/*banner-button*/
.banner-button a {
    text-decoration: none;
    outline: none;
    background: #fff;
    color: #333333;
    padding: 12px 30px;
    border-radius: 100px;
}

.banner-button a:hover {
    text-decoration: none;
    outline: none;
}

.banner-button {
    margin-top: 50px;
}

.banner-area {
    position: relative;
}

.banner-area .blinker a {
    width: 40px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    outline: none;
}

.banner-area .blinker a {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%) scale(.7);
}

.blinker a i {
    width: 10px;
    height: 20px;
    color: #fff;
    position: relative;
    bottom: -35px;
}

.blinker a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 40px;
    margin: 0px auto;
    left: 0;
    right: 0;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        top: 0px;
    }

    100% {
        top: 35px;
        opacity: 0;
    }
}

/*banner-style End*/
/*Service-card-area*/
.custom_banner_card {
    width: 100%;
    padding: 20px 15px;
    min-height: 09px;
}

.card-icon {
    width: 50px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.inner-area {
    text-align: center;
	position:relative;
	z-index:999;
}

.card-content {
    color: #1d2327;
    position: absolute;
    /* bottom: 0px; */
    top: 50%;
    text-align:center;
    transform: translateY(115%);
    width: 100%;
    left: 0;
/*     background: #ffffff; */
    padding-top: 20px;
}
.card-content h3{
	font-weight:800;
	font-size:26px;
}
/*card color css*/
.my-card {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 10px solid #fff;
    border-bottom : 10px solid #fff;
	background-size:cover;
	background-repeat:no-repeat;
}

.my-card{
    background-color: #fff;
    border-left: 10px solid #fff;
    min-height: 284px;
}

/* .my-card:nth-child(2) {
    background-color: #329fd9;
    min-height: 284px;
}

.my-card:nth-child(3) {
    background-color: #7bb63f;
    min-height: 284px;
} */

.my-card:nth-child(4) {
    border-right: 10px solid #fff;
  
}

.main-service-area {
    position: relative;
    top: -100px;
}

.all-card-shadow {
    box-shadow: 0 4px 20px 6px rgb(0 0 0 / 12%), 0 6px 20px 4px rgb(0 0 0 / 0%);
}

.card-button {
    background: #fff;
    color: #686868;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
}

.card-content h3 {
    font-size: 18px;
}

.card-content p {
    font-size: 13px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

/*Hover*/
.my-card {
    transition: 0.5s;
    cursor: pointer;
}

.custom_banner_card .inner-area .card-icon img {
    transition: 0.5s;
}

.my-card:hover .custom_banner_card .inner-area .card-icon img {
    transform: rotate(45deg);
}

/*Service-card-area*/
/*Who We are area css*/
.who-we-area {
    position: relative;
}

.who-we-area .cutting {
    position: absolute;
    left: 5%;
    top: 12%;
    opacity: 0.5;
}

.who-we-are-image {
    width: 100%;
}

.who-we-are-image img {
    width: 100%;
}

.who-we-area .cutting img {
    width: 100px;
}

/*header*/
.header h2 {
    text-align: center;
    color: #333333 ;
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 800;
    color: #676262;
}

.header {
    margin-bottom: 60px;
}

.who-we-are-content p {
    color: #636363;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
}
.main-content-card {
    text-align: center;
}
.who-we-are-content {
    position: relative;
    top: 50% ;
    transform: translateY(-50%);
}

.who-we-are-content p {
    margin-bottom: 37px;
}

/*weo we Content-button*/
.who-we-content-button {
    text-decoration: none;
    outline: none;
    background: #fff;
    color: #333333;
}

.who-we-content-button a {
    color: #4b71a3;
    border-radius: 100px;
    border: 2px solid #4b71a3;
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
}

.who-we-content-button a:hover {
    color: #4b71a3;
    text-decoration: none;
}

/*Who We are Area Css End*/
/*Why Amtrino css*/
.amtrino-card-content h2 {
    font-size: 18px;
    color: #636363;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 48px;
    font-weight: 700;
}

.amtrino-card-content p {
    font-size: 14px;
    color: #636363;
}

.amtrino-card-icon a img {
    width: 50px;
}

/*Why amtrino Css End*/
/*Our Approach*/
.svg-area {
    width: 100%;
    position: relative;
    /* background: red; */
}

.svg-area img {
    width: 100%;
}
.svg_circle:hover {
	fill: #329fd9;
	cursor: pointer;
}
.svg_circle.active {
	fill: #329fd9;
}
.svg-area button {
    position: absolute;
    background: green;
    width: 15%;
    height: 19%;
    opacity: 0;
    cursor: pointer;
}

.svg_button.top {
    top: 10%;
    left: 43%;
}

.svg_button.top_right {
    top: 41%;
    left: 70%;
}

.svg_button.buottom_right {
    bottom: 5%;
    left: 57%;
}

.svg_button.buottom_left {
    bottom: 7%;
    left: 25%;
}

.svg_button.left {
    top: 41%;
    left: 16%;
}

.right-amtrino-content {
    position: relative;
    top: 25%;
    transform: translateY(-25%);
}

.right-amtrino-content p {
    font-size: 16px;
    color: #636363;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 300;
}

.our-approach-end {
    margin-top: 60px;
    position: relative;
}

.our-approach-end .cutting {
    position: absolute;
    left: 5%;
    top: 12%;
    opacity: 0.5;
}

.our-approach-end .cutting img {
    width: 100px;
}

/*Product-area css Start*/
.product-area {
   background: rgb(63,55,128);
    background: linear-gradient(151deg, rgba(63,55,128,1) 0%, rgba(91,115,247,1) 100%);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 140px;
    padding-bottom: 140px;
    /* background-attachment: fixed; */
}

.main-body-card {
    width: 100%;
}

.products-card {
    width: 400px;
    margin: 0px auto;
}

.product-content {
    background-color: rgb(34 24 101);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(3px);
    /* opacity: 0.7; */
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.product-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #f3f3f3;
    margin-bottom: 30px;
}

.product-content p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 30px;
}

.product-button a {
    background: #4b71a3;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.product-button a:hover {
    color: #fff;
    text-decoration: none;
}

.product-area {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
}

.content-header h4 {
    text-align: right;
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 1px;
    margin-right: 100px;
}

.parrtner-image {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.parrtner-image img {
    width: 150px;
}

.partner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.partner-content p {
    color: #636363;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}

.all-client {
    width: 100%;
}

.c-logo {
    width: 100%;
    text-align: center;
    s }

.c-logo img {
    padding-top: 35px;
    margin: 0 auto;
}

.client-area {
    margin-top: 0px;
    background: #f1f1f1;
}

/*Product area Css End*/
/*Footer-Css Start*/
.footer-area {
    background: #343535;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-header {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.footer-header h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer-link ul li {
    list-style: none;
}

.footer-link ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.footer-link ul li a:hover {
    text-decoration: none;
}

/*footer-heading csss*/
.footer-header span {
    background: #fff;
}

.footer-header span::after {
    background: #fff;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    bottom: -8px;
}

.footer-header span::before {
    background: #fff;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 54%;
    left: 0;
    right: 0;
    bottom: -14px;
}

/*.footer-link ul{
	margin-bottom: 0px;
	list-style-image: url();
}
*/
.footer-link li {
    position: relative;
    padding-left: 20px;
}

.footer-link li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../images/right-arrow.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.f-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.scoail {
    margin-top: 30px;
}

.scoail a {
    margin: 0px 5px;
    text-decoration: none;
}

.scoail a:hover {
    text-decoration: none;
}

.everify {
	margin-top: 70px;
	margin-bottom:10px;
}

.scoail a img {
    width: 35px;
}

.footer-copy-right {
    background: #1e1e1e;
    padding-top: 20px;
    padding-bottom: 20px;
}

.all_c_right p {
    text-align: center;
    color: #969696;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 16px;
}

.menu.block-area {
    display: block;
}

/*Footer-css End*/
.conten_of_tab {
	opacity: 0;
	visibility: hidden;
	transition:all .5s;
}
.conten_of_tab.activated {
	opacity: 1;
	visibility: visible;
	transition:all .5s;
}
.tab-content {
	position: relative;
}
.conten_of_tab {
	position: absolute;
	top: 0;
	left: 6px;
	width: 100%;
}
/*--------------Footer list-hover--------------*/
.footer-link >ul{
	
}
.footer-link >ul>li{
	transition:0.5s;
}
.footer-link>ul>li:hover{
	position:relative;
	left:10px;
}
/* Other Page */
.inner_about_outer img{
    width: 100%;
}
.entry-content{
    margin-top: 0px;
}
.secondery_container .entry-content h3 {
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 32px;
    color: #676262;
    font-family: sans-serif;
}
.secondery_container .entry-content p{
    color: #636363;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 20px;
}
.wp-block-column h4{
    letter-spacing: 0px;
    font-weight: 800;
    font-size: 24px;
    color: #676262;
    font-family: sans-serif;
}
.wp-block-column p{
    color: #636363;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    
}
.wp-block-image.size-large img{
    width:100% !important;
    height: auto !important;
}
.wp-block-column ul{
    margin-top: 20px;
}
.wp-block-column ul li{
    color: #636363;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 8px;
}
.wp-block-column ul li {
    text-align: justify;
    padding: 8px 0px;
    position: relative;
    margin-left: 25px;
    list-style: none;
}
/* .wp-block-column ul li:before {
    position: absolute;
    display: block;
    content: ' ';
    background-image: url(../images/link.svg);
    background-size: 28px 28px;
    height: 25px;
    width: 25px;
    left: -35px;
    top: 10px;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 25px;
} */
.wp-block-column ul li strong{
    font-weight: 600;
}
.wp-block-image {
    margin-bottom: 1em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Contact Form */
.image-area img {
    position: relative;
    right: -16px;
    width: 100%;
    bottom: -46px;
}
.full-width{
    margin-top: 100px;
}
.contact-box {
    width: 547px;
    float: right;
    background: #a483bc2b;
    padding: 40px 35px;
    border-radius: 30px;
    margin-bottom: 30px;
    border: 2px solid #eeeded;
}
.custom-text-area {
    height: 111px;
}
.button-color{
    background-color: #22419c;
    color:#fff;
}


.inner_point ul li{
			text-align: justify;
			padding: 8px 0px;
			position: relative;
			margin-left: 25px;
			list-style: none;
		}
	
/* OUr service */


	.bs_example {
		background: #fafbfd;
		border: 1px solid:#fff;
		padding: 30px 40px;
		/* border: 1px solid #e5ecff; */
		border-radius: 8px;
		margin-bottom: 40px;
		margin-top:40px;
	}
	.under-width{

		
		
	}
    .for_parent_nav {
    list-style: none;
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 9%);
    text-align: center;
    position: sticky;
    color: #1257ab;
    top: 81px;
    border-radius: 6px;
    margin: 0 auto;
    padding-left: 0;
    z-index: 2;
    margin-bottom: 36px;
}
         .for_parent_nav li {
         display: inline-block;
         margin: 10;
         padding: 12px 20px;
         }
        .for_children_nav {
			padding-top: 0px;
			width: 20%;
			background: #1257ab;
			color: #f1f1f1;
			position: sticky;
			top: 129px;
			margin: 0;
			padding-bottom: 0px;
			display: inline-block;
			float: left;
			}
         .for_children_tab {
            width: 80%;
            background: #ccc;
            display: inline-block;
         }
         .nav_item {
         list-style: none;
		 cursor:pointer;
         }
         .for_children_nav  {
			text-align:center;
			background: #3c3c3c;
			}
		 .for_children_nav li{
			padding:0px 6px;
			border-bottom: 1px solid #ffffff1f;
			color:#fff;
			font-size:13px;
			line-height:50px;
			}
		 .for_parent_nav li{
			 border-right: 1.5px solid #f1f1f1;
			 margin: 0;
			}
		 .for_parent_nav li:last-child{
			 border-right: 0px;
		 }
         .for_children_nav .nav_item {
         list-style: none;
         }
        .tab_pane {
         display:none;
			float:left;
         }
		.tab_pane p {
			font-size: 14px;
			letter-spacing: 1px;
		}
         .tab_pane.active{
         display:block;
         }
         .for_children_tab {
            padding-left: 20px;
            display: inline-block;
			background:#fff;
			padding:0px 25px;
            float: left;
         }
		 .tab_pane p {
			margin-bottom: 20px;
			text-align: justify;
			font-weight: 300;
		}
		 .tab_pane h4 {
        color: #636363;
        font-weight: 800;
        font-size: 24px;
        }
		.for_parent_nav .active {
		background: #1257ab;
		color: #f2f2f2;
		}
	.inner-card {
		background: #fff;
		padding: 20px 14px;
		border-radius: 10px;
		max-height: 220px;
		border: 1.5px solid #3333331f;
		box-shadow: 0 4px 3px 0 rgb(90 89 89 / 8%), 0 6px 10px 0 rgb(0 0 0 / 8%);
		min-height: 280px;
	}
		.inner-card h4 {
        font-size: 20px;
       }
	   .inner-card p {
    font-size: 13px;
    text-align: justify;
}
.icon-inner-card {
    text-align: center;
    margin-bottom: 20px;
   
}
.icon-inner-card img {
    width: 40px;
}
.inner_point {
    margin: 50px 0px;
}
.tab-banner img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.for_children_nav .active{
	background:#ebad00;
}
.left-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left-content p{
	text-align:justify;
}
.thumb-image img{
	width:100%;
}
.tab-image-thumb img {
    width: 100%;
}
.content {
    text-align: justify;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.all-child ul {
    background: #3c3c3c;
    height: 122vh;
}

.under-content{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
		.tab_content {
			/* background: red; */
			float: left;
		}
.banc-img img {
    width: 100%;
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
.custom_banner_card {
    position: relative;
}
/* .card-content:before {
	content:'';
	position:absolute;
	left:0;
	width:100%;
    height:100%;
    background:red;
    z-index:100000;
} */html {
    max-width: 100%;
/*     overflow-x: hidden; */
}

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}
.big-banner {
    margin-top: 48px;
}
.our-service{
	margin-top:50px;
}
.card-icon img {
    width: 50px;
}

body {
    font-family: 'Montserrat', sans-serif;
/*     overflow-x: hidden !important;
    width: 100%; */
}

html {
    scroll-behavior: smooth;
}

.close {
    display: none
}

.humberger {
    float: right;
    display: none;
    position: relative;
}

/*default-margin*/
.mt-5 {
    margin-top: 5px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-15 {
    margin-top: 15px;
}

.mt-20 {
    margin-top: 20px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mt-60 {
    margin-top: 60px;
}

.row.amtrino-content {
    overflow-x: hidden;
    width: 100%;
}

/*default-padding*/
.pt-5 {
    padding-top: 5px;
}

.pt-10 {
    padding-top: 10px;
}

.pt-15 {
    padding-top: 15px;
}

.pt-20 {
    padding-top: 20px;
}

.pb-5 {
    padding-bottom: 5px;
}

.pb-10 {
    padding-bottom: 10px;
}

.pb-15 {
    padding-bottom: 15px;
}

.pb-20 {
    padding-bottom: 20px;
}

/*Menu Style*/
.product-area {
    width: 100%;
    overflow-x: hidden;
}

.main-menu-with {
    width: 100%;
    height: auto;
}

.Main_menu {
    background: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    height: 80px;
}

.left_area {
    float: left;
}

.right_area {
    width: 100%;
}

.menu {
    float: right;
}

/*link style Now*/
.menu>.menu-main-menu-container>ul {
    list-style: none;
    position: relative;
    transition: 1s;
}

.menu>.menu-main-menu-container>ul>li {
    display: inline-block;
    padding-right: 17px;
    padding-left: 17px;
    transition: 1s;
}

.menu>.menu-main-menu-container>ul>li>a {
    text-decoration: none;
    color: #333333;
    line-height: 80px;
    transition: 0.5s;
}

/*Drop down menu*/
.menu>.menu-main-menu-container>ul>li>.sub-menu {
    position: relative;
	list-style:none;
	display:none;
}
/* .menu>.menu-main-menu-container>ul>li:hover .sub-menu {
	display:none;
} */
.menu>.menu-main-menu-container>ul>li>.sub-menu>li>a {
    color: #424040;
    text-decoration: none;
    background: #fff;
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #f1f1f1;
}
.menu.menu-main-menu-container>ul li ul.drop_down {
    position: absolute;
    display: none;
    z-index: 1;
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    top: 100%;
}

/*logo*/
.logo {
    width: 100%;
    line-height: 80px;
}

/*Link style End*/
/*banner-style*/
.banner-area {
    width: 100%;
}

.big-banner {
    position: relative;
}

.banner-area .all-content {
    position: absolute;
    top: 35%;
    left: 10%;
    transform: translate(0%,-35%);
}


.banner-heading {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #fff;
    line-height: 48px;
}
.banner-content-body p{
	color:#fff;
}
.amtrino-content{
	margin-top:40px;
}
.outer-card {
    box-shadow: 1px 4px 5px 0 rgb(0 0 0 / 8%);
    margin: 20px;
    padding: 20px 15px;
}
/*banner-button*/
.banner-button a {
    text-decoration: none;
    outline: none;
    background: #fff;
    color: #333333;
    padding: 12px 30px;
    border-radius: 100px;
}

.banner-button a:hover {
    text-decoration: none;
    outline: none;
}

.banner-button {
    margin-top: 50px;
}

.banner-area {
    position: relative;
}

.banner-area .blinker a {
    width: 40px;
    height: 70px;
    border: 2px solid #fff;
    border-radius: 50px;
    text-align: center;
    outline: none;
}

.banner-area .blinker a {
    position: absolute;
    bottom: 150px;
    left: 50%;
    transform: translateX(-50%) scale(.7);
}

.blinker a i {
    width: 10px;
    height: 20px;
    color: #fff;
    position: relative;
    bottom: -35px;
}

.blinker a::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 40px;
    margin: 0px auto;
    left: 0;
    right: 0;
    animation: mymove 1s infinite;
}

@keyframes mymove {
    0% {
        top: 0px;
    }

    100% {
        top: 35px;
        opacity: 0;
    }
}

/*banner-style End*/
/*Service-card-area*/
.custom_banner_card {
    width: 100%;
    padding: 20px 15px;
    min-height: 09px;
}

.card-icon {
    width: 50px;
    margin: 0px auto;
    margin-bottom: 10px;
}

.inner-area {
    text-align: center;
	position:relative;
	z-index:999;
}

.card-content {
    color: #1d2327;
    position: absolute;
    /* bottom: 0px; */
    top: 70%;
    text-align: center;
    transform: translateY(70%);
    width: 100%;
    height: 130px;
    left: 0;
    /* background: #ffffff; */
    padding-top: 0px;
}
.big-banner{
	position:relative;
	background:#fff;
		height:562px;
	
}
.big-banner:after {
    content: "";
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
/*     background: #0e0e0ead; */
    z-index: 2;
}
.card-content h3{
	font-weight:800;
	font-size:26px;
}
/*card color css*/
.my-card {
    border-left: 5px solid #fff;
    border-right: 5px solid #fff;
    border-top: 10px solid #fff;
    border-bottom : 10px solid #fff;
}

.my-card{
    background-color: #fff;
    border-left: 10px solid #fff;
    min-height: 284px;
}

/* .my-card:nth-child(2) {
    background-color: #329fd9;
    min-height: 284px;
}

.my-card:nth-child(3) {
    background-color: #7bb63f;
    min-height: 284px;
} */

.my-card:nth-child(4) {
    border-right: 10px solid #fff;
  
}

.main-service-area {
    position: relative;
    top: -100px;
}

.all-card-shadow {
    box-shadow: 0 4px 20px 6px rgb(0 0 0 / 12%), 0 6px 20px 4px rgb(0 0 0 / 0%);
}

.card-button {
    background: #fff;
    color: #686868;
    text-decoration: none;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 100px;
}

.card-content h3 {
    font-size: 19px;
}

.card-content p {
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 20px;
    padding-bottom: 0px;
}

/*Hover*/
.my-card {
    transition: 0.5s;
    cursor: pointer;
}

.custom_banner_card .inner-area .card-icon img {
    transition: 0.5s;
}

.my-card:hover .custom_banner_card .inner-area .card-icon img {
    transform: rotate(45deg);
}

/*Service-card-area*/
/*Who We are area css*/
.who-we-area {
    position: relative;
}

.who-we-area .cutting {
    position: absolute;
    left: 5%;
    top: 4%;
    opacity: 0.5;
}

.who-we-are-image {
    width: 100%;
}

.who-we-are-image img {
    width: 100%;
}

.who-we-area .cutting img {
    width: 100px;
}

/*header*/
.header h2 {
    text-align: center;
    
    letter-spacing: 1px;
    font-size: 35px;
    font-weight: 700;
    color: #676262;
}

.header {
    margin-bottom: 60px;
}

.who-we-are-content p {
    color: #000;
    font-size: 15px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
}

.who-we-are-content {
    position: relative;
    top: 50% ;
    transform: translateY(-50%);
}

.who-we-are-content p {
    margin-bottom: 37px;
}

/*weo we Content-button*/
.who-we-content-button {
    text-decoration: none;
    outline: none;
    background: #fff;
    color: #333333;
}

.who-we-content-button a {
    color: #4b71a3;
    border-radius: 100px;
    border: 2px solid #4b71a3;
    font-size: 14px;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
}

.who-we-content-button a:hover {
    color: #4b71a3;
    text-decoration: none;
}

/*Who We are Area Css End*/
/*Why Amtrino css*/
.amtrino-card-content h2 {
    font-size: 15px;
    color: #000;
    margin-bottom: 10px;
    margin-top: 20px;
    height: 48px;
    font-weight: 600;
}

.amtrino-card-content p {
    font-size: 14px;
    color: #636363;
}

.amtrino-card-icon a img {
    width: 50px;
}

/*Why amtrino Css End*/
/*Our Approach*/
.svg-area {
    width: 100%;
    position: relative;
    /* background: red; */
}

.svg-area img {
    width: 100%;
}

.svg-area button {
    position: absolute;
    background: green;
    width: 15%;
    height: 19%;
    opacity: 0;
    cursor: pointer;
}

.svg_button.top {
    top: 10%;
    left: 43%;
}

.svg_button.top_right {
    top: 41%;
    left: 70%;
}

.svg_button.buottom_right {
    bottom: 5%;
    left: 57%;
}

.svg_button.buottom_left {
    bottom: 7%;
    left: 25%;
}

.svg_button.left {
    top: 41%;
    left: 16%;
}

.right-amtrino-content {
    position: relative;
    top: 25%;
    transform: translateY(-25%);
}

.right-amtrino-content p {
    font-size: 16px;
    color: #000;
    letter-spacing: 1px;
    text-align: justify;
    font-weight: 300;
}

.our-approach-end {
    margin-top: 60px;
    position: relative;
}

.our-approach-end .cutting {
    position: absolute;
    left: 5%;
    top: 12%;
    opacity: 0.5;
}

.our-approach-end .cutting img {
    width: 100px;
}

/*Product-area css Start*/
.product-area {
    background: rgb(63,55,128);
    background: linear-gradient(
151deg
, rgba(63,55,128,1) 0%, rgba(91,115,247,1) 100%);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 140px;
    /* background-attachment: fixed; */
}

.main-body-card {
    width: 100%;
}

.products-card {
    width: 400px;
    margin: 0px auto;
}

.product-content {
    background-color: rgb(34 24 101 / 0%);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(3px);
    /* opacity: 0.7; */
    border-radius: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 30px;
    padding-right: 30px;
}

.product-content h4 {
    font-size: 30px;
    font-weight: 700;
    color: #f3f3f3;
    margin-bottom: 30px;
}

.product-content p {
    font-size: 16px;
    font-weight: 300;
    color: #fff;
	text-align:justify;
    margin-bottom: 10px;
}

.product-button a {
    background: #2d7fea;
    color: #fff;
    text-decoration: none;
    padding: 10px 25px;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
}

.product-button a:hover {
    color: #fff;
    text-decoration: none;
}

.product-area {
    margin-top: 60px;
    /*margin-bottom: 60px;*/
}

.content-header h4 {
    text-align: center;
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    margin-bottom: 60px;
    letter-spacing: 1px;
    margin-right: 0;
}

.parrtner-image {
    width: 100%;
    text-align: center;
    margin-bottom: 25px;
}

.parrtner-image img {
    width: 150px;
}

.partner-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.partner-content p {
    color: #000;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 300;
}

.all-client {
    width: 100%;
}

.c-logo {
    width: 100%;
    text-align: center;
    }

.c-logo img {
    padding-top: 35px;
    margin: 0 auto;
	width:170px;
}

.client-area {
    margin-top: 0px;
    background: #fff;
}

/*Product area Css End*/
/*Footer-Css Start*/
.footer-area {
    background: #343535;
    padding-top: 60px;
    padding-bottom: 60px;
}

.footer-header {
    margin-bottom: 30px;
    width: 100%;
    position: relative;
}

.footer-header h4 {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
}

.footer-link ul li {
    list-style: none;
}

.footer-link ul li a {
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    text-decoration: none;
}

.footer-link ul li a:hover {
    text-decoration: none;
}

/*footer-heading csss*/
.footer-header span {
    background: #fff;
}

.footer-header span::after {
    background: #fff;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 70%;
    left: 0;
    right: 0;
    bottom: -8px;
}

.footer-header span::before {
    background: #fff;
    content: "";
    height: 1.5px;
    position: absolute;
    width: 54%;
    left: 0;
    right: 0;
    bottom: -14px;
}

/*.footer-link ul{
	margin-bottom: 0px;
	list-style-image: url();
}
*/
.footer-link li {
    position: relative;
    padding-left: 20px;
}

.footer-link li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    background-image: url('../images/right-arrow.svg');
    background-size: cover;
    background-position: center;
    left: 0;
    top: 26%;
    transform: translateY(-26%);
}

.f-content p {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
}

.scoail a {
    margin: 0px 5px;
    text-decoration: none;
}

.scoail a:hover {
    text-decoration: none;
}

.scoail a img {
    width: 35px;
}

.footer-copy-right {
    background: #1e1e1e;
    padding-top: 20px;
    padding-bottom: 20px;
}

.all_c_right p {
    text-align: center;
    color: #969696;
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 14px;
}

.menu.block-area {
    display: block;
}

/*Footer-css End*/
.conten_of_tab {
	opacity: 0;
	visibility: hidden;
	transition:all .5s;
}
.conten_of_tab.activated {
	opacity: 1;
	visibility: visible;
	transition:all .5s;
}
.tab-content {
	position: relative;
}
.conten_of_tab {
	position: absolute;
	top: 0;
	left: 6px;
	width: 100%;
}
/*--------------Footer list-hover--------------*/
.footer-link >ul{
	
}
.footer-link >ul>li{
	transition:0.5s;
}
.footer-link>ul>li:hover{
	position:relative;
	left:10px;
}
/* Other Page */
.inner_about_outer img{
    width: 100% !important;
	height:auto !important;
}
.entry-content{
    margin-top: 0px;
	margin-bottom:40px;
}
.secondery_container .entry-content h3 {
       letter-spacing: 0px;
    font-weight: 700;
    font-size: 24px;
    color: #676262;
	margin-top:50px;
    font-family: sans-serif;
}
.has-text-align-center{
	color:#676767 !important;
	margin-top:50px;
}
.secondery_container .entry-content p{
    color: #676262;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    margin-top: 20px;
}
.wp-block-column h4{
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 24px;
    color: #676262;
    font-family: sans-serif;
}
.wp-block-column p{
    color: #676262;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    
}
.wp-block-image.size-large img{
    width:100% !important;
    height: auto !important;
}
.wp-block-column ul{
    margin-top: 20px;
	margin-left:10px;
}
.wp-block-column ul li{
    color: #676262;
    font-size: 16px;
    text-align: justify;
    letter-spacing: 1px;
    font-weight: 300;
    margin-bottom: 8px;
}
.wp-block-column ul li {
    text-align: justify;
    padding: 8px 0px;
    position: relative;
    margin-left: 25px;
    list-style: none;
}
.wp-block-column ul li:first-line:before{content:""}    

.wp-block-column ul li::before{
    position: absolute;
    display: block;
    content: url(../images/link-arrow.svg);
/*     background-image:  */
    background-size: 14px 14px;
    width: 10px;
    height: 10px;
    left: -35px;
/*    top: 50%;
	
    transform: translateY(-50%); */
    background-repeat: no-repeat;
    background-size: cover;
/*     font-size: 25px; */
}
.wp-block-column ul li strong{
    font-weight: 600;
}
.wp-block-image {
    margin-bottom: 1em;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* Contact Form */
.image-area img {
    position: relative;
    right: -16px;
    width: 100%;
    bottom: -46px;
}
.full-width{
    margin-top: 50px;
}
.contact-box {
    width: 547px;
    float: right;
    background: #ffffff;
    padding: 40px 35px;
    border-radius: 11px;
    margin-bottom: 30px;
    border: 2px solid #eeeded;
    box-shadow: 1px 1px 20px 3px #00000029;
}


}
.custom-text-area {
    height: 111px;
}
.button-color{
    background-color: #22419c;
    color:#fff;
}


.inner_point ul li{
		text-align: justify;
		padding-top:6px;
	    padding-bottom:0px;
	    padding-left:0px;
	    padding-right:0px;
	
		position: relative;
		margin-left: 25px;
		list-style: none;
		text-align: justify;
		font-weight: 300;
		font-size: 16px;
		letter-spacing: 1px;
		color: #636363;
		}
.inner_point ul li:first-line:before{content:""}
		.inner_point ul li:before {
			  position: absolute;
    display: block;
    content: url(../images/link-arrow.svg);
/*     background-image:  */
    background-size: 14px 14px;
    width: 10px;
    height: 10px;
    left: -35px;
/*    top: 50%;
	
    transform: translateY(-50%); */
    background-repeat: no-repeat;
    background-size: cover;
/*     font-size: 25px; */
		}
.main-center-heading h4{
	color: #636363;
    font-weight: 600;
    font-size: 24px;
	text-align:center;
	margin-bottom:30px;
}
/* OUr service */


	.bs_example {
		background: #fafbfd;
		border: 1px solid:#fff;
		padding: 30px 40px;
		/* border: 1px solid #e5ecff; */
		border-radius: 8px;
		margin-bottom: 40px;
		margin-top:40px;
	}
	.under-width{

		
		
	}
    .for_parent_nav {
    list-style: none;
    display: block;
    width: 100%;
    background: #ffffff;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 9%);
    text-align: center;
    position: sticky;
    color: #1257ab;
    top: 81px;
    border-radius: 6px;
    margin: 0 auto;
    padding-left: 0;
    z-index: 2;
    margin-bottom: 36px;
}
         .for_parent_nav li {
         display: inline-block;
         margin: 10;
         padding: 12px 20px;
         }
        .for_children_nav {
			padding-top: 0px;
			width: 20%;
			background: #1257ab;
			color: #f1f1f1;
			position: sticky;
			top: 129px;
			margin: 0;
			padding-bottom: 0px;
			display: inline-block;
			float: left;
			}
         .for_children_tab {
            width: 80%;
            background: #ccc;
            display: inline-block;
         }
         .nav_item {
         list-style: none;
		 cursor:pointer;
         }
         .for_children_nav  {
			text-align:center;
			background: #3c3c3c;
			}
		 .for_children_nav li{
			padding:0px 6px;
			border-bottom: 1px solid #ffffff1f;
			color:#fff;
			font-size:13px;
			line-height:50px;
			}
		 .for_parent_nav li{
			 border-right: 1.5px solid #f1f1f1;
			 margin: 0;
			}
		 .for_parent_nav li:last-child{
			 border-right: 0px;
		 }
         .for_children_nav .nav_item {
         list-style: none;
         }
        .tab_pane {
         display:none;
			float:left;
         }
		.tab_pane p {
			font-size: 16px;
			letter-spacing: 1px;
		}
         .tab_pane.active{
         display:block;
         }
         .for_children_tab {
            padding-left: 20px;
            display: inline-block;
			background:#fff;
			padding:0px 25px;
            float: left;
         }
		 .tab_pane p {
			margin-bottom: 20px;
			text-align: justify;
			font-weight: 300;
			font-size: 16px;
            letter-spacing: 1px;
            color: #636363;
		}
		 .tab_pane h4 {
        color: #636363;
        font-weight: 600;
        font-size: 24px;
        }
		.for_parent_nav .active {
		background: #1257ab;
		color: #f2f2f2;
		}
	.inner-card {
		background: #fff;
		padding: 20px 14px;
		border-radius: 10px;
		max-height: 220px;
		border: 1.5px solid #3333331f;
		box-shadow: 0 4px 3px 0 rgb(90 89 89 / 8%), 0 6px 10px 0 rgb(0 0 0 / 8%);
		min-height: 280px;
	}
.inner-card h4 {
    letter-spacing: 0px;
    font-weight: 700;
    font-size: 22px;
    color: #676262;
    font-family: sans-serif;
	text-align:center;
       }
.inner-card p {
   
    font-weight: 300;
    font-size: 16px;
    letter-spacing: 0px;
    color: #636363;
}
.icon-inner-card {
    text-align: center;
    margin-bottom: 20px;
   
}
.icon-inner-card img {
    width: 40px;
}
.inner_point {
    margin: 50px 0px;
}
.tab-banner img {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 40px;
    border-radius: 10px;
}
.for_children_nav .active{
	background:#ebad00;
}
.left-content {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.left-content p{
	text-align:justify;
}
.thumb-image img{
	width:100%;
}
.tab-image-thumb img {
    width: 100%;
}
.content {
    text-align: justify;
}
.all-child ul {
    background: #3c3c3c;
    height: 122vh;
}

.under-content{
	position:relative;
	top:50%;
	transform:translateY(-50%);
}
		.tab_content {
			/* background: red; */
			float: left;
		}
.banc-img img {
    width: 100%;
    top: 0px;
    position: absolute;
    left: 0;
    right: 0;
}
.custom_banner_card {
    position: relative;
}
.da-m{
	position: relative;
    top: 50%;
    transform: translateY(-50%);
}
/* .card-content:before {
	content:'';
	position:absolute;
	left:0;
	width:100%;
    height:100%;
    background:red;
    z-index:100000;
} */
.bottom-box {
    text-align: center;
    background: #fff;
    color: #104d97;
    padding: 15px;
	border-radius: 10px;
}
.bottom-box h4 {
    color: #104d97;
	font-weight:700;
    margin-bottom: 0px;
}


.wp-block-image.custom-size img {
    width: 85% !important;
    height: auto !important;
}

.all-in-body{
	display: flex;
    justify-content: space-around;
    align-items: center;
}
.information-area {
    background: #fff;
    padding: 25px 30px;
    margin-bottom: 25px;
    border-radius: 10px;
	box-shadow: 0 0 7px rgb(0 0 0 / 12%);
}

//Another Page Hear

.about-header img {
    position: relative;
}
.mainheading {
   position: absolute;
    top: 30%;
    left: 10%;
    transform: translate(-30%, 10%);
}
.mainheading h1{
	color:#fff;
	font-weight:600;
}
.page-heading h1 {
   position: absolute;
    color: #fff;
    font-weight: 600;
    top: 28%;
    left: 8%;
	text-align:left;
    font-size: 38px;
	width:80%;
	z-index:1;
	
    
}
.product-button {
    margin-top: 35px;
}
.wp-block-column.custom-box {
    padding-top: 20px;
	padding-bottom:20px;
    background: #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
	
    border-left: 10px solid #0d9dda;
    border-radius: 0px 10px 10px 0px;
}
.custom-box{
	 padding-top: 20px;
	padding-bottom:20px;
    background: #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 10px solid #0d9dda;
    border-radius: 0px 10px 10px 0px;
}
.link-hover{
	font-weight:600;
}
.link-hover:hover{
	color:red;
	text-decoration:underline;
}
.wp-block-column.custom-box-right{
	 padding-top: 20px;
	padding-bottom:20px;
    background: #f1f1f1;
    padding-left: 15px;
    padding-right: 15px;
    border-right: 10px solid #0d9dda;
    border-radius: 10px 0px 0px 10px;
}
.wp-block-column.custom-box-shadow {
    background: #fff;
    border-top: 10px solid #16a9bd;
    padding: 25px 20px;
    box-shadow: 0 6px 20px 0 rgb(0 0 0 / 9%);
}

.wp-block-column p.p-position {
    position: relative;
    top: 5%;
    transform: translatey(-5%);
}

.wp-block-column h5.cramb{
position: absolute;top: 50%;color: #ffffff; padding: 15px;border-radius: 0;right: 0px;font-size: 15px;
} 
.wp-block-image.size-large.stky-img{
	position: -webkit-sticky;
    position: sticky;
    top: 100%;
   
    padding: 50px;
    font-size: 20px;
}
.wp-block-image.size-large.full-image img{
	width: 100% !important;
}
.wp-block-column h5.cramb{
	position: absolute;
    top: 50%;
    color: #ffffff;
    padding: 15px;
    border-radius: 0;
    right: 8%;
    font-size: 15px;
}
.contentent-page-box h5.cramb{
	position: absolute;
    top: 50%;
    color: #ffffff;
    padding: 15px;
    border-radius: 0;
    right: 8%;
    font-size: 15px;
}
.wp-block-column h5.cramb2 {
    position: absolute;
    top: -32%;
    color: #ffffff;
    padding: 15px;
    border-radius: 0;
    right: 0%;
    font-size: 15px;
}
.wp-block-column h4.subheading {
    position: absolute;
    top: 40%;
    color: #ffffff;
    padding: 0px;
    font-weight: 400;
    margin-top: 0px;
    padding-left: 0px;
    border-radius: 0;
    left: 8%;
    font-size: 15px;
}
.contentent-page-box h4.subheading{
	position: absolute;
    top: 40%;
    color: #ffffff;
    padding: 15px;
    border-radius: 0;
    left: 6%;
    font-size: 15px;
}
.wp-block-column.outer-card{
	box-shadow: 1px 2px 20px 8px rgb(0 0 0 / 8%);
	padding: 25px 40px;
}

.wp-block-button a.wp-custom-button{
	top: 47%;
    left: 8%;
    position: absolute;
	background:#f8981d;
	color:#fff;
}
.wp-block-button a.wp-block-button__link{
	padding:10px 14px;
	font-size:14px;
}
.outer-card{
	
	box-shadow: 0px 0px 14px 5px rgb(0 0 0 / 16%) !important;
}
.secondery_container .entry-content p.crear-2{
	font-size:14px;
}
.outer-card.margin-right{
	margin-right:20px !important;
}
.outer-card.margin-right:last-child{
	margin-right:0px  !important;
}
.up-top img {
    width: 35px;
}
.up-top {
    background: #f1f1f1;
    position: fixed;
    bottom: 10px;
    border-radius: 100px;
    right: 10px;
    padding: 10px;
    right: 10px;
	cursor:pointer;
}
.default-img-size{
	text-align:center;
}
.default-img-size img{
	width:65%;
}