/*@font-face {
    font-family: 'XB Niloofar';
    src: url(../fonts/xb-niloofar/'XBNiloofar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
*/

@font-face{
font-family:"Bahij Nazanin";
src:url('../fonts/Bahij Nazanin-Bold.ttf') format('truetype');
}

*, html, body, root{
	padding: 0;
	margin: 0;
	
	font-family: Bahij Nazanin,Arial, Helvetica, sans-serif;
/*	font-family: 'XB Niloofar', sans-serif, calibri;
*/
}



html {
  scroll-behavior: smooth;
}

body, html{
	max-width: 100%;
	height: 100%;
	box-sizing: border-box;
    background: #eee;
}


/* ===================================================================
 * preloader
 * ------------------------------------------------------------------- */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 800;
    height: 100%;
    width: 100%;
    display: table;
}

.no-js #preloader, .oldie #preer {
    display: none;
}

#loader {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.line-scale-pulse-out > div {
    background-color: #0288d1;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
    -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
    animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
}

.line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
    animation-delay: -0.4s !important;
}

.line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
    animation-delay: -0.2s !important;
}

@-webkit-keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}

@keyframes line-scale-pulse-out {
    0% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
    50% {
        -webkit-transform: scaley(0.4);
        transform: scaley(0.4);
    }
    100% {
        -webkit-transform: scaley(1);
        transform: scaley(1);
    }
}


/* animate .home-content__main
 * ------------------------------------------------------------------- */
html.cl-preload .white-paper {
    opacity: 0;
}

html.cl-loaded .white-paper {
    animation-duration: 1s;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

html.no-csstransitions .white-paper {
    opacity: 1;
}


.loaded{
    opacity: 0;
    transition: 0.7s;
    z-index: -3000 !important;
}

.welcome-div{
    font-size: 30px;
}



/* ------------------------------------------------------------------- 
 * ## home animations
 * ------------------------------------------------------------------- */


/* fade in */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 150%, 0);
        -ms-transform: translate3d(0, 150%, 0);
        transform: translate3d(0, 150%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}


/* fade out */

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -150%, 0);
        -ms-transform: translate3d(0, -150%, 0);
        transform: translate3d(0, -150%, 0);
    }
}



.limiter{
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 100%;
}

.header-div{
    display: flex;
    flex-direction: row;
    padding: 10px 10px;
    color: white;
    background: #0288d1;
    justify-content: space-between;
    padding: 20px 100px;
	padding-top:5px;
}


.search-div{
    display: flex;
    flex-direction: column;
    text-align: right;
}

.search-div form div{
	margin: 0px;
	padding: 0px;
	display:flex;
	flex-direction: row;
}

.search-div div input{
    width: 480px;
    height: 50px;
    font-size: 16px;
    box-sizing: border-box;
    border: none;
    direction: rtl;
    transition: 0.5s;
    padding-right: 5px;
}


.search-div div input::placeholder{
    padding-right: 5px;
}

.search-div div input:focus{
    padding-right: 20px;
    transition: 0.5s;
}

.search-div div button{
    width: 100px;
    height: 50px;
    font-size: 16px;
    padding: 10px 10px;
    border: none;
    box-sizing: border-box;
    background: #FF0000;
    color: white;
    font-weight: bold;
}

.search-div div a{
    color: white;
}

.search-div div a:hover{
    text-decoration: underline;
}


