.organization-section {
    position: relative;
    padding: 90px 0px 100px 0px;
}

.org-main-box{
    position: relative;    
}
.org-main-box > .row{
	    align-items: center;
    justify-content: center;
}

.org-main-box a {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 25px;
    min-height: 300px;
}

.org-main-box .org-img {
    width: 100%;
    overflow: hidden;
    height: 100%;
}

.org-main-box .org-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.org-box {
    height: 270px;
    transition: inherit;
    perspective: 1000px;
}


.org-box:hover:before {
    width: 100%;
    transition: all 0.5s ease;
    opacity: 1;
}

.org-box .h5 {
    color: #fff;
    padding-left: 15px;
    padding-right: 15px;
    font-weight: bold;
    line-height: 1.58;
    margin-bottom: 0;
    transition: all 0.5s ease;
    width: 100%;
    text-align: center;
}
.org-box:hover .arrow-command {
    opacity: 1;
    width: 100%;
    height: auto;
    /*transform: translateY(0px);*/
    text-align: center;   
}
.org-box .arrow-command {
    transition: all 0.5s ease;
    opacity: 0;
    height: 0;
    transform: translateY(15px);
}

.org-box .arrow-command::after {
    font-family: 'icomoon' !important;
    content: "\e909";
    transition: all 0.5s ease;
    line-height: normal;
    position: relative;
    top: 0;
    color: #fff;
    font-size: 35px;
}

.logo {
    /* height: 126px; */
    object-fit: contain;
}

.banner-section .container {
    max-width: 1440px;
    position: relative;
    z-index: 99;
    position: relative;
    bottom: 140px;
    right: 0;
}

.org-svg.svg-border.pattern-4 {
    width: auto;
    position: absolute;
    bottom: 0;
    right: -40px;
    transform: translate(0px, -100%);
    z-index: -9;
}

.org-svg.svg-border.pattern-4 svg {
    position: relative;
	right:0px;
}
.mobile-img{
    display: none;
}

.org-img {
    position: relative;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    z-index: 2;
}
.org-content {
    position: absolute;
    top: 0;
    background: #004990;
    left: 0;
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
	padding: 20px;
    color: #fff;
	text-align: center;
}
.org-img,
.org-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.front-flip .arrow-command {
    display: none;
}
.org-img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,73,144,.5);
    content: "";
}
.org-box .org-box-inner {
    width: 100%;
    height: 100%;
    -webkit-transform: perspective(1000px);
    transform: perspective(1000px);
    -webkit-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
}
 .activities-section {
     background: #E8EFF9;
}
.back-flip p {
    color:#fff;
    margin-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.org-box-title{
    position: absolute;
    top: 0;
    left: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-wrap: wrap;
    align-content: center;
}
.org-box-img:before {
    position: absolute;
    width: 100%;
    opacity: 0;
    height: 100%;
    background: #004990;
    opacity: 0.5;
    left: 0;
    top: 0;
    content: "";
}
.org-box-title .h5{
    text-align: center;
}
.org-box-img{
    height: 100%;
    width: 100%;
}


@media(min-width:768px) {
    .org-box:hover .org-img {
        -webkit-transform: rotateY(180deg);
        transform: rotateY(180deg);
    }

    .org-box:hover .org-content {
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    } 
}
@media(max-width:1650px) {
    .organization-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .org-main-box a {
        min-height: 220px;
        height: 220px;
    }
}

@media(max-width:1365px) {
    .org-svg.svg-border.pattern-4 {
        right: -10px;
    }
}

@media(max-width:1024px) {
    .org-box .org-box-title .arrow-command {
        opacity: 1;
        height: auto;
    }
}

@media(max-width:1199px) {
    .org-svg.svg-border.pattern-4 {
      bottom: 60px;
      right: -10px;
    }
    .mobile-img{
        display: block;
    }
    .desktop-img{
        display: none;
    }
	.org-svg.svg-border.pattern-4 svg{
		width:500px;
	}
}

@media(max-width:991px) {
	.org-svg.svg-border.pattern-4 {
     bottom: 80px;
    }
    .org-svg.svg-border.pattern-4 svg {
        width: 100%;
    }
    .org-svg.svg-border.pattern-4 {
      bottom: 160px;
    }
}

@media(max-width:767px) {
    .org-box,
    .org-main-box a {
      height: 215px;
      min-height: 215px;
    }
    .org-box .arrow-command::after {
      font-size: 26px;
    }
    .org-box:hover .arrow-command {
        transform: translateY(15px);
    }
    .organization-section {
      padding-top: 50px;
      padding-bottom: 50px;
    }
    .org-box-inner .org-box-title h3.h5 {
      font-size: 22px;
    }
}
@media(max-width:575px) {
    .org-box,
    .org-main-box a {
      height: 400px;
      min-height: 400px;
    }
	.org-svg.svg-border.pattern-4 {
    width: auto;
    position: relative;
    bottom: 0;
    right: 0;
    transform: unset;
}
}
@media(max-width:479px) {
    .org-box,
    .org-main-box a {
      height: 300px;
      min-height: 300px;
    }
}