/*!
Theme Name: darkoob
Theme URI: http://sitedar.com/
Author: shahab
Author URI: http://sitedar.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: darkoob
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

darkoob is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    src: url("fonts/fontawesome-webfont.eot") format("embedded-opentype"),
	url("fonts/fontawesome-webfont.woff") format("woff"), 
	url("fonts/fontawesome-webfont.ttf") format("truetype"), 
	url("fonts/fontawesome-webfont.svg") format("svg");
}

@font-face {
  font-family: "bootstrap-icons";
  font-style: normal;
  font-weight: normal;
  src: url("fonts/bootstrap-icons.eot") format("embedded-opentype"),
  url("fonts/bootstrap-icons.woff") format("woff"),
  url("fonts/bootstrap-icons.woff2") format("woff2"), 
}

 @font-face {
    font-family: 'IRANSansWeb(FaNum)';
    src: url('fonts/IRANSansWeb(FaNum).eot');
    src: url('fonts/IRANSansWeb(FaNum).eot?#iefix') format('embedded-opentype'),
         url('fonts/IRANSansWeb(FaNum).ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

  @font-face {
    font-family: 'yekan-webfont';
    src: url('fonts/yekan-webfont.eot');
    src: url('fonts/yekan-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/yekan-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


html {line-height: 1.15; -webkit-text-size-adjust: 100%;}
body {margin: 0; padding: 0; font-size: 15px; line-height: 2; font-family: 'IRANSansWeb(FaNum)';}
main {display: block;}
*{padding: 0; margin: 0;}
input:focus, a:focus, a:active, textarea:focus, img:focus {outline:none;}


img {max-width:100%;}
ul{padding: 0; margin: 0;}
a{text-decoration: none !important; color: #444;}
a:hover{color:#234982;}
p{line-height: 2;}  

.h1, h1 {
    font-size: 28px;
}
.h2, h2 {
    font-size: 24px;
}
.h3, h3 {
    font-size: 20px;
}
.h4, h4 {
    font-size: 16px;
}

.bg-header{
  background-color: #1E4179; 
  box-shadow: 0 2px 12px rgb(136 136 136 / 10%);
}

.main-menu ul{padding:0; text-align: center; margin: 0;}
.main-menu li a{
  padding: 16px 18px;
  font-size: 16px;
  position: relative;
  display: inline-block;
  outline: none;
  color: #fff;
  text-decoration: none; 
}
.main-menu li{display:inline-block;}
.main-menu li:last-child a{padding-left: 0px;}
.main-menu li a:hover{color: #fff;}
.main-menu .sub-menu{position:absolute; width:250px; display:none; z-index:100; border-radius: 5px;}
.main-menu li:hover> ul{
  display:block;
  float:left;
  width:246px;
  margin-right: 0px;
  background: #fff;
}
.main-menu li li{width:100%; float:left; list-style-type:none; margin-right: 0; margin-left: 0;}
.main-menu li li a{text-align: right; font-size: 14px; text-decoration:none; width: 100%; color: #444; padding: 8px; border-radius: 5px;}
.main-menu li li a:hover{background-color: #678FD5; color:#fff;}
.main-menu ul ul ul{  margin: -44px 225px 0 190px !important;}

.logo img{padding-top: 5px; padding-bottom: 5px;}

.btn-contact-header {
  text-align: left;
}
.btn-contact-header a {
  text-align: center; 
  -moz-user-select: none; 
  margin-bottom: 0;  
  cursor: pointer; 
  transition: color 0.4s linear; 
  position: relative; 
  z-index: 1; 
  border: 1px solid rgba(255, 255, 255, 0.25); 
  overflow: hidden;
  border-radius: 5px;
  background-color: #234982;
  font-size: 16px;
  color: #fff;
  padding: 12px 26px 6px;
  display: inline-block;
  vertical-align: bottom;
}
.btn-contact-header a:before {
  content: ""; 
  position: absolute; 
  left: 0; 
  top: 0; 
  width: 101%; 
  height: 101%; 
  background: #fff; 
  color: #000 !important; 
  z-index: 1; 
  transition: transform 0.5s; 
  transition-timing-function: ease; 
  transform-origin: 0 0; 
  transition-timing-function: cubic-bezier(0.5, 1.6, 0.4, 0.7); 
  transform: scaleX(0); 
  border-radius: 0;
}
.btn-contact-header a:hover {
  color: #000000 !important; 
  text-decoration: none;
}
.btn-contact-header a:hover:before {
  transform: scaleX(1); z-index: -1;
}
.btn-contact-header p {
  margin-bottom: 0;
}

.sliders{
  background-color: #234982;
  background-image: url(./../../uploads/slide-new.jpg);
  padding-top: 130px;
  padding-bottom: 130px;
  position: relative;
  background-repeat: no-repeat;
  min-height: 97vh;
  background-position: bottom;
  background-size: cover;
}
.text-sliders p{
  color: #fff;
  font-size: 17px;
  padding-bottom: 20px;
  text-align: justify;
  line-height: 38px;
}
.text-sliders a{color: #234982; background:#fff; padding: 10px 20px; border-radius: 10px;}

.bg-content3-6{
  background: #F4F7FB; 
  padding-bottom: 100px; 
  padding-top: 100px;
}
.content1{}
.content1 h2{
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #0a2540;
}
.content1 p{
  color: #777;
}
.content2{
 margin-bottom: 100px;
}
.content2-text{
  margin-bottom: 0;
}
.content2-text:before{
  font-family: "bootstrap-icons" !important;
  content: "\F272" !important;
  color: #234982;
  font-size: 16px;
  padding-left: 4px;
  vertical-align: bottom;
  font-weight: bold;
}
.content3, .content4, .content5, .content6{
  background-color: #FFF;
  padding: 24px 24px 24px 24px;
  border-radius: 12px 12px 12px 12px;
}
.content3 img, .content4 img, .content5 img, .content6 img{
 
  background: #234982;
  border-radius: 15px;
}
.content3 h2, .content4 h2, .content5 h2, .content6 h2{
  font-weight: 700;
  color: #0a2540;
  margin-top: 30px;
  font-size: 20px;
  padding-bottom: 5px;

}
.content3 p, .content4 p, .content5 p, .content6 p{
  font-size: 16px;
  color: #7B8893;
}


.bg-content7{
  background:#234982;
  padding-top:100px;
  padding-bottom:100px;
}
.content7 h2{
  color: #fff;
  text-align: center;
  font-size:30px;
  padding-bottom: 10px;
}
.content7 p{
  color: #fff;
  text-align: center;
  font-size: 18px;
}



.bg-content8-9{
  background: #F4F7FB; 
  padding-bottom: 100px; 
  padding-top: 100px;
}
.content8{}
.content8 h2{
  position: relative;
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  color: #0a2540;
}
.content8 p{
  color: #777;
}
.content9{
 margin-bottom: 100px;
}
.content9-text{
  margin-bottom: 0;
}
.content9-text:before{
  font-family: "bootstrap-icons" !important;
  content: "\F272" !important;
  color: #234982;
  font-size: 16px;
  padding-left: 4px;
  vertical-align: bottom;
  font-weight: bold;
}
.content10, .content11, .content12{
  background-color: #FFF;
  border-radius: 12px 12px 12px 12px;
  position: relative;
}
.content10 img, .content11 img, .content12 img{
  width: 100%;
  position: relative;
  border-radius: 15px 15px 0 0;
}

.content10 .widget_media_image:after, .content11 .widget_media_image:after, .content12 .widget_media_image:after{
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 57%;
  background: linear-gradient(45deg, rgb(36 74 131 / 80%) 0%, rgb(103 142 211 / 0%) 100%);
  border-radius: 15px 15px 0 0;
}
.content10 h2, .content11 h2, .content12 h2{
  font-weight: 700;
  color: #fff;
  margin-top: 30px;
  font-size: 20px;
  padding-bottom: 5px;
  position: absolute;
  z-index: 9;
  width: 100%;
  text-align: center;
  top: 25%;

}
.content10 p, .content11 p, .content12 p{
  font-size: 16px;
  color: #7B8893;
  padding: 24px 24px 24px 24px;
}

.bg-content13-14{
  background-color: #234982;
}
.content13{
  width: 50%;
  float: right;
}
.content13 section img{
  height: 450px !important;
}
.content14{
  width: 50%;
  float: right;
  background-color: #234982;
  height: 450px;
}
.content14 section{
  padding-left: 100px;
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.content14 h2{
  color:#fff;
  font-size: 30px;
  padding-bottom: 20px;
}
.content14 p{
  color:#fff;
  font-size: 18px;
}


.bg-content15-19{
  background: #F4F7FB;
  padding-bottom: 100px;
  padding-top: 100px;
}
.content15{

}
.content15 h2{
  color:#0a2540;
  font-size: 18px;
}
.content15 p{
  color: #0a2540;
  font-size: 25px;
  font-weight: bold;
  padding-bottom: 20px;
}
.content15 .widget_media_image{
  text-align: left;
}
.content16, .content17{
  margin-bottom: 50px;
}
.content16 h2,.content17 h2, .content18 h2, .content19 h2{
  font-size: 20px;
  font-weight: 600;
  color: #0a2540;
  padding-top: 20px;
}
.content16 p,.content17 p, .content18 p, .content19 p{
  font-size: 16px;
  color: #7B8893;
}


.bg-content20-22{
  background-color: #678FD5;
  padding-bottom: 60px;
  padding-top: 60px;
}
.content20, .content21, .content22{
  background-color: #212529;
  color: #fff;
  padding: 16px 20px;
  border-radius: 16px;
}
.content20 p, .content21 p, .content22 p{
  margin-bottom: 0;
}
.content20 section:before{
  font-family: "bootstrap-icons";
  content: "\F3E8";
  font-size: 38px;
  color: #678FD5;
  padding-top: 12px;
  float: right;
  padding-left: 20px;
}
.content21 section:before{
  font-family: "bootstrap-icons";
  content: "\F5C1";
  font-size: 38px;
  color: #678FD5;
  padding-top: 12px;
  float: right;
  padding-left: 20px;
}
.content22 section:before{
  font-family: "bootstrap-icons";
  content: "\F293";
  font-size: 38px;
  color: #678FD5;
  padding-top: 12px;
  float: right;
  padding-left: 20px;
}

.bgblog {
  margin-top: 100px;
	padding-bottom: 100px;
  }
.bgblog .title-latest-news{
  padding-bottom: 30px; 
  font-weight: bold; 
  position: relative;
  color: #0a2540;
  font-size: 30px;
  text-align: center;
  }
.bgblog .box-latest-news {
    position: relative;
}
.bgblog .box-latest-news .main-box-thumbnail a {
    position: relative;
}
.bgblog .box-latest-news .box-thumbnail {
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}
.bgblog .box-latest-news .box-thumbnail img {
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  height: auto;
 }
.bgblog .box-latest-news:hover img {
    transform: scale(1.045);
}
.bgblog .box-latest-news .main-box-content {
    box-shadow: 0px 0px 30px 0px hsl(0deg 0% 0% / 7%);
    background: #fff;
    border-radius: 5px;
    position: relative;
    padding: 25px;
    border-radius: 0px 0px 15px 15px;
}
.bgblog .box-latest-news .main-box-content .entry-header {
    padding-top: 16px;
}
.bgblog .box-latest-news .entry-header a {
  font-weight: 700;
  font-style: normal;
  color: #0a2540;
  font-size: 18px;
  text-align: right;
  display: block;
  padding-bottom: 10px;
  line-height: 30px;
}
.bgblog .box-latest-news .entry-header a:hover {
    color: #234982;
 }
  .bgblog .box-latest-news .entry-content p {
    color: #777; 
    line-height: 1.5; 
    font-size: 16px;
  }
  .bgblog .box-latest-news .box-cat-name {
    display: inline-block;
    padding-top: 10px;
  }
  .bgblog .box-latest-news .cat-name { 
    font-size: 13px;
    color: #777;
  }
  .bgblog .box-latest-news .cat-name:before {
    font-family: "FontAwesome";
    content:"\f07c";
    color: #777;
    font-size: 14px;
    padding-left: 3px;
  }
  .bgblog .box-latest-news .box-date {
    display: inline-block;
    padding-top: 10px;
  }
  .bgblog .box-latest-news .date {
    font-size: 13px;
    color: #777;
    margin-right: 10px;
  }
  .bgblog .box-latest-news .date:before {
    font-family: "FontAwesome";
    content:"\f073";
    color: #777;
    font-size: 14px;
    padding-right: 3px;
  }




.home .bg-footer{margin-top: 0px;}
.bg-footer{background-color: #0A2540;  margin-top: 50px; padding-top: 100px;}
.foot-box1, .foot-box2, .foot-box3{margin-bottom: 40px; color: #fff; font-size: 20px;}
.foot-box1 h2, .foot-box2 h2{color: #fff; padding-bottom: 20px; font-size: 25px;}
.foot-box3 h2{font-weight: 400; color: #678FD5;}
.foot-box1 p, .foot-box2 p, .foot-box3 p{color: #fff; font-size: 15px;}
.foot-box3 p:nth-child(1):after{
  font-family: "bootstrap-icons";
  content: "\F5C1";
  font-size: 18px;
  color: #678FD5;
  padding-left: 9px;
}
.foot-box3 p:nth-child(2):before{
  font-family: "FontAwesome";
  content: "\f1ac";
  font-size: 18px;
  color: #678FD5;
  padding-left: 9px;
}
.foot-box3 p:nth-child(3):before{
  font-family: "bootstrap-icons";
  content: "\F3E8";
  font-size: 18px;
  color: #678FD5;
  padding-left: 9px;
}

.foot-box2 ul{margin: 0; padding-top: 3px;}
.foot-box2 li{vertical-align: middle; list-style: none;}
.foot-box2 li a{text-decoration:none; color:#fff; font-size: 15px;}
.foot-box2 li a:before{
  content: "\F12C";
  font-family: "bootstrap-icons";
  font-size: 17px;
  color: #678FD5;
  vertical-align: middle;
  padding-left: 3px;
  transition: .6s;
}
.foot-box2 li a:hover:before {
  color: #3962a8;
  padding-right: 7px;
  transition: .6s;
}

.bg-copyright{border-top: 1px solid #354351;}
.copyright p{color: #fff;  text-align: right;  margin-bottom: 0;  padding-bottom: 40px;  padding-top: 40px;}


.inner-page{margin-top: 40px;}
.inner-page .entry-title{margin-bottom: 42px;  border-right: 5px solid #0A2540;  padding-right: 20px;}
.inner-page ul{padding-right: 20px;}


/****************** contact us *****************/
.post-21 input{height: 46px; border: none; background-color: #F8F8F8; padding: 0 10px 0px 0px; width: 98%;}
.post-21 input.wpcf7-captchar{width: auto;}
.post-21 .captcha-118 input{padding: 5px;}
.post-21 textarea{border: none; background-color: #F8F8F8; padding: 5px; width: 98%; height: 150px;}
.post-21 label{width: 100%; font-weight: normal; font-size: 12px;}
.post-21 input[type="submit"]{width: 10%; background: #234982; color: #fff; border-radius: 3px; padding: 3px;}
.post-21 input[type="submit"]:hover{background: #000; color:#fff;}
.post-21 ::-webkit-input-placeholder{text-align: right;}
.post-21 :-ms-input-placeholder{text-align: right;}
.post-21 ::placeholder {text-align: right;}



/********************** cat-post *******************/
.cat-post{margin-top: 50px;}
.cat-post h2{font-size: 21px;}
.category .cat-post .date{text-align: right; padding: 12px 30px 3px 60px; display: block; position: relative; color: #E2420A;}
.category .cat-post .date:before{content: ''; height: 2px; width: 20px; background: #E2420A; position: absolute; right: 0px; top: 25px;}
.cat-post .joomirpost .post-thumbnail img{height: auto;}
.category .joomirpost {
  box-shadow: 0px 0px 4px #cdcdcd;
  padding: 13px;
  background: #fff;
  height: 450px;
  margin-bottom: 40px;
}
.category .cat-post h2.entry-title{
    font-weight: bold;
    padding: 30px 0px 30px 0px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 19px;
    line-height: 1.5;
}


/************************* single post *************/
.inner-post{margin-top: 50px;}
.content-left .date {text-align: right; padding: 4px 29px 10px 10px; display: block; position: relative; color: #0A2540;}
.content-left .date:before {content: ''; height: 2px; width: 20px; background: #0A2540; position: absolute; right: 2px; top: 18px;}
.content-left .entry-title{padding-top: 29px; padding-bottom: 18px;}
.inner-post .content-left ul{padding-right: 20px;}
.inner-post .content-left h2, .inner-post .content-left h3, .inner-post .content-left h4{padding-top: 20px;}

.blog-content-right section {margin-bottom: 30px; border-top: 4px solid #0A2540; box-shadow: 0 5px 19px 0 #ccc; padding: 30px;}
.blog-content-right section ul{padding-right: 30px;}
.blog-content-right h2 {margin-top: 0; font-size: 20px; position: relative; padding-bottom: 7px;}
.blog-content-right .cat-item-1{display: none;}
.blog-content-right li{padding-bottom: 10px;}

/*totop*/
.back-top{position:fixed; bottom:20px; right:20px; z-index: 99;}
.back-top a{display: block; width: 50px; text-align: center; text-decoration: none; text-transform: uppercase; height: 50px; font-size: 24px; border-radius:50%; background: #234982;}
.back-top a:before{
  margin-right: -2px;
  display: inline-block;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  vertical-align: top;
  line-height: 51px;
  font-family: "bootstrap-icons";
  font-size: 26px;
  color: #fff;
  content: "\F148";
}
.back-top a:hover{background:#678FD5;}
.back-top a:hover:before{ color: #fff;}
.back-top span{display:none;}


/*responsive*/
@media (max-width:1400px) {
  .main-menu li a {
    padding: 16px 13px;
  }
  .btn-contact-header a {
    padding: 6px 18px 1px;
  }
  .sliders {  
    background-size: cover;
    padding-top: 34px;
  }
  .content1 h2 {
    font-size: 22px;
  }
  .content3 h2, .content4 h2, .content5 h2, .content6 h2 {
    font-size: 15px;
  }
  .content3 p, .content4 p, .content5 p, .content6 p {
    font-size: 13px;
  }
  .content7 h2 {
    font-size: 25px;
  }
  .content7 p {
    font-size: 14px;
  }
  .content9 p {
    font-size: 14px;
  }
  .content10 .widget_media_image:after, 
  .content11 .widget_media_image:after, 
  .content12 .widget_media_image:after, 
  .content13 .widget_media_image:after {
    height: 62.1%; 
  }
  .content10 p, .content11 p, .content12 p, .content13 p {
    font-size: 12px;
  }
  .content14 h2 {
    font-size: 23px;
  }
  .content14 p {
    font-size: 14px;
  }
}
@media (max-width:768px) {
 
}
@media (max-width:767px) {
  .bg-header {
    padding-bottom: 20px;
  }
 .main-menu{display: none;}
 .sliders{
   background-size: contain;
   padding-top: 34px;
   min-height: 60vh;
 }
 .content2-text {
  font-size: 15px;
 }
 .content3, .content4, .content5, .content6{
   margin-bottom: 30px;
 }
 .content3 p, .content4 p, .content5 p, .content6 p {
  font-size: 15px;
 }
 .content10 p, .content11 p, .content12 p, .content13 p {
  font-size: 14px;
 }
 .content10 .widget_media_image:after, 
 .content11 .widget_media_image:after, 
 .content12 .widget_media_image:after, 
 .content13 .widget_media_image:after {
  height: 55.5%;
 }
 .content13 section img {
  height: auto !important;
 }
 .content13{
   width: 100%;
 }
 .content14{
   width: 100%;
   height: auto;
 }
 .content14 section{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.content15 {
  margin-top: 50px;
}
.content20, .content21, .content22 {
  margin-bottom: 20px;
}
.bgblog .box-latest-news {
  margin-bottom: 30px;
}
.inner-post .content-left{margin-bottom: 30px;}
.inner-post .content-left .post-thumbnail img{height: auto;}
.inner-post .content-left .entry-content img{height: auto;}
.inner-post .content-left .entry-content table img{height: auto !important;}
.post-21 input[type="submit"] {width: 45%;}
}
@media (max-width:375px) {
 
}
@media (max-width:344px) {
 
}