.logo-div{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.logo-div div{
    display: inline-flex;
    flex-direction: row;
    margin-top: 10px;
}

.logo-div div span{
    color: #ff6d00;
    font-size: 19px;
    padding-left: 20px;
}

.logo-div div span i{
    padding-right: 5px;
}

.logo-div div p{
    font-size: 17px;
}

.secondary-menu-div{
    margin: 0;
    padding: 0px 100px;
    background: #01579B;
}

.secondary-menu-div ul{
    margin: 0;
    display: flex;
    flex-direction: row;
    list-style-type: none;
    align-content: center;
    align-items: space-between;
    color: white;
}

.secondary-menu-div ul .active{
    background: #0288d1;
}

.secondary-menu-div ul li{
    margin: 0px;
    border-left: 2px solid #ff6d00;
    height: 100%;
}

.secondary-menu-div ul li a{
    padding: 10px 15px;
    display: inline-block;
    margin: 0px;
	color:white;

}

.secondary-menu-div ul li:last-child{
    border: none;
}

.secondary-menu-div ul li:hover{
    background: #0288d1;
    cursor: pointer;
}

.main-contents{
    padding: 0px 100px;
    display: flex;
    flex-direction: row;
    text-align: right;
}

.main-contents .div-1{
    width: 70%;
}


.main-contents .div-1 h3{
    font-size: 33px;
}

.main-contents .div-1 div{
    margin: 15px;
    padding: 15px;
    background: white;
    border-radius:5px;
}

.main-contents .div-1 div h3{
    font-weight: bold;
    background: #0288d1;
    color: white;
    border-radius: 7px;
    padding: 10px;
}

.main-contents .div-1 div h6{
    line-height: 100%;
    padding: 0px;
    margin: 0px;
    color: black;
    font-size: 20px;
    font-weight: bold;
}

.main-contents .div-1 .content h5{
    font-size: 15px;
    color: #0277bd;
    font-weight: bold;
}

.content{
    display: flex;
    flex-direction: row;
    padding: 0px !important;
    /*justify-content: center;*/
}

.content div, .content img, .content div h5, .content div p{
    padding: 3px !important;
    margin: 3px !important;
}

.content div{
    margin: 0px;
    padding: 0px;
}

.content-title{
    color: #ff6d00;
}

.document-type-image{
    display: flex;
    align-items: center;
}

.content .document-type-image img{
    max-width: 50px;
    line-height: 100%;
    height: 50px;
}

.content div p span{
    font-weight: bold;
}

.collapsible{
    float: left;
    font-size: 20px;
    position: relative;
}

.colps-p{
    display: none;
    transition: 1s;
}

.padding-right-15{
    padding-right: 10px;
}

.main-contents .div-1 .title-div{
     border-bottom: 2px solid #ff6d00;
}

.main-contents .div-2{
    width: 30%;
    height: 100%;
}

.document-information{
    display: flex;
}

.image-div{
    display: flex;
}

.image-div img{
    max-width: 250px;
    max-height: 200px;
}

.document-information .div1{
    width: 40%;
}

.document-information .div2{
    color: black;
}


.document-information .div2 div p{
    text-align: left;
    color: black;
    display: inline;
}

.document-information .div2 div{
    display: block;
    padding: 0px;
    margin: 10px 0px;
}

.download-btn{
    margin-top: 15px; 
    text-align: left;
    background: #3CA200;
    color: white !important;
    padding: 7px 16px;
}

.fa-download{
    margin-left: 10px;
}

.orange{
    color: #FF520D !important;
}

.hidden-break{
    display: none;
}

#conclusion, #source{
    padding: 10px 5px;
    margin: 0px;    
}

#source{
    display: none;
}

.desc-btn{
    background: #2b66a2;
    color: white;
    padding: 10px 20px;
    border: none;
    border: 2px solid #2b66a2;
    transition: 0.3s;
    border-radius: 7px;
}

.desc-btn-active{
    background: #fff;
    color: #2b66a2;
}

.desc-btn:hover{
    background: #fff;
    color: #2b66a2;
    cursor: pointer;
}

.show{
    display: inline-block;
}

.tags{
    color: orange;
}

.tags h6{
    display: inline;
    padding-left: 15px !important;
}

.tags a{
    display: inline;
    color: black !important;
    margin: 0px 8px;
}

.tags a:hover{
    color: #2b66a2 !important;
    cursor: pointer;
}


.caption{
    text-align: center !important;
    color: white;
    font-size: 21px;
    padding: 3px 0px;
    background: #FF0000;
    width: 100% !important;
    list-style-type: none !important;
}

.caption:hover{
    background: #ff6d00 !important;
}

.main-contents .div-2 li{
    text-align: right;
    width: 75%;
    margin: 0 auto;
    list-style-type: square;
}

.main-contents .div-2 li a{
    color: white;
    text-decoration: none;
    font-weight: bold;
    font-size: 17px;
    width: 100%;
    display: inline-block;
}

.main-contents .div-2 li:hover{
    background: #01579B;
}

.main-contents .div-2 li a:hover{
    padding-right: 10px;
    color: #ff6d00;
}


/*Transform Menu Design*/

/*Transformed Menu CSS*/
.transform-menu-container{
    width: auto;
    padding-right: 5px;
    padding-left: 45px;
    height: 100%;
    position: fixed;
    background-color: #0277bd;
    color: white;
    right: 0;
    top: 0;
    z-index: 2019;
    display: flex;
    flex-direction: column;
    transform: translateX(100%);
    transition: .5s;
}

.transform-menu-container-transform{
    transform: translateX(0%);
    transition: 0.5s;
}

.transform-menu-container .logo-footer{
    width: 140px;
    text-align: center;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-bottom: 30px;
}


#transform-menu-ul{
    background: #0277bd;
    color: white;
    padding: 10px 0px;
}

.transform-menu-ul{
    display: flex;
    flex-direction: column;
    height: auto;
    max-height: 100%;
    overflow-x: hidden;
    height: 100%;
}


.transform-menu-ul li{
    width: 100%;
    height: 100%;
    text-align: right;
    padding-right: 5px;
    margin: 3px 0px;
    color: white;
    list-style-type: square;
}

.transform-menu-ul li a{
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: 100%;
}

.transform-menu-ul li a:hover{
    color: #fbc02d;
    padding-right: 10px;
}

.main-contents .div-2 li a:hover{
    font-size: 20px;
    transition: 0.3s;
}


.transform-menu-ul li:first-child{
    padding-top: 25px;
}

.menu-open {
    position: fixed;
    top: 25px;
    left: 0px;
    background: #2b66a2;
    color: #fff;
    padding: 7px 11px;
    line-height: 100%;
    display: none;
    font-size: 20px;
}

.menu-close{
    position: absolute;
    top: 5px;
    left: 5px;
    font-size: 30px;
}


/*Dropdown Menu CSS*/



.dropdown-contents{
    display: none;
    position: absolute;
    background: #01579B;
    box-shadow: 0px 0px 25px 4px rgba(13, 21, 75, 0.4);
    padding: 10px 15px;
}


.dropdown-contents a{
    display: block !important;
    text-align: right;
    color: white;
    padding: 10px 20px !important;
}


.dropdown-contents a:hover{
    background: #0288d1;
}


/*Drop Down Menu Mobile (touchable)*/
.dropdown-contents{
    background: #00355e;
}


.dropdown-contents a{
    margin-right: 10px;
}


.paddingMobile{
    padding: 0px;
}
@media(max-width: 1024px){
	.accordian ul{
		padding-top: 12px !important;
		padding-bottom: 12px !important;
	}
	
	h3.accordian-dashboard{
		margin: 0px;	
	}

	
     .dropdown-contents{
        display: inline-block;
        width: 100%;
        box-shadow: none;
    }
    
    .main-contents .div-1 div h6{
        padding: 10px;
    }
    
    .paddingMobile p{
        padding: 10px;
    }
    
    .title-div.tags{
        padding: 10px !important;
    }
    
    .post-title{
        padding: 10px 0px !important;
    }
    
}

#mini-menu-ul-ul li:hover .dropdown-contents{
    display: block;
    padding: 0px;
}


@media (min-width: 1024px){
    .menu-close{
        display: none;
    }

}

/*Collapsible Vertical Menu*/

.accordian {
	color: white;
}

.accordian ul{
    margin: 0px;
    padding: 0px;
}

/*heading styles Or Accordian Dashboard*/
.accordian h3 {
	font-size: 16px;
	line-height: 38px;
	padding: 0 10px;
	cursor: pointer;
	/*fallback for browsers not supporting gradients*/
	background: #2b66a2;
}
/*heading hover effect*/
.accordian h3:hover {
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.7);
}
/*iconfont styles*/
.accordian h3 span {
	font-size: 16px;
	margin-right: 10px;
}
/*list items*/
.accordian ul {
	list-style-type: none;
    background: #2b66a2;
}
/*links*/
.accordian ul ul li a {
	color: white;
	text-decoration: none;
	font-size: 15px;
	line-height: 27px;
	display: block;
	padding: 5px 20px;
	/*transition for smooth hover animation*/
	transition: all 0.15s;
    text-align: right;
}
/*hover effect on links*/
.accordian ul ul li a:hover {
	background: #003545;
	border-left: 5px solid lightgreen;
}
/*Lets hide the non active LIs by default*/
.accordian ul ul {
	display: none;
}

.accordian li.active{
    background: #0288d1;
}
.accordian li.active ul {
	display: block;
}


/*---------------------------------Post CSS-------------------------------- */

.post-row-div{
    display: flex;
    flex-direction: row;
    box-shadow: 0px 0px 6px rgba(13, 21, 75, 0.4);
}

.post-article-div{
    box-shadow: 0px 0px 6px rgba(13, 21, 75, 0.4);
}

.post-article-div h3{
    margin: 0px !important;
}

.post-image-div img{
    width: 100%;
    background-position: center;
    background-size: cover;
    justify-content: center;
    align-items: center;
}


.post-image-div{
    box-shadow: 0px 0px 3px rgba(13, 21, 75, 0.4);
    display: flex;
    width: 100%;
    max-width: 300px;
}

.post-details-div{
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
}

.post-details-div h4{
    font-size: 27px;
    font-weight: bold;
    color: #2b66a2;
}

.post-details-div p span{
    color: #6d6969;
}

.post-details-div a{
    display: inline;
    color: #000;
}

.post-details-div a:hover{
    text-decoration: none;
    color: dodgerblue;
}

/*Post Page CSS*/
.post-title{
    background: transparent !important;
    color: black !important;
}

.post-date{
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 0px;
    margin: 0px;
}

.post-date p, .post-date span, .post-date a{
    margin: 0px;
    padding: 0px;
    line-height: 100%;
}

.post-date span:hover, .post-date a:hover{
    color: #0288d1 !important;
    cursor: pointer;
}

.post-img-div{
}

.post-img-div img{
    width: 100%;
    background-size: cover;
}

/*Page Pagination CSS*/

.pagination {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin: auto;
    margin-bottom: 15px;
}
.pagination li {
  display: inline;
  text-align: center;
}
.pagination a {
    background: white;
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #0288d1;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}
.pagination a.active {
  cursor: default;
    color: white;
    background: #0288d1;
}
.pagination a:active {
  outline: none;
}

.modal-1 li:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}
.modal-1 li:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}
.modal-1 a {
  border-color: #ddd;
  color: #4285F4;
  background: #fff;
}
.modal-1 a:hover {
  background: #eee;
}
.modal-1 a.active, .modal-1 a:active {
  border-color: #4285F4;
  background: #4285F4;
  color: #fff;
}


/*BreadCrumb CSS*/
#breadcrumb a, #breadcrumb span{
    margin: 0 5px;
}

#breadcrumb a:hover{
    color: #0288d1;
    cursor: pointer;
}
#breadcrumb1 a, #breadcrumb1 span{
    margin: 0 0px;
}

.top-bar-ul{
    margin-top: 30px;
}

.top-bar-ul a i{
    color: #fff;
}

/*
.top-bar-ul a{
    background: #0288d1;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 28px;
    height: 28px;
    padding: 4px !important;
    margin: 0px 1px;
    transition: 0.3s all !important;
}

.top-bar-ul a:hover{
    transform: translateY(-6px);
    bottom: 5px;
    transition: 0.3s all !imporant;
}*/

/*Advertisement CSS*/

.ad-div{
    border: 2px dotted #0288d1;
    margin: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    min-height: 200px;
    font-size: 20px;
}


footer{
    background: #0288d1;
    display: flex;
    justify-content: space-between;
    padding: 40px 100px;
    color: white;
    direction: ltr;
	padding-top:10px;
	padding-bottom:10px;
}

footer div{
    direction: rtl;
}

.footer-p{
    text-align: right;
    font-size: 16px;
    display: flex;
    align-content: center;
    justify-content: center;
    padding: 5px 5px;
}


/*Left Corner Call Div CSS*/

.corner-call-div {
    position: fixed;
    width: 50px;
    height: 50px;
    left: 20px;
    bottom: 20px;
    background: #ff6d00;
    box-sizing: border-box;
    color: white;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    transition: 0.4s;
    z-index: 200000;
    box-shadow: 0px 0px 23px silver;
}

.corner-call-div:hover{
    box-shadow: 0px 0px 20px 1px rgba(13, 21, 75, 0.4);
    transition: 0.4s;
    background: red;
}



/*Contact CSS*/
.contact-div{
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -100%);
    background: white;
    font-size: 18px;
    padding: 15px;
    width: 35%;
    box-shadow: 15px 15px 35px 12px rgba(13, 21, 75, 0.4);
    display: none;
}

.icon-close{
    font-size: 15px;
    position: absolute;
    left: 3px;
    top: 1px;
    cursor: pointer;
}

.contact-div p{
    text-align: center;
    font-size: 23px;
    font-weight: bold;
}

.contact-div .div-1{
    display: flex;
    flex-direction: column;
}

.contact-div .div-1 div{
    padding: 0px;
    margin: 0px;
    padding: 3px 5px;
    margin: 5px;
    border-radius: 5px;
    border-bottom: 7px solid #eee;
}

.contact-div .number-div{
    background: #1da1f2;
    color: white;
}

.contact-div .whatsapp-div{
    background: #128C7E;
    color: white;
}

.contact-div .viber-div{
    background: #665CAC;
    color: white;
}


.contact-div .email-div{
    background: #3f729b;
    color: white;
}

.contact-div .div-1 label{
    float: right;
    margin: 0;
}

.contact-div .div-1 .country-code{
    margin-left: 10px;
}

.contact-div .div-1 .fa{
    height: 25px;
    width: 25px;
    text-align: center;
    vertical-align: sub;
    vertical-align: -webkit-baseline-middle;
}



/*Send Us - CSS*/
.form-title-div{
    text-align: center;
    padding: 0;
    margin: 0;
    background: none;
}

.form-title-div p, .form-title-div h4{
    padding: 0;
    margin: 0;
    border: none;
    background: none;
}


.form-div{
    display: flex;
    flex-direction: column;
}

.form-div form{
    display: flex;
    justify-content: center;
}

.form-div form input{
    width: 100%;
    margin: 0px;
    padding: 0px;
    height: 35px;
    padding-right: 3px;
    padding-left: 3px;
    transition: 0.3s;   
    border: none;
    border-bottom: 1px solid #777;
    border-right: 1px solid #777;
    border-radius: 7px;
}

#submit-btn{
    background: #ff6d00;
    border: none;
    color: white;
    margin-top: 10px;
    width: 250px;
    cursor: pointer;
}


#submit-btn:hover{
    box-shadow: 3px 3px 7px #666;
}

.form-div form input:focus{
    padding-right: 7px;
    padding-left: 7px;
    transition: 0.3s;
    outline: none;
}

.form-div form label{
    font-size: 17px;
    padding: 0px;
    margin: 0px;
    margin-top: 15px;
}

.form-div form label:after{
    content: ':';
}

.form-name{
    text-align: center;
    font-size: 30px;
    width: 100%;
    border-bottom: 1px solid black;
}

.form-div-1, .form-div-2{
    margin: 0px 75px !important;
}

.form-div-1 h4, .form-div-2 h4{
    border-bottom: 1px dotted black;
    padding-bottom: 10px !important;
}

.file-type-div input{
    padding: 0px;
    margin: 0px;
    display: inline !important;
    width: auto !important;
    float: left;
    border: none !important;
    border-bottom: 1px solid #eee !important;
}

.file-type-div input[type="file"]{
    margin-top: 50px;
    border: none;
}

.file-type-div label{
    line-height: 100%;
    margin: 10px !important;
    font-size: 20px;
}

.form-div-2 h4{
    margin-top: 30px;
}

/*Query Timeeeee!*/
@media (max-width: 1024px){
    .transform-menu-ul{
        height: 100%;
    }
    
    .transform-menu-container{
    }
    
   
    .transform-menu-container{
        padding-right: 10px;
        padding-left: 50px;
    }
    
    .transform-menu-ul li{
        margin-top: 3px;
        margin-bottom: 3px;
        width: 100%;
        display: block;
        text-align: right;
    }

    .main-contents{
        padding: 0px 50px;
    }
    
     .header-div{
        padding: 20px 50px;
    }
    
    .search-div div input{
        width: 300px;
    }
    
    footer{
        justify-content: center;
        flex-direction: column;
        align-content: center;
        padding: 15px 12px;
    }
    
    .logo-div{
        justify-content: center;
        align-items: center;
    }
    
    .footer-p{
        font-size: 13px;
        text-align: center;
    }
    
    .main-contents .div-2{
        display: none;
    }
    
    .main-contents .div-1{
        width: 100%;
    }
    
    .menu-open{
        display: inline-block;
    }
    
    .transform-menu-container .caption{
        display: none;
    }
    
    .secondary-menu-div{
        display: none;
    }
    
    .main-contents .div-1 div{
        padding: 10px;
    }
    
    .contact-div{
        width: 55%;
    }
}

@media(min-width: 1025px){
    .accordian-dashboard{
        display: none;
    }
}


@media (max-width: 768px){
    .main-contents{
        padding: 0px 25px;
    }
    
    .header-div{
        padding: 20px 50px;
        flex-direction: column-reverse;
    
    }
    
    .search-div div:first-child{
        text-align: center;
    }
    
    .search-div div input{
        width: 85%;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
    }
    
    .search-div div button{
        width: 15%;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
    }
    
    .search-text{
        display: none;
    }
    
    
    .transform-menu-container{
        width: auto;
    }
    
    .short-brief{
        display: none;
    }
    
    .post-image-div{
        max-width: 200px;
    }
    
    .document-details {
        font-size: 13px;
    }
    
    .top-bar-ul span{
        font-size: 15px;
    }
    
    .image-div img{
        max-width: 230px; 
    }
    
    .top-bar-ul .hidden-break{
        display: block;
    }
    
    .top-bar-ul{
        text-align: center;
    }
    
      .image-div{
        justify-content: center;
        align-items: center;
    }
    
    .document-information .div2 h4{
        font-size: 24px;
    }
    
    .main-contents .div-1 div{
        font-size: 19px;
    }
    
    .post-date p{
        font-size: 17px;
    }
    
    .post-p p{
        font-size: 17px;
    }
    
    .contact-div{
        width: 70%;
    }
    
    /*Send Us Page CSS*/
    .form-div form{
        flex-direction: column;
    }
    
      /*Send Us page (Sfarsh Page) Query CSS */
    #submit-btn{
        width: 100% !important;
        margin-top: 40px;
    }
    
    .file-type-div input[type='file']{
        border: none !important;
        width: 100% !important;
        font-size: 17px;
    }
    
    .content div p{
        font-size: 15px;
    }
    
    .main-contents .div-1 div{
        margin: 9px;
    }
    
    .main-contents .div-1 h3{
        font-size: 27px;
    }
    
    .welcome-div{
        font-size: 25px;
    }
}

@media (max-width: 600px){
    .header-div{
        padding: 20px 10px;
    }
    
    .main-contents {
    padding: 0px 1px;
    }
    
    .image-div img{
        max-width: 180px;
    }
    
    .post-title{
        font-size: 29px !important;
    }
    
    .contact-div{
        font-size: 15px;
    }
    
    .contact-div p{
        font-size: 21px;
    }
    
    .post-details-div h4{
        font-size: 24px;
    }
    
    .post-details-div p{
        font-size: 16px;
    }
    
    .post-details-div a{
        font-size: 14px;
    }
    
}

@media (max-width: 500px){
    .post-image-div{
        max-width: 130px;
    }
    
    .document-information{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .document-information .div2 h4{
        text-align: center;
    }

    
    .image-div img{
        max-width: 220px;
    }
    
    .document-information .div2{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .contact-div{
        font-size: 15px;
        width: 80%;
    }
    
    .contact-div p{
        font-size: 20px;
    }
    
    .form-div-1, .form-div-2 {
        margin: 0px 50px !important;
    }
    
    .main-contents .div-1 h3{
        font-size: 24px;
    }
    
    .welcome-div{
        font-size: 23px;
    
    }
    
    .post-details-div h4{
        font-size: 22px;
    }

}

@media (max-width: 430px){
    .post-image-div{
        max-width: 110px;
        max-height: 110px;
    }
    .post-details-div h4{
        font-size: 23px;
    }
    .post-details-div a{
        font-size: 12px;
    }
    
    .post-details-div p{
        display: none;
    }
    
    .pagination a{
        padding: 3px 8px;
    }
    
    .contact-div{
        font-size: 12px;
    }
    
    .contact-div p{
        font-size: 18px;
    }
    
    .form-div-1, .form-div-2 {
        margin: 0px 30px !important;
    }
}


/*change*/